diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-21 18:42:17 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-09-21 18:42:17 +0200 |
commit | a5ac2c960eea9c9b3713fe92ce74b45acca7ed9b (patch) | |
tree | 4b14167f61a2cbdda9a469bac4fb84e16b49f578 | |
parent | 46924c3f49aae7444502a8c0c7260072229784eb (diff) | |
download | aports-a5ac2c960eea9c9b3713fe92ce74b45acca7ed9b.tar.bz2 aports-a5ac2c960eea9c9b3713fe92ce74b45acca7ed9b.tar.xz |
testing/seamonkey: disable for armhf
Build fails:
```
...
js/src> checking for setlocale... yes
js/src> checking for localeconv... (cached) yes
js/src> updating cache /home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/obj-armv8l-unknown-linux-gnueabihf/config.cache
js/src> creating ./config.status
Reticulating splines...
Traceback (most recent call last):
File "./config.status", line 1013, in <module>
config_status(**args)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mozbuild/mozbuild/config_status.py", line 149, in config_status
summary = the_backend.consume(definitions)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mozbuild/mozbuild/backend/base.py", line 180, in consume
for obj in objs:
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mozbuild/mozbuild/frontend/emitter.py", line 151, in emit
for out in output:
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mozbuild/mozbuild/frontend/reader.py", line 1041, in read_mozbuild
raise bre
mozbuild.frontend.reader.BuildReaderError:
==============================
ERROR PROCESSING MOZBUILD FILE
==============================
The error occurred while processing the following file:
/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/media/libopus/moz.build
The error was triggered on line 34 of this file:
if int(CONFIG['ARM_ARCH']) >= 6:
An error was encountered as part of executing the file itself. The error appears to be the fault of the script.
The error as reported by Python is:
["ValueError: invalid literal for int() with base 10: '6, 6'\n"]
*** Fix above errors and then restart with\
"make -f client.mk build"
make[1]: *** [/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/client.mk:363: configure] Error 1
make[1]: Leaving directory '/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40'
make: *** [client.mk:375: /home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/obj-armv8l-unknown-linux-gnueabihf/Makefile] Error 2
```
-rw-r--r-- | testing/seamonkey/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/seamonkey/APKBUILD b/testing/seamonkey/APKBUILD index 925f3710bb..72b7751340 100644 --- a/testing/seamonkey/APKBUILD +++ b/testing/seamonkey/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.40 pkgrel=1 pkgdesc="all-in-one internet application suite" url="http://www.seamonkey-project.org" -arch="all !aarch64" +arch="all !aarch64 !armhf" license="MPL" depends="" makedepends="unzip zip gtk+2.0-dev yasm alsa-lib-dev libxt-dev linux-headers |