[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#862126: marked as done (src:zipios++: FTBFS with cppunit 1.14 (cppunit-config removed, errors ignored))



Your message dated Mon, 08 May 2017 23:04:15 +0000
with message-id <E1d7rhP-0008zc-KC@fasolo.debian.org>
and subject line Bug#862126: fixed in zipios++ 0.1.5.9+cvs.2007.04.28-7
has caused the Debian Bug report #862126,
regarding src:zipios++: FTBFS with cppunit 1.14 (cppunit-config removed, errors ignored)
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 owner@bugs.debian.org
immediately.)


-- 
862126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862126
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:zipios++
Version: 0.1.5.9+cvs.2007.04.28-6 
Severity: normal

Dear Maintainer,

[ cppunit 0.14 is not in Debian yet, see #861718. Thus normal for now ]

On a rebuild test using ratt I noticed your package doesn't build with
cppunit 0.14:

[...]
dh build --with autotools-dev
   dh_testdir
   dh_update_autotools_config
   dh_autotools-dev_updateconfig
   dh_auto_configure
        ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefi
x}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysco
nfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x
86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintaine
r-mode --disable-dependency-tracking
[...]
checking for cppunit-config... no
checking for Cppunit - version >= 1.6.0... no
[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating zipios++/Makefile
config.status: creating zipios++.spec
config.status: creating zipios++/zipios-config.h
config.status: executing depfiles commands
[...]

So here it doesn't find cppunit-config (cppunit-config was removed in
0.14.0) but still continues. Which then "of course" fails since there's
no -lcppunit on linking:

[...]
g++ -g -O2 -fdebug-prefix-map=/build/zipios++-Fhjwwq/zipios++-0.1.5.9+cvs.2007.0
4.28=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relr
o -o .libs/all_tests all_tests-all_tests.o all_tests-zipfiletest.o all_tests-zip
inputstreamtest.o all_tests-zipoutputstreamtest.o all_tests-commontest.o  ../src
/.libs/libzipios.so -lz
all_tests-zipfiletest.o: In function `zipios::ZipFileTest::writeFileToZipOutputS
tream(zipios::ZipOutputStream&, std::__cxx11::basic_string<char, std::char_trait
s<char>, std::allocator<char> > const&)':
./tests/zipfiletest.cpp:82: undefined reference to `CppUnit::SourceLine::SourceL
ine(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char
> > const&, int)'
./tests/zipfiletest.cpp:82: undefined reference to `CppUnit::Message::Message(st
d::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > co
nst&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<ch
ar> > const&)'
./tests/zipfiletest.cpp:82: undefined reference to `CppUnit::Asserter::fail(CppU
nit::Message const&, CppUnit::SourceLine const&)'
./tests/zipfiletest.cpp:82: undefined reference to `CppUnit::Message::~Message()
'
./tests/zipfiletest.cpp:82: undefined reference to `CppUnit::SourceLine::~Source
Line()'
[...]
collect2: error: ld returned 1 exit status
Makefile:323: recipe for target 'all_tests' failed
make[2]: *** [all_tests] Error 1
make[2]: Leaving directory '/build/zipios++-Fhjwwq/zipios++-0.1.5.9+cvs.2007.04.
28/tests'
Makefile:241: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/build/zipios++-Fhjwwq/zipios++-0.1.5.9+cvs.2007.04.
28'
dh_auto_build: make -j1 returned exit code 2
debian/rules:6: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

cppunit 0.14 removed cppunit-config.

You should use pkg-config for it now. (that one is available since
long.)

I put my package for testing to
https://people.debian.org/~rene/libreoffice/5.4/cppunit/

Regards,

Rene

--- End Message ---
--- Begin Message ---
Source: zipios++
Source-Version: 0.1.5.9+cvs.2007.04.28-7

We believe that the bug you reported is fixed in the latest version of
zipios++, 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 862126@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated zipios++ 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Mon, 08 May 2017 22:29:06 +0000
Source: zipios++
Binary: libzipios++-dev libzipios++0v5 libzipios++-doc
Architecture: source amd64 all
Version: 0.1.5.9+cvs.2007.04.28-7
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Description:
 libzipios++-dev - small C++ library for reading zip files (development)
 libzipios++-doc - small C++ library for reading zip files (documents)
 libzipios++0v5 - small C++ library for reading zip files (library)
Closes: 862126
Changes:
 zipios++ (0.1.5.9+cvs.2007.04.28-7) experimental; urgency=medium
 .
   * QA upload.
   * use pkg-config, not cppunit-config (closes: #862126)
   * use --with autoreconf instead of --with autotools-dev to regen
     for above
Checksums-Sha1:
 1ad586bc3e763572e68534c4e8d14e62a520342c 2252 zipios++_0.1.5.9+cvs.2007.04.28-7.dsc
 c3be35f6880c3153e3ab55d64ced2f86c36c3caa 7392 zipios++_0.1.5.9+cvs.2007.04.28-7.debian.tar.xz
 57e1238f5f6559a15dc76e7aac1f0fe29b596d2f 140666 libzipios++-dev_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 ee80c9ce1938d761e1ce4abc22063afd5a96ced9 7214072 libzipios++-doc_0.1.5.9+cvs.2007.04.28-7_all.deb
 3013d9f7fc54d47e03fe0d8120a08f78f1cf8499 610942 libzipios++0v5-dbgsym_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 ebdc46cfd51a2f83aa68c8a62674c0ecb95a7c13 52036 libzipios++0v5_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 29dc6bdb75bd68869f4f1fefde9533cf6465a73e 7413 zipios++_0.1.5.9+cvs.2007.04.28-7_amd64.buildinfo
Checksums-Sha256:
 bb331fde6a917b53471a7b2f7667a9795457a52178292ccdd0f76fc8a2a70033 2252 zipios++_0.1.5.9+cvs.2007.04.28-7.dsc
 3c79005106e061f5ddca184ffe9d8d821ad7848fcacbbc7d2d5a6b369d9a2aaf 7392 zipios++_0.1.5.9+cvs.2007.04.28-7.debian.tar.xz
 7059d46bea04af5626e5df1c7d0be30d1f652d627327f2bca150553f7b071cf2 140666 libzipios++-dev_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 8efa79f87f7d756d1989df2380976850e2a39186f31a5f9efb548c676f0c49ae 7214072 libzipios++-doc_0.1.5.9+cvs.2007.04.28-7_all.deb
 e268e105041a1a1831f59f06d28aef7d6d795db1ab1c8fa3cea0401c813a6478 610942 libzipios++0v5-dbgsym_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 92328eaba661e4516db7404f9045ee722204bcb647ff53e476e22f29079c5a45 52036 libzipios++0v5_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 eef93b7539982a16bba6103c4cd66a00fbdd89438b4fef0b0e0cac32812e7471 7413 zipios++_0.1.5.9+cvs.2007.04.28-7_amd64.buildinfo
Files:
 33315d4068353b8eb36a62bce4414853 2252 devel optional zipios++_0.1.5.9+cvs.2007.04.28-7.dsc
 7bd32332b1c5720ae8dc055ca0f3d81e 7392 devel optional zipios++_0.1.5.9+cvs.2007.04.28-7.debian.tar.xz
 a01616812c914355bd860408ed0a3d50 140666 libdevel optional libzipios++-dev_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 76aee720a0aa318054f928c96cb141e6 7214072 doc optional libzipios++-doc_0.1.5.9+cvs.2007.04.28-7_all.deb
 c7bcb6c4c1e2458967add5299e0036cb 610942 debug extra libzipios++0v5-dbgsym_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 8db3434a6b470116db9201f4a96f3a89 52036 libs optional libzipios++0v5_0.1.5.9+cvs.2007.04.28-7_amd64.deb
 0d30d846929f4895106952f320ec735b 7413 devel optional zipios++_0.1.5.9+cvs.2007.04.28-7_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAlkQ8qEACgkQCqBFcdA+
PnDDvA/8D3POb7U/oHLvlmjpqmhSQ09GHDUL80PL5Y2LiPgQTGcp/MYd8Z/M6fVx
6+ZqZ45b/bZ+lxvNMe463m8v1hV+nGKNFe8i7nv3ClRsbFMn7wCfsLUxrUe76HHs
ww2YDfguow1cgv+vAznmkhp0jte92R9HRr2tffl3TwHXKpy9MAEcI7SUBunq8+oO
3HS59EVMRPzD4iiq11I1vVXcRHR+26KZ512bRAnUFC3ExWax0TzyY3zvDaSguMbY
MGri+EDxbMZJy4x+ozwlFdk2O6j4gbYSuycb7yO6ekszWIpurOhEunPg/hhG4dR0
+Lwi12esBhGzaXdoTaoGleVYRyeDi3z/Jb11jHrjvDrUytIgFNU2Wq2ROv7C4err
V4GH4Jx8qUYj3XMx5ilPtkRs3hVceheVI7aLKTswU+M2XvUl6tXlv52mvqFhuuKp
CzP/z9xU9hIhnAw/GS6kLozITjmCiPQvkfOTETCm+uyYct0WjCKPjj+jsvd8YdZg
bhTVWicL19VyKrzAI/Ex1YlebpTEzZYhQuxY8VrHDgI1lxSgkVQFw9ozXVu71asg
UrTs6bMeZleLJ7t/md9zGtlAvaBMiVqssCfCtY+K4A4Tp9kkgNocyX/msw2Ui37f
u2LuL/1ckqCgCO/pzJ6SYJag2zrsIllEIrRGyjqGMoY/B0wnl/E=
=+0Ju
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: