[MacPorts] #41415: Unable to build pulseaudio on Mavericks
#41415: Unable to build pulseaudio on Mavericks ------------------------------+-------------------------------- Reporter: allamistakeo18@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: pulseaudio ------------------------------+-------------------------------- Hi, I am attempting to install gnucash on Mavericks, which in turn attempts to install pulseaudio, which fails to build (see attached log). Thanks in advance for your support. -- Ticket URL: <https://trac.macports.org/ticket/41415> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+---------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: pulseaudio | -------------------------------+---------------------- Changes (by larryv@…): * owner: macports-tickets@… => devans@… -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+---------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: pulseaudio | -------------------------------+---------------------- Comment (by allamistakeo18@…): The following ports are also currently failing to build (most, if not all of them because they directly or indirectly depend on pulseaudio): [[BR]] evince @3.10.3 gnome/evince[[BR]] gnome-settings-daemon @3.8.5 gnome/gnome-settings- daemon[[BR]] gnucash @2.4.13 gnome/gnucash[[BR]] nautilus @3.8.2 gnome/nautilus[[BR]] openjpeg @2.0.0 graphics/openjpeg[[BR]] pulseaudio @4.0 audio/pulseaudio[[BR]] qt3 @3.3.8 x11/qt3[[BR]] yelp @3.10.1 gnome/yelp[[BR]] -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+---------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: pulseaudio | -------------------------------+---------------------- Comment (by louis.nicolas@…): Hi, I have the same problem trying to build eog, which needs pulseaudio, which fails to build. I attach my log file (which looks a bit different to the other one). I hope this can be fixed soon... Thanks for your help. -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+---------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: pulseaudio | -------------------------------+---------------------- Comment (by allamistakeo18@…): Since not much progress has been reported on this issue, I just decided to rename my /opt/ and /Applications/MacPorts/ folders, reinstall MacPorts from scratch, and attempt again to install gnucash. This time it failed when attempting to build libbonoboui, as reported in this other ticket: [https://trac.macports.org/ticket/41562] -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+----------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: pulseaudio | -------------------------------+----------------------- Changes (by jeremyhu@…): * keywords: => mavericks -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+----------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: pulseaudio | -------------------------------+----------------------- Changes (by ryandesign@…): * cc: louis.nicolas@…, ryandesign@… (added) Comment: allamistakeo18, your log was not a [http://guide.macports.org/chunked/project.html#project.tickets.prerequisites clean attempt]. And yes, you should uninstall and reinstall MacPorts anytime you upgrade to a new OS X verison. There are other steps you should do as well; see wiki:Migration. louis, your log shows "`error: unknown type name 'Point'`". This is an old QuickDraw type... not sure what the problem is yet; pulseaudio builds fine for me on Mavericks. Did you install Xcode 5.x and its corresponding command line tools? -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+----------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: pulseaudio | -------------------------------+----------------------- Comment (by louis.nicolas@…): Replying to [comment:6 ryandesign@…]:
louis, your log shows "`error: unknown type name 'Point'`". This is an old QuickDraw type... not sure what the problem is yet; pulseaudio builds fine for me on Mavericks. Did you install Xcode 5.x and its corresponding command line tools?
Hi, thanks for your reply. I have XCode 5.0.2 and its corresponding command line tools installed. I reinstalled Macports after Mavericks upgrade and reinstalled all my ports afterwards (too many build errors before that). Everything went fine, except for pulseaudio (and hence eog and a couple more dependencies). Does the "QuickDraw" error mean I miss some header files somewhere? Or is not supposed to rely on those libraries? Thanks again! -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+----------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: pulseaudio | -------------------------------+----------------------- Comment (by ryandesign@…): I see `-I/Developer/Headers/FlatCarbon/` in the compile lines in the log. Do you still have the /Developer directory, left over from a previous version of OS X? In other tickets, we've seen this interfere with builds, so it should be removed. -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+----------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: pulseaudio | -------------------------------+----------------------- Comment (by louis.nicolas@…): That was indeed the problem. pulseaudio and eog build fine now. Thanks a lot for your time and help! -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#41415: Unable to build pulseaudio on Mavericks -------------------------------+----------------------- Reporter: allamistakeo18@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: invalid | Keywords: mavericks Port: pulseaudio | -------------------------------+----------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => invalid Comment: Glad that worked. -- Ticket URL: <https://trac.macports.org/ticket/41415#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts