Andrew Benton wrote: > On Tue, 22 Nov 2011 13:18:03 +0000 > Andrew Benton <[email protected]> wrote: > >> At this point I ran into problems: >> >> cp: cannot create regular file `/usr/share/texmf/texmf/web2c/fmtutil.cnf': >> No space left on device > > So I made a larger partition and untared a minimal LFS build onto it > (no xorg) and on that system the build fails quite early: > > gcc -DPACKAGE_NAME=\"xpdfopen\ for\ TeX\ Live\" > -DPACKAGE_TARNAME=\"xpdfopen-for-tex-live\" -DPACKAGE_VERSION=\"0.82\" > -DPACKAGE_STRING=\"xpdfopen\ for\ TeX\ Live\ 0.82\" > -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" > -DPACKAGE=\"xpdfopen-for-tex-live\" -DVERSION=\"0.82\" -I. -Wimplicit > -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -g -O2 -MT > sendx.o -MD -MP -MF .deps/sendx.Tpo -c -o sendx.o sendx.c > sendx.c:21:22: fatal error: X11/Xlib.h: No such file or directory > compilation terminated. > make[2]: *** [sendx.o] Error 1 > make[2]: Leaving directory `/home/andy/texlive-20110705-source/utils/xpdfopen' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/andy/texlive-20110705-source/utils' > make: *** [all-recursive] Error 1 > > Perhaps libX11 is a required dependency? > I've got to do some work now. I'll come back to this later.
Yes, it my sandbox I have: Note If you do not have Xorg installed add --without-x to the configure command. If you do not have fontconfig installed, add --disable-xdvipdfmx to the configure command. There are other optional dependencies too. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
