Changes between Version 3 and Version 4 of Ticket #61667


Ignore:
Timestamp:
Nov 27, 2020, 3:58:41 AM (3 years ago)
Author:
alex1platon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61667

    • Property Summary changed from please delete to mikmod fails to configure on Big Sur
    • Property Owner alex1platon deleted
    • Property Type changed from request to defect
  • Ticket #61667 – Description

    v3 v4  
    1 please delete
     1(attempting to reuse ticket)
     2mikmod fails to configure on Big Sur using Command Line Tools for XCode 12.2.  THe dependency libmikmod correctly triggers and installs, it's just not detected (or the compile test fails):
     3
     4{{{
     5:info:configure checking for libmikmod - version >= 3.1.5... no
     6:info:configure *** Could not run libmikmod test program, checking why...
     7:info:configure *** The test program compiled, but did not run. This usually means
     8:info:configure *** that the run-time linker is not finding libmikmod or finding the wrong
     9:info:configure *** version of libmikmod. If it is not finding libmikmod, you'll need to set your
     10:info:configure *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
     11:info:configure *** to the installed location. Also, make sure you have run ldconfig if that
     12:info:configure *** is required on your system.
     13:info:configure ***
     14:info:configure *** If you have an old version installed, it is best to remove it, although
     15:info:configure *** you may also be able to get things to work by modifying LD_LIBRARY_PATH
     16:info:configure configure: error:
     17:info:configure --- ERROR: No suitable libmikmod library found.
     18:info:configure            You need at least libmikmod 3.1.5 for this program to work.
     19:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_audio_mikmod/mikmo
     20:info:configure Exit code: 1
     21}}}