Timo Teräs
fe22d5f3bc
testing/rethinkdb: disable on arm
...
* Warning: ARM support is still experimental
... and it fails with:
In file included from ./src/containers/printf_buffer.hpp:11:0,
from ./src/containers/archive/archive.hpp:10,
from ./src/rdb_protocol/serialize_datum.hpp:6,
from src/rdb_protocol/serialize_datum.cc:2:
./src/errors.hpp: In function 'size_t ql::datum_get_element_offset(const shared_buf_ref_t<char>&, size_t)':
./src/errors.hpp:122:9: error: 'element_offset' may be used uninitialized in this function [-Werror=maybe-uninitialized]
if (!(cond)) { \
^
src/rdb_protocol/serialize_datum.cc:939:18: note: 'element_offset' was declared here
uint64_t element_offset;
^
[155/400] CC build/release_system/obj/rdb_protocol/artificial_table/caching_cfeed_backend.o
cc1plus: all warnings being treated as errors
src/build.mk:381: recipe for target 'build/release_system/obj/rdb_protocol/serialize_datum.o' failed
2016-04-06 11:13:20 +00:00
Timo Teräs
7a943ce1bf
testing/sandy: fix packaging
...
also update the tarball checksum. probably cgit just returning the
same data encoded slightly differently with new timestamp / gzip
compression level.
2016-04-06 13:17:30 +03:00
Timo Teräs
fc9c45bad3
testing/emby: disable on armhf (mono dependency)
2016-04-06 13:13:05 +03:00
Francesco Colista
5a6324b661
testing/gns3-server: fix readme typo, added ubridge package
2016-04-06 09:36:34 +00:00
Francesco Colista
ca4df2377b
testing/ubridge: new aport
2016-04-06 09:35:12 +00:00
Francesco Colista
ee676dd7ac
testing/gns3-server: new aport
2016-04-06 08:57:56 +00:00
Francesco Colista
6a36f9fe52
testing/gns3-converter: new aport
2016-04-06 08:32:40 +00:00
Francesco Colista
854b866471
testing/py-cx_freeze: new aport
2016-04-06 08:29:55 +00:00
Francesco Colista
740320aa80
testing/docker-py: new aport
2016-04-06 08:22:12 +00:00
Francesco Colista
ac9c6d9c46
testing/pep8: upgrade to 1.7.0
2016-04-06 08:11:33 +00:00
Francesco Colista
87326a2f9e
testing/py-jsonschema: new aport
2016-04-06 08:06:34 +00:00
Francesco Colista
dcdc4acbb2
testing/py-websocket-client: fix upstream url link
2016-04-06 07:36:57 +00:00
Francesco Colista
6c90adf011
testing/py-websocket-client: new aport
2016-04-06 07:35:02 +00:00
Francesco Colista
a499374236
testing/vorbis-tools: new aport. Fixes #5365
2016-04-06 07:30:26 +00:00
Timo Teräs
c3ae7a69b0
testing/mono: disable on arm
...
Seems mono needs now special action to bootstrap it. Build fails with:
*** The compiler 'mcs' doesn't appear to be usable.
*** You need Mono version 3.8 or better installed to build MCS
*** Check mono README for information on how to bootstrap a Mono installation.
/bin/sh: mcs: not found
*** The version of 'mcs' is: .
2016-04-06 10:26:02 +03:00
Francesco Colista
5733f99bcc
testing/cmus: added opus support. Fixes #5368
2016-04-06 06:29:36 +00:00
Andy Blyler
e52b543f33
testing/php7-ast: new aport
...
https://github.com/nikic/php-ast
Extension exposing PHP 7 abstract syntax tree
2016-04-06 06:18:44 +00:00
Timo Teräs
5033d12c60
testing/apache-ant: disable on armhf (openjdk8 dependency)
2016-04-06 08:35:55 +03:00
Fabio da Silva Ribeiro
1fe480d194
testing/php7-redis: PHP7 Redis package
2016-04-06 05:34:38 +00:00
Timo Teräs
11b0ec9392
testing/tomcat-native: upgrade to 1.1.34
...
stylitic fixes. seems the mirrors keep only the latest version
of each release branch, so we may need look alternative mirror.
2016-04-06 08:31:02 +03:00
Fabio da Silva Ribeiro
f4f745c9f9
testing/php7-memcached: PHP7 Memcached library
2016-04-06 05:25:42 +00:00
Fabio da Silva Ribeiro
cd9aa513b5
testing/php7-amqp: PHP7 AMQP Client
2016-04-06 05:22:32 +00:00
Fabio da Silva Ribeiro
812cca522c
testing/rabbitmq-c: RabbitMQ C AMQP client library
2016-04-06 05:20:52 +00:00
Natanael Copa
ea7d874bd9
testing/clisp: disable on x86
2016-04-05 20:59:11 +00:00
Michael Zuo
544dbbf29b
testing/lua-fun: new aport
...
http://rtsisyk.github.io/luafun/
"Lua Fun is a high-performance functional programming library for Lua
designed with LuaJIT's trace compiler in mind."
2016-04-05 20:52:05 +00:00
Stuart Cardall
40547008ec
mini-sendmail: new aport
2016-04-05 20:06:53 +00:00
Sören Tempel
4a113e5c2a
testing/clisp: move from unmaintained
2016-04-05 21:56:49 +02:00
Timo Teräs
a155c7bdd0
testing/py-botocore: fix builddir
2016-04-05 20:35:35 +03:00
Timo Teräs
8ff8de5aff
testing/cfengine: fix arm build
...
explicitly disable pam (it worked on x86_64 and x86, due to different
configure.ac defaults depending on $target_os, but fails on arm due
to missing pam headers)
2016-04-05 20:33:39 +03:00
Timo Teräs
886603ffa2
testing/domoticz: disable on arm
...
Fails with:
domoticz-0_git20160214/hardware/PiFace.cpp: In member function 'int CPiFace::Read_Write_SPI_Byte(unsigned char*, int)':
domoticz-0_git20160214/hardware/PiFace.cpp:1011:23: error: '_IOC_SIZEBITS' was not declared in this scope
return ioctl (m_fd, SPI_IOC_MESSAGE(1), &spi) ;
probably missing include
2016-04-05 20:18:37 +03:00
Timo Teräs
92a3fd76cf
testing/dstat: fix aport
2016-04-05 19:47:50 +03:00
Timo Teräs
9eac7dce78
testing/meep: disable on armhf (due to hdf5 dependency)
2016-04-05 16:21:20 +00:00
Timo Teräs
1874287cfd
testing/ffcall: disable on armhf
...
Fails with (apparently due to new gcc toolchain):
gcc -E `if test false = true; then echo '-DASM_UNDERSCORE'; fi` ./vacall-arm.S | grep -v '^ *#line' | grep -v '^#' | sed -e 's,% ,%,g' -e 's,//,@,g' -e 's,\$,#,g' > vacall-arm.s
gcc -x none -c vacall-arm.s
vacall-arm.s: Assembler messages:
vacall-arm.s:3: Warning: ignoring attempt to redefine built-in register 'sl'
vacall-arm.s:4: Warning: ignoring attempt to redefine built-in register 'fp'
vacall-arm.s:5: Warning: ignoring attempt to redefine built-in register 'ip'
vacall-arm.s:6: Warning: ignoring attempt to redefine built-in register 'sp'
vacall-arm.s:7: Warning: ignoring attempt to redefine built-in register 'lr'
vacall-arm.s:8: Warning: ignoring attempt to redefine built-in register 'pc'
vacall-arm.s:80: Error: selected processor does not support `ldfeqs f0,[sp,#20]' in ARM mode
vacall-arm.s:84: Error: selected processor does not support `ldfeqd f0,[sp,#20]' in ARM mode
Makefile:105: recipe for target 'vacall-arm.o' failed
make[1]: *** [vacall-arm.o] Error 1
See also:
https://wiki.debian.org/ArmEabiProblems (search for ffcall)
2016-04-05 16:17:06 +00:00
Timo Teräs
6c7dc4b859
testing/hdf5: disable on armhf again
...
LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -Wl,--as-needed | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
./H5detect > H5Tinit.c || \
(test $HDF5_Make_Ignore && echo "*** Error ignored") || \
(rm -f H5Tinit.c ; exit 1)
Segmentation fault
Makefile:1678: recipe for target 'H5Tinit.c' failed
2016-04-05 19:04:13 +03:00
Timo Teräs
dda37ba441
testing/dma: disable on armhf
...
libbsd is not available on arm
2016-04-05 18:20:11 +03:00
Timo Teräs
9110008706
testing/fatback: fix flex dependency
2016-04-05 18:16:11 +03:00
Timo Teräs
18a2b72720
testing/php7-xdebug: fix builddir and arch
2016-04-05 16:56:59 +03:00
Jakub Jirutka
534f24d351
testing/apache-ant: upgrade to 1.9.6 and improve APKBUILD
2016-04-05 13:27:40 +00:00
Timo Teräs
3962c0d948
testing/vdr-plugin-dvbapi: does not build on arm
...
g++ -Os -fomit-frame-pointer -pipe -fPIC -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,--as-needed -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -msse3 -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa.c
g++: error: unrecognized command line option '-mmmx'
g++: error: unrecognized command line option '-msse'
g++: error: unrecognized command line option '-msse2'
g++: error: unrecognized command line option '-msse3'
probably just matter of getting CFLAGS correctly in makefile
2016-04-05 13:06:43 +00:00
Timo Teräs
6f70e4abaa
testing/kannel: fix arm build
2016-04-05 16:01:38 +03:00
Francesco Colista
0f9fbafb99
testing/py-aiohttp: new aport
2016-04-05 13:00:26 +00:00
Francesco Colista
e7080d4ace
testing/dynamips: upgrade to 0.2.16
2016-04-05 12:03:57 +00:00
Francesco Colista
f82140f83a
testing/rspamd: upgrade to 1.2.1
2016-04-05 12:02:35 +00:00
Francesco Colista
f887b213d1
testing/sdparm: upgrade to 1.10
2016-04-05 12:00:47 +00:00
Francesco Colista
a4fd6b7ca4
testing/tcpreplay: upgrade to 4.0.5
2016-04-05 11:50:15 +00:00
Francesco Colista
4b81e1c559
testing/thttpd: upgrade to 2.27
2016-04-05 11:48:07 +00:00
Timo Teräs
5aec3a1d31
testing/qt-creator: apply upstream arm build fix
2016-04-05 14:42:57 +03:00
Timo Teräs
d625d78fbc
main/py-boto: fix builddir for implicit prepare
2016-04-05 14:17:20 +03:00
Timo Teräs
a2acbeb33f
testing/[elasticsearch,maven]: disable on armhf, no openjdk8
2016-04-05 14:04:25 +03:00
Francesco Colista
cafc9bd698
testing/perl-test-simple: removed since we already have it on main with perl-test-tester package
2016-04-05 09:22:17 +00:00