On Fri, 18 Nov 2011 12:34:32 -0800, tony mancill wrote: > > Unfortunately it still FTBFS both on the buildds for *i386: > > https://buildd.debian.org/status/logs.php?pkg=genders&ver=1.17-3 > > on locally in an i386 sid cowbuilder chroot. > > Oops - thank you. I'm working on it.
With the attached patch it builds for me locally on i386. (Unfortunately only once, but that's the same if I build 1.17-3 in a squeeze chroot) [0] Cheers, gregor [0] dpkg-source -b genders-1.17 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building genders using existing ./genders_1.17.orig.tar.gz dpkg-source: error: cannot represent change to genders-1.17/src/extensions/perl/Libgenders/Libgenders.o: binary file contents changed dpkg-source: error: add src/extensions/perl/Libgenders/Libgenders.o in debian/source/include-binaries if you want to store the modified binary in the debian tarball dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/Libgenders.bs' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/pm_to_blib' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/man3/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/man1/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/arch/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/arch/auto/Libgenders/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/arch/auto/Libgenders/Libgenders.bs' will not be represented in diff dpkg-source: error: cannot represent change to genders-1.17/src/extensions/perl/Libgenders/blib/arch/auto/Libgenders/Libgenders.so: binary file contents changed dpkg-source: error: add src/extensions/perl/Libgenders/blib/arch/auto/Libgenders/Libgenders.so in debian/source/include-binaries if you want to store the modified binary in the debian tarball dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/lib/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/lib/auto/Libgenders/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/script/.exists' will not be represented in diff dpkg-source: warning: newly created empty file 'src/extensions/perl/Libgenders/blib/bin/.exists' will not be represented in diff dpkg-source: warning: ignoring deletion of file genders.spec dpkg-source: warning: ignoring deletion of file config/config.sub dpkg-source: warning: ignoring deletion of file config/config.guess dpkg-source: warning: ignoring deletion of file src/libgenders/genders_query.tab.c dpkg-source: warning: ignoring deletion of file src/libgenders/genders_query_parse.c dpkg-source: warning: ignoring deletion of file src/libgenders/genders.h dpkg-source: warning: ignoring deletion of file src/extensions/python/genderssetup.py dpkg-source: warning: ignoring deletion of file src/extensions/perl/Genders/Genders.pm dpkg-source: warning: ignoring deletion of file src/extensions/perl/Libgenders/Libgenders.pm dpkg-source: error: unrepresentable changes to source dpkg-buildpackage: error: dpkg-source -b genders-1.17 gave error exit status 2 -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06 : :' : Debian GNU/Linux user, admin, & developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe `- NP: Funny Van Dannen: Uruguay
diff -Nru genders-1.17/debian/control genders-1.17/debian/control --- genders-1.17/debian/control 2011-11-18 19:02:15.000000000 +0100 +++ genders-1.17/debian/control 2011-11-18 21:24:30.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Brian Pellin <bpel...@debian.org> Uploaders: tony mancill <tmanc...@debian.org> -Build-Depends: debhelper (>= 7.0.8), perl, autotools-dev, chrpath, flex, bison, libbsd-dev +Build-Depends: debhelper (>= 7.0.8), perl, autotools-dev, chrpath, flex, bison, libbsd-dev, autoconf Standards-Version: 3.9.2 VCS-Git: git://git.debian.org/git/collab-maint/genders.git diff -Nru genders-1.17/debian/rules genders-1.17/debian/rules --- genders-1.17/debian/rules 2011-04-19 04:01:59.000000000 +0200 +++ genders-1.17/debian/rules 2011-11-18 21:29:38.000000000 +0100 @@ -31,7 +31,8 @@ INSTALL_DIR=$(CURDIR)/debian/tmp -config.status: configure +configure: configure-stamp +configure-stamp: dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" @@ -41,6 +42,9 @@ cp -f /usr/share/misc/config.guess config/config.guess endif CFLAGS="$(CFLAGS) -Wl,-z,defs" \ + + autoconf + ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ @@ -51,12 +55,13 @@ --with-perl-vendor-arch \ --without-python-extensions + touch configure-stamp #Architecture build: build-arch build-arch: build-arch-stamp -build-arch-stamp: config.status +build-arch-stamp: configure-stamp # Add here commands to compile the arch part of the package. $(MAKE) @@ -74,7 +79,7 @@ rm -f *-stamp - rm -f config/config.sub config/config.guess + rm -f config/config.sub config/config.guess configure dh_clean
signature.asc
Description: Digital signature