Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49194 - wrong libdir in libmad.la
Summary: wrong libdir in libmad.la
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-27 12:31 UTC by Jackey Yang ("timeout" in forum)
Modified: 2004-07-06 17:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jackey Yang ("timeout" in forum) 2004-04-27 12:31:09 UTC
libdir='/var/tmp/portage/libmad-0.15.1b/image//usr/lib'
which is wrong.
It should be libdir='/usr/lib'

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2004-04-28 10:11:44 UTC
where did you found this ?
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-04-28 10:34:09 UTC
Looks fine to me...

(10:33:34 Wed Apr 28 2004 jeremy@eradicator)
/usr/lib $ grep libdir  libmad.la
libdir='/usr/lib'

(10:33:43 Wed Apr 28 2004 jeremy@eradicator)
/usr/lib $ qpkg -I -v libmad
media-libs/libmad-0.15.1b *
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-02 18:24:45 UTC
no response 
Comment 4 Luke-Jr 2004-07-06 17:52:52 UTC
Same issue here; Note this is using gcc34 amd64 2004.1 profile
Comment 5 Luke-Jr 2004-07-06 17:57:57 UTC
Actually, the libdir is correct, but kdelibs fails because libtool looks for it in /var/tmp/portage/... for some unknown reason. :/