Bug 7136 - ecryptfs-utils needs gettext to run when glibc/eglibc is used
Summary: ecryptfs-utils needs gettext to run when glibc/eglibc is used
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2014.05
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: Thomas Petazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-01 17:13 UTC by xxiao
Modified: 2014-08-18 09:13 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xxiao 2014-06-01 17:13:41 UTC
gettext package is disabled by default when glibc/eglibc is chosen, this should be enabled at least for package such as ecryptfs, there might be other packages that need gettext as well. gettext should not depend on BR2_NEEDS_GETTEXT which is uClibc only.
Comment 1 Thomas Petazzoni 2014-06-01 17:32:49 UTC
I've already cooked some patches doing that, they were tested by the bug submitter (on IRC). Will submit them soon as part as a new version of my gettext related changes.
Comment 2 Thomas Petazzoni 2014-06-01 20:24:12 UTC
Patch series sent at http://lists.busybox.net/pipermail/buildroot/2014-June/098133.html to fix the problem.
Comment 3 Thomas Petazzoni 2014-08-15 18:40:25 UTC
New version sent at http://lists.busybox.net/pipermail/buildroot/2014-August/104329.html.