Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409195 - media-libs/fidlib-0.9.10 fails: cannot find -lfidlib
Summary: media-libs/fidlib-0.9.10 fails: cannot find -lfidlib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-03-21 16:15 UTC by Gavin Pryke
Modified: 2012-03-21 16:29 UTC (History)
0 users

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


Attachments
fidlib-0.9.10.ebuild.patch (fidlib-0.9.10.ebuild.patch,426 bytes, patch)
2012-03-21 16:16 UTC, Gavin Pryke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Pryke 2012-03-21 16:15:34 UTC
media-libs/fidlib-0.9.10 fails to link library on fresh emerge because it's not installed in the system yet

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/fidlib
2.
3.
Actual Results:  
>>> Compiling source in /var/tmp/portage/media-libs/fidlib-0.9.10/work/fidlib-0.9.10 ...
x86_64-pc-linux-gnu-gcc -march=core2 -O2 -ggdb -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=2048 -pipe -DT_LINUX -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,-soname,libfidlib.so.0 -fPIC -shared fidlib.c -lm -o libfidlib.so.0
x86_64-pc-linux-gnu-gcc -march=core2 -O2 -ggdb -mcx16 -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=2048 -pipe -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -L. firun.c -lm -lfidlib -o firun
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lfidlib
collect2: ld returned 1 exit status
 [31;01m*[0m ERROR: media-libs/fidlib-0.9.10 failed (compile phase):

Expected Results:  
should emerge successfully
Comment 1 Gavin Pryke 2012-03-21 16:16:47 UTC
Created attachment 306199 [details, diff]
fidlib-0.9.10.ebuild.patch

attempt workaround by linking file directly
Comment 2 Tim Harder gentoo-dev 2012-03-21 16:29:37 UTC
Fixed in CVS.