[Buildroot] [Bug 1399] xfont_font-adobe-100dpi does not build

bugzilla at busybox.net bugzilla at busybox.net
Sun May 9 06:38:04 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1399

--- Comment #13 from Paul Jones <paul.jones at iwtech.com.au>  ---
I think I've found the problem - the configure script is cached with the wrong
values - see below:

checking for mkfontdir... (cached) /usr/bin/mkfontdir
checking for bdftopcf... (cached) /usr/bin/bdftopcf
checking font compression method... gzip
checking for gzip... (cached) /bin/gzip
checking for ucs2any... (cached)


The ucs2any program is inserted into the makefile as a blank string therefore
the shell tries to execute the arguments rather than the program, which
obviously won't work.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list