I'm trying to backport the version of grub that's in unstable back to stable and am running into a compilation error. Does anyone know what I'm lacking here?
========================== ... gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -malign-jumps=1 -malign-loops=1 -malign-functions=1 -Wundef -O2 -I../lib -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings -g -c -o libgrub_a-tparm.o `test -f tparm.c || echo './'`tparm.c make[2]: *** No rule to make target `graphics.c', needed by `libgrub_a-graphics.o'. Stop. make[2]: Leaving directory `/tmp/grub-0.93+cvs20030905/stage2' ========================== I tried running strace during the debuild process, but it really didn't show anything more than this error. Cheers, Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

