Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 118040

Summary: =sys-apps/sg3_utils-1.18 misses a / in libdir
Product: Gentoo Linux Reporter: Wolfram Schlich (RETIRED) <wschlich>
Component: Current packagesAssignee: Tom Martin (RETIRED) <slarti>
Status: RESOLVED FIXED    
Severity: normal CC: plasmaroo, robbat2
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wolfram Schlich (RETIRED) gentoo-dev 2006-01-06 07:05:59 UTC
ebuild contains:

"/^LIBDIR=/s:/lib:$(get_libdir):"

thus "/lib" is being replaced by "lib" (on x86 e.g.)
instead of "/lib". the ebuild should add a slash right
before the $:

"/^LIBDIR=/s:/lib:/$(get_libdir):"

@slarti: YOU BROKE IT! ;-)))

CCing maintainer and last bumper.
Comment 1 Tom Martin (RETIRED) gentoo-dev 2006-01-06 08:33:44 UTC
Fixed in CVS.

(Hope you don't mind plasmaroo, only this is kinda trivial and not really worth waiting on the maintainer for)
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2006-01-06 11:18:58 UTC
> (Hope you don't mind plasmaroo, only this is kinda trivial and not really worth
> waiting on the maintainer for)

Not at all, thanks for fixing :)