Bug 7142 - ecryptfs needs getent to run
Summary: ecryptfs needs getent to run
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2014.05
Hardware: PC Linux
: P5 normal
Target Milestone: 2014.11
Assignee: Thomas Petazzoni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-01 17:16 UTC by xxiao
Modified: 2014-10-20 21:08 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:16:27 UTC
glibc/eglibc has getent built automatically, it should be copied to target root filesystem for package ecryptfs to run.
uclibc has a getent under extra/scripts which emulates getenv in glibc/eglibc.
there might be other packages need getent, which is small in size, I would suggest always put that to target rootfs?
Comment 1 Thomas Petazzoni 2014-08-16 14:43:46 UTC
A solution for this problem was proposed at http://lists.busybox.net/pipermail/buildroot/2014-August/104410.html.