Changes between Version 1 and Version 3 of Ticket #68904


Ignore:
Timestamp:
Dec 15, 2023, 6:03:36 AM (9 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error in the log is:

:info:build ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_lapack/lapack/work/build/lib/libblas.3.11.0.dylib'
:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
:info:build make[2]: *** [lib/libcblas.3.11.0.dylib] Error 1

Zillions of other open tickets about that issue with various ports.

Here's the one for lapack: #68686

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68904

    • Property Status changed from new to closed
    • Property Summary changed from lapack 3.11 does not build on Sonoma 14.2 ARM Apple M1 to lapack @3.11: ld: duplicate LC_RPATH '/opt/local/lib/libgcc'
    • Property Version changed from 2.8.0 to 2.8.1
    • Property Keywords sonoma arm64 added
    • Property Resolution changed from to duplicate
  • Ticket #68904 – Description

    v1 v3  
    1 I got an error when building lapack port after clean installation. \\
     1I got an error when building lapack port after clean installation.
    22
    33
    4 After seeing the failure, I did the following: \\
     4After seeing the failure, I did the following:
    55
    6 sudo port -f uninstall installed\\
    7 sudo port clean lapack\\
    8 sudo port install lapack\\
     6{{{
     7sudo port -f uninstall installed
     8sudo port clean lapack
     9sudo port install lapack
     10}}}
    911
    10 Then all dependencies built correctly until the error:\\
    11 Error: Failed to build lapack: command execution failed\\ 
    12 Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_lapack/lapack/main.log for details.\\
    13 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a
    14 bug.\\
    15 Error: Processing of port lapack failed\\
     12Then all dependencies built correctly until the error:
     13
     14{{{
     15Error: Failed to build lapack: command execution failed
     16Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_lapack/lapack/main.log for details.
     17Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
     18Error: Processing of port lapack failed
     19}}}
    1620
    1721I have attached the log file.