Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100432 - pwlib-1.8.4 failing against esound-0.2.36-r1 due to no libesd.a
Summary: pwlib-1.8.4 failing against esound-0.2.36-r1 due to no libesd.a
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 101127 101815 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-26 22:16 UTC by Geoff Leach
Modified: 2005-08-15 12:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to use dynamic lib (pwlib-1.8.4-unix.mak.patch,366 bytes, patch)
2005-07-26 22:18 UTC, Geoff Leach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoff Leach 2005-07-26 22:16:32 UTC
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 Geoff Leach 2005-07-26 22:18:23 UTC
Created attachment 64409 [details, diff]
patch to use dynamic lib
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-08-08 20:17:37 UTC
*** Bug 101815 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-08-08 20:23:40 UTC
*** Bug 101127 has been marked as a duplicate of this bug. ***
Comment 4 Stefan Knoblich (RETIRED) gentoo-dev 2005-08-15 12:44:16 UTC
pwlib-1.6.3, 1.6.6, 1.8.3 and 1.8.4 have been fixed, thanks for the patch