aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-tideways_xhprof
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-06 23:05:16 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-06 23:05:16 +0100
commit9a9bc30b69ca2be150c389993512400fe72d8706 (patch)
tree78e89c815422643da6ca213dfff80494c01bfa22 /testing/php7-tideways_xhprof
parentb5a5572660508ee6da721e38f4d4c42ffa0a063c (diff)
downloadaports-9a9bc30b69ca2be150c389993512400fe72d8706.tar.bz2
aports-9a9bc30b69ca2be150c389993512400fe72d8706.tar.xz
testing/php7-tideways_xhprof: disable on armhf due to build failure
gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2 -DPHP_ATOM_INC -I/home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/include -I/home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/main -I/home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2 -I/usr/include/php7 -I/usr/include/php7/main -I/usr/include/php7/TSRM -I/usr/include/php7/Zend -I/usr/include/php7/ext -I/usr/include/php7/ext/date/lib -Os -fomit-frame-pointer -pipe -DHAVE_CONFIG_H -Os -fomit-frame-pointer -pipe -c /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tideways_xhprof.c -fPIC -DPIC -o .libs/tideways_xhprof.o In file included from /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tracing.h:1:0, from /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tracing.c:11: /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tracing.c: In function 'tracing_enter_root_frame': /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/timer.h:78:13: error: impossible constraint in 'asm' asm volatile("rdtsc" : "=a" (a), "=d" (d)); ^~~ /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/timer.h:78:13: error: impossible constraint in 'asm' asm volatile("rdtsc" : "=a" (a), "=d" (d)); ^~~ In file included from /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tracing.h:1:0, from /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tideways_xhprof.c:13: /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tideways_xhprof.c: In function 'tideways_xhprof_execute_ex': /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/timer.h:78:13: error: impossible constraint in 'asm' asm volatile("rdtsc" : "=a" (a), "=d" (d)); ^~~ /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/timer.h:78:13: error: impossible constraint in 'asm' asm volatile("rdtsc" : "=a" (a), "=d" (d)); ^~~ make: *** [Makefile:196: tracing.lo] Error 1
Diffstat (limited to 'testing/php7-tideways_xhprof')
-rw-r--r--testing/php7-tideways_xhprof/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD
index 3e2cdc5fdd..0ea7644dbb 100644
--- a/testing/php7-tideways_xhprof/APKBUILD
+++ b/testing/php7-tideways_xhprof/APKBUILD
@@ -8,7 +8,7 @@ _pkgver=${pkgver/_/-}
pkgrel=0
pkgdesc="Modern XHProf compatible Profiler for PHP 7"
url="http://tideways.io"
-arch="all"
+arch="all !armhf" # fails to build
license="Apache-2.0"
depends="php7"
makedepends="php7-dev autoconf"