Hi, I downloaded both gnome-libs_1.2.13-6 and gnome-libs_1.2.13-4 sources from the debian distribution. The location is:
ftp://ftp.no.debian.org/debian/pool/main/g/gnome-libs/ As I see there's a Makefile.in in the gnome-libs-1.2.13/intl but I couldn't find gnome-libs-1.2.13/gnome-faq directory. I tried configure in the gnome-libs-1.2.13 and this made the Makefiles in gnome-libs-1.2.13/intl too. -rw-r--r-- 1 root root 6514 May 30 12:39 intl/Makefile -rw-r--r-- 1 500 500 6455 Mar 16 20:46 intl/Makefile.in Gabor PS. The source tarball is the same for testing and unstable. The patches differ: -rw-r--r-- 1 csg csg 95498 May 30 12:30 gnome-libs_1.2.13-4.diff.gz -rw-r--r-- 1 root root 178896 May 15 16:27 gnome-libs_1.2.13-6.diff.gz Date: Tue, 29 May 2001 09:31:22 -0700 From: Eric Richardson <[EMAIL PROTECTED]> Resent-From: debian-laptop@lists.debian.org Okay, I tried this and it failed. The follow directories are the trouble maker. gnome-libs-1.2.13/intl gnome-libs-1.2.13/gnome-faq These have no Makefile.in so a empty Makefile gets created which fails on the recursive build. Making clean in intl make[2]: Entering directory `/root/gnome-libs-1.2.13/intl' make[2]: *** No rule to make target `clean'. Stop. make[2]: Leaving directory `/root/gnome-libs-1.2.13/intl' make[1]: *** [clean-recursive] Error 1 make[1]: Leaving directory `/root/gnome-libs-1.2.13' make: *** [clean] Error 2 One other thing. I do not have a deb-src to unstable because I thought it might have even a newer version than 1.2.13 and 1.2 is fine.