Your message dated Wed, 20 Jul 2016 21:50:06 +0000
with message-id <[email protected]>
and subject line Bug#831929: fixed in cxxtest 4.4-2
has caused the Debian Bug report #831929,
regarding cxxtest: FTBFS with dpkg-buildpackage -A: cp: cannot stat 
'doc/guide.pdf': No such file or directory
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 [email protected]
immediately.)


-- 
831929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831929
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cxxtest
Version: 4.4-1
Severity: important
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160720 qa-ftbfs qa-indep
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.  This rebuild was done by building only the architecture-independent
packages.  At the same time, a normal build succeeded, which points the
problem specifically to build-indep/binary-indep targets.

If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now. If not, debian/rules
should be modified so that the build-indep and binary-indep target generates
the architecture independent packages (and only those).

After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, this package will be suitable to be uploaded in source-only form if
you wish.

I file this bug as severity: important, but Santiago Vila, who led this
effort (kudos to him), got approval from the release team to consider those
bugs RC for stretch. The severity will be increased to 'serious' shortly.
See #830997 for details.

Relevant part (hopefully):
>  fakeroot debian/rules binary-indep
> dh_listpackages: -s/--same-arch is deprecated; please use -a/--arch instead
> test -x debian/rules
> dh_testroot
> dh_prep 
> dh_installdirs -A 
> mkdir -p "."
> mkdir -p debian/python-module-stampdir
> cd /<<PKGBUILDDIR>>/python && python2 setup.py build 
> --build-base="/<<PKGBUILDDIR>>/./build"
> running build
> running build_py
> running build_scripts
> touch debian/python-module-stampdir/cxxtest
> Adding cdbs dependencies to debian/cxxtest.substvars
> dh_installdirs -pcxxtest \
>       
> cd /<<PKGBUILDDIR>>/python && python2 setup.py install 
> --root="/<<PKGBUILDDIR>>/debian/cxxtest/" --install-layout=deb --no-compile 
> -O0 --install-layout=deb --install-lib=/usr/share/cxxtest 
> --install-script=/usr/share/cxxtest
> running install
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-2.7
> creating build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/__release__.py -> build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/cxxtestgen.py -> build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/cxxtest_fog.py -> build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/cxxtest_parser.py -> build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/cxxtest_misc.py -> build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/__init__.py -> build/lib.linux-x86_64-2.7/cxxtest
> copying cxxtest/cxx_parser.py -> build/lib.linux-x86_64-2.7/cxxtest
> running build_scripts
> creating build/scripts-2.7
> copying and adjusting scripts/cxxtestgen -> build/scripts-2.7
> changing mode of build/scripts-2.7/cxxtestgen from 664 to 775
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/cxxtest/usr
> creating /<<PKGBUILDDIR>>/debian/cxxtest/usr/share
> creating /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest
> creating /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/__release__.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/cxxtestgen.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/cxxtest_fog.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/cxxtest_parser.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/cxxtest_misc.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> copying build/lib.linux-x86_64-2.7/cxxtest/cxx_parser.py -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest
> running install_egg_info
> running egg_info
> creating cxxtest.egg-info
> writing cxxtest.egg-info/PKG-INFO
> writing top-level names to cxxtest.egg-info/top_level.txt
> writing dependency_links to cxxtest.egg-info/dependency_links.txt
> writing manifest file 'cxxtest.egg-info/SOURCES.txt'
> reading manifest file 'cxxtest.egg-info/SOURCES.txt'
> writing manifest file 'cxxtest.egg-info/SOURCES.txt'
> Copying cxxtest.egg-info to 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtest-4.4.egg-info
> Skipping SOURCES.txt
> running install_scripts
> copying build/scripts-2.7/cxxtestgen -> 
> /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest
> changing mode of /<<PKGBUILDDIR>>/debian/cxxtest/usr/share/cxxtest/cxxtestgen 
> to 775
> dh_installdocs -pcxxtest ./README
> cp: cannot stat 'doc/guide.pdf': No such file or directory
> dh_installdocs: cp --reflink=auto -a doc/guide.pdf 
> debian/cxxtest/usr/share/doc/cxxtest returned exit code 1
> /usr/share/cdbs/1/rules/debhelper.mk:240: recipe for target 
> 'binary-install/cxxtest' failed
> make: *** [binary-install/cxxtest] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/07/20/cxxtest_4.4-1_unstable_archallonly.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: cxxtest
Source-Version: 4.4-2

We believe that the bug you reported is fixed in the latest version of
cxxtest, which is due to be installed in the Debian FTP archive.

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated cxxtest 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 20 Jul 2016 19:57:52 +0000
Source: cxxtest
Binary: cxxtest
Architecture: source all
Version: 4.4-2
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Description:
 cxxtest    - lightweight xUnit-like framework for C/C++ applications
Closes: 831929
Changes:
 cxxtest (4.4-2) unstable; urgency=low
 .
   * Always build full package (closes: #831929).
   * Make rebuildable.
   * Update Standards-Version to 3.9.8 .
Checksums-Sha1:
 829e17e5796878b7364f6d0b3b7c7fc1785c4333 1815 cxxtest_4.4-2.dsc
 68dada16ce52ff0088856caccc7cc9ff0531efdd 5824 cxxtest_4.4-2.debian.tar.xz
 389b049497ca5018ee4c53956d6217775870f6a4 414382 cxxtest_4.4-2_all.deb
Checksums-Sha256:
 6a1c993c983cdbba931d26a608b62c819a88d69251aa8bed1b04e40121a3b4ad 1815 
cxxtest_4.4-2.dsc
 fe9f3b2041305a65c2ef66b18de387da6e0c41b3da5163048ced8c8d4dabc658 5824 
cxxtest_4.4-2.debian.tar.xz
 e815d3366a6af4c39d235bc2e3120d78764287d74988118424e2d1bce6450f35 414382 
cxxtest_4.4-2_all.deb
Files:
 7b54e84c5eeed3e2229a5c5468d29cc5 1815 devel optional cxxtest_4.4-2.dsc
 c3137392c78f6f92201cd1476b9df598 5824 devel optional 
cxxtest_4.4-2.debian.tar.xz
 b77abb61e2c0a569ed9805a9acac0d86 414382 devel optional cxxtest_4.4-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXj+ncAAoJENzjEOeGTMi/SUgP/3d4SH0+y1TVfqtme3aaErgx
mGJj4Asxhsp0gEfA7LiwqR2ulb8aaNxpxLYPj9dGNjl9WCt1Y3/lBzneSdrolkmO
xJs/rSct7DtDGFFPMK5MjWPIjuEyxEw2cuYxfaSe3H6sLm/vyocS2v4MVG6CoJ5m
NnxtUwZ/MIbLRoJtT0rI58PO3KfsFaWX+fdTW+l8SmzE1Y44Cyy2b12CvDJIrwtC
QNFs0WK3PLPNzqVTGqFc3VTAq+kG1oyPTn51H2cQ+EbeNAv9kLCvQc5Sm4HZEQeJ
VidI8JyR+y2axJupU9LlF2nVhFbx+th+ylbZibfwrVrInhRpIv476WE3KotSLPKD
YRGDywhoViLj0kfQBfJTAU2FnQdDvIR6uWQ0vBOoYZUH4GDvl9iTFi4EmAtML4hj
cyIWpBbXwnlICkoKpmNUss/NGp5JwPOqtjDBorUXApSfLuDoQ0cgcWlE2KUVMv+F
V6fR2VURqfw2Mxv1N5muqhvt/wfP3UA4NbTlFmhyNF7Hk22IgizV2MKBTAliiXY7
gJrqXu9m6+xsfmpaSV70QUZP9JzO5NkftGQCiljysL7Hyvg9ZbUs3op8AmXfnD5g
GSLmBn8bO/tnJveDoNlI+b8SPlMutDDFg9qMQxo9U6CBvn2w95VYVG9BOVBoCg5c
Ks/7J/VAAiLpRGeSeMKC
=bNqi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to