Bug 1387 - xlib_libX11-1.3.2 can's find libjpeg
Summary: xlib_libX11-1.3.2 can's find libjpeg
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 02:31 UTC by Paul Jones
Modified: 2010-03-31 10:16 UTC (History)
1 user (show)

See Also:
Host: X86_64
Target: ARM
Build: buildroot-git


Attachments
Buildroot config (31.97 KB, application/octet-stream)
2010-03-22 02:31 UTC, Paul Jones
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Jones 2010-03-22 02:31:45 UTC
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.
Comment 1 Paul Jones 2010-03-22 02:35:20 UTC
Build log available at http://pauljones.id.au/temp/build.tar.bz2
Comment 2 Paul Jones 2010-03-24 10:53:30 UTC
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.
Comment 3 Peter Korsgaard 2010-03-31 08:48:05 UTC
(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.
Comment 4 Paul Jones 2010-03-31 09:52:40 UTC
> 
> 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.

Comment 5 Peter Korsgaard 2010-03-31 10:16:44 UTC
Added --disable-specs to the configure args in git, should disable doc build.