[Bug 4182] font builds are looking for host xfonts-utils
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Fri Apr 18 15:28:52 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4182
Alexander Schuch <alexander.schuch at taskit.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexander.schuch at taskit.de
--- Comment #1 from Alexander Schuch <alexander.schuch at taskit.de> 2008-04-18 15:28:51 ---
I encountered the problem as well, but was able work around this issue. This is
a hack, and not a proper way, but for not it works (for me).
/develop/asch/openembedded/build/tmp/angstrom/work/armv5te-angstrom-linux-gnueabi/font-bh-lucidatypewriter-75dpi-1_1.0.0-r0/temp/log.do_configure.24178
shows that the font needs the bdftopcf and ucs2any tools in order to build.
For some reason, the dependency is correct, and these tools are built, but they
are not staged properly. Because of that, configure doesn't find them and
building the font fails.
The attached patch installs/copies the binaries into the staging area, so that
configure can find them.
Looking at the native packages, they seem to stage the files into
"temp-staging", but the files stay there and aren't moved further into the
proper staging directory.
I am still interested in a proper fix of this issue.
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list