Hi, I am attempted to build id3v3 on MacOS X 10.5.2 and rans into some issues: sudo port install id3v2 ---> Fetching id3lib ---> Attempting to fetch id3lib-3.8.3.tar.gz from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ ---> Verifying checksum(s) for id3lib ---> Extracting id3lib ---> Configuring id3lib ---> Building id3lib with target all ---> Staging id3lib into destroot ---> Installing id3lib 3.8.3_0 ---> Activating id3lib 3.8.3_0 ---> Cleaning id3lib ---> Fetching id3v2 ---> Attempting to fetch id3v2-0.1.11.tar.gz from http://downloads.sourceforge.net/id3v2 ---> Verifying checksum(s) for id3v2 ---> Extracting id3v2 ---> Configuring id3v2 ---> Building id3v2 with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_audio_id3v2/work/id3v2-0.1.11" && make all " returned error 2 Command output: I/opt/local/include/ -DVERSION="\"0.1.11\"" -c -o convert.o convert.cpp /bin/sh: I/opt/local/include/: No such file or directory make: [convert.o] Error 127 (ignored) I/opt/local/include/ -DVERSION="\"0.1.11\"" -c -o list.o list.cpp /bin/sh: I/opt/local/include/: No such file or directory make: [list.o] Error 127 (ignored) I/opt/local/include/ -DVERSION="\"0.1.11\"" -c -o id3v2.o id3v2.cpp /bin/sh: I/opt/local/include/: No such file or directory make: [id3v2.o] Error 127 (ignored) I/opt/local/include/ -DVERSION="\"0.1.11\"" -c -o genre.o genre.cpp /bin/sh: I/opt/local/include/: No such file or directory make: [genre.o] Error 127 (ignored) c++ -L/opt/local/lib/ -pedantic -Wall -lz -lid3 -g -o id3v2 convert.o list.o id3v2.o genre.o i686-apple-darwin9-g++-4.0.1: convert.o: No such file or directory i686-apple-darwin9-g++-4.0.1: list.o: No such file or directory i686-apple-darwin9-g++-4.0.1: id3v2.o: No such file or directory i686-apple-darwin9-g++-4.0.1: genre.o: No such file or directory make: *** [id3v2] Error 1
On 2008-03-08 , at 23:19 , Andre-John Mas wrote:
I am attempted to build id3v3 on MacOS X 10.5.2 and rans into some issues:
I received the same error (Intel, Leopard) when attempting to build id3v2. I simply repeated the port command sudo port install id3v2 and it appears to have installed properly. This sequence sudo port install id3lib sudo port install id3v2 does not give the error. My assumption is that the implicit (dependency) install of id3lib isn't quite complete when id3v2 tries to build. ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM
On 9-Mar-08, at 10:22 , Chris Janton wrote:
On 2008-03-08 , at 23:19 , Andre-John Mas wrote:
I am attempted to build id3v3 on MacOS X 10.5.2 and rans into some issues:
I received the same error (Intel, Leopard) when attempting to build id3v2.
I simply repeated the port command sudo port install id3v2 and it appears to have installed properly.
This sequence
sudo port install id3lib sudo port install id3v2
does not give the error. My assumption is that the implicit (dependency) install of id3lib isn't quite complete when id3v2 tries to build.
Tried again and this appears to be the case. Thanks Andre
participants (2)
-
Andre-John Mas
-
Chris Janton