Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547292 - [TRACKER] uclibc stages: packages linking against libintl required LDFLAGS=-lintl
Summary: [TRACKER] uclibc stages: packages linking against libintl required LDFLAGS=-l...
Status: RESOLVED DUPLICATE of bug 570544
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords: Tracker
Depends on: 570548
Blocks: 461800 470884 528986
  Show dependency tree
 
Reported: 2015-04-21 12:44 UTC by Anthony Basile
Modified: 2017-01-19 18:46 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Basile gentoo-dev 2015-04-21 12:44:22 UTC
This bug report is for the currently supported uclibc stages found at

<mirror>/releases/amd64/autobuilds/current-stage3-amd64-uclibc-hardened/
<mirror>/releases/amd64/autobuilds/current-stage3-amd64-uclibc-vanilla/

<mirror>/releases/x86/autobuilds/current-stage3-i686-uclibc-hardened/
<mirror>/releases/x86/autobuilds/current-stage3-i686-uclibc-vanilla/

<mirror>/experimental/arm/uclibc/

<mirror>/experimental/mips/uclibc/

In those stages, libintl is provided by sys-devel/gettext which installs /usr/lib/libintl.so, as they do on the bsd systems.  This is because uclibc's libintl has issues.  As a result, for packages where you build with USE=nls, you have to add LDFLAGS=-lintl to get the build to work.  You can do this by adding a line to /etc/portage/package.env.  `man 5 portage` for details.

This tracker is to track bugs that come up and to follow progress towards fixing the uclibc issues.

Reproducible: Always
Comment 1 Anthony Basile gentoo-dev 2016-01-02 01:38:48 UTC
closing this bug in favor of 570544.  while this bug was specifically about adding -lintl, and should be confused with other uclibc bugs, especially those where you need to add -liconv, these are very easy to identiy and we can do so in the indivitual bugs.

*** This bug has been marked as a duplicate of bug 570544 ***