Changes between Initial Version and Version 2 of Ticket #72054
- Timestamp:
- Feb 14, 2025, 8:20:55 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72054
- Property Cc dports@… drkp removed
- Property Owner set to drkp
-
Property
Status
changed from
newtoassigned -
Property
Summary
changed from
texlive-bin @2024.70613_1: ld: symbol(s) not found for architecture arm64totexlive-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. \\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. 2 2 3 port clean texlive-bin\\ 3 {{{ 4 port clean texlive-bin 4 5 port install texlive-bin 6 }}} 5 7 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: 13 15 . 14 16 . 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) 18 20 . 19 21 . 20 . \\22 . 21 23 :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 }}}
