Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113707 - nero-2.0.0.3b-r1 fails to copy libs due to error in ebuild
Summary: nero-2.0.0.3b-r1 fails to copy libs due to error in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
: 113717 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-27 06:49 UTC by Jory A. Pratt
Modified: 2005-11-27 18:27 UTC (History)
2 users (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 Jory A. Pratt 2005-11-27 06:49:31 UTC
libdir=$(get_libdir)
dodir /usr/${libdir}
insinto /usr/${libdir}
doins ./usr/${libdir}/*.so

last line should be hardcoded to ./usr/lib/*.so, as it is right now it tries to
copy files from /usr/lib32 which does not exist.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-27 08:46:22 UTC
*** Bug 113717 has been marked as a duplicate of this bug. ***
Comment 2 Jory A. Pratt 2005-11-27 18:27:32 UTC
problem is corrected in -r2 thanks Wolfram Sclich.