Bug 100432 - pwlib-1.8.4 failing against esound-0.2.36-r1 due to no libesd.a
Bug#: 100432 Product:  Gentoo Linux Version: 2005.0 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: voip@gentoo.org Reported By: gl@cs.rmit.edu.au
Component: Ebuilds
URL: 
Summary: pwlib-1.8.4 failing against esound-0.2.36-r1 due to no libesd.a
Keywords:  
Status Whiteboard: 
Opened: 2005-07-26 22:16 0000
Description:   Opened: 2005-07-26 22:16 0000
I've just had pwlib-1.8.4 fail to build due to a missing /usr/lib/libesd.a. 

g++: /usr/lib/libesd.a: No such file or directory

Seems /usr/lib/libesd.a is not created by esound-0.2.36-r1 but was by the
previous version of esound I had installed, and removed by the update to
esound-0.2.36-r1. 

Attached patch modifies unix.mak to simply use the dynamic lib with -lesd rather
than use $(ESDDIR)/lib/libesd.a

------- Comment #1 From Geoff Leach 2005-07-26 22:18:23 0000 -------
Created an attachment (id=64409) [details]
patch to use dynamic lib 

------- Comment #2 From Jakub Moc (RETIRED) 2005-08-08 20:17:37 0000 -------
*** Bug 101815 has been marked as a duplicate of this bug. ***

------- Comment #3 From Jakub Moc (RETIRED) 2005-08-08 20:23:40 0000 -------
*** Bug 101127 has been marked as a duplicate of this bug. ***

------- Comment #4 From Stefan Knoblich (RETIRED) 2005-08-15 12:44:16 0000 -------
pwlib-1.6.3, 1.6.6, 1.8.3 and 1.8.4 have been fixed, thanks for the patch