Headly
Group: Members
Posts: 38
Joined: July 2005 |
|
Posted: Oct. 03 2005,05:22 |
|
Hi Everyone, I'm trying to compile an application (gpsdrive) on DSL and I seem to have run into the same problem that Somerville did around 12 months ago. I have made it throught the the same set of prereqresits (some newer versions) and they all do a clean compile. For now I'm just letting them build into their default directories. Once I get everying to install then I'll try moving things around and making it into a package.
Anyway when I compile fontconfig I get the following error during "make install" This is just the tail of the output log. Anyone who wants to see the rest is welcome to it. (Just ask)
Does anyone have any ideas on what I need to do to get fontconfig to compile?
========================================================== <huge snip>
if test -z ""; then \ echo " fc-cache/fc-cache -f -v"; \ fc-cache/fc-cache -f -v; \ else \ echo "***"; \ echo "*** Warning: fonts.cache not built"; \ echo "***"; \ echo "*** Generate this file manually on host system using fc-cache"; \ echo "***"; \ fi fc-cache/fc-cache -f -v /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts": caching, 0 fonts, 5 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/type1": caching, 0 fonts, 1 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/type1/gsfonts": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/ttf": caching, 0 fonts, 2 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/ttf/western": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/ttf/decoratives": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/truetype": caching, 0 fonts, 2 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/truetype/ttf-bitstream-vera": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/truetype/openoffice": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/latex-ttf-fonts": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/afms": caching, 0 fonts, 1 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/share/fonts/afms/adobe": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts": Can't save cache in "/usr/X11R6/lib/X11/fonts" caching, 0 fonts, 4 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/util": Can't save cache in "/usr/X11R6/lib/X11/fonts/util" caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/misc": caching, 44 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/encodings": Can't save cache in "/usr/X11R6/lib/X11/fonts/encodings" caching, 0 fonts, 1 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/encodings/large": caching, 0 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/usr/X11R6/lib/X11/fonts/75dpi": caching, 397 fonts, 0 dirs /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: "/root/.fonts": skipping, no such directory /mnt/hda2/unpack/fontconfig-2.3.2/fc-cache/.libs/lt-fc-cache: failed make[2]: *** [install-data-local] Error 3 make[2]: Leaving directory `/mnt/hda2/unpack/fontconfig-2.3.2' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/mnt/hda2/unpack/fontconfig-2.3.2' make: *** [install-recursive] Error 1
============================================================== End of log
|