#15413: id3v2 fails to build (bad pathing) --------------------------------------+------------------------------------- Reporter: silverdemon@sitosis.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: --------------------------------------+------------------------------------- Comment (by silverdemon@sitosis.com): Managed to build and install id3v2. Original error during compile: {{{ DEBUG: Executing org.macports.build (id3v2) DEBUG: Environment: DEBUG: Assembled 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' 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 powerpc-apple-darwin9-g++-4.0.1: convert.o: No such file or directory powerpc-apple-darwin9-g++-4.0.1: list.o: No such file or directory powerpc-apple-darwin9-g++-4.0.1: id3v2.o: No such file or directory powerpc-apple-darwin9-g++-4.0.1: genre.o: No such file or directory make: *** [id3v2] Error 1 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 }}} Now, strangely enough, I copied this into the terminal : {{{ 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 }}} It compiled. I then ran 'port install id3v2' again, and it skipped the make section and continued to install id3v2 with no further hiccups. -- Ticket URL: <http://trac.macports.org/ticket/15413#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS