Opened 13 months ago
#68511 new defect
mozjs102 fails on Sonoma: ERROR: Failed to find an adequate linker
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | sonoma | Cc: | |
Port: | mozjs102 |
Description
---> Configuring mozjs102 Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/js/src/obj" && ../configure --prefix=/opt/local --disable-jemalloc --disable-readline --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --host=arm64-apple-darwin23 --target=arm64-apple-darwin23 created virtual environment CPython3.10.13.final.0-64 in 25ms creator CPython3Posix(dest=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/js/src/obj/_virtualenvs/build, clear=False, no_vcs_ignore=False, global=False) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator Using Python 3.10.13 from /opt/local/bin/python3.10 Created Python 3 virtualenv checking for vcs source checkout... no checking for a shell... /bin/sh checking for host system type... aarch64-apple-darwin23 checking for target system type... aarch64-apple-darwin23 checking whether cross compiling... no checking for Python 3... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/js/src/obj/_virtualenvs/build/bin/python (3.10.13) checking for wget... /opt/local/bin/wget checking for ccache... not found Using target sysroot in /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk Using host sysroot in /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk checking for the target C compiler... /opt/local/bin/clang-mp-17 checking whether the target C compiler can be used... yes checking the target C compiler version... 17.0.3 checking the target C compiler works... yes checking for the target C++ compiler... /opt/local/bin/clang++-mp-17 checking whether the target C++ compiler can be used... yes checking the target C++ compiler version... 17.0.3 checking the target C++ compiler works... yes checking for the host C compiler... /opt/local/bin/clang-mp-17 checking whether the host C compiler can be used... yes checking the host C compiler version... 17.0.3 checking the host C compiler works... yes checking for the host C++ compiler... /opt/local/bin/clang++-mp-17 checking whether the host C++ compiler can be used... yes checking the host C++ compiler version... 17.0.3 checking the host C++ compiler works... yes checking for linker... DEBUG: Executing: `/opt/local/bin/clang-mp-17 --sysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -mmacosx-version-min=14.0 -std=gnu99 -Wl,--version` ERROR: Failed to find an adequate linker Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_mozjs102/mozjs102/work/mozjs-102.1.0/js/src/obj" && ../configure --prefix=/opt/local --disable-jemalloc --disable-readline --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --host=arm64-apple-darwin23 --target=arm64-apple-darwin23 Exit code: 1
Attachments (1)
Note: See
TracTickets for help on using
tickets.