diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-08 21:58:29 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-08 21:58:29 +0200 |
commit | a55ed2043ebe1432fe30400d2aee3b080da32062 (patch) | |
tree | 1676f0f9fd292e8ecfb76e8034feb1d7a2ff5942 /testing/cloudi/APKBUILD | |
parent | 8c5bdc4a3accc06de7935652f20634e912360ddc (diff) | |
download | aports-a55ed2043ebe1432fe30400d2aee3b080da32062.tar.bz2 aports-a55ed2043ebe1432fe30400d2aee3b080da32062.tar.xz |
testing/cloudi: disable on armhf due to build error
[9 of 9] Compiling Data.Binary ( src/Data/Binary.hs, dist/dist-sandbox-9b8bd861/build/Data/Binary.o )
<no location info>: error:
Warning: Couldn't figure out linker information!
Make sure you're using GNU ld, GNU gold or the built in OS X linker, etc.
collect2: fatal error: cannot find 'ld'
compilation terminated.
`gcc' failed in phase `Linker'. (Exit code: 1)
cabal: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src/api/haskell/external/binary-0.9.0.0'
cabal: Error: some packages failed to install:
binary-0.9.0.0 failed during the building phase. The exception was:
ExitFailure 1
network-2.6.3.1 failed during the configure step. The exception was:
ExitFailure 77
zlib-0.6.1.2 failed during the configure step. The exception was:
ExitFailure 1
make[3]: *** [Makefile:599: cabal.sandbox.config] Error 1
make[3]: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src/api/haskell'
make[2]: *** [Makefile:508: all-recursive] Error 1
make[2]: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src/api'
make[1]: *** [Makefile:726: all-recursive] Error 1
make[1]: Leaving directory '/home/buildozer/aports/testing/cloudi/src/cloudi-1.7.2/src'
make: *** [Makefile:598: all] Error 2
Diffstat (limited to 'testing/cloudi/APKBUILD')
-rw-r--r-- | testing/cloudi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/cloudi/APKBUILD b/testing/cloudi/APKBUILD index 2c8fa2ffce..d8717f5020 100644 --- a/testing/cloudi/APKBUILD +++ b/testing/cloudi/APKBUILD @@ -33,7 +33,7 @@ pkgrel=0 pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing." url="http://cloudi.org/" license="MIT" -arch="all" +arch="all !armhf" # armhf: build error depends="erlang g++" makedepends="autoconf |