FF-81.0.2 build failure
by 3rensho from LinuxQuestions.org on (#594V6)
Using same SlackBuild that built FF-81.0.1 (successfully) on FF-81.0.2 and it fails at the end with the following -
Code:sh checkpkg.sh -l build-tom.log
++ Checking logfile 'build-tom.log' (no news is good news):
126909: firefox-81.0.2/dom/html/test/forms/FAIL.html
131611: firefox-81.0.2/dom/base/test/FAIL.html
329953: 0:13.04 Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
330145: 0:21.82 checking for dump_syms... not found
332211: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
332214: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
332218: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
332221: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
333615: 7:25.81 error: expected literal
333627: 7:25.81 error: expected literal
333649: 7:25.86 | |_^ not found in `cssparser_internal`
333662: 7:25.86 | |_^ not found in `cssparser_internal`
333665: 7:26.21 error: aborting due to 4 previous errors
333667: 7:26.22 error: could not compile `style_traits`.
335724: 28:41.21 /tmp/firefox-81.0.2/media/webrtc/trunk/webrtc/common_video/h264/sps_parser.cc:22:9: warning: 'RETURN_EMPTY_ON_FAIL' macro redefined [-Wmacro-redefined]
335725: 28:41.21 #define RETURN_EMPTY_ON_FAIL(x) \
335728: 28:41.21 #define RETURN_EMPTY_ON_FAIL(x) \
343577: 36:11.16 return PR_FAILURE;
343586: 36:11.16 return PR_FAILURE;
343589: 36:11.16 return PR_FAILURE;
343592: 36:11.16 return PR_FAILURE;
343598: 36:11.16 return PR_FAILURE;
344223: 37:05.54 error: build failed
344224: 37:05.59 gmake[4]: *** [/tmp/firefox-81.0.2/config/makefiles/rust.mk:305: force-cargo-library-build] Error 101
344225: 37:05.59 gmake[3]: *** [/tmp/firefox-81.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2
344226: 37:05.59 gmake[3]: *** Waiting for unfinished jobs....
344238: 37:51.97 gmake[2]: *** [/tmp/firefox-81.0.2/config/recurse.mk:34: compile] Error 2
344239: 37:51.97 gmake[1]: *** [/tmp/firefox-81.0.2/config/rules.mk:384: default] Error 2
344240: 37:51.97 gmake: *** [client.mk:125: build] Error 2
344243: Config object not found by mach.
|install mawk). For LFS: we put mktemp in /usr/bin not /bin, removeThis is somehow reminiscent of an error in .../config/makefiles/rust.mk that I believe Ponce had found a fix for. As yet I have not found the required patch or something pointing me to a solution. Anyone build 81.0.2 yet?? Thanks for any info.


Code:sh checkpkg.sh -l build-tom.log
++ Checking logfile 'build-tom.log' (no news is good news):
126909: firefox-81.0.2/dom/html/test/forms/FAIL.html
131611: firefox-81.0.2/dom/base/test/FAIL.html
329953: 0:13.04 Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
330145: 0:21.82 checking for dump_syms... not found
332211: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
332214: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
332218: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
332221: 5:00.20 (strings->assign(*o.strings, cloneUnicodeString, status), U_FAILURE(status))) {
333615: 7:25.81 error: expected literal
333627: 7:25.81 error: expected literal
333649: 7:25.86 | |_^ not found in `cssparser_internal`
333662: 7:25.86 | |_^ not found in `cssparser_internal`
333665: 7:26.21 error: aborting due to 4 previous errors
333667: 7:26.22 error: could not compile `style_traits`.
335724: 28:41.21 /tmp/firefox-81.0.2/media/webrtc/trunk/webrtc/common_video/h264/sps_parser.cc:22:9: warning: 'RETURN_EMPTY_ON_FAIL' macro redefined [-Wmacro-redefined]
335725: 28:41.21 #define RETURN_EMPTY_ON_FAIL(x) \
335728: 28:41.21 #define RETURN_EMPTY_ON_FAIL(x) \
343577: 36:11.16 return PR_FAILURE;
343586: 36:11.16 return PR_FAILURE;
343589: 36:11.16 return PR_FAILURE;
343592: 36:11.16 return PR_FAILURE;
343598: 36:11.16 return PR_FAILURE;
344223: 37:05.54 error: build failed
344224: 37:05.59 gmake[4]: *** [/tmp/firefox-81.0.2/config/makefiles/rust.mk:305: force-cargo-library-build] Error 101
344225: 37:05.59 gmake[3]: *** [/tmp/firefox-81.0.2/config/recurse.mk:72: toolkit/library/rust/target] Error 2
344226: 37:05.59 gmake[3]: *** Waiting for unfinished jobs....
344238: 37:51.97 gmake[2]: *** [/tmp/firefox-81.0.2/config/recurse.mk:34: compile] Error 2
344239: 37:51.97 gmake[1]: *** [/tmp/firefox-81.0.2/config/rules.mk:384: default] Error 2
344240: 37:51.97 gmake: *** [client.mk:125: build] Error 2
344243: Config object not found by mach.
|install mawk). For LFS: we put mktemp in /usr/bin not /bin, removeThis is somehow reminiscent of an error in .../config/makefiles/rust.mk that I believe Ponce had found a fix for. As yet I have not found the required patch or something pointing me to a solution. Anyone build 81.0.2 yet?? Thanks for any info.