<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/tarantool, branch 3.7-stable</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>testing/[various]: rebuild against libressl-2.6</title>
<updated>2017-11-10T16:14:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-11-09T20:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e38d407f1156c45a0c83d740aef9a2e6d078bc9c'/>
<id>e38d407f1156c45a0c83d740aef9a2e6d078bc9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: disable on aarch64, armhf (build only on x86_64)</title>
<updated>2017-07-28T21:02:40+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-28T21:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c7aa3b22f294a0f4031681881630c8dbf5aeb5e6'/>
<id>c7aa3b22f294a0f4031681881630c8dbf5aeb5e6</id>
<content type='text'>
Fails to build on aarch64:

  cd /home/buildozer/aports/testing/tarantool/src/tarantool-1.7.4.335/test/unit &amp;&amp; /usr/bin/cmake -E cmake_link_script CMakeFiles/coio.test.dir/link.txt --verbose=1
  /usr/bin/c++  -Os -fexceptions -funwind-tables -fno-common -fopenmp -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof -Wno-unused-parameter -Wno-unused -Wno-tautological-compare -O3 -DNDEBUG  -rdynamic CMakeFiles/coio.test.dir/coio.cc.o CMakeFiles/coio.test.dir/__/__/src/iobuf.cc.o  -o coio.test ../../src/libcore.a ../../libeio.a ../../src/lib/bit/libbit.a ../../src/liburi.a libunit.a ../../src/lib/salad/libsalad.a ../../src/lib/small/libsmall.a -lpthread ../../libev.a -lm -Wl,-Bstatic -lcoro -Wl,-Bdynamic
  ../../src/libcore.a(fiber.c.o): In function `fiber_schedule_wakeup':
  fiber.c:(.text+0xb0): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_loop':
  fiber.c:(.text+0x658): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_call':
  fiber.c:(.text+0xf80): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_start':
  fiber.c:(.text+0x1038): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_reschedule':
  fiber.c:(.text+0x1368): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o):fiber.c:(.text+0x1560): more undefined references to `coro_transfer' follow
  collect2: error: ld returned 1 exit status
  make[2]: *** [test/unit/CMakeFiles/coio.test.dir/build.make:133: test/unit/coio.test] Error 1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fails to build on aarch64:

  cd /home/buildozer/aports/testing/tarantool/src/tarantool-1.7.4.335/test/unit &amp;&amp; /usr/bin/cmake -E cmake_link_script CMakeFiles/coio.test.dir/link.txt --verbose=1
  /usr/bin/c++  -Os -fexceptions -funwind-tables -fno-common -fopenmp -std=c++11 -Wall -Wextra -Wno-strict-aliasing -Wno-char-subscripts -Wno-format-truncation -Wno-invalid-offsetof -Wno-unused-parameter -Wno-unused -Wno-tautological-compare -O3 -DNDEBUG  -rdynamic CMakeFiles/coio.test.dir/coio.cc.o CMakeFiles/coio.test.dir/__/__/src/iobuf.cc.o  -o coio.test ../../src/libcore.a ../../libeio.a ../../src/lib/bit/libbit.a ../../src/liburi.a libunit.a ../../src/lib/salad/libsalad.a ../../src/lib/small/libsmall.a -lpthread ../../libev.a -lm -Wl,-Bstatic -lcoro -Wl,-Bdynamic
  ../../src/libcore.a(fiber.c.o): In function `fiber_schedule_wakeup':
  fiber.c:(.text+0xb0): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_loop':
  fiber.c:(.text+0x658): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_call':
  fiber.c:(.text+0xf80): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_start':
  fiber.c:(.text+0x1038): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o): In function `fiber_reschedule':
  fiber.c:(.text+0x1368): undefined reference to `coro_transfer'
  ../../src/libcore.a(fiber.c.o):fiber.c:(.text+0x1560): more undefined references to `coro_transfer' follow
  collect2: error: ld returned 1 exit status
  make[2]: *** [test/unit/CMakeFiles/coio.test.dir/build.make:133: test/unit/coio.test] Error 1
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: fix location of sysconfdir and remove /etc/default</title>
<updated>2017-07-28T11:13:49+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-28T11:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9cdc5ce98caae6063e14237a5b54d89d6542bcb8'/>
<id>9cdc5ce98caae6063e14237a5b54d89d6542bcb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: set up tests, but don't run them now</title>
<updated>2017-07-26T15:31:00+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-26T15:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=da228851ed762b6a7924b310bab03d0638f73129'/>
<id>da228851ed762b6a7924b310bab03d0638f73129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: unbundle some dependencies and improve abuild</title>
<updated>2017-07-26T15:00:54+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-26T14:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f438501ceb2622c7bb870be2246c0c1e6d0f1ea6'/>
<id>f438501ceb2622c7bb870be2246c0c1e6d0f1ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: upgrade to 1.7.4.335</title>
<updated>2017-07-26T14:28:48+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2017-07-26T14:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e4809ec82383d84c1c9bbcd9832c32633972fe2c'/>
<id>e4809ec82383d84c1c9bbcd9832c32633972fe2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: disable on x86 and ppc64le</title>
<updated>2017-07-26T13:32:27+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2017-07-26T13:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=10ec1792b848a449dbaa16eb5a562e3c25db01c7'/>
<id>10ec1792b848a449dbaa16eb5a562e3c25db01c7</id>
<content type='text'>
x86 because of missing msgpuck
ppc64le fails to build because of luajit. we should
unbundle it and use local version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
x86 because of missing msgpuck
ppc64le fails to build because of luajit. we should
unbundle it and use local version.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/tarantool: new aport</title>
<updated>2017-07-26T13:12:56+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2017-07-26T13:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=1ce94bc0259bc8026301433dd51c1970fb4a1810'/>
<id>1ce94bc0259bc8026301433dd51c1970fb4a1810</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
