mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
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
```