Your message dated Sat, 09 Aug 2014 12:03:51 +0000
with message-id <e1xg5nh-0004vv...@franck.debian.org>
and subject line Bug#746833: fixed in cadabra 1.39-0.1
has caused the Debian Bug report #746833,
regarding cadabra: ftbfs with GCC-4.9
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.)


-- 
746833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746833
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cadabra
Version: 1.29-1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/cadabra_1.29-1_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files.  For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html

[...]
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o defaults.o defaults.cc
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o stopwatch.o stopwatch.cc
g++ -o cadabra  -Wl,--as-needed preprocessor.o storage.o display.o parser.o 
main.o algorithm.o manipulator.o youngtab.o combinatorics.o props.o settings.o 
exchange.o defaults.o stopwatch.o modules/algebra.o modules/pertstring.o 
modules/convert.o modules/gamma.o modules/field_theory.o modules/select.o 
modules/dummies.o modules/output.o modules/properties.o modules/relativity.o 
modules/substitute.o modules/tableaux.o modules/diff_geometry.o 
modules/numerical.o modules/linear.o modules/combinat.o modules/xperm_new.o 
modules/lie.o modules/lists.o modules/eval.o `pkg-config modglue --libs` 
-lgmpxx -lpcrecpp -lgmp
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_gmp.o test_gmp.cc
g++ -o test_gmp test_gmp.o  -lgmpxx -lgmp
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_preprocessor.o test_preprocessor.cc
g++ -o test_preprocessor test_preprocessor.o preprocessor.o  -lgmpxx -lgmp
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_tree.o test_tree.cc
g++ -o test_tree test_tree.o
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o tree_example.o tree_example.cc
g++ -o tree_example tree_example.o
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_combinatorics.o test_combinatorics.cc
g++ -o test_combinatorics test_combinatorics.o combinatorics.o
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_young.o test_young.cc
g++ -o test_young test_young.o youngtab.o combinatorics.o  -lgmpxx -lgmp
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o tree_regression_tests.o tree_regression_tests.cc
tree_regression_tests.cc: In function 'int test2()':
tree_regression_tests.cc:90:38: warning: variable 'more_text' set but not used 
[-Wunused-but-set-variable]
  tree<std::string>::sibling_iterator more_text=tr.append_child(body, "more 
text");
                                      ^
g++ -o tree_regression_tests tree_regression_tests.o
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_xperm.o test_xperm.cc
gcc  -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o modules/xperm.o modules/xperm.c
g++ -o test_xperm test_xperm.o modules/xperm.o
g++ -g -O2 -Wall -I. -I../src `pkg-config modglue --cflags` 
-D"RELEASE=\"1.29\"" -D"DATETIME=\"`date | sed -e 's/  / /'`\"" 
-DHOSTNAME=\"`hostname`\" -c -o test_lie.o test_lie.cc
g++ -o test_lie test_lie.o modules/lie.o `pkg-config --libs modglue`
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
( cd gui && /usr/bin/make );
make[2]: Entering directory `/«PKGBUILDDIR»/gui'
Makefile:56: .depend: No such file or directory
rm -f .depend
for i in `find . -name "*.cc"`; \
                do    g++ -E -MM -MT `echo $i | sed -e 's/\.\///' -e 
's/\.cc/\.o/'` -O2 -I. -I../include `pkg-config modglue --cflags` `pkg-config 
--cflags gtkmm-2.4` `pkg-config --cflags pango` $i >> .depend; \
                done
make[2]: Leaving directory `/«PKGBUILDDIR»/gui'
make[2]: Entering directory `/«PKGBUILDDIR»/gui'
g++ -Wall -g -O2 -Wall -D"DESTDIR=\"/usr\"" -D"RELEASE=\"1.29\"" 
-D"DATETIME=\"`date | sed -e 's/  / /'`\"" -DHOSTNAME=\"`hostname`\" -O2 -I. 
-I../include `pkg-config modglue --cflags` `pkg-config --cflags gtkmm-2.4` 
`pkg-config --cflags pango` -c -o help.o help.cc
g++ -Wall -g -O2 -Wall -D"DESTDIR=\"/usr\"" -D"RELEASE=\"1.29\"" 
-D"DATETIME=\"`date | sed -e 's/  / /'`\"" -DHOSTNAME=\"`hostname`\" -O2 -I. 
-I../include `pkg-config modglue --cflags` `pkg-config --cflags gtkmm-2.4` 
`pkg-config --cflags pango` -c -o widgets.o widgets.cc
widgets.cc: In member function 'void 
TeXEngine::convert_set(std::set<TeXEngine::TeXRequest*>&)':
widgets.cc:356:15: error: redeclaration of 'std::string err' [-fpermissive]
   std::string err=handle_latex_errors(result);
               ^
widgets.cc:350:26: note: 'std::logic_error& err' previously declared here
  catch(std::logic_error& err) {
                          ^
make[2]: *** [widgets.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/gui'
make[1]: *** [gui] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: cadabra
Source-Version: 1.39-0.1

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

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated cadabra 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...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 09 Aug 2014 13:35:27 +0200
Source: cadabra
Binary: cadabra
Architecture: source i386
Version: 1.39-0.1
Distribution: unstable
Urgency: medium
Maintainer: Iulian Udrea <iul...@linux.com>
Changed-By: Matthias Klose <d...@debian.org>
Description:
 cadabra    - field-theory motivated computer algebra system
Closes: 746833
Changes:
 cadabra (1.39-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release.
     - Builds with GCC 4.9. Closes: #746833.
   * Use dpkg-buildflags.
Checksums-Sha1:
 810ee4f7eee12d2b310d46f057b3cc9b24398603 1373 cadabra_1.39-0.1.dsc
 558a249e8e8e08bef4c769ce9aaed2f53b5ba855 1377279 cadabra_1.39.orig.tar.gz
 93b47334f50a438c17b73fde296d1e8b4dde0c47 9552 cadabra_1.39-0.1.debian.tar.xz
 50084fdbcfa8c101d5d24280ae940baea33aced8 572476 cadabra_1.39-0.1_i386.deb
Checksums-Sha256:
 25249870764484bf225327b19686ef8596b6c674e85badfd958f84639be28115 1373 
cadabra_1.39-0.1.dsc
 a1fda2f9c43b3b56c3cfcd0e6fce2a692b3f4fb2941fd7e2a0033c39fe013507 1377279 
cadabra_1.39.orig.tar.gz
 37fad6b349e0756530385f2823849700f85255f8dd59b16053361910378ee1ad 9552 
cadabra_1.39-0.1.debian.tar.xz
 bf460f006b826ac4df5eaf97bd2ed12a18c28605b64dc0426d1173b561d629c0 572476 
cadabra_1.39-0.1_i386.deb
Files:
 c7aea7572d6f50f4aea9a2ec53577bac 572476 math optional cadabra_1.39-0.1_i386.deb
 dbb40f0230fb837bfc1cde6b19f0f12d 1373 math optional cadabra_1.39-0.1.dsc
 0edfdb86be25d0e22809a6e0705a5222 1377279 math optional cadabra_1.39.orig.tar.gz
 fb9a63af41282eb64ced58031fe0c151 9552 math optional 
cadabra_1.39-0.1.debian.tar.xz

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

iEYEARECAAYFAlPmDPQACgkQStlRaw+TLJz9xQCgtgPKnvc7U6OEWCm6SX1idF9i
ibsAn34UJ6UnZMkhDZDOuRYXBid4d0Kk
=VWWF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to