Your message dated Sat, 18 Feb 2012 18:32:21 +0000
with message-id <e1ryp53-0007ks...@franck.debian.org>
and subject line Bug#615671: fixed in derivations 0.52.20100310-1.1
has caused the Debian Bug report #615671,
regarding derivations: ftbfs with gcc-4.5
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.)


-- 
615671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: derivations
Version: 0.52.20100310-1
Severity: normal
Tags: sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.

The full build log can be found at:
http://people.debian.org/~lucas/logs/2011/02/14/gcc/gcc4.5/derivations_0.52.20100310-1_lsid64b.buildlog
The last lines of the build log are at the end of this report.

Some more details can be found at
http://lists.debian.org/debian-devel-announce/2011/02/msg00012.html

[...]
/usr/bin/make -C Util TeX_atom.o
make[4]: Entering directory 
`/build/user-derivations_0.52.20100310-1-amd64-k_Q9Gg/derivations-0.52.20100310/btool/Util'
g++ -Wall -Wextra   -O2 -c TeX_atom.cc -o TeX_atom.o
TeX_atom.cc:78:6: error: prototype for 'void 
Util::TeX_atom_nonterminal::init(std::vector<Util::TeX_atom*>::const_iterator, 
std::vector<Util::TeX_atom*>::const_iterator)' does not match any in class 
'Util::TeX_atom_nonterminal'
TeX_atom.h:73:10: error: candidate is: void 
Util::TeX_atom_nonterminal::init(std::vector<std::basic_string<char> 
>::const_iterator, std::vector<std::basic_string<char> >::const_iterator)
TeX_atom.cc: In constructor 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(const std::string&)':
TeX_atom.cc:118:55: error: cannot convert 'std::vector<Util::TeX_atom*>*' to 
'vector*' for argument '2' to 'void Util::tokenize_TeX(const std::string&, 
vector*, Util::Translate_nobreakspace)'
TeX_atom.cc:119:38: error: no matching function for call to 
'Util::TeX_atom_nonterminal::init(std::vector<Util::TeX_atom*>::iterator, 
std::vector<Util::TeX_atom*>::iterator)'
TeX_atom.h:73:10: note: candidate is: void 
Util::TeX_atom_nonterminal::init(std::vector<std::basic_string<char> 
>::const_iterator, std::vector<std::basic_string<char> >::const_iterator)
TeX_atom.cc: In constructor 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(const 
std::vector<Util::TeX_atom*>&)':
TeX_atom.cc:125:38: error: no matching function for call to 
'Util::TeX_atom_nonterminal::init(std::vector<Util::TeX_atom*>::const_iterator, 
std::vector<Util::TeX_atom*>::const_iterator)'
TeX_atom.h:73:10: note: candidate is: void 
Util::TeX_atom_nonterminal::init(std::vector<std::basic_string<char> 
>::const_iterator, std::vector<std::basic_string<char> >::const_iterator)
TeX_atom.cc: In constructor 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(std::vector<Util::TeX_atom*>::const_iterator,
 std::vector<Util::TeX_atom*>::const_iterator)':
TeX_atom.cc:132:20: error: no matching function for call to 
'Util::TeX_atom_nonterminal::init(const 
std::vector<Util::TeX_atom*>::const_iterator&, const 
std::vector<Util::TeX_atom*>::const_iterator&)'
TeX_atom.h:73:10: note: candidate is: void 
Util::TeX_atom_nonterminal::init(std::vector<std::basic_string<char> 
>::const_iterator, std::vector<std::basic_string<char> >::const_iterator)
TeX_atom.cc: At global scope:
TeX_atom.cc:135:1: error: redefinition of 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(const vector_atom&)'
TeX_atom.cc:122:1: error: 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(const 
std::vector<Util::TeX_atom*>&)' previously defined here
TeX_atom.cc:145:1: error: redefinition of 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(std::vector<Util::TeX_atom*>::const_iterator,
 std::vector<Util::TeX_atom*>::const_iterator)'
TeX_atom.cc:128:1: error: 
'Util::TeX_atom_nonterminal::TeX_atom_nonterminal(std::vector<Util::TeX_atom*>::const_iterator,
 std::vector<Util::TeX_atom*>::const_iterator)' previously defined here
make[4]: *** [TeX_atom.o] Error 1
make[4]: Leaving directory 
`/build/user-derivations_0.52.20100310-1-amd64-k_Q9Gg/derivations-0.52.20100310/btool/Util'
make[3]: *** [Util/TeX_atom.o] Error 2
make[3]: Leaving directory 
`/build/user-derivations_0.52.20100310-1-amd64-k_Q9Gg/derivations-0.52.20100310/btool'
make[2]: *** [../btool/complete-pdf] Error 2
make[2]: Leaving directory 
`/build/user-derivations_0.52.20100310-1-amd64-k_Q9Gg/derivations-0.52.20100310/tex'
make[1]: *** [tex/derivations.pdf] Error 2
make[1]: Leaving directory 
`/build/user-derivations_0.52.20100310-1-amd64-k_Q9Gg/derivations-0.52.20100310'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: derivations
Source-Version: 0.52.20100310-1.1

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

derivations_0.52.20100310-1.1.debian.tar.gz
  to main/d/derivations/derivations_0.52.20100310-1.1.debian.tar.gz
derivations_0.52.20100310-1.1.dsc
  to main/d/derivations/derivations_0.52.20100310-1.1.dsc
derivations_0.52.20100310-1.1_all.deb
  to main/d/derivations/derivations_0.52.20100310-1.1_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 615...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc Dequènes (Duck) <d...@duckcorp.org> (supplier of updated derivations 
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: SHA1

Format: 1.8
Date: Sat, 18 Feb 2012 15:52:03 +0100
Source: derivations
Binary: derivations
Architecture: source all
Version: 0.52.20100310-1.1
Distribution: unstable
Urgency: low
Maintainer: Thaddeus H. Black <t...@debian.org>
Changed-By: Marc Dequènes (Duck) <d...@duckcorp.org>
Description: 
 derivations - book: Derivations of Applied Mathematics
Closes: 566340 615671 652081
Changes: 
 derivations (0.52.20100310-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Switched to dpkg-source 3.0 (quilt) format.
   * Moved helper development files out of the Debian diff in
     'upstream_helper' patch.
   * Applied patch from Matthias Klose <d...@ubuntu.com> as
     'build_fixes' patch (Closes: #615671):
     + Fix FTBFS with g++-4.5.
     + Fix FTBFS with ld --as-needed.
     + Don't build with -Werror.
   * Added'poppler_api_change' patch to solve a libpoppler API
     change (Closes: #652081).
   * Use 'dh_prep' instead of the deprecated 'dh_clean -k'.
   * Simplified build dependencies, as suggested by Frank Küster (Closes:
     #566340).
Checksums-Sha1: 
 6cd8a8bc7dcd2796752b9189ce3545d364582a25 1257 derivations_0.52.20100310-1.1.dsc
 01989f9ac0a6c8df1c43489f9f58b875cbd6386f 25475 
derivations_0.52.20100310-1.1.debian.tar.gz
 69adaa09c20b3a1ad0bde3263b17739f9f434812 4044572 
derivations_0.52.20100310-1.1_all.deb
Checksums-Sha256: 
 44cd6acb429d75466db25f02badbc1e5f3c6747f93c7dd1244f084d35a2f9a99 1257 
derivations_0.52.20100310-1.1.dsc
 b010000501a31e9ec3ce83032eefc6e21932995b33f6aeed67a79c9c9a37ab79 25475 
derivations_0.52.20100310-1.1.debian.tar.gz
 b7ce6803602cee1fb3c4e1ebc6dece28789e89edb3a6e8d446c0fcf9a38f2bd4 4044572 
derivations_0.52.20100310-1.1_all.deb
Files: 
 8f5931a46ea08454485100bb71a49680 1257 doc optional 
derivations_0.52.20100310-1.1.dsc
 1e6bf64481f9c77f63670e090ebe6c32 25475 doc optional 
derivations_0.52.20100310-1.1.debian.tar.gz
 8818416320ff063b7d3806ab02d94a4f 4044572 doc optional 
derivations_0.52.20100310-1.1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk8/668ACgkQsczZcpAmcIZonACgjILnzWEsXwKW3ebDLVrl6Xx/
7PsAoKbxiP/Yv3bSi2qnLmJXFnMITkTy
=xOXP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to