Your message dated Sun, 20 Mar 2011 23:02:25 +0000
with message-id <[email protected]>
and subject line Bug#618617: fixed in tagcoll2 2.0.12-1
has caused the Debian Bug report #618617,
regarding tagcoll2 ftbfs with -O3
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.)
--
618617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618617
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tagcoll2
Version: 2.0.11-1.1
btw, DEB_OPT_FLAG in debian/rules doesn't seem to be picked up.
g++ -g -O3 -Wall -o tests/libtagcoll-test stream/sink-tut.o stream/filters-tut.o
stream/expression-tut.o stream/substitutions-tut.o stream/patcher-tut.o
diskindex/mmap-tut.o diskindex/int-tut.o diskindex/string-tut.o
coll/simple-tut.o coll/fast-tut.o coll/patched-tut.o coll/intdiskindex-tut.o
expression-tut.o TextFormat-tut.o patch-tut.o Implications-tut.o
DerivedTags-tut.o SmartHierarchy-tut.o tests/tut-main.o ./.libs/libtagcoll2.a
tagexpr/.libs/libtagexpr.a -lwibble -lz
coll/fast-tut.o: In function `void tagcoll::PatchList<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, std::basic_string<char,
std::char_traits<char>, std::allocator<char> >
>::addPatch<tagcoll::coll::Fast<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > >, tagcoll::coll::Simple<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >
>(tagcoll::coll::Fast<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > const&, tagcoll::coll::Simple<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > const&)':
/home/packages/tmp/tagcoll2-2.0.11/tagcoll/../tagcoll/patch.tcc:99: undefined
reference to `tagcoll::coll::Simple<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >::getTaggedItems() const'
coll/intdiskindex-tut.o: In function `void
tagcoll::PatchList<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > >::addPatch<tagcoll::coll::StringDiskIndex,
tagcoll::coll::Simple<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >(tagcoll::coll::StringDiskIndex const&,
tagcoll::coll::Simple<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > const&)':
/home/packages/tmp/tagcoll2-2.0.11/tagcoll/../tagcoll/patch.tcc:99: undefined
reference to `tagcoll::coll::Simple<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >::getTaggedItems() const'
collect2: ld returned 1 exit status
make[4]: *** [tests/libtagcoll-test] Error 1
make[4]: Leaving directory `/home/packages/tmp/tagcoll2-2.0.11/tagcoll'
make[3]: *** [check-am] Error 2
--- End Message ---
--- Begin Message ---
Source: tagcoll2
Source-Version: 2.0.12-1
We believe that the bug you reported is fixed in the latest version of
tagcoll2, which is due to be installed in the Debian FTP archive:
libtagcoll2-dev_2.0.12-1_amd64.deb
to main/t/tagcoll2/libtagcoll2-dev_2.0.12-1_amd64.deb
tagcoll2_2.0.12-1.debian.tar.gz
to main/t/tagcoll2/tagcoll2_2.0.12-1.debian.tar.gz
tagcoll2_2.0.12-1.dsc
to main/t/tagcoll2/tagcoll2_2.0.12-1.dsc
tagcoll2_2.0.12.orig.tar.gz
to main/t/tagcoll2/tagcoll2_2.0.12.orig.tar.gz
tagcoll_2.0.12-1_amd64.deb
to main/t/tagcoll2/tagcoll_2.0.12-1_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Enrico Zini <[email protected]> (supplier of updated tagcoll2 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: Sun, 20 Mar 2011 11:13:08 +0000
Source: tagcoll2
Binary: tagcoll libtagcoll2-dev
Architecture: source amd64
Version: 2.0.12-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini <[email protected]>
Changed-By: Enrico Zini <[email protected]>
Description:
libtagcoll2-dev - Functions used to manipulate tagged collections (development
vers
tagcoll - Commandline tool to perform operations on tagged collections
Closes: 616281 618617
Changes:
tagcoll2 (2.0.12-1) unstable; urgency=low
.
* New upstream version
- Builds with -O3. Closes: #618617
* Try removing old gcc bug workaround for alpha
* Removed /usr/lib/libtagcoll2.la
* Updated standards-version
* Removed inactive uploader
* Removed experimental Tag: field
* Do not build documentation: it adds a lot of build-dependencies and I am
not aware of people actually using it. Closes: #616281
* Dropped libtut-dev dependency, since now wibble ships it
Checksums-Sha1:
0f75165a455008e7d24cac11a1cc47c76de3c459 1904 tagcoll2_2.0.12-1.dsc
736d70d3f8876850234e1a3156e8131b95bc0ff3 468395 tagcoll2_2.0.12.orig.tar.gz
ca626ea52eef9c465830320e9821556bb14e410d 6392 tagcoll2_2.0.12-1.debian.tar.gz
e98c183fac1aeab2b5321a92ceac6dd065f42452 167994 tagcoll_2.0.12-1_amd64.deb
9f47f6d7a6088328ab23280ce0a2ca8c713bf3aa 146068
libtagcoll2-dev_2.0.12-1_amd64.deb
Checksums-Sha256:
92a099e75b9bccc6bcbbfe4eac2c712b340c6c537ffd17749fbcf970bba8f52a 1904
tagcoll2_2.0.12-1.dsc
4567f60d5fbf15904ace57a0198a4e0fd872979d830c1244bcd969aae5c95bff 468395
tagcoll2_2.0.12.orig.tar.gz
a832e43c5db526216bbf2aa6fcccf12234651b0ff8ec97c14824619b6c89a786 6392
tagcoll2_2.0.12-1.debian.tar.gz
94dfd1d2a4b61669c2bc40739bafd3a9a7149179992107af79c83f5b0b1ec257 167994
tagcoll_2.0.12-1_amd64.deb
4c3a37b42adf306360ef2181b3270f3e1da45cae1826ef2dac2f8e46ebaa5c47 146068
libtagcoll2-dev_2.0.12-1_amd64.deb
Files:
265fcdcf02d0aaeca75dd1404fa5d367 1904 libdevel optional tagcoll2_2.0.12-1.dsc
d9dd31d1628dcd9378fc01bdc8b53d35 468395 libdevel optional
tagcoll2_2.0.12.orig.tar.gz
4f65b45a9db1f2d857a9dd4d4d097775 6392 libdevel optional
tagcoll2_2.0.12-1.debian.tar.gz
6aa462623452802a5c34536c9485fb88 167994 misc optional
tagcoll_2.0.12-1_amd64.deb
f8e8721ab1fc9459f858caf46a3eb296 146068 libdevel optional
libtagcoll2-dev_2.0.12-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJNhiCCAAoJEB5qw/OH8O2s+VAQAMdixtICROJDH4RlG/cRE2Qy
zNKZ4q55lKLem/V/W6KFRi8M3DDwQBos9TWdKSvfv+SovC6CI1bYMd9mMNBwEFQf
+UsxTb2nrv7zDKuNrK51qAWA8RTNTRJmjFnLkP0hTKNtA+aDfxEgs/j8dCAThnMY
RrWksX2D7ClTRJnJhsdp7ahQy/wyruPYhZsfTHIWEBLTyIFmVvDaspcLkD6VcjLa
4x6ClHZ4iLWMezZjK+G7m2CGQvUnGSrVNun1nSz/IBqDGpCudRIhpOJTHWb3uc2I
US22SbQyeD3JRtbJ0Azp7evnDMZXeBVmP9ZFTrCHmuiI8BeKex5paLpwAxepM4w3
SOiQmX5bDOjJeXV9kbgY2shQwLlzeCCsoE0SzNon8CFqBwtgecahTK1N+M4CDLwN
MwgZ3qMa11Ug2Wg98NfUS6wLcmhqeAiZJ0WzHJCuRf0IfUVyMjLP/pTnBNzrbPzU
Fqt/iynqm9s38Lr4CEWa9X3FG5bTTkDl+6vtvoLg77xF29OjuVG2evSk+glgAvCV
MOsLz/OVfdwgkQns5Cze5sSEWI40VnwjmlecJ0RHDIa1D8aHEbHzSNJNsU7vrvXp
DWW3HD9O27ZFPYLgyavoWPWO1fhXiqCkkU7vjOTOWDy7PE2rrOHLvSD6yuBrxgcZ
Ez+JV0pDzCuU+lcow7mn
=RTJo
-----END PGP SIGNATURE-----
--- End Message ---