|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make[1]: Entering directory '/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40'
cd /home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/obj-x86_64-unknown-linux-gnu
/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/configure
creating cache ./config.cache
Traceback (most recent call last):
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/./mach", line 148, in <module>
main(sys.argv[1:])
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/./mach", line 76, in main
mach = get_mach()
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/./mach", line 67, in get_mach
mach = check_and_get_mach(dir_path)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/./mach", line 42, in check_and_get_mach
return load_mach(dir_path, mach_path)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/./mach", line 30, in load_mach
return mach_bootstrap.bootstrap(dir_path)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/build/mach_bootstrap.py", line 14, in bootstrap
return build.mach_bootstrap.bootstrap(topsrcdir, mozilla_dir)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/build/mach_bootstrap.py", line 332, in bootstrap
mach.load_commands_from_file(os.path.join(mozilla_dir, path))
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mach/mach/main.py", line 258, in load_commands_from_file
imp.load_source(module_name, path)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/addon-sdk/mach_commands.py", line 13, in <module>
from mozbuild.base import (
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/build/mach_bootstrap.py", line 358, in __call__
module = self._original_import(name, globals, locals, fromlist, level)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mozbuild/mozbuild/base.py", line 17, in <module>
from mach.mixin.process import ProcessExecutionMixin
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/build/mach_bootstrap.py", line 358, in __call__
module = self._original_import(name, globals, locals, fromlist, level)
File "/home/buildozer/aports/testing/seamonkey/src/seamonkey-2.40/mozilla/python/mach/mach/mixin/process.py", line 29, in <module>
raise Exception('Could not detect environment shell!')
Exception: Could not detect environment shell!
|