[MacPorts] #22701: qt4-mac-devel deletes /dev/null
#22701: qt4-mac-devel deletes /dev/null -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: qt4-mac-devel -------------------------------------+-------------------------------------- Attempting to install qt4-mac-devel @4.6.0-rc1 causes the /dev/null device to be deleted, which is obviously extremely bad. This occurs at some point during configure, the rest of which then doesn't function, and the build fails right away. Immense log attached. -- Ticket URL: <http://trac.macports.org/ticket/22701> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22701: qt4-mac-devel deletes /dev/null -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: qt4-mac-devel -------------------------------------+-------------------------------------- Comment(by ryandesign@…): I suspect this line in the configure script: {{{ "$TEST_COMPILER" "$@" -o /dev/null conftest.cpp }}} Changing that to {{{ "$TEST_COMPILER" "$@" -o dummy conftest.cpp }}} should fix it but I haven't tested yet. -- Ticket URL: <http://trac.macports.org/ticket/22701#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22701: qt4-mac-devel deletes /dev/null -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: qt4-mac-devel -------------------------------------+-------------------------------------- Comment(by emanuel@…): I run into the same /dev/null problem with qt4-mac-devel@4.6.0-rc1 and @4.6.0. I attached a patch file for configure which works for me on Mac OS 10.5. Can anybody confirm it? -- Ticket URL: <http://trac.macports.org/ticket/22701#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22701: qt4-mac-devel deletes /dev/null --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: qt4-mac-devel | --------------------------------------+------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => fixed Comment: Thanks, committed in r61129. -- Ticket URL: <http://trac.macports.org/ticket/22701#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22701: qt4-mac-devel deletes /dev/null --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: qt4-mac-devel | --------------------------------------+------------------------------------- Comment(by ryandesign@…): I have [http://bugreports.qt.nokia.com/browse/QTBUG-6473 reported this problem] to the developers of Qt. -- Ticket URL: <http://trac.macports.org/ticket/22701#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22701: qt4-mac-devel deletes /dev/null --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: Port: qt4-mac-devel | --------------------------------------+------------------------------------- Comment(by ryandesign@…): Upstream fixed the problem using our patch as part of [http://qt.gitorious.org/qt/qt/commit/971acc6d34559a2c5035888a5891ea29ad8628a... this commit]. -- Ticket URL: <http://trac.macports.org/ticket/22701#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts