Your message dated Mon, 07 Jul 2014 12:19:35 +0000
with message-id <e1x47tp-0000ca...@franck.debian.org>
and subject line Bug#746838: fixed in diagnostics 0.3.3-10
has caused the Debian Bug report #746838,
regarding diagnostics: 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.)
--
746838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:diagnostics
Version: 0.3.3-9
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/diagnostics_0.3.3-9_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
[...]
/bin/bash ../../../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall -Werror -pedantic -Wl,-z,relro -lACE -lpthread -o libinstrumentation.la
load_symbol.lo -ldl
libtool: link: x86_64-linux-gnu-ar cru .libs/libinstrumentation.a
.libs/load_symbol.o
libtool: link: x86_64-linux-gnu-ranlib .libs/libinstrumentation.a
libtool: link: ( cd ".libs" && rm -f "libinstrumentation.la" && ln -s
"../libinstrumentation.la" "libinstrumentation.la" )
make[9]: Leaving directory
`/«PKGBUILDDIR»/diagnostics/extensions/instrumentation'
make[8]: Leaving directory
`/«PKGBUILDDIR»/diagnostics/extensions/instrumentation'
make[7]: Leaving directory
`/«PKGBUILDDIR»/diagnostics/extensions/instrumentation'
Making all in memory
make[7]: Entering directory `/«PKGBUILDDIR»/diagnostics/extensions/memory'
rm -f *.o *.lo *.la
rm -f diag_stamp_*
touch diag_stamp_2
make all-recursive
make[8]: Entering directory `/«PKGBUILDDIR»/diagnostics/extensions/memory'
make[9]: Entering directory `/«PKGBUILDDIR»/diagnostics/extensions/memory'
/bin/bash ../../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
-DHAVE_CONFIG_H -I../../.. -DDEBUG__LEVEL__=2 -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall -Werror -pedantic -MT allocation_database.lo -MD -MP -MF
.deps/allocation_database.Tpo -c -o allocation_database.lo
allocation_database.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../../..
-DDEBUG__LEVEL__=2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror
-pedantic -MT allocation_database.lo -MD -MP -MF .deps/allocation_database.Tpo
-c allocation_database.cpp -fPIC -DPIC -o .libs/allocation_database.o
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../../..
-DDEBUG__LEVEL__=2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror
-pedantic -MT allocation_database.lo -MD -MP -MF .deps/allocation_database.Tpo
-c allocation_database.cpp -o allocation_database.o >/dev/null 2>&1
mv -f .deps/allocation_database.Tpo .deps/allocation_database.Plo
/bin/bash ../../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
-DHAVE_CONFIG_H -I../../.. -DDEBUG__LEVEL__=2 -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall -Werror -pedantic -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c
-o annotations.lo annotations.cpp
libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../../..
-DDEBUG__LEVEL__=2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Werror
-pedantic -MT annotations.lo -MD -MP -MF .deps/annotations.Tpo -c
annotations.cpp -fPIC -DPIC -o .libs/annotations.o
In file included from ../../../diagnostics/frame/platform_config.hpp:51:0,
from ../../../diagnostics/extensions/memory/annotations.hpp:30,
from annotations.cpp:28:
../../../diagnostics/frame/namespace.hpp:53:52: error: 'void
{anonymous}::dummy_for_semicolon_do_not_use()' declared 'static' but never
defined [-Werror=unused-function]
# define UNNAMED_NAMESPACE_BEGIN namespace { void
dummy_for_semicolon_do_not_use()
^
annotations.cpp:46:1: note: in expansion of macro 'UNNAMED_NAMESPACE_BEGIN'
UNNAMED_NAMESPACE_BEGIN;
^
cc1plus: all warnings being treated as errors
make[9]: *** [annotations.lo] Error 1
make[9]: Leaving directory `/«PKGBUILDDIR»/diagnostics/extensions/memory'
make[8]: *** [all-recursive] Error 1
make[7]: *** [all] Error 2
make[8]: Leaving directory `/«PKGBUILDDIR»/diagnostics/extensions/memory'
make[7]: Leaving directory `/«PKGBUILDDIR»/diagnostics/extensions/memory'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/«PKGBUILDDIR»/diagnostics/extensions'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/«PKGBUILDDIR»/diagnostics/extensions'
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[4]: Leaving directory `/«PKGBUILDDIR»/diagnostics'
make[3]: Leaving directory `/«PKGBUILDDIR»/diagnostics'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: diagnostics
Source-Version: 0.3.3-10
We believe that the bug you reported is fixed in the latest version of
diagnostics, 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.
Michael Tautschnig <m...@debian.org> (supplier of updated diagnostics 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: SHA256
Format: 1.8
Date: Mon, 07 Jul 2014 12:36:24 +0100
Source: diagnostics
Binary: libdiagnostics-dev libdiagnostics0
Architecture: source i386
Version: 0.3.3-10
Distribution: unstable
Urgency: low
Maintainer: Michael Tautschnig <m...@debian.org>
Changed-By: Michael Tautschnig <m...@debian.org>
Description:
libdiagnostics-dev - Logging, unittesting, and runtime diagnostics for C++ -
developme
libdiagnostics0 - Logging, unittesting, and runtime diagnostics for C++ -
library
Closes: 746838 751904
Changes:
diagnostics (0.3.3-10) unstable; urgency=low
.
* Bump Standards Version to 3.9.5 (no changes)
* Add -Wno-unused-function to silence new warnings (function is
intentionally unused) (closes: #746838, #751904)
Checksums-Sha1:
9f4f522b31e48aca7df55198f98be0fa64259a25 2021 diagnostics_0.3.3-10.dsc
1555e491b84f247c4dcc9d2b45eab7cde96325ee 11136
diagnostics_0.3.3-10.debian.tar.xz
e0f9597fd0faa267cb4e2d14f4162b52fb2609da 174536
libdiagnostics-dev_0.3.3-10_i386.deb
4042219a00d8d75f6fb2f95b7dbb1309f2342b32 98578
libdiagnostics0_0.3.3-10_i386.deb
Checksums-Sha256:
be74a7c0572f3e80549f520c92d63c04eaa07a3c73680965bbe09850fcb96898 2021
diagnostics_0.3.3-10.dsc
3f37699c65ba1a7d5ecfeeec8b77d244046bf35ed6899cb0ce2882be539489bb 11136
diagnostics_0.3.3-10.debian.tar.xz
19f486f03dae4b78536e74e68b1f733110162f1416ee32c2b8558f13f5d9a9fa 174536
libdiagnostics-dev_0.3.3-10_i386.deb
db39f64f4e3f4e01239ec0725d3413ea8bbb79686c1ce9d2ba674c381ae49a4f 98578
libdiagnostics0_0.3.3-10_i386.deb
Files:
4f465486b5b4b5e184cb55a1ceb98505 174536 libdevel extra
libdiagnostics-dev_0.3.3-10_i386.deb
b2bb28bcc59e72db460e121b77b8344d 98578 libs extra
libdiagnostics0_0.3.3-10_i386.deb
2a3b0c8fce2da6532f269bd2cc30d328 2021 libs extra diagnostics_0.3.3-10.dsc
67e4694eb416f8ee6bb348655f70ea26 11136 libs extra
diagnostics_0.3.3-10.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: GPGTools - http://gpgtools.org
iQIcBAEBCAAGBQJTuo7WAAoJEKjvEonjOGdBA4oP/0UGuoayncN1PD+3OTBH761f
DgW5B/A5zR50rtN79gja6UEWs5FAcIqUB1Z83DhgQWancDgeH1iRPRvxBaHi2s32
b4LVzpWRMYunTtizVfeH08z9Hxs4HO4ds3t45s18VvF/b5ZcPuNqoVO0/e7vf7bg
oJB4RsYLzesByecvZ9VfgQGRRWOGvT+HezAlveVI5s5bF2qSCWIFKK55P1QllyaO
PHCZAY4CNz3+Z6Ohhq6CBPEF78TW1oRtNMINrDezBz7wes2DAk+qdisuVzexdVnL
3P9xt2tEZDrALlwLDZ+rtoAcQeYlF/mpik6TENAiKILzJD+8MZ5AHs25LR0nVVSD
Q5U1qaQriQQK4RXFUIX2E6EP2bbECpEZYYTDaLZoBPVvbBSP8SdP3SeARA6cAIIs
XC290xrFFlmp3asQ0P+mDPE4618u3yztewFa1B2WR/TOm/c7Wb673Rru9xPb3kK8
qsJncicAj4lIB7ln23JE/cxOZ7Txjlk9kfoyyX/IXZ+mxGXs3VTzfHfsmFltnLrl
Dfj805PTtDj6ILGmStc+Wyz5qpAsUj2Qj3aUIwebKx3vEM0TFF67pV0yNBV5jSN7
An/U4cGsGGZwynHzxvVLRWt3pWP45aCQ41oi60DA9NRSnomCAtVwqm2ajuNIEaGB
sHMoKA06LfNrGPV48GgN
=3A1P
-----END PGP SIGNATURE-----
--- End Message ---