[MacPorts] #59073: [mysql57] compile failure on 10.6.8 x86_64

MacPorts noreply at macports.org
Sun Sep 22 15:18:43 UTC 2019


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

Comment (by BjarneDMat):

 It's partly a libtool / cctools problem as described in
 https://trac.macports.org/ticket/59074

 Partial 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/ )
 }}}

 There're still issues
 :https://macports.mathiesen.info/logs/databases/mysql57/main.log2

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


More information about the macports-tickets mailing list