| Summary: | xlib_libX11-1.3.2 can's find libjpeg | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Paul Jones <paul.jones> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | X86_64 | Target: | ARM |
| Build: | buildroot-git | ||
| Attachments: | Buildroot config | ||
Build log available at http://pauljones.id.au/temp/build.tar.bz2 Sorry for the false alarm. It turns out that I misread the error message and misread the package help in menuconfig. The problem was actually that the ps2pdf utility is needed (on the host machine) from ghostscript to build documentation, and I had to recompile it to fix the linking error (I'm a Gentoo user.) Once Ghostscript was working correctly the problem was solved. (In reply to comment #2) > The problem was actually that the ps2pdf utility is needed (on the host > machine) from ghostscript to build documentation, and I had to recompile it to > fix the linking error (I'm a Gentoo user.) > > Once Ghostscript was working correctly the problem was solved. What package needed ps2pdf? Perhaps we can disable the doc build. >
> What package needed ps2pdf? Perhaps we can disable the doc build.
xlib_libX11
I just uninstalled ghostscript and tried it again and it automatically skiped the ps2pdf step, so it appears it will only try and use it if it is already on the host system.
Added --disable-specs to the configure args in git, should disable doc build. |
Created attachment 1357 [details] Buildroot config X.Org should select jpeg, but for whatever reason it didn't. When I selected it manually it didn't appear to get built before it was needed by X11.