| Summary: | xstart failed since update the x11 libraries | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | jwack <juergen.wack> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
jwack
2021-05-20 18:15:47 UTC
(In reply to jwack from comment #0) fbdevHWSave() is defined here [1], so this looks more like a module loading order problem, see e.g. [2] for similar example... If not please provide a minimal (but complete) defconfig against plain buildroot version to reproduce the problem... [1] https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/hw/xfree86/fbdevhw/fbdevhw.c#L748 [2] http://lists.busybox.net/pipermail/buildroot/2021-May/310053.html Same/similar failure was reported on the buildroot mailing list '[Buildroot] [RPi4] Enable GTK3 on Buildroot' (see [1]) providing an buildroot config file to reproduce the failure. Should be fixed with suggested buildroot patch, see [2]. [1] http://lists.busybox.net/pipermail/buildroot/2021-June/311763.html [2] https://patchwork.ozlabs.org/project/buildroot/patch/20210602201529.6210-1-ps.report@gmx.net/ This was fixed a long time ago in https://git.buildroot.org/buildroot/commit/package/x11r7/xdriver_xf86-video-fbturbo?id=9dc2b4a4eee557d3d9e7df31e9d2e96f364a2f03. Thanks Peter for providing the fix! |