| Summary: | glibc build fails in Docker container | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Russ <russelljbrennan> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | blocker | CC: | buildroot, russelljbrennan, yann.morin.1998 |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Russ
2023-01-31 22:41:33 UTC
Russ, All, I have been unable to reproduce such an error with the current master branch, running Ubuntu 22.04 in a docker container, with this defconfig: BR2_aarch64=y Please provide a *minimalist* defconfig that exhibits the issue. Regards, Yann E. MORIN. Yann, Can you provide comprehensive instruction on how I can reproduce your success? I'm happy to see if I can reproduce in my environment, and if your setup works for me as well I'll look for what's different when building the reported target. I'm not super familiar with batocera nor buildroot, so it'd be hard for me to pare it down to a minimal example. > I'm not super familiar with batocera nor buildroot, so it'd be hard for me to pare
Ahh, so you are not using upstream Buildroot? Possibly your issue is in one of the buildroot modifications done by the batocera project, so perhaps check there?
Unable to reproduce with upstream Buildroot Yep sorry I didn't close the loop on this -- I was able to repro with upstream, *but* I found that I could only repro when using a bind mount. I'm not sure what the root cause is, but I assume it's an issue with the Docker bind mounting mechanism. Russ, All,
> I could only repro when using a bind mount
That would be very strang if that were the issue. We have utils/docker-run
in Buildroot, that allows running a container using the same Docker image
we use in the CI, and that script does use a bind mount to make the Buildroot
available in the container. And surely this works (I just tested).
Regards,
Yann E. MORIN.
|