Changes between Initial Version and Version 2 of Ticket #72054


Ignore:
Timestamp:
Feb 14, 2025, 8:20:55 PM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #72054

    • Property Cc dports@… drkp removed
    • Property Owner set to drkp
    • Property Status changed from new to assigned
    • Property Summary changed from texlive-bin @2024.70613_1: ld: symbol(s) not found for architecture arm64 to texlive-bin @2024.70613_1: build failure when gmp is installed for the wrong architecture in /usr/local
  • Ticket #72054 – Description

    initial v2  
    1 Upgraded to latest Sequoia [15.3.1], upgraded to latest MacPorts [2.10.5], manually removed Xcode app and /Library/Developer directories, reinstalled Xcode [16.2 (16C5032a)] & command line tools.\\
     1Upgraded to latest Sequoia [15.3.1], upgraded to latest MacPorts [2.10.5], manually removed Xcode app and /Library/Developer directories, reinstalled Xcode [16.2 (16C5032a)] & command line tools.
    22
    3 port clean texlive-bin\\
     3{{{
     4port clean texlive-bin
    45port install texlive-bin
     6}}}
    57
    6 
    7 --log extract--\\
    8 :info:build /usr/bin/clang ....\\
    9 :info:build ld: warning: ignoring file '/usr/local/lib/libgmp.10.dylib': found architecture 'x86_64', required architecture 'arm64'\\
    10 :info:build 1 warning generated.\\
    11 :info:build mv -f luatexdir/lua/.deps/libluatex_a-lstrlibext.Tpo ....\\
    12 :info:build Undefined symbols for architecture arm64:\\
     8--log extract--
     9{{{
     10:info:build /usr/bin/clang ....
     11:info:build ld: warning: ignoring file '/usr/local/lib/libgmp.10.dylib': found architecture 'x86_64', required architecture 'arm64'
     12:info:build 1 warning generated.
     13:info:build mv -f luatexdir/lua/.deps/libluatex_a-lstrlibext.Tpo ....
     14:info:build Undefined symbols for architecture arm64:
    1315.
    1416.
    15 .\\
    16 :info:build ld: symbol(s) not found for architecture arm64\\
    17 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)\\
     17.
     18:info:build ld: symbol(s) not found for architecture arm64
     19:info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
    1820.
    1921.
    20 .\\
     22.
    2123:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_tex_texlive-bin/texlive-bin/main.log for details.
     24}}}