Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-gecko (Nobody) <ge...@freebsd.org> for maintainer-feedback: Bug 263587: www/firefox 100.0,2 fails to build with configure error using poudriere on stable-13 amd64 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263587
--- Description --- The port www/firefox fails to build with a configure error using poudriere on my Stable-13 amd64 system. This is the error that is reported in the build log: mozbuild.frontend.reader.BuildReaderError: ============================== FATAL ERROR PROCESSING MOZBUILD FILE ============================== The error occurred while processing the following file: /wrkdirs/usr/ports/www/firefox/work/firefox-100.0/media/libcubeb/src/moz.build The underlying problem is a Python syntax error on line 62: if CONFIG['MOZ_AUDIOUNIT_RUST']: Fix the syntax error and try again. The following is the output where the configure error occurs during the build: checking for --ignore-unresolved-symbol option to ld... no checking whether the linker supports Identical Code Folding... no checking whether removing dead symbols breaks debugging... Traceback (most recent call last): File "/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/wrkdirs/usr/ports/www/firefox/work/firefox-100.0/python/mozbuild/mozbuild/con figure/check_debug_ranges.py", line 70, in <module> print(main(*sys.argv[1:])) File "/wrkdirs/usr/ports/www/firefox/work/firefox-100.0/python/mozbuild/mozbuild/con figure/check_debug_ranges.py", line 49, in main p = subprocess.Popen( File "/usr/local/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'objdump'