diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-06 01:33:46 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-06 01:33:46 +0100 |
commit | 124fec1ddf7a2c52dcf6a318db918a44fe10f150 (patch) | |
tree | 87ad89d6181af876197aad0ee14336d4717176c3 /testing | |
parent | c533fdc70aa95961858ed30475a03d9f0c914bd8 (diff) | |
download | aports-124fec1ddf7a2c52dcf6a318db918a44fe10f150.tar.bz2 aports-124fec1ddf7a2c52dcf6a318db918a44fe10f150.tar.xz |
testing/php7-tideways_xhprof: disable on ppc64le - fails to build
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 -DHAVE_CONFIG_H -Os -fomit-frame-pointer -c /home/buildozer/aports/testing/php7-tideways_xhprof/src/php-xhprof-extension-5.0-beta2/tracing.c -fPIC -DPIC -o .libs/tracing.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 register 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 register 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 register 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 register constraint in 'asm'
asm volatile("rdtsc" : "=a" (a), "=d" (d));
^~~
make: *** [Makefile:196: tracing.lo] Error 1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-tideways_xhprof/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/php7-tideways_xhprof/APKBUILD b/testing/php7-tideways_xhprof/APKBUILD index 241790ca70..f67d8319b6 100644 --- a/testing/php7-tideways_xhprof/APKBUILD +++ b/testing/php7-tideways_xhprof/APKBUILD @@ -8,7 +8,8 @@ _pkgver=${pkgver/_/-} pkgrel=0 pkgdesc="Modern XHProf compatible Profiler for PHP 7" url="http://tideways.io" -arch="all" +# ppc64le: fails to build +arch="all !ppc64le" license="Apache-2.0" depends="php7" makedepends="php7-dev autoconf" |