Package: dpkg-dev Version: 1.15.5.6 Severity: important -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Building a binary package for dblatex 0.2.12-3 (which has been built and distributed successfully before) fails after the diffutils upgrade 1:2.8.1-18 -> 1:2.9-1, as dpkg-source fails on the changed diff output: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dblatex-0.2.12$ dpkg-buildpackage dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package dblatex dpkg-buildpackage: source version 0.2.12-3 dpkg-buildpackage: source changed by Andreas Hoenen <andr...@hoenen-terstappen.de> dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean dh_testdir dh_testroot rm --force build-stamp rm --force dblatex.1 rm --force --recursive docs/examples/ dh_clean dpkg-source -b dblatex-0.2.12 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: warning: patches have not been applied, applying them now (use --no-preparation to override) dpkg-source: info: applying 10_cjk_font.patch dpkg-source: info: applying 10_dblatex_version.patch dpkg-source: info: applying 20_mathml_mtable.patch dpkg-source: info: applying 20_backslash_filename_in_texlive_2009.patch dpkg-source: info: building dblatex using existing ./dblatex_0.2.12.orig-examples.tar.bz2 ./dblatex_0.2.12.orig.tar.bz2 dpkg-source: error: unknown line from diff -u on dblatex-0.2.12/examples/dblatex/example.pdf: `Files /dev/null and dblatex-0.2.12/examples/dblatex/example.pdf differ' dpkg-buildpackage: error: dpkg-source -b dblatex-0.2.12 gave error exit status 2 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< The problem is the changed diff output: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dblatex-0.2.12$ diff --version | head -1 diff (GNU diffutils) 2.9 dblatex-0.2.12$ diff -u /dev/null examples/dblatex/example.pdf Files /dev/null and examples/dblatex/example.pdf differ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< After downgrading package diffutils the output is (with dblatex bulding fine): >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> dblatex-0.2.12$ diff --version | head -1 diff (GNU diffutils) 2.8.1 dblatex-0.2.12$ diff -u /dev/null examples/dblatex/example.pdf Binary files /dev/null and examples/dblatex/example.pdf differ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< /usr/share/perl5/Dpkg/Source/Patch.pm needs the leading "Binary" to match the regexp at line 111, without it the code falls through the switch into the error case. Using severity important as unrelated packages like dblatex can't be built and thus upgraded any longer (I've stumbled about this when preparing dblatex 0.2.12-4). One could argue about choosing a severity even higher, as dblatex likely isn't the only package affected. - -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dpkg-dev depends on: ii base-files 5.1 Debian base system miscellaneous f ii binutils 2.20-5 The GNU assembler, linker and bina ii bzip2 1.0.5-4 high-quality block-sorting file co ii dpkg 1.15.5.6 Debian package management system ii libtimedate-perl 1.2000-1 collection of modules to manipulat ii lzma 4.43-14 Compression method of 7z format in ii make 3.81-7 An utility for Directing compilati ii patch 2.6-2 Apply a diff file to an original ii perl [perl5] 5.10.1-9 Larry Wall's Practical Extraction ii perl-modules 5.10.1-9 Core Perl modules ii xz-utils 4.999.9beta+20091116-1 XZ-format compression utilities Versions of packages dpkg-dev recommends: ii build-essential 11.4 Informational list of build-essent ii fakeroot 1.14.4-1 Gives a fake root environment ii gcc [c-compiler] 4:4.4.2-3 The GNU C compiler ii gcc-4.1 [c-compiler] 4.1.2-27 The GNU C compiler ii gcc-4.2 [c-compiler] 4.2.4-6 The GNU C compiler ii gcc-4.3 [c-compiler] 4.3.4-6 The GNU C compiler ii gcc-4.4 [c-compiler] 4.4.2-9 The GNU C compiler ii gnupg 1.4.10-2 GNU privacy guard - a free PGP rep ii gpgv 1.4.10-2 GNU privacy guard - signature veri Versions of packages dpkg-dev suggests: ii debian-keyring [debian-mainta 2009.11.04 GnuPG (and obsolete PGP) keys of D - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkt5qBkACgkQco2LfriI0s73FACgpReqn8uR4ThLGc9TMpydRC3Z 40AAn1HFQ1fiBc365Le8ybAzfKMV/CCS =ovBM -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100215200135.3101.3580.report...@manetheren.home