[MacPorts] #35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC
#35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC -------------------------------------+-------------------------------------- Reporter: braumann@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: -------------------------------------+-------------------------------------- there is a series of errors in servicebrowser.cpp of this type: :info:build servicebrowser.cpp:375: error: cannot convert ‘ZeroConf::ServiceBrow ser* const’ to ‘ZeroConf::Internal::ServiceBrowser*’ in assignment -- Ticket URL: <https://trac.macports.org/ticket/35834> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC -------------------------------------+-------------------------------------- Reporter: braumann@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: qt4-creator-mac -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => mcalhoun@… * port: => qt4-creator-mac Old description:
there is a series of errors in servicebrowser.cpp of this type:
:info:build servicebrowser.cpp:375: error: cannot convert ‘ZeroConf::ServiceBrow ser* const’ to ‘ZeroConf::Internal::ServiceBrowser*’ in assignment
New description: there is a series of errors in servicebrowser.cpp of this type: {{{ :info:build servicebrowser.cpp:375: error: cannot convert ‘ZeroConf::ServiceBrowser* const’ to ‘ZeroConf::Internal::ServiceBrowser*’ in assignment }}} -- -- Ticket URL: <https://trac.macports.org/ticket/35834#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC ------------------------------+------------------------ Reporter: braumann@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: qt4-creator-mac | ------------------------------+------------------------ Comment (by patnotz@…): For what it's worth, I'm seeing the same thing on MacOS 10.5.8 Intel. -- Ticket URL: <https://trac.macports.org/ticket/35834#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC ------------------------------+------------------------ Reporter: braumann@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: qt4-creator-mac | ------------------------------+------------------------ Comment (by patnotz@…): The problem appears to be in `servicebrowser_p.h` on line 267. In the class definition for `ServiceBrowserPrivate` there's a friend declaration for ServiceBrowser that needs to be fully scoped. This line: {{{ friend class ServiceBrowser; }}} should become {{{ friend class ZeroConf::ServiceBrowser; }}} -- Ticket URL: <https://trac.macports.org/ticket/35834#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC ------------------------------+------------------------ Reporter: braumann@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: qt4-creator-mac | ------------------------------+------------------------ Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: Patch committed in r98642. Could you please report the problem and fix upstream? -- Ticket URL: <https://trac.macports.org/ticket/35834#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts