Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524982 - sys-libs/musl - use internal gettext
Summary: sys-libs/musl - use internal gettext
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-10-10 18:55 UTC by Felix Janda
Modified: 2014-10-11 20:14 UTC (History)
2 users (show)

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


Attachments
Proposed patch for musl ebuild (musl-gettext.patch,577 bytes, patch)
2014-10-10 18:56 UTC, Felix Janda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Janda 2014-10-10 18:55:20 UTC
Since version 1.1.14 musl has non-stub gettext functionality. It should be preferable to use it over GNU's gettext. (Making env/libintl.conf unnecessary.)

Reproducible: Always
Comment 1 Felix Janda 2014-10-10 18:56:14 UTC
Created attachment 386394 [details, diff]
Proposed patch for musl ebuild
Comment 2 Felix Janda 2014-10-10 21:27:50 UTC
Sorry, it should say version 1.1.4.
Comment 3 Anthony Basile gentoo-dev 2014-10-10 22:11:18 UTC
(In reply to Felix Janda from comment #2)
> Sorry, it should say version 1.1.4.

Yep, its time to make the switchover.  I'm waiting for 1.1.5 to be released and then I'll have to change the profiles, and remaster the stages.  I'll finally be able to drop all the portage.env stuff.
Comment 4 Anthony Basile gentoo-dev 2014-10-11 20:14:00 UTC
(In reply to Felix Janda from comment #1)
> Created attachment 386394 [details, diff] [details, diff]
> Proposed patch for musl ebuild

You forget to remove USE=nls, but okay.  Its in -9999 and will be in 1.1.5 which should be out soon.