1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
Commit graph

8 commits

Author SHA1 Message Date
Natanael Copa
e38d407f11 testing/[various]: rebuild against libressl-2.6 2017-11-10 16:14:35 +00:00
Jakub Jirutka
c7aa3b22f2 testing/tarantool: disable on aarch64, armhf (build only on x86_64)
Fails to build on aarch64:

  cd /home/buildozer/aports/testing/tarantool/src/tarantool-1.7.4.335/test/unit && /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
2017-07-28 23:02:40 +02:00
Jakub Jirutka
9cdc5ce98c testing/tarantool: fix location of sysconfdir and remove /etc/default 2017-07-28 13:13:49 +02:00
Jakub Jirutka
da228851ed testing/tarantool: set up tests, but don't run them now 2017-07-26 17:31:00 +02:00
Jakub Jirutka
f438501ceb testing/tarantool: unbundle some dependencies and improve abuild 2017-07-26 17:00:54 +02:00
Carlo Landmeter
e4809ec823 testing/tarantool: upgrade to 1.7.4.335 2017-07-26 16:28:48 +02:00
Carlo Landmeter
10ec1792b8 testing/tarantool: disable on x86 and ppc64le
x86 because of missing msgpuck
ppc64le fails to build because of luajit. we should
unbundle it and use local version.
2017-07-26 15:32:27 +02:00
Carlo Landmeter
1ce94bc025 testing/tarantool: new aport 2017-07-26 15:12:56 +02:00