| Summary: | Git issues in resulting buildroot tar | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Brian Clements <brian> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2014.02 | ||
| Target Milestone: | 2014.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Brian Clements
2014-04-01 19:41:38 UTC
Can you provide more details on how you actually run this image? I am not familiar with Docker, so more details about how you run this is very welcome. Have you tried using a similar configuration on a non-docker environment, like qemu or a real target? Also, did you try to run git through 'strace' to see what is actually going on? Have you tried making a new local git repo using the git inside this image, and then clone that with the same git? Or have you only tried cloning an external git repo? If there is a problem with importing git data, the inflate can obviously fail. Generating a local git repo would help excluding that. For reference to others, here seems to be the basic flow to generate docker image using buildroot: (Jerome Petazzoni) http://blog.docker.io/2013/06/create-light-weight-docker-containers-buildroot/ Investigation was discussed further on the mailing list, see http://lists.busybox.net/pipermail/buildroot/2014-April/093307.html http://lists.busybox.net/pipermail/buildroot/2014-May/095513.html The issue could not be reproduced using the same configuration in qemu. My assumption is that the way the rootfs is run through docker is causing trouble, and thus that it isn't a buildroot problem. Therefore, I'm going to close this bug. Brian: do not hesitate to continue the discussion on the mailing list, or to reopen this bug if you think it effectively is a buildroot bug. Thanks. |