Your message dated Wed, 08 Jul 2015 05:04:00 +0000
with message-id <e1zchwa-0000h1...@franck.debian.org>
and subject line Bug#777958: fixed in libmoe 1.5.8-2
has caused the Debian Bug report #777958,
regarding libmoe: ftbfs with GCC-5
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.)
--
777958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777958
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libmoe
Version: 1.5.8-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/libmoe_1.5.8-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
^
btri.c:1879:57: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
btri_add_uint_n_to_n(context->desc, b, e, root, (unsigned int)value) :
^
btri.c:1886:2: warning: function with qualified void return type called
ethrow(context, NULL, 0, btri_error_nomem);
^
btri.c: In function 'output_btri':
btri.c:2029:2: warning: function with qualified void return type called
ethrow(context, tobefreed, i, btri_error_bad_result);
^
btri.c:2046:4: warning: function with qualified void return type called
ethrow(context, tobefreed, i, btri_error_nomem);
^
btri.c:2082:6: warning: function with qualified void return type called
ethrow(context, tobefreed, 2, btri_error_nomem);
^
btri.c: In function 'output_bt':
btri.c:2175:55: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
fprintf(fp, "0x%X,/*K%x*/\n%uU,\n", key, id * 2 + i, (unsigned int)subv[i]);
^
btri.c: In function 'main':
btri.c:2258:2: warning: function with qualified void return type called
ethrow(&context, NULL, 0, btri_error_nomem);
^
rm -f notascii.h
gcc -E -g -O2 -Wall -fPIC -I. -D_REENTRANT notascii.mk_btri.h | ./mk_btri
>notascii.h-new && mv notascii.h-new notascii.h
rm -f mbwcweight.h
gcc -E -g -O2 -Wall -fPIC -I. -D_REENTRANT mbwcweight.mk_btri.h | ./mk_btri
>mbwcweight.h-new && mv mbwcweight.h-new mbwcweight.h
gcc -g -O2 -Wall -fPIC -I. -D_REENTRANT -c iso2mb.c
iso2mb.c:517:1: error: redefinition of 'mb_encode_to_wchar'
mb_encode_to_wchar(mb_info_t *info)
^
In file included from iso2mb.c:2:0:
mb.h:437:30: note: previous definition of 'mb_encode_to_wchar' was here
extern __inline__ mb_wchar_t mb_encode_to_wchar(mb_info_t *info)
MB_ENCODE_TO_WCHAR
^
iso2mb.c:521:1: error: redefinition of 'mb_fetch_wchar'
mb_fetch_wchar(mb_info_t *info)
^
In file included from iso2mb.c:2:0:
mb.h:452:30: note: previous definition of 'mb_fetch_wchar' was here
extern __inline__ mb_wchar_t mb_fetch_wchar(mb_info_t *info) MB_FETCH_WCHAR
^
make[1]: *** [iso2mb.o] Error 1
Makefile:92: recipe for target 'iso2mb.o' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:25: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: libmoe
Source-Version: 1.5.8-2
We believe that the bug you reported is fixed in the latest version of
libmoe, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
TANIGUCHI Takaki <tak...@debian.org> (supplier of updated libmoe 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: Wed, 08 Jul 2015 13:44:54 +0900
Source: libmoe
Binary: libmoe-dev libmoe1.5
Architecture: source amd64
Version: 1.5.8-2
Distribution: unstable
Urgency: medium
Maintainer: TANIGUCHI Takaki <tak...@debian.org>
Changed-By: TANIGUCHI Takaki <tak...@debian.org>
Description:
libmoe-dev - library to handle multiple octets character encoding scheme (deve
libmoe1.5 - library to handle multiple octets character encoding scheme
Closes: 777958 779167
Changes:
libmoe (1.5.8-2) unstable; urgency=medium
.
* Bump Standards-Version to 3.9.6
* debian/control:
+ Add VCS fields.
+ Add ${misc:Depends} to Depends.
* debian/watch: Added.
* debian/patches/gcc5.patch: Fix FTBFS with GCC-5 (Closes: #777958)
* debian/source/format: 3.0 (quilt).
* Remove autogenerated files.
* debian/rules:
+ Change to dh7 style.
+ Add make option to reproducible build (Closes: #779167)
Checksums-Sha1:
b829720c3172537668a79cbaae058d4beb115bad 1832 libmoe_1.5.8-2.dsc
5b6cfc307b4fa3351741b521dc6afb6f3d86ffe6 3772 libmoe_1.5.8-2.debian.tar.xz
2d91cbd8974dac2fa48dd396b2b4e8411be5e500 14894 libmoe-dev_1.5.8-2_amd64.deb
1a82516f8172ccc8ead75d56fd12f77ade94d71d 457362 libmoe1.5_1.5.8-2_amd64.deb
Checksums-Sha256:
6257ccee46213f587ed9230a36309696035f464afa04fdd0133eef2e4303d040 1832
libmoe_1.5.8-2.dsc
022538d273e91648f7d7f8497694044ce084149be8b2ea27f61d79a325977e90 3772
libmoe_1.5.8-2.debian.tar.xz
591b0540d820b4379dfe663c24cfcc0ee2c728a694b5256677005355c883f52d 14894
libmoe-dev_1.5.8-2_amd64.deb
98685486639ed1cf5e522dd42e857ad1b60cd7c11250fca13383bd847c008515 457362
libmoe1.5_1.5.8-2_amd64.deb
Files:
2c1b7b7b5f09d228479ee5098aaac127 1832 libdevel optional libmoe_1.5.8-2.dsc
bc0b2f6f3c053a7264d3c638efdcf106 3772 libdevel optional
libmoe_1.5.8-2.debian.tar.xz
903b53738e1584a43ad0cd6d8ea265ae 14894 libdevel optional
libmoe-dev_1.5.8-2_amd64.deb
ba70cc39a26ff1cbe9bff339a0a5d0f8 457362 libs optional
libmoe1.5_1.5.8-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJVnKubAAoJEMwUn2wopeJXp3sP/jbw3Vo30LOI6T16v0OhcBdz
14r7KH9wteBaiz4JU8nWX2uY2MgXr+nt4GRzidpAimFHHikn/MVsBN1+s2+ICGhc
R9bSVxGpar1VA18jqLuF+fIJACbm7BLFp7XR+ZDCaybaaPnhJfy7SNuC0K/HOSem
5/LPVb3Ak21SQYJie3e0BdYEJ/e/fxGmSyDYepT/ru/jEHIP/gils4orK+A1WQGn
zW4Nnbyh9p/fxAqLYH7EZaA1brAfMVTNOwJG0NWcAQIQTIyGQdK1oUSQb2KUhYHt
7QL0LBtNaOj5xauk79zS7zbCUXbMiM9941ThkIZHBy2FbpIm5RnRaGN6CN6LRRR1
1K5TayHjXMfMnLZi89TfZrRyi7p74uX3asBMv7ZZPKTQZzQ80523ait3p1O9Ctyo
zwnASy5Py6RdXzF1waZmfzEw/048fSJKnqqAMlj+CUNMfq9rs43e4Z03iRLY/9Co
Bx9ZHnVgpvSNA6a1gkt0FsZMsyNdkdcsLgxbqG6/yTRuOOQoBC25RWwJnBeRNEwd
90TV5+9f7yc3hbl7OMhUZ8sagLHPMm7V7vKojBTdG2X/lTeTa9x7jia+wbqOYwj+
g6kmwFftrc6//2/2J+C9TnCtBvR6S0hbM+twfC6szlWOFifbTjWI4bGg4rMQcFbg
K7gRWdoyGRcvkkuW3GGA
=OLVU
-----END PGP SIGNATURE-----
--- End Message ---