Your message dated Fri, 06 Apr 2012 08:47:18 +0000
with message-id <[email protected]>
and subject line Bug#667102: fixed in aria2 1.14.2-2
has caused the Debian Bug report #667102,
regarding aria2: ftbfs with GCC-4.7
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.)
--
667102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667102
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aria2
Version: 1.14.2-1
Severity: important
Tags: sid wheezy
User: [email protected]
Usertags: ftbfs-gcc-4.7
The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.
util.h:124:5: error: 'stripIter' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/aria2_1.14.2-1_unstable-gcc47.log
The last lines of the build log are at the end of this report.
Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html
To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
[...]
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
HttpRequestCommand.o -MD -MP -MF .deps/HttpRequestCommand.Tpo -c -o
HttpRequestCommand.o HttpRequestCommand.cc
mv -f .deps/HttpRequestCommand.Tpo .deps/HttpRequestCommand.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
HttpResponseCommand.o -MD -MP -MF .deps/HttpResponseCommand.Tpo -c -o
HttpResponseCommand.o HttpResponseCommand.cc
mv -f .deps/HttpResponseCommand.Tpo .deps/HttpResponseCommand.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
HttpProxyRequestCommand.o -MD -MP -MF .deps/HttpProxyRequestCommand.Tpo -c -o
HttpProxyRequestCommand.o HttpProxyRequestCommand.cc
mv -f .deps/HttpProxyRequestCommand.Tpo .deps/HttpProxyRequestCommand.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
HttpProxyResponseCommand.o -MD -MP -MF .deps/HttpProxyResponseCommand.Tpo -c -o
HttpProxyResponseCommand.o HttpProxyResponseCommand.cc
mv -f .deps/HttpProxyResponseCommand.Tpo .deps/HttpProxyResponseCommand.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
HttpDownloadCommand.o -MD -MP -MF .deps/HttpDownloadCommand.Tpo -c -o
HttpDownloadCommand.o HttpDownloadCommand.cc
mv -f .deps/HttpDownloadCommand.Tpo .deps/HttpDownloadCommand.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT HttpHeader.o
-MD -MP -MF .deps/HttpHeader.Tpo -c -o HttpHeader.o HttpHeader.cc
mv -f .deps/HttpHeader.Tpo .deps/HttpHeader.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
HttpConnection.o -MD -MP -MF .deps/HttpConnection.Tpo -c -o HttpConnection.o
HttpConnection.cc
mv -f .deps/HttpConnection.Tpo .deps/HttpConnection.Po
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -I../intl
-DLOCALEDIR=\"/usr/share/locale\"
-DCA_BUNDLE=\"/etc/ssl/certs/ca-certificates.crt\" -DHAVE_CONFIG_H
-I/usr/include/p11-kit-1 -I/usr/include/libxml2 -g -O2 -MT
FtpConnection.o -MD -MP -MF .deps/FtpConnection.Tpo -c -o FtpConnection.o
FtpConnection.cc
In file included from FtpConnection.cc:44:0:
util.h: In instantiation of 'void aria2::util::divide(std::pair<std::pair<T,
T>, std::pair<T, T> >&, InputIterator, InputIterator, char) [with InputIterator
= __gnu_cxx::__normal_iterator<char*, std::basic_string<char> >]':
FtpConnection.cc:408:75: required from here
util.h:124:5: error: 'stripIter' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
util.h:167:41: note: 'template<class InputIterator> std::pair<T, T>
aria2::util::stripIter(InputIterator, InputIterator, const string&)' declared
here, later in the translation unit
util.h:127:5: error: 'stripIter' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
util.h:167:41: note: 'template<class InputIterator> std::pair<T, T>
aria2::util::stripIter(InputIterator, InputIterator, const string&)' declared
here, later in the translation unit
util.h:128:5: error: 'stripIter' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
util.h:167:41: note: 'template<class InputIterator> std::pair<T, T>
aria2::util::stripIter(InputIterator, InputIterator, const string&)' declared
here, later in the translation unit
make[3]: *** [FtpConnection.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: aria2
Source-Version: 1.14.2-2
We believe that the bug you reported is fixed in the latest version of
aria2, which is due to be installed in the Debian FTP archive:
aria2_1.14.2-2.debian.tar.gz
to main/a/aria2/aria2_1.14.2-2.debian.tar.gz
aria2_1.14.2-2.dsc
to main/a/aria2/aria2_1.14.2-2.dsc
aria2_1.14.2-2_amd64.deb
to main/a/aria2/aria2_1.14.2-2_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.
Patrick Ruckstuhl <[email protected]> (supplier of updated aria2 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: SHA1
Format: 1.8
Date: Fri, 06 Apr 2012 11:52:05 +0530
Source: aria2
Binary: aria2
Architecture: source amd64
Version: 1.14.2-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Ruckstuhl <[email protected]>
Changed-By: Patrick Ruckstuhl <[email protected]>
Description:
aria2 - High speed download utility
Closes: 667102
Changes:
aria2 (1.14.2-2) unstable; urgency=low
.
* Fix FTBFS with gcc 4.7 (Closes: #667102):
- Move some declarations before the code that uses them.
- Fix missing <unistd.h> include.
.
[Kartik Mistry]
* debian/control:
+ Updated VCS-* URLs. We're on git.debian.org now.
Checksums-Sha1:
df89cdf501572e1cf6ad30d2366d05c8361a43c7 1399 aria2_1.14.2-2.dsc
8c6e516030347491e2d26da36c2c6f699400aff9 5645 aria2_1.14.2-2.debian.tar.gz
9926396fb673a37855145f6672019929feab26eb 1763074 aria2_1.14.2-2_amd64.deb
Checksums-Sha256:
16e4166ad815a77b6f9f4b3cb7ab7358100f7b6fd6b38d39d86a82f5d5563a53 1399
aria2_1.14.2-2.dsc
8bc653c7aece61df8df16f52e89efe9b54587a94889d0b9bc3d1afadf8baca0d 5645
aria2_1.14.2-2.debian.tar.gz
57efca8c384a9b69cd238b2b7d7ae5f20b3cae4c99925618b3b6db2152896072 1763074
aria2_1.14.2-2_amd64.deb
Files:
62d90f5439fb6565e5e66cb87a7e6202 1399 net extra aria2_1.14.2-2.dsc
cd1c195b8f8ad86e7661224ab24149c6 5645 net extra aria2_1.14.2-2.debian.tar.gz
183e9f4df668801b72fa1fc7b4094569 1763074 net extra aria2_1.14.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk9+pJ4ACgkQoRg/jtECjI35rwCfav3GvSS6NW7auPaG49c3Iqxb
aRoAnjH79DIfMTpbkpP+LqrY2p79gNCM
=tfvv
-----END PGP SIGNATURE-----
--- End Message ---