#13887: libstreams 24.1 does not build on OSX 10.5.1 + XCode 3.0 -------------------------------+-------------------------------------------- Reporter: ralf@fimaluka.org | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | -------------------------------+-------------------------------------------- Building the port yields the following: {{{ ---> Fetching Libstreams ---> Verifying checksum(s) for Libstreams ---> Extracting Libstreams ---> Applying patches to Libstreams ---> Configuring Libstreams ---> Building Libstreams 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_devel_Libstreams/work/Libstreams-24.1" && make all " returned error 2 Command output: Makefile:58: /pb_makefiles/platform.make: No such file or directory Makefile:62: /pb_makefiles/library.make: No such file or directory make: *** No rule to make target `/pb_makefiles/library.make'. Stop. }}} After looking into that issue, I realized that the environment variable MAKEFILEPATH had to be set to /Developer/Makefiles/. So I added an appropriate build.env statement to the port. Now I get the following (warnings removed): {{{ ---> Building Libstreams 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_devel_Libstreams/work/Libstreams-24.1" && make all " returned error 2 [... warnings removed here ...] /usr/bin/libtool -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_Libstreams/work/Libstreams-24.1/streams.build /objects-optimized -static -o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_Libstreams/work/Libstreams-24.1/libstreams.a except.o file_funcs.o globals.o indir_ops.o ipc_funcs.o memory_funcs.o NXLogError.o streams.o streams_doprnt.o streams_doscan.o streams_internal.o /usr/bin/libtool: can't open file: except.o (No such file or directory) /usr/bin/libtool: can't open file: file_funcs.o (No such file or directory) /usr/bin/libtool: can't open file: globals.o (No such file or directory) /usr/bin/libtool: can't open file: indir_ops.o (No such file or directory) /usr/bin/libtool: can't open file: ipc_funcs.o (No such file or directory) /usr/bin/libtool: can't open file: memory_funcs.o (No such file or directory) /usr/bin/libtool: can't open file: NXLogError.o (No such file or directory) /usr/bin/libtool: can't open file: streams.o (No such file or directory) /usr/bin/libtool: can't open file: streams_doprnt.o (No such file or directory) /usr/bin/libtool: can't open file: streams_doscan.o (No such file or directory) /usr/bin/libtool: can't open file: streams_internal.o (No such file or directory) make: *** [/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_Libstreams/work/Libstreams-24.1/libstreams.a] Error 1 }}} Ideas, anyone? -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13887> MacPorts </projects/macports> Ports system for Mac OS