Changes between Version 4 and Version 5 of Ticket #61667


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61667

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

    v4 v5  
    1 (attempting to reuse ticket)
    2 mikmod 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 }}}
     1please delete