[MacPorts] #20338: portaudio fails to build on 10.6
#20338: portaudio fails to build on 10.6 ------------------------------+--------------------------------------------- Reporter: snc@… | Owner: themiwi@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: portaudio ------------------------------+--------------------------------------------- Tried disabling parallel build, no effect. This is caused since warnings are treated as errors. {{{ cc1: warnings being treated as errors src/common/pa_dither.c: In function 'PaUtil_Generate16BitTriangularDither': src/common/pa_dither.c:73: warning: right shift count >= width of type src/common/pa_dither.c:74: warning: right shift count >= width of type src/common/pa_dither.c: In function 'PaUtil_GenerateFloatTriangularDither': src/common/pa_dither.c:100: warning: right shift count >= width of type src/common/pa_dither.c:101: warning: right shift count >= width of type cc1: warnings being treated as errors src/common/pa_dither.c: In function 'PaUtil_Generate16BitTriangularDither': src/common/pa_dither.c:73: warning: right shift count >= width of type src/common/pa_dither.c:74: warning: right shift count >= width of type src/common/pa_dither.c: In function 'PaUtil_GenerateFloatTriangularDither': src/common/pa_dither.c:100: warning: right shift count >= width of type src/common/pa_dither.c:101: warning: right shift count >= width of type lipo: can't open input file: /var/tmp//ccF49Lpv.out (No such file or directory) make: *** [src/common/pa_dither.lo] Error 1 }}} -- Ticket URL: <http://trac.macports.org/ticket/20338> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20338: portaudio fails to build on 10.6 ------------------------------+--------------------------------------------- Reporter: snc@… | Owner: themiwi@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: portaudio ------------------------------+--------------------------------------------- Comment(by toby@…): portaudio's build system appears to be horribly broken. It's building four-way universal without being asked, and it's doing -DSIZEOF_LONG=8 ... presumably that warning is for the i386/ppc portions. -- Ticket URL: <http://trac.macports.org/ticket/20338#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20338: portaudio fails to build on 10.6 ------------------------------+--------------------------------------------- Reporter: snc@… | Owner: themiwi@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: portaudio ------------------------------+--------------------------------------------- Comment(by toby@…): Ok, that bit is relatively easy to work around. However, it appears to also be using a ton of deprecated/removed APIs. -- Ticket URL: <http://trac.macports.org/ticket/20338#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20338: portaudio fails to build on 10.6 ------------------------------+--------------------------------------------- Reporter: snc@… | Owner: themiwi@… Type: defect | Status: new Priority: Low | Milestone: Component: ports | Version: 1.8.0 Keywords: | Port: portaudio ------------------------------+--------------------------------------------- Comment(by toby@…): Ok, I think I have it building with some relatively simple changes (and -Wno-deprecated-declarations) -- Ticket URL: <http://trac.macports.org/ticket/20338#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20338: portaudio fails to build on 10.6 -------------------------------+-------------------------------------------- Reporter: snc@… | Owner: themiwi@… Type: defect | Status: closed Priority: Low | Milestone: Component: ports | Version: 1.8.0 Resolution: fixed | Keywords: Port: portaudio | -------------------------------+-------------------------------------------- Changes (by toby@…): * status: new => closed * resolution: => fixed Comment: r53938 -- Ticket URL: <http://trac.macports.org/ticket/20338#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts