aboutsummaryrefslogtreecommitdiffstats
path: root/testing/seamonkey
Commit message (Collapse)AuthorAgeFilesLines
* testing: rebuild against icu-60.2William Pitcock2018-02-271-1/+1
|
* testing/seamonkey: upgrade to 2.48, fix gcc flags and remove some dependenciesMarc Vertes2017-10-203-20/+25
|
* testing/seamonkey: rebuild against icu-59.1Natanael Copa2017-07-181-1/+1
|
* testing/seamonkey: rebuild against libvpx 1.6Natanael Copa2017-06-091-1/+1
|
* testing/seamonkey: nss-static build fixNatanael Copa2017-03-241-0/+1
|
* testing: trigger rebuilds against libnssWilliam Pitcock2017-03-231-1/+1
|
* testing/seamonkey: build only for x86_64Leonardo Arena2017-02-131-2/+2
|
* testing/seamonkey: upgrade to version 2.46Marc Vertes2017-02-135-64/+56
|
* testing/seamonkey: rebuild against icu-58.1Leonardo Arena2016-12-261-1/+1
|
* testing/seamonkey: disable for armhfJakub Jirutka2016-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
* testing/seamonkey: add missing paxmarkCarlo Landmeter2016-09-091-1/+1
|
* testing/seamonkey: halt on errorCarlo Landmeter2016-09-091-11/+14
|
* testing/seamonkey: disable on aarch64Carlo Landmeter2016-08-281-1/+1
|
* testing/seamonkey: remove pulseaudio, add missing linux-headersJakub Jirutka2016-08-261-1/+1
| | | | | Support for pulseaudio is disabled, so there's no need for pulseaudio-dev in makedepends.
* testing/seamonkey: fix build error with detecting shellJakub Jirutka2016-08-221-1/+3
|
* testing/seamonkey: disable (does not build on builder)Carlo Landmeter2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!
* testing/seamonkey: move depends-dev to makedepends and add python2.devCarlo Landmeter2016-08-221-5/+5
|
* testing/seamonkey: build fix gcc6Carlo Landmeter2016-08-222-31/+53
|
* testing/seamonkey: new aportMarc Vertes2016-08-2212-0/+336
http://www.seamonkey-project.org