Opened 19 years ago

Closed 19 years ago

#2785 closed defect (fixed)

esound 0.2.35 does not include libesd.0.dylib

Reported by: michel.salim@… Owned by: gnome-darwinports@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

esound 0.2.35 only puts libesd.a and libesd.la in /opt/local/lib. This breaks applications like bluefish which expects to find the .0.dylib file there as well.

Change History (3)

comment:1 Changed 19 years ago by yves@…

Also, the darwin variant breaks on puredarwin. it should be a macosx variant.

here is a more precise output of the libesd.0.dylib problem :

/bin/sh ./libtool --mode=link gcc -g -O2 -o libesd.la -rpath /opt/local/lib -version-info 2:35:2 -no-undefined libesd_la-esdlib.lo libesd_la-esdmgr.lo libesd_la-esdfile.lo libesd_la-esd_config.lo libesd_la-audio.lo libesd_la-genrand.lo libesd_la-util.lo -L/opt/local/lib -laudiofile -lm ./libtool: line 3663: Mach-O dynamically linked shared library: command not found ./libtool: line 3663: Mach-O dynamically linked shared library: command not found ./libtool: line 3663: Mach-O dynamically linked shared library: command not found ./libtool: line 3663: Mach-O dynamically linked shared library: command not found ./libtool: line 3663: Mach-O dynamically linked shared library: command not found

* Warning: linker path does not have real file for library -laudiofile. * I have the capability to make that library automatically link in when * you link to this library. But I can only do this if you have a * shared version of the library, which you do not appear to have * because I did check the linker path looking for a file starting * with libaudiofile and none of the candidates passed a file format test * using a file magic. Last file checked: /opt/local/lib/libaudiofile.la ./libtool: line 3663: Mach-O dynamically linked shared library: command not found

yves$ file /opt/local/lib/libaudiofile.0.0.2.dylib /opt/local/lib/libaudiofile.0.0.2.dylib: Mach-O dynamically linked shared library ppc

comment:2 Changed 19 years ago by danchr@…

dependson: 2772

comment:3 Changed 19 years ago by danchr@…

Resolution: fixed
Status: newclosed

The fix for bug #2772 should include a fix for this bug. Please reopen if it didn't.

  • Dan
Note: See TracTickets for help on using tickets.