Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563888 - dev-libs/mpfr:1: add multilib support
Summary: dev-libs/mpfr:1: 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 Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-23 14:19 UTC by Martin Kolleck
Modified: 2015-10-24 16:34 UTC (History)
1 user (show)

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


Attachments
Proposed ebuild (mpfr-2.4.2_p3-r2.ebuild,1.42 KB, text/plain)
2015-10-23 14:20 UTC, Martin Kolleck
Details
Patch against the current ebuild to add multilib support. (mpfr-2.4.2_p3-r1.patch,1.33 KB, patch)
2015-10-23 18:22 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:19:40 UTC
It would be nice to have multilib support also for libmpfr.so.1.

Reproducible: Always

Steps to Reproduce:
1. ABI_X86="32 64" emerge mpfr:1

Actual Results:  
Library libmpfr.so.1 not installed in /usr/lib32.

Expected Results:  
/usr/lib32/libmpfr.so.1 is installed.
Comment 1 Martin Kolleck 2015-10-23 14:20:53 UTC
Created attachment 415278 [details]
Proposed ebuild

I wrote this ebuild by merging the multilib-specific parts from the current latest stable ebuild (dev-libs/mpfr-3.1.3_p4) into the ebuild for the :1 slot (dev-libs/mpfr-2.4.2_p3-r1).
Comment 2 SpanKY gentoo-dev 2015-10-23 16:54:47 UTC
you should post diffs, not entire files
Comment 3 Martin Kolleck 2015-10-23 18:22:47 UTC
Created attachment 415294 [details, diff]
Patch against the current ebuild to add multilib support.

Reformatted as patch file instead of complete ebuild.
Comment 4 SpanKY gentoo-dev 2015-10-24 16:34:02 UTC
should be fixed by:
http://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1feceeec046b975e842e9ed49bd5f507992d1e7b

thanks for the suggestion !