Your message dated Sat, 31 Jul 2010 15:32:06 +0000
with message-id <e1ofe2g-00023v...@franck.debian.org>
and subject line Bug#590601: fixed in cdbs 0.4.88
has caused the Debian Bug report #590601,
regarding should run dh_buildinfo only on request, and/or after dh_installdocs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
590601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590601
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dbus
Version: 1.2.24-2
Severity: serious
For testing the fix for http://bugs.debian.org/589662, I built the
patched version on my own kfreebsd-i386 box where it FTBFS with the
following error message:
dh_link -pdbus-1-dbg
dh_link: link destination debian/dbus-1-dbg/usr/share/doc/dbus-1-dbg is a
directory
make: *** [binary-install/dbus-1-dbg] Error 255
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
Then I built it in io's sid chroot and it built fine.
Since the fix worked, I installed the patched version on io (to get the
hal update working) and planned to do so on asdfasdf.
But in asdfasdf's sid chroot, it FTBFS as on my box. Since in comparison
to my box, there are no experimental packages installed in the sid
chroot of asdfasdf, there seems to be another cause, maybe a missing
Build-Conflicts or so.
The directory mentinoned in the error message looks like this:
$ ls -alF debian/dbus-1-dbg/usr/share/doc/dbus-1-dbg
total 8
drwxr-xr-x 2 abe abe 512 Jul 27 18:19 ./
drwxr-xr-x 3 abe abe 512 Jul 27 18:19 ../
-rw-r--r-- 1 abe abe 2321 Jul 27 18:19 buildinfo.gz
$
I then tried to build an unpatched 1.2.24-2 which FTBFS, too while it
doesn't fail inside io's sid chroot. Here is the diff ("<" = io's sid
chroot, ">" = my box) between those two build logs:
1c1
< dpkg-buildpackage -rfakeroot -D -us -uc
---
> dpkg-buildpackage -rfakeroot -D -us -uc
> -i(?:^|/).*~$|(?:^|/)\.#.*$|(?:^|/)\..*\.swp$|(?:^|/),,.*(?:$|/.*$)|(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore|\.hgignore)$|(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|\.shelf|_MTN|\.bzr(?:\.backup|tags)|update\.sh)(?:$|/.*$)
> -I*.a -I*.la -I*.o -I*.so -I*.swp -I*~ -I,,* -I.[#~]* -I.arch-ids
> -I.arch-inventory -I.bzr -I.bzr.backup -I.bzr.tags -I.bzrignore -I.cvsignore
> -I.deps -I.git -I.gitignore -I.hg -I.shelf -I.svn -ICVS -IDEADJOE -IRCS
> -I_MTN -I_darcs -I{arch}
37c37
< dpkg-source -b dbus-1.2.24
---
> dpkg-source
> -i(?:^|/).*~$|(?:^|/)\.#.*$|(?:^|/)\..*\.swp$|(?:^|/),,.*(?:$|/.*$)|(?:^|/)(?:DEADJOE|\.cvsignore|\.arch-inventory|\.bzrignore|\.gitignore|\.hgignore)$|(?:^|/)(?:CVS|RCS|\.deps|\{arch\}|\.arch-ids|\.svn|\.hg|_darcs|\.git|\.shelf|_MTN|\.bzr(?:\.backup|tags)|update\.sh)(?:$|/.*$)
> -I*.a -I*.la -I*.o -I*.so -I*.swp -I*~ -I,,* -I.[#~]* -I.arch-ids
> -I.arch-inventory -I.bzr -I.bzr.backup -I.bzr.tags -I.bzrignore -I.cvsignore
> -I.deps -I.git -I.gitignore -I.hg -I.shelf -I.svn -ICVS -IDEADJOE -IRCS
> -I_MTN -I_darcs -I{arch} -b dbus-1.2.24
1105,1107c1105
<
< WARNING: buildinfo disabled - dh_buildinfo (from dh-buildinfo package) is
missing.
<
---
> dh_buildinfo
1376,1436c1374,1376
< dh_installmime -pdbus-1-dbg
< -./usr/lib/libdbus-1.la
< -./usr/lib/libdbus-1.so.3
< -./usr/lib/libdbus-1.so.3.4.0
< dh_strip -pdbus --dbg-package=dbus-1-dbg
< dh_compress -pdbus
< dh_fixperms -pdbus
< dh_makeshlibs -pdbus -V 'libdbus-1-3 (>= 1.2.16)'
< dh_strip -pdbus-x11 --dbg-package=dbus-1-dbg
< dh_compress -pdbus-x11
< dh_fixperms -pdbus-x11
< dh_makeshlibs -pdbus-x11 -V 'libdbus-1-3 (>= 1.2.16)'
< dh_strip -plibdbus-1-3 --dbg-package=dbus-1-dbg
< dh_compress -plibdbus-1-3
< dh_fixperms -plibdbus-1-3
< dh_makeshlibs -plibdbus-1-3 -V 'libdbus-1-3 (>= 1.2.16)'
< dh_strip -plibdbus-1-dev --dbg-package=dbus-1-dbg
< dh_compress -plibdbus-1-dev
< dh_fixperms -plibdbus-1-dev
< dh_makeshlibs -plibdbus-1-dev -V 'libdbus-1-3 (>= 1.2.16)'
< dh_compress -pdbus-1-dbg
< dh_fixperms -pdbus-1-dbg
< dh_installdeb -pdbus
< dh_perl -pdbus
< dh_shlibdeps -pdbus
< dh_installdeb -pdbus-x11
< dh_perl -pdbus-x11
< dh_shlibdeps -pdbus-x11
< dh_installdeb -plibdbus-1-3
< dh_perl -plibdbus-1-3
< dh_shlibdeps -plibdbus-1-3
< dh_installdeb -plibdbus-1-dev
< dh_perl -plibdbus-1-dev
< dh_shlibdeps -plibdbus-1-dev
< dh_installdeb -pdbus-1-dbg
< dh_perl -pdbus-1-dbg
< dh_shlibdeps -pdbus-1-dbg
< dh_gencontrol -pdbus
< dh_md5sums -pdbus
< dh_builddeb -pdbus
< dpkg-deb: building package `dbus' in `../dbus_1.2.24-2_kfreebsd-i386.deb'.
< dh_gencontrol -pdbus-x11
< dh_md5sums -pdbus-x11
< dh_builddeb -pdbus-x11
< dpkg-deb: building package `dbus-x11' in
`../dbus-x11_1.2.24-2_kfreebsd-i386.deb'.
< dh_gencontrol -plibdbus-1-3
< dh_md5sums -plibdbus-1-3
< dh_builddeb -plibdbus-1-3
< dpkg-deb: building package `libdbus-1-3' in
`../libdbus-1-3_1.2.24-2_kfreebsd-i386.deb'.
< dh_gencontrol -plibdbus-1-dev
< dpkg-gencontrol: warning: Depends field of package libdbus-1-dev: unknown
substitution variable ${shlibs:Depends}
< dh_md5sums -plibdbus-1-dev
< dh_builddeb -plibdbus-1-dev
< dpkg-deb: building package `libdbus-1-dev' in
`../libdbus-1-dev_1.2.24-2_kfreebsd-i386.deb'.
< dh_gencontrol -pdbus-1-dbg
< dh_md5sums -pdbus-1-dbg
< dh_builddeb -pdbus-1-dbg
< dpkg-deb: building package `dbus-1-dbg' in
`../dbus-1-dbg_1.2.24-2_kfreebsd-i386.deb'.
< dpkg-genchanges >../dbus_1.2.24-2_kfreebsd-i386.changes
< dpkg-genchanges: not including original source code in upload
< dpkg-buildpackage: binary and diff upload (original source NOT included)
---
> dh_link: link destination debian/dbus-1-dbg/usr/share/doc/dbus-1-dbg is a
> directory
> make: *** [binary-install/dbus-1-dbg] Error 255
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status
> 2
In asdfasdf's sid chroot, dh-buildinfo is installed, too. So it
basically FTBFS if dh-buildinfo is installed and builds fine if not.
Adding a Build-Conflicts on dh-buildinfo should fix this FTBFS, but
probably doesn't fix the real cause. Feel free to reassign this bug, if
you think the bug is located outside this package in one of the build
helpers (cdbs, debhelper, dh-buildinfo, etc.)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (990, 'unstable'), (600, 'testing'), (110, 'experimental')
Architecture: kfreebsd-i386 (i686)
Kernel: kFreeBSD 8.0-1-686-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dbus depends on:
ii adduser 3.112 add and remove users and groups
ii libc0.1 2.11.2-2 Embedded GNU C Library: Shared lib
ii libdbus-1-3 1.2.24-3~abetest1 simple interprocess messaging syst
ii libexpat1 2.0.1-7 XML parsing C library - runtime li
ii lsb-base 3.2-23.1 Linux Standard Base 3.2 init scrip
dbus recommends no packages.
Versions of packages dbus suggests:
ii dbus-x11 1.2.24-3~abetest1 simple interprocess messaging syst
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: cdbs
Source-Version: 0.4.88
We believe that the bug you reported is fixed in the latest version of
cdbs, which is due to be installed in the Debian FTP archive:
cdbs_0.4.88.dsc
to main/c/cdbs/cdbs_0.4.88.dsc
cdbs_0.4.88.tar.gz
to main/c/cdbs/cdbs_0.4.88.tar.gz
cdbs_0.4.88_all.deb
to main/c/cdbs/cdbs_0.4.88_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated cdbs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 31 Jul 2010 11:07:59 -0400
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.88
Distribution: unstable
Urgency: medium
Maintainer: CDBS Hackers <build-common-hack...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Description:
cdbs - common build system for Debian packages
Closes: 590601 590806
Changes:
cdbs (0.4.88) unstable; urgency=medium
.
* Fix only optionally-declare ( using ?= ) DEB_COPYRIGHT_CHECK_STRICT,
to allow early override.
* Suppress sole delimiter in cdbs_expand_curvar function.
Closes:bug#590806, thanks to Kris Shannon.
* Fix invoke dh_buildinfo after dh_installdocs and dh_link.
Closes: bug#590601, thanks to Axel Beckert, Michael Biebl and Simon
McVittie.
* Bump Policy compliance to standards-version 3.9.1.
* Set urgency=medium as this fixes FTBFS of other packages.
Checksums-Sha1:
9dbc8bd1fce3f87973c69dfe168296c4ad7d782a 1887 cdbs_0.4.88.dsc
e4148812d937833c5e92d452f13c83c9ab1ebda2 255909 cdbs_0.4.88.tar.gz
5ab21937b538d01f634268b0e253bb6c3f5ccbe0 1236012 cdbs_0.4.88_all.deb
Checksums-Sha256:
5c07ab85de85f01ea40e1b95008075f4daa058b8fdfae105ad6a89936c47a279 1887
cdbs_0.4.88.dsc
d50a6377ccae02b35565ec7b53e96c4abde510de766a4fc3eb32ad0bd99f8ab8 255909
cdbs_0.4.88.tar.gz
8af3f7f2bfcde361925417916398127288fe9e1d9536c5dea4ed776a10bfe3a2 1236012
cdbs_0.4.88_all.deb
Files:
0355710d65d46b2744e117e531c548f1 1887 devel optional cdbs_0.4.88.dsc
14e44398c1e59b760e0a16bd44e81d3f 255909 devel optional cdbs_0.4.88.tar.gz
58843f66c1e81e42f044639d1c0fa8d9 1236012 devel optional cdbs_0.4.88_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCgAGBQJMVECNAAoJECx8MUbBoAEhLxAP/1dzi0icQKoJHGJOOp/cB+iY
7lQq594XEOcKnhnh4OtY7Y3t04i220mzsqUUPzvTFC6Dm32AoIN70EGcz2aCZbUX
wCxlurReBizPdVUY8yJzatClUGDu2BGwDPigfEeD5lIN2ceSqSksSGctYg302jHv
/+bgJD0TXr5U2RrysVfIoMOo+2GmK2PZYhuCua6bj7UnnBg2aVG688s7FAIYOCOi
ghNIpK8wIKcGxVDGrP5JVOgQY321yCKx38Ix6l26xPupZTe2kt5kwOFyOYon9WyF
95JPwQMxBvPNUlbVhkUWv6CtxaHI3O1XFuQNDIHnsZpAEGVns1B3idsI41VCb8AF
ho8q++r3pCDZgiknGtirNEah1x8abLc6d6yYya1ITyk5jKY3tGBX1BgKr66b3Pdf
dA5wxE5Zx6JippxwSvkbSq4L9MhbBuIaqUj4pwsVYO21bU6F3jX7GhTSIcKL152X
b/OlAfov3PanyCG0pNzCfeHR4mRTfanC/Uv58mVK34R8oWJKXnSJiQPNWbjMeky+
BW5lRFCrCsj1JPGh9wCsXl4NeRlW6ol4MbCC6vsLbGhNGnAs7G5lAcW3BlOSYxZ2
SCNEwxEu6ttCt66ELAmmKLUfhiFxO/ViGzhgGh1bscB0ODm9yovV2da++ERpDZWI
h3s2shZ4VKqHgj8r7ZKC
=SMPT
-----END PGP SIGNATURE-----
--- End Message ---