[Bug 263587] www/firefox 100.0,2 fails to build with configure error using poudriere on stable-13 amd64

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Apr 2022 15:29:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263587

            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=233509&action=edit
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: 
==============================
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/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 = 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'

-- 
You are receiving this mail because:
You are the assignee for the bug.