| Summary: | Buildroot fails to finish installing packages | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | TheComputerGuy <spaceboyross> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2020.02 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
TheComputerGuy
2020-01-05 02:01:09 UTC
> I'm using a forked version of Buildroot
We can't be responsible for all the forks around there,
that's not sustainable.
If you can provide a defconfig that exhibits the issue
with the official Buildroot, please re-open this bug and
provide your defconfig.
I haven't changed much in my fork besides adding packages, updating startup-notification, changing some defaults like the init system and libc, and changing the os-release file. This bug occurs on the pc_x86_64_bios_defconfig. > This bug occurs on the pc_x86_64_bios_defconfig pc_x86_64_bios_defconfig does not have xapp_xkbcomp enabled, so I can't reproduce your failure. > I haven't changed much in my fork besides adding packages, > updating startup-notification, changing some defaults like > the init system and libc That's already a lot of changes! :-/ Please, try to reproduce on the upstream Buildroot, and provide us with a defconfig that exhibits the problem, or we won't be able to reproduce and help. If it does not fail on upstream buildroot, then it's a change in your fork that causes the issue. The problem exists in the package/pkg-generic.mk file at line 360. I'm using the commit https://git.buildroot.net/buildroot/commit/?id=88f79481878c7adf9642e208c72dea7fe367bee8, look at the commit history for the file I mentioned and I haven't changed it so this is an upstream issue. https://gist.github.com/RossComputerGuy/4d023304f3a33eeb02cc1a04a9d4e5bc I uploaded the config file as a gist, try it and you'll see that my issue occurs. > https://gist.github.com/RossComputerGuy/4d023304f3a33eeb02cc1a04a9d4e5bc As I expected, that config file builds perfectly well in upstream Buildroot. > try it and you'll see that my issue occurs. I am sorry, but you have still failed to provide a way to reproduce your issue on upstream Buildroot, and thus I am no longer going to spend any time on this build report. Please, please, try on *your* side to reproduce with upstream Buildroot. If you can't reproduce, it is a problem with the changes you did in your fork. Note that if you want to help update some components versions, you can send patches to that effect, and we can then help iron out the issues on the patches. I got this issue again and it happened when I enabled switch_root in util-linux |