[MacPorts] #59072: [mysql56] compile failure on 10.6.8 x86_64

MacPorts noreply at macports.org
Sun Sep 22 15:16:00 UTC 2019


#59072: [mysql56] compile failure on 10.6.8 x86_64
-------------------------+--------------------
  Reporter:  BjarneDMat  |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.0
Resolution:              |   Keywords:
      Port:  mysql56     |
-------------------------+--------------------

Comment (by BjarneDMat):

 It's at libtool / cctool problem as described in
 https://trac.macports.org/ticket/59074

 Workaround :
 {{{
 declare usrBin='/usr/bin'
 declare devBin="/Developer${usrBin}"

 while read -u 9 cctool
 do
     theTool=$( basename ${cctool} )
     echo ${theTool}
     for binDir in "${usrBin}" "${devBin}"
     do
         mv -n "${binDir}/${theTool}" "${binDir}/${theTool}.orig"
         rm "${binDir}/${theTool}"
         ln -h "${cctool}" "${binDir}/${theTool}"
     done
 done 9< <( port contents cctools | fgrep /bin/ )
 }}}

 It's the programs in /usr/bin/ that are causing the problems.

-- 
Ticket URL: <https://trac.macports.org/ticket/59072#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list