Date: Tue, 26 Apr 2022 15:29:02 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263587] www/firefox 100.0,2 fails to build with configure error using poudriere on stable-13 amd64 Message-ID: <bug-263587-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263587 Bug ID: 263587 Summary: www/firefox 100.0,2 fails to build with configure error using poudriere on stable-13 amd64 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: transitive@gmail.com Assignee: gecko@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) Attachment #233509 text/plain mime type: Created attachment 233509 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233509&action= =3Dedit www/firefox poudriere build log of configure error 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:=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D FATAL ERROR PROCESSING MOZBUILD FILE =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D The error occurred while processing the following file: =20=20=20 /wrkdirs/usr/ports/www/firefox/work/firefox-100.0/media/libcubeb/src/moz.bu= ild 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 bui= ld: 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= /configure/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= /configure/check_debug_ranges.py", line 49, in main p =3D 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_chi= ld raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'objdump' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263587-7788>