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

Bug 563884

Summary: sys-libs/readline:5: add multilib support
Product: Gentoo Linux Reporter: Martin Kolleck <martin.kolleck>
Component: [OLD] LibraryAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: martin.kolleck
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Proposed ebuild.
Patch against the current ebuild to add multilib support.

Description Martin Kolleck 2015-10-23 14:03:28 UTC
It would be nice to have multilib support also in the ABI .5 library.

Reproducible: Always

Steps to Reproduce:
1. ABI_X86="32 64" emerge readline:5
Actual Results:  
Libraries libhistory.so.5 and libreadline.so.5 not installed in /usr/lib32.

Expected Results:  
/usr/lib32/libhistory.so.5 and /usr/lib32/libreadline.so.5 are installed.
Comment 1 Martin Kolleck 2015-10-23 14:07:20 UTC
Created attachment 415262 [details]
Proposed ebuild.

I wrote this ebuild by merging the multilib-specific parts from the current latest stable ebuild (sys-libs/readline-6.3_p8-r2) into the ebuild for the :5 slot.
Comment 2 Martin Kolleck 2015-10-23 18:25:37 UTC
Created attachment 415298 [details, diff]
Patch against the current ebuild to add multilib support.

Reformatted as patch file instead of complete ebuild.
Comment 4 Martin Kolleck 2015-10-26 09:49:37 UTC
Thanks for having this fixed so quickly. (Also for #563886 and #563888)