Here is the end of my build log. install -m 644 debian/local/xvfb-run.1 /home/wt/src/xfree/xfree86-4.3.0 debian/tmp/usr/share/man/man1 # compare manifests (cd debian/tmp && find -type f | LC_ALL=C sort | cut -c3-) > debian MANIFEST.i386.new # confirm that the installed file list has not changed if [ -e debian/MANIFEST.i386 ]; then \ if ! cmp -s debian/MANIFEST.i386 debian/MANIFEST.i386.new; then \ diff -U 0 debian/MANIFEST.i386 debian/MANIFEST.i386.new; \ if [ -n "$IGNORE_MANIFEST_CHANGES" ]; then \ echo 'MANIFEST check failed; ignoring problem because $IGNORE_MANIFEST_CHANGES set' >&2; \ echo 'Please ensure that the package maintainer has an up-to-date version of the' >&2; \ echo 'MANIFEST.i386 file.' >&2; \ else \ echo 'MANIFEST check failed; please see debian/README' >&2; \ exit 1; \ fi; \ fi; \ fi; touch stampdir/install dh_testdir dh_testroot dh_install --sourcedir=debian/tmp cp: cannot create regular file `debian/xserver-xfree86//usr/X11R6/man/man4 glide.4x': Permission denied dh_install: command returned error code 256 make: *** [stampdir/binary-arch] Error 1
I can't understand that Permission denied error about the glide.4x at the bottom. If I remove that file, it just brings up another file name. Maybe it's a MANIFEST issue? Warren Turkal -- President, GOLUM, Inc. http://www.golum.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]