Hi, because only amd64 versions of the package is available, I was trying to build the package myself in a debootstrap chroot. However the package did not build properly:
# codegen helper, should be the same code whatever the build-time # python runtime mkdir debian/tmp/usr/share/pygtk/2.0/codegen/python2.4 mv debian/tmp/usr/share/pygtk/2.0/codegen/*.py debian/tmp/usr/share/pygtk/2.0/codegen/python2.4 # defs files, should be the same whatever the build-time python runtime mkdir debian/tmp/usr/share/pygtk/2.0/defs/python2.4 mv debian/tmp/usr/share/pygtk/2.0/defs/*.defs debian/tmp/usr/share/pygtk/2.0/defs/python2.4 # headers, should be the same whatever the build-time python runtime mkdir debian/tmp/usr/include/python2.4 mkdir: cannot create directory `debian/tmp/usr/include/python2.4': No such file or directory make: *** [install-2.4] Error 1 I assume this fails because the ../usr/include directory does not exist while creating the python2.4 subdir. (There was ample space left on the filesystem.) Greets, Bart. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]