Your message dated Wed, 30 May 2012 05:33:47 +0000
with message-id <e1szbxx-0006hd...@franck.debian.org>
and subject line Bug#667396: fixed in trafficserver 3.0.4-1.1
has caused the Debian Bug report #667396,
regarding trafficserver: 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 ow...@bugs.debian.org
immediately.)
--
667396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667396
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: trafficserver
Version: 3.0.4-1
Severity: important
Tags: sid wheezy
User: debian-...@lists.debian.org
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.
../../lib/ts/Map.h:240:29: error: 'set_in' 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/trafficserver_3.0.4-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../../lib/ts -I../../iocore/eventsystem
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils
-I../../iocore/dns -I../../proxy -I../../lib/records -I../../mgmt
-I../../mgmt/preparse -I../../mgmt/utils -I../../proxy/hdrs
-I../../proxy/http/remap -I../../proxy/logging -D_FORTIFY_SOURCE=2
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT
-Dlinux -I/usr/include/tcl8.5 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
-pipe -Wall -Werror -feliminate-unused-debug-symbols -fno-strict-aliasing
-Wno-invalid-offsetof -MT HttpCacheSM.o -MD -MP -MF .deps/HttpCacheSM.Tpo -c -o
HttpCacheSM.o HttpCacheSM.cc
mv -f .deps/HttpCacheSM.Tpo .deps/HttpCacheSM.Po
g++ -DHAVE_CONFIG_H -I. -I../../lib/ts -I../../iocore/eventsystem
-I../../iocore/net -I../../iocore/aio -I../../iocore/hostdb
-I../../iocore/cache -I../../iocore/cluster -I../../iocore/utils
-I../../iocore/dns -I../../proxy -I../../lib/records -I../../mgmt
-I../../mgmt/preparse -I../../mgmt/utils -I../../proxy/hdrs
-I../../proxy/http/remap -I../../proxy/logging -D_FORTIFY_SOURCE=2
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT
-Dlinux -I/usr/include/tcl8.5 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
-pipe -Wall -Werror -feliminate-unused-debug-symbols -fno-strict-aliasing
-Wno-invalid-offsetof -MT HttpClientSession.o -MD -MP -MF
.deps/HttpClientSession.Tpo -c -o HttpClientSession.o HttpClientSession.cc
In file included from ../../lib/ts/libts.h:96:0,
from HttpClientSession.h:35,
from HttpClientSession.cc:35:
../../lib/ts/Map.h: In instantiation of 'C Map<K, C, A>::get(K) [with K =
unsigned int; C = int; A = DefaultAlloc]':
HttpConnectionCount.h:51:34: required from here
../../lib/ts/Map.h:240:29: error: 'set_in' was not declared in this scope, and
no declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
../../lib/ts/Map.h:240:29: note: declarations in dependent base
'Vec<MapElem<unsigned int, int>, DefaultAlloc, 2>' are not found by unqualified
lookup
../../lib/ts/Map.h:240:29: note: use 'this->set_in' instead
../../lib/ts/Map.h: In instantiation of 'MapElem<K, C>* Map<K, C, A>::put(K, C)
[with K = unsigned int; C = int; A = DefaultAlloc]':
HttpConnectionCount.h:64:37: required from here
../../lib/ts/Map.h:258:29: error: 'set_in' was not declared in this scope, and
no declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
../../lib/ts/Map.h:258:29: note: declarations in dependent base
'Vec<MapElem<unsigned int, int>, DefaultAlloc, 2>' are not found by unqualified
lookup
../../lib/ts/Map.h:258:29: note: use 'this->set_in' instead
../../lib/ts/Map.h:263:21: error: 'set_add' was not declared in this scope, and
no declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
../../lib/ts/Map.h:263:21: note: declarations in dependent base
'Vec<MapElem<unsigned int, int>, DefaultAlloc, 2>' are not found by unqualified
lookup
../../lib/ts/Map.h:263:21: note: use 'this->set_add' instead
make[4]: *** [HttpClientSession.o] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/proxy/http'
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
dh_auto_build: make -j1 returned exit code 2
make[3]: Leaving directory `/«PKGBUILDDIR»/proxy/http'
make[2]: Leaving directory `/«PKGBUILDDIR»/proxy'
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: trafficserver
Source-Version: 3.0.4-1.1
We believe that the bug you reported is fixed in the latest version of
trafficserver, which is due to be installed in the Debian FTP archive:
trafficserver-dev_3.0.4-1.1_amd64.deb
to main/t/trafficserver/trafficserver-dev_3.0.4-1.1_amd64.deb
trafficserver-plugin-conf-remap_3.0.4-1.1_amd64.deb
to main/t/trafficserver/trafficserver-plugin-conf-remap_3.0.4-1.1_amd64.deb
trafficserver_3.0.4-1.1.debian.tar.gz
to main/t/trafficserver/trafficserver_3.0.4-1.1.debian.tar.gz
trafficserver_3.0.4-1.1.dsc
to main/t/trafficserver/trafficserver_3.0.4-1.1.dsc
trafficserver_3.0.4-1.1_amd64.deb
to main/t/trafficserver/trafficserver_3.0.4-1.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 667...@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 trafficserver 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: Wed, 30 May 2012 04:40:28 +0000
Source: trafficserver
Binary: trafficserver trafficserver-plugin-conf-remap trafficserver-dev
Architecture: source amd64
Version: 3.0.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Arno Töll <deb...@toell.net>
Changed-By: Matthias Klose <d...@debian.org>
Description:
trafficserver - fast, scalable and extensible HTTP/1.1 compliant caching proxy
se
trafficserver-dev - Apache Traffic Server Software Developers Kit (SDK)
trafficserver-plugin-conf-remap - Apache Traffic Server conf_remap plugin
Closes: 667396
Changes:
trafficserver (3.0.4-1.1) unstable; urgency=low
.
* Non maintainer upload
* Fix build failure with GCC 4.7. Closes: #667396.
Checksums-Sha1:
c02b57c810efcd6223f8e3fde4499c2725d639ca 1686 trafficserver_3.0.4-1.1.dsc
89c9e1a87c2e02a9fa0cbef2d5e006ce69c04515 16387
trafficserver_3.0.4-1.1.debian.tar.gz
9cf598f087e08304804a6dfedd1a54c11d868a28 3649088
trafficserver_3.0.4-1.1_amd64.deb
856a004848af94be6be23d2f51bee214e0885b36 27466
trafficserver-plugin-conf-remap_3.0.4-1.1_amd64.deb
4dcdf916fcf93be46a52331a0ec4598ebc925901 416612
trafficserver-dev_3.0.4-1.1_amd64.deb
Checksums-Sha256:
c05e3fa0e052a0a1e3ce8622a13fc4fd37cac5a02c8d493534406ef60cb384eb 1686
trafficserver_3.0.4-1.1.dsc
c2d17093f31dc3a3e71bf5dcaa3c8d6a859117d6101664dc6dc2f3d7bc9c7e8b 16387
trafficserver_3.0.4-1.1.debian.tar.gz
b4da34ec39489fa1ead29cde9079f5e2c160a1e16f9cd9c73c8178ebf28e450c 3649088
trafficserver_3.0.4-1.1_amd64.deb
9676b1b3bedd014a7a9a4b802819e87d263eb9aeb88820c1ebbe4462f02d7ae9 27466
trafficserver-plugin-conf-remap_3.0.4-1.1_amd64.deb
5184173d1590b95b2f03198cc5b37c344ba6e3ff3e423fc9910686230d1621a6 416612
trafficserver-dev_3.0.4-1.1_amd64.deb
Files:
3bd09afd28b02fa04a2d05edb44c1df9 1686 web extra trafficserver_3.0.4-1.1.dsc
37355e6e3fb7c89473adf70ea1c2c0d5 16387 web extra
trafficserver_3.0.4-1.1.debian.tar.gz
6a2a1825f9ed8068a9099b03689e5602 3649088 web extra
trafficserver_3.0.4-1.1_amd64.deb
01039a84c19a157a44258d76fc6d0d20 27466 web extra
trafficserver-plugin-conf-remap_3.0.4-1.1_amd64.deb
4a545c6d87b6fdd664da6a3b162c20a7 416612 web extra
trafficserver-dev_3.0.4-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk/FrGoACgkQStlRaw+TLJx9gACggFJSh7Fk2WRkStn0YXn+S/Ib
p9gAoJ1QlU0PlCizvueIOJ6+b2Mpu+ko
=osLq
-----END PGP SIGNATURE-----
--- End Message ---