[MacPorts] #22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error)
#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ---------------------------------------+------------------------------------ Reporter: markdigital69@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: boost-build, patch | Port: boost-build ---------------------------------------+------------------------------------ The current version of boost-build (2.0-m12) will add -Wno-long-double to the darwin toolset but with GCC 4.2 this is not supported. In the future version m13 this is fixed but it might be a while before it gets released and in this state it is unusable on 10.6. I took the part from version m13 (as of revision 51326) that fixes the issue and added it to the existing patch. -- Ticket URL: <http://trac.macports.org/ticket/22324> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ---------------------------------------+------------------------------------ Reporter: markdigital69@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: haspatch | Port: boost-build ---------------------------------------+------------------------------------ Changes (by macsforever2000@…): * keywords: boost-build, patch => haspatch Old description:
The current version of boost-build (2.0-m12) will add -Wno-long-double to the darwin toolset but with GCC 4.2 this is not supported. In the future version m13 this is fixed but it might be a while before it gets released and in this state it is unusable on 10.6. I took the part from version m13 (as of revision 51326) that fixes the issue and added it to the existing patch.
New description: The current version of boost-build (2.0-m12) will add -Wno-long-double to the darwin toolset but with GCC 4.2 this is not supported. In the future version m13 this is fixed but it might be a while before it gets released and in this state it is unusable on 10.6. I took the part from version m13 (as of revision r51326) that fixes the issue and added it to the existing patch. -- -- Ticket URL: <http://trac.macports.org/ticket/22324#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ---------------------------------------+------------------------------------ Reporter: markdigital69@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: haspatch | Port: boost-build ---------------------------------------+------------------------------------ Comment(by macsforever2000@…): Have you tested this change in 10.5.x? -- Ticket URL: <http://trac.macports.org/ticket/22324#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ---------------------------------------+------------------------------------ Reporter: markdigital69@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: haspatch | Port: boost-build ---------------------------------------+------------------------------------ Comment(by malaperle@…): Replying to [comment:2 macsforever2000@…]:
Have you tested this change in 10.5.x?
No, I don't have 10.5 right now. But it shouldn't be a problem, the flag is still added for GCC 4.0. {{{ if $(gccversion) < "4.2.0" { flags darwin.compile OPTIONS $(condition) : -Wno-long-double ; } }}} -- Ticket URL: <http://trac.macports.org/ticket/22324#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ---------------------------------------+------------------------------------ Reporter: markdigital69@… | Owner: macsforever2000@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: haspatch | Port: boost-build ---------------------------------------+------------------------------------ Changes (by macsforever2000@…): * owner: macports-tickets@… => macsforever2000@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/22324#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ----------------------------------------+----------------------------------- Reporter: markdigital69@… | Owner: macsforever2000@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Resolution: fixed | Keywords: haspatch Port: boost-build | ----------------------------------------+----------------------------------- Changes (by macsforever2000@…): * status: assigned => closed * resolution: => fixed Comment: r60090. Thanks! -- Ticket URL: <http://trac.macports.org/ticket/22324#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts