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

Bug 665704

Summary: net-libs/libtirpc-1.1.4 abi_x86_32 install library in /usr/lib32 and not in /lib32
Product: Gentoo Linux Reporter: Hanno Zysik (geki) <h.mth>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=479448
Whiteboard:
Package list:
Runtime testing required: ---

Description Hanno Zysik (geki) 2018-09-11 12:08:16 UTC
The x86_64 version is installed in /lib64/. The x86 variant is installed in /usr/lib32/. I think it should be /lib32/ instead.

Looking at libnsl it installs x86_64 in /lib64/ and x86 variant in /lib32/. Therefore this bugreport. Or is libnsl wrong?
Comment 1 Mike Gilbert gentoo-dev 2018-09-11 15:04:51 UTC
gen_usr_ldscript only moves libraries to /lib for the "native" ABI.

Speaking generally, the 32-bit library is unlikely to be needed before /usr is mounted. Having the library in /lib is not harmful, but also unnecessary.

I don't think there's anything that needs to be fixed here.
Comment 2 Mike Gilbert gentoo-dev 2018-09-11 15:08:04 UTC
(In reply to Hanno Meyer-Thurow (geki) from comment #0)
> Looking at libnsl it installs x86_64 in /lib64/ and x86 variant in /lib32/.
> Therefore this bugreport. Or is libnsl wrong?

net-libs/libnsl installs both variants in /usr/lib, not /lib.
Comment 3 Hanno Zysik (geki) 2018-09-11 17:53:23 UTC
Ah, yes, that /lib32/libnsl*.so is from glibc. Sorry for the noise.