Changes between Initial Version and Version 1 of Ticket #59411, comment 2


Ignore:
Timestamp:
Oct 21, 2019, 2:34:21 PM (5 years ago)
Author:
rubendibattista (Ruben Di Battista)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59411, comment 2

    initial v1  
    1 You probably installed, for whatever reason, most probably compiling manually, stuff in `/usr/local`.
     1~~You probably installed, for whatever reason, most probably compiling manually, stuff in `/usr/local`.~~
    22
    3 Check here for recommendations: https://trac.macports.org/ticket/56682 (i.e. delete `libmpfr` and `libgmp` from `/usr/local`)
     3~~Check here for recommendations: https://trac.macports.org/ticket/56682 (i.e. delete `libmpfr` and `libgmp` from `/usr/local`)~~
     4
     5Never mind. It seems a different issue. `texlive-bin` is somehow looking for stuff in `/usr/local`
     6
     7{{{
     8:info:build libtool: link: /usr/bin/clang -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -Wl,-headerpad_max_install_names -Wl,-syslibroot -Wl,/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -arch x86_64 -o .libs/pdvitype pdvitype-pdvitype.o  libkanji.a lib/libp.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_tex_texlive-bin/texlive-bin/work/texlive-source-2019.50896-stripped/texk/ptexenc/.libs/libptexenc.dylib lib/lib.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_tex_texlive-bin/texlive-bin/work/texlive-source-2019.50896-stripped/texk/kpathsea/.libs/libkpathsea.dylib
     9:info:build clang: error: no such file or directory: '/usr/local/lib/libmpfr.a'
     10:info:build clang: error: no such file or directory: '/usr/local/lib/libgmp.a'
     11:info:build make[5]: *** [pmpost] Error 1
     12}}}