Your message dated Sat, 23 Feb 2013 17:17:33 +0000
with message-id <[email protected]>
and subject line Bug#701314: fixed in libzen 0.4.28-2
has caused the Debian Bug report #701314,
regarding libzen: ftbfs with GCC-4.8
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.)


-- 
701314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701314
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libzen
Version: 0.4.27-2
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.8

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

  XXX

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/libzen_0.4.27-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
   dh_installifupdown -a -O--parallel
   dh_installinfo -a -O--parallel
   dh_installinit -a -O--parallel
   dh_installmenu -a -O--parallel
   dh_installmime -a -O--parallel
   dh_installmodules -a -O--parallel
   dh_installlogcheck -a -O--parallel
   dh_installlogrotate -a -O--parallel
   dh_installpam -a -O--parallel
   dh_installppp -a -O--parallel
   dh_installudev -a -O--parallel
   dh_installwm -a -O--parallel
   dh_installxfonts -a -O--parallel
   dh_installgsettings -a -O--parallel
   dh_bugfiles -a -O--parallel
   dh_ucf -a -O--parallel
   dh_lintian -a -O--parallel
   dh_gconf -a -O--parallel
   dh_icons -a -O--parallel
   dh_perl -a -O--parallel
   dh_usrlocal -a -O--parallel
   dh_link -a -O--parallel
   dh_compress -a -O--parallel
   dh_fixperms -a -O--parallel
   dh_strip -a -O--parallel
   debian/rules override_dh_makeshlibs
make[1]: Entering directory `/«PKGBUILDDIR»'
dh_makeshlibs -- -c4
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: debian/libzen0/DEBIAN/symbols doesn't match 
completely debian/libzen0.symbols
--- debian/libzen0.symbols (libzen0_0.4.27-2_amd64)
+++ dpkg-gensymbolsbKszv5       2013-02-18 23:11:51.975293119 +0000
@@ -404,9 +404,10 @@
  (c++)"ZenLib::uint128::uint128(float)@Base" 0.4.23
  (c++|regex)"ZenLib::uint128::uint128\((long double|__float128) const&\)@Base" 
0.4.23
  (optional|c++|regex)"^(void|ZenLib::ZtringList\*|ZenLib::Ztring\*|bool) 
std::" 0.4.23
- (optional|c++|regex)"^ZenLib::Ztring::ToZtring" 0.4.23
+#MISSING: 0.4.27-2# (optional|c++|regex)"^ZenLib::Ztring::ToZtring" 0.4.23
  (optional|c++|regex)"^__gnu_cxx::" 0.4.23
  (optional|c++|regex)"^std::" 0.4.23
+ 
_ZNSbIwSt11char_traitsIwESaIwEE12_S_constructIPwEES4_T_S5_RKS1_St20forward_iterator_tag@Base
 0.4.27-2
  (c++)"typeinfo for ZenLib::Thread@Base" 0.4.23
  (c++)"typeinfo name for ZenLib::Thread@Base" 0.4.23
  (c++)"vtable for ZenLib::Thread@Base" 0.4.23
dh_makeshlibs: dpkg-gensymbols -plibzen0 -Idebian/libzen0.symbols 
-Pdebian/libzen0 -edebian/libzen0/usr/lib/x86_64-linux-gnu/libzen.so.0.0.0
 -c4 returned exit code 2
make[1]: *** [override_dh_makeshlibs] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2

--- End Message ---
--- Begin Message ---
Source: libzen
Source-Version: 0.4.28-2

We believe that the bug you reported is fixed in the latest version of
libzen, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chow Loong Jin <[email protected]> (supplier of updated libzen 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: Sun, 24 Feb 2013 01:05:22 +0800
Source: libzen
Binary: libzen-dev libzen0 libzen-doc
Architecture: source amd64 all
Version: 0.4.28-2
Distribution: experimental
Urgency: low
Maintainer: Chow Loong Jin <[email protected]>
Changed-By: Chow Loong Jin <[email protected]>
Description: 
 libzen-dev - ZenLib C++ utility library -- development files
 libzen-doc - ZenLib C++ utility library -- documentation
 libzen0    - ZenLib C++ utility library -- runtime
Closes: 701314
Changes: 
 libzen (0.4.28-2) experimental; urgency=low
 .
   * [c0b2e49] Fix unlisted std:: symbol in libzen0.symbols (Closes: #701314)
   * [32d1a5b] Bump Standards-Version to 3.9.4
Checksums-Sha1: 
 fa6e2fcc1dd1e37af06166685939b9e2d1fc0c3c 1945 libzen_0.4.28-2.dsc
 afeb0174d4d3bce3e5cda7006365b0676cf0f928 8200 libzen_0.4.28-2.debian.tar.gz
 931f272a3ec43907c4e18e75a3fc1a2d617a3048 41544 libzen-dev_0.4.28-2_amd64.deb
 b34dde7e361fa0281cec0d4665e209dabfe2ab3b 120718 libzen0_0.4.28-2_amd64.deb
 043cc45461b8dc7bd6086d6e84732ab2c768f883 434742 libzen-doc_0.4.28-2_all.deb
Checksums-Sha256: 
 74dce7c5381c1706076c0d734a6d1f53689dd12efa81ef161e9e4527d5615a1a 1945 
libzen_0.4.28-2.dsc
 75c9041051f89ee8d46c804221ab3c7f15ed8db551e85be04e893c61d8b390e5 8200 
libzen_0.4.28-2.debian.tar.gz
 e201c4b16eb259c96e882911512a0ae75692ce7e469400847cc72101859bd56e 41544 
libzen-dev_0.4.28-2_amd64.deb
 08f3d6314efff5e9c7a156dd7a6a66a9bfadb1d577c608a9a54306e5a049cb43 120718 
libzen0_0.4.28-2_amd64.deb
 dfe15013f29db9249ba442c9a168f814e838b5fb1550e96d3581ab080d3b5ad4 434742 
libzen-doc_0.4.28-2_all.deb
Files: 
 8f1253829de92e44bb8234ffd9c32611 1945 libs optional libzen_0.4.28-2.dsc
 186f2c6b4b4a7550f2d6a017764036ec 8200 libs optional 
libzen_0.4.28-2.debian.tar.gz
 29c324bf044ef2f8c691ac075ffe7100 41544 libdevel optional 
libzen-dev_0.4.28-2_amd64.deb
 bd6a37e03ddcf82d3bba8b6b7bc33a12 120718 libs optional 
libzen0_0.4.28-2_amd64.deb
 ff5769b2a9e14242d89c83de0abc7e92 434742 doc optional 
libzen-doc_0.4.28-2_all.deb

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

iQIcBAEBAgAGBQJRKPd0AAoJEPvVIltYh1Khb3gP/3ywYMuRuKM/aUfP6VwYpajX
FPECsBCPdR5vgJFffuQ03EZd6wSdj/r73V/43XwI33VuLKaAnELScmiEqHvV2Fi8
bqHH43MFEHaj8X4Uae5LX3BC83tfZU3FB8N2v0ySg6+PBqCIMUATAaWAiRfTiibZ
XXAFC7HpITvLgjeNEhe2qd3Cbjk9jLBnt6PKgsJVLfX1Vn7so4c/QB39ICatMetw
l6vyB0j9O1vnETjHxexMeqFUFS2fi0pDI26/dOpZSy9R/Je5qZUdOa34Vids9qzl
5YVCvrLSHMiynqdn6icBQqpjAhSMFSM2M/pp2GNWevb3bzVQ5iyjwZw5QdjnN2Kc
Dhxcn4SslQYzhJUTTxghNWk2Zsms1rc/mHfGjWXPBcbFfM+Zx80JjETuHK/wIS6Z
KDBGRMi9BDVSMDDyI5KO0IQzYwRTR2Vc9VrO+IBgEGZn94AWw0Osc3xpEmsXy2WM
AI8STAgM+LVuRDlLDbcjWAKt51tFOa9rhYNLyeCNwtmvnEVNNzN79nNmNRyCiS7p
LK9/tUXmjyaq+e6PZ8h7fO8mThmkzccio0lA93P+kgY96nxcYxX3rki9kALx9Btl
xjaXZX5ys6u/6nzkYbc1ykDczX46FeTt8uQRoDpkdFq9wRQQFXO03uydtidc3xSe
Su6Dp1Rt3+LySXbc41oV
=hIL6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to