[MacPorts] #16436: libvorbis 1.2.0 Does Not Configure
#16436: libvorbis 1.2.0 Does Not Configure ------------------------------------------+--------------------------------- Reporter: shickfaced@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: libvorbis oggtest ogg vorbis | ------------------------------------------+--------------------------------- The package libvorbis relies on a configure option "--disable-oggtest" to get past a pesky Ogg version test that the configure file normally performs. I was met first with this error which did not fail the build. Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_libvorbis/work/libvorbis-1.2.0" && ./configure --prefix=/opt/local --disable-oggtest " returned error 1 I assume that the problematic part of this line would be the "--disable- oggtest" because just a few lines later, I get: configure: error: Ogg >= 1.0 required ! Error: Status 1 encountered during processing. ...and the build fails. -- Ticket URL: <http://trac.macports.org/ticket/16436> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16436: libvorbis 1.2.0 Does Not Configure -----------------------------------+---------------------------------------- Reporter: shickfaced@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libvorbis oggtest ogg vorbis -----------------------------------+---------------------------------------- Changes (by ryandesign@macports.org): * cc: ryandesign@macports.org (added) * owner: macports-tickets@lists.macosforge.org => nox@macports.org Comment: Assigning to maintainer. However, I'm unable to reproduce the problem with MacPorts from trunk, Mac OS X 10.4.11 and Xcode 2.5 on a Power Mac G4. What OS, Xcode, MacPorts version, and processor architecture do you have? To give us more information, could you please run: {{{ sudo port clean --work libvorbis sudo port -d install libvorbis 2>&1 | tee ~/Desktop/libvorbis.txt }}} Then attach libvorbis.txt from your Desktop to this ticket. ogg >= 1.0 should be available; the libogg port provides ogg 1.1.3, and the libogg port is listed as a dependency of the libvorbis port. I trust that the libogg port is installed ''and active''? Find out with "`port installed libogg`"; it should say: {{{ The following ports are currently installed: libogg @1.1.3_2 (active) }}} If it says it's installed but not active, activate it with: {{{ sudo port activate libogg }}} -- Ticket URL: <http://trac.macports.org/ticket/16436#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16436: libvorbis 1.2.0 Does Not Configure -----------------------------------+---------------------------------------- Reporter: shickfaced@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libvorbis oggtest ogg vorbis -----------------------------------+---------------------------------------- Comment(by shickfaced@gmail.com): I am running 10.5.4 on a 2 GHz Intel. Xcode is the latest version (I was developing for the iPhone). I am running MacPorts 1.6.0 which I listed above. I also attached two output files. The first was the output from the failed libvorbis install. I did clean the port first with the given command. It produced no error during cleaning. I also posted the output of the port installed libogg command. It seems it is installed and active. -- Ticket URL: <http://trac.macports.org/ticket/16436#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16436: libvorbis 1.2.0 Does Not Configure -----------------------------------+---------------------------------------- Reporter: shickfaced@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libvorbis oggtest ogg vorbis -----------------------------------+---------------------------------------- Comment(by blb@macports.org): From libvorbis's configure output: {{{ checking for ogg >= 1.0... checking for Ogg... yes checking for oggpack_writealign... no }}} It's finding libogg, but not oggpack_writealign, which should be there (it is on my libogg 1.1.3_2 install). Just to verify, what does running the following say? {{{ nm /opt/local/lib/libogg.0.dylib |grep oggpack_writealign }}} If it says nothing, maybe a reinstall of libogg is needed? -- Ticket URL: <http://trac.macports.org/ticket/16436#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16436: libvorbis 1.2.0 Does Not Configure -----------------------------------+---------------------------------------- Reporter: shickfaced@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libvorbis oggtest ogg vorbis -----------------------------------+---------------------------------------- Comment(by shickfaced@gmail.com): The file exists but the command just returns a statement saying that it is not an object file. I am going to attempt to clean and reinstall libogg. -- Ticket URL: <http://trac.macports.org/ticket/16436#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16436: libvorbis 1.2.0 Does Not Configure -----------------------------------+---------------------------------------- Reporter: shickfaced@gmail.com | Owner: nox@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: libvorbis oggtest ogg vorbis -----------------------------------+---------------------------------------- Comment(by shickfaced@gmail.com): ...and it magically works. I just had to uninstall, clean, and reinstall libogg. I appreciate everyone's help. Thank you for your time. -- Ticket URL: <http://trac.macports.org/ticket/16436#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16436: libvorbis 1.2.0 Does Not Configure -----------------------------------+---------------------------------------- Reporter: shickfaced@gmail.com | Owner: nox@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: invalid | Keywords: libvorbis oggtest ogg vorbis -----------------------------------+---------------------------------------- Changes (by blb@macports.org): * status: new => closed * resolution: => invalid Comment: If /opt/local/lib/libogg.0.dylib ended up not being an object file, something really strange happened there...glad a redo of it worked. -- Ticket URL: <http://trac.macports.org/ticket/16436#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts