Opened 16 years ago

Closed 15 years ago

#13887 closed defect (fixed)

libstreams 24.1 does not build on OSX 10.5.1 + Xcode 3.0

Reported by: ralf@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: Libstreams

Description

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?

Change History (6)

comment:1 Changed 16 years ago by jmpp@…

Milestone: Port Bugs

comment:2 Changed 16 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to pguyot@…

Assigning to maintainer.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 15 years ago by tobypeterson

Port: Libstreams added
Version: 1.6.0

comment:5 Changed 15 years ago by tobypeterson

Summary: libstreams 24.1 does not build on OSX 10.5.1 + XCode 3.0libstreams 24.1 does not build on OSX 10.5.1 + Xcode 3.0

comment:6 Changed 15 years ago by tobypeterson

Resolution: fixed
Status: newclosed

port deleted in r51498

Note: See TracTickets for help on using tickets.