[MacPorts] #19562: qt4-mac: reinplace didn't change anything in g++.conf
#19562: qt4-mac: reinplace didn't change anything in g++.conf -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: erickt@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: qt4-mac -------------------------------------+-------------------------------------- On Mac OS X 10.5.6 Intel with Xcode 3.1.2 and MacPorts 1.7.1 with the patch from #15514 I see this: {{{ ---> Attempting to fetch qt-mac-opensource-src-4.5.1.tar.gz from http://distfiles.macports.org/qt4-mac ---> Verifying checksum(s) for qt4-mac ---> Extracting qt4-mac ---> Applying patches to qt4-mac Warning: reinplace s| gcc$| /usr/bin/gcc-4.0| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_aqua_qt4-mac/work /qt-mac-opensource-src-4.5.1/mkspecs/common/g++.conf ---> Configuring qt4-mac }}} Perhaps the reinplace is no longer needed, or maybe it needs to be updated. -- Ticket URL: <http://trac.macports.org/ticket/19562> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19562: qt4-mac: reinplace didn't change anything in g++.conf -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: erickt@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: qt4-mac -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * cc: mcalhoun@… (added) -- Ticket URL: <http://trac.macports.org/ticket/19562#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19562: qt4-mac, qt4-mac-devel: reinplace didn't change anything in g++.conf -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: erickt@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: qt4-mac, qt4-mac-devel -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * cc: illogic-al@… (added) * port: qt4-mac => qt4-mac, qt4-mac-devel Comment: After the change in r48396 (which brought over changes from qt4-mac- devel), the message is now: {{{ Warning: reinplace s| g++$| /usr/bin/g++-4.0| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_aqua_qt4-mac/work /qt-mac-opensource-src-4.5.2/mkspecs/common/mac-g++.conf Warning: reinplace s| gcc$| /usr/bin/gcc-4.0| didn't change anything in /mp/var/macports/build/_Users_rschmidt_macports_dports_aqua_qt4-mac/work /qt-mac-opensource-src-4.5.2/mkspecs/common/g++.conf }}} The line "`reinplace "s| gcc\$| ${configure.cc}|" ${worksrcpath}/mkspecs/common/g++.conf`" occurs twice in the portfile; the second reinplace of course fails because the first reinplace has already replaced the string. I fixed this in r54104 in both ports. -- Ticket URL: <http://trac.macports.org/ticket/19562#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19562: qt4-mac, qt4-mac-devel: reinplace didn't change anything in g++.conf --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: erickt@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: qt4-mac, qt4-mac-devel | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Eh, forget the reference to r48396 as it occurred before I filed this ticket. Rather, it looks like with the update to 4.5.2, " g++" no longer occurs in mkspecs/common/mac-g++.conf so that reinplace just gets removed from qt4-mac (done in r54105) and stays in qt4-mac-devel. -- Ticket URL: <http://trac.macports.org/ticket/19562#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts