[MacPorts] #59074: [mysql8] compile failure on 10.6.8 x86_64

MacPorts noreply at macports.org
Sun Sep 22 15:19:54 UTC 2019


#59074: [mysql8] compile failure on 10.6.8 x86_64
-------------------------+-------------------------
  Reporter:  BjarneDMat  |      Owner:  herbygillot
      Type:  defect      |     Status:  assigned
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.6.0
Resolution:              |   Keywords:
      Port:  mysql8      |
-------------------------+-------------------------

Comment (by BjarneDMat):

 It's partly a libtool / cctools problem as described .

 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/mysql8/main.log2

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


More information about the macports-tickets mailing list