Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231941 - =app-emulation/kvm-71-r1 installs header and library in /usr/local
Summary: =app-emulation/kvm-71-r1 installs header and library in /usr/local
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL: http://bugs.gentoo.org/attachment.cgi...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 10:09 UTC by Carlo Marcelo Arenas Belon
Modified: 2008-07-17 13:58 UTC (History)
1 user (show)

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 Carlo Marcelo Arenas Belon 2008-07-16 10:09:12 UTC
most likely a side effect of the use of a broken patch for configure as detailed in BUG231930 which will leave libkvm.a and libkvm.h installed under /usr/local/lib and /usr/local/include respectively, as setting prefix was broken with that patch.

Reproducible: Always

Steps to Reproduce:
1.emerge -DNvu kvm
2.equery files kvm | grep libkvm
Actual Results:  
in an amd64 system :

/usr/local/include/libkvm.h
/usr/local/lib64/libkvm.a

Expected Results:  
in an amd64 system :

/usr/include/libkvm.h
/usr/lib64/libkvm.a


an alternative patch for configure which wouldn't break this way was already proposed upstream to replace the broken patch and is attached in the referred bug.

linked the download address to the URL for this bug for simplicity and to avoid uploading the same patch twice
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2008-07-17 13:58:42 UTC
Please upgrade to -r2.  It has had all this stuff fixed for a day now.