Hi, I gave xfree86 4.0.1-8 another try. MANIFEST has changed, I'll put it again on people.d.o/~cts/x4.0 I've seen 4.0.1-9 in incoming (the orig.tar.gz was missing?), do I need another new MANIFEST for that?
package building did not(?) fail anyhow? # compare manifests (cd debian/tmp && find -type f | sort | cut -c3-) > debian/MANIFEST.m68k.new # confirm that the installed file list has not changed # remove initial test once we have MANIFESTs for every arch [ -e debian/MANIFEST.m68k ] && if ! cmp -s debian/MANIFEST.m68k debian/MANIFEST. m68k.new; then echo 'MANIFEST check failed; please see debian/README' exit 1; fi MANIFEST check failed; please see debian/README exit 1 touch debian/stampdir/install dh_testdir dh_testroot dh_movefiles find: usr/lib/libOSMesa.so.3: No such file or directory find: usr/lib/libOSMesa.so.3.3: No such file or directory find: usr/lib/libOSMesa.so.3: No such file or directory find: usr/lib/libOSMesa.so.3.3: No such file or directory find: usr/lib/libOSMesa.so: No such file or directory find: usr/lib/libOSMesa.so: No such file or directory make: *** [debian/stampdir/binary-arch] Error 1 I had that before, did you have a patch to fix that? I tried to complete the build by hand: dpkg-gencontrol: error: current build architecture m68k does not appear in package's list (alpha i386 powerpc sparc) Failed here: sudo dh_builddeb dpkg-deb: building package `lbxproxy' in `../lbxproxy_4.0.1-8_m68k.deb'. dpkg-deb: conffile `/etc/X11/lbxproxy/AtomControl' does not appear in package dh_builddeb: command returned error code I could not work around that, tried to change it in control, files, neither worked. Damn, I am so close, Branden, please do something! Christian