Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563884 - sys-libs/readline:5: add multilib support
Summary: sys-libs/readline:5: add multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 14:03 UTC by Martin Kolleck
Modified: 2015-10-26 09:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed ebuild. (readline-5.2_p14-r1.ebuild,1.87 KB, text/plain)
2015-10-23 14:07 UTC, Martin Kolleck
Details
Patch against the current ebuild to add multilib support. (readline-5.2_p14.patch,1.33 KB, patch)
2015-10-23 18:25 UTC, Martin Kolleck
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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)