Your message dated Sat, 05 Nov 2016 03:06:51 +0000
with message-id <e1c2rjj-000djf...@fasolo.debian.org>
and subject line Bug#822699: fixed in libucimf 2.3.8-8
has caused the Debian Bug report #822699,
regarding libucimf: FTBFS with GCC 6
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.)


-- 
822699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libucimf
Version: 2.3.8-7
Severity: normal
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but will probably come out this week.

You can find GCC 6 in unstable (gcc-6).  To build with
GCC 6, you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

This is the same issue as #811951 which you said was fixed in 2.3.8-7
but it's not.

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
>  -I../include -I../include/imf -I../font  -I../display -Wdate-time 
> -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o libucimf_la-options.lo `test -f 'options.cpp' 
> || echo './'`options.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/imf 
> -I../font -I../display -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c options.cpp  
> -fPIC -DPIC -o .libs/libucimf_la-options.o
> In file included from options.cpp:29:0:
> options.cpp: In constructor 'Options::Options()':
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:50:3: note: in expansion of macro 'UrDEBUG'
>    UrDEBUG("Checking config file: %s \n", conf.c_str() );
>    ^~~~~~~
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:53:5: note: in expansion of macro 'UrDEBUG'
>      UrDEBUG("Could not open config file: %s \n",conf.c_str() );
>      ^~~~~~~
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:57:3: note: in expansion of macro 'UrDEBUG'
>    UrDEBUG("Checking config file: %s \n", conf.c_str() );
>    ^~~~~~~
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:60:5: note: in expansion of macro 'UrDEBUG'
>      UrDEBUG("Could not open config file: %s \n", conf.c_str() );
>      ^~~~~~~
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:64:3: note: in expansion of macro 'UrDEBUG'
>    UrDEBUG("Reading config file: %s \n", conf.c_str() );
>    ^~~~~~~
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:70:7: note: in expansion of macro 'UrDEBUG'
>        UrDEBUG("Could not reading config file: %s \n", conf.c_str() );
>        ^~~~~~~
> options.cpp: In member function 'bool Options::parse_file(std::ifstream&)':
> ../include/debug.h:6:95: error: unable to find string literal operator 
> 'operator""format' with 'const char [9]', 'long unsigned int' arguments
>  #define UCIMF_DEBUG(format, ...)          {extern int LogFd; if( LogFd >=0 
> ){ dprintf( LogFd, "[DEBUG]:"format, ##__VA_ARGS__);} }
>                                                                               
>                  ^
> ../include/debug.h:9:30: note: in expansion of macro 'UCIMF_DEBUG'
>  #define UrDEBUG(format, ...) UCIMF_DEBUG(format, ##__VA_ARGS__)
>                               ^~~~~~~~~~~
> options.cpp:102:2: note: in expansion of macro 'UrDEBUG'
>   UrDEBUG( "Option: %s = %s \n ", o.c_str() ,v.c_str() );
>   ^~~~~~~
> Makefile:345: recipe for target 'libucimf_la-options.lo' failed
> make[3]: *** [libucimf_la-options.lo] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Makefile:489: recipe for target 'all-recursive' failed
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> Makefile:278: recipe for target 'all' failed
> make[1]: *** [all] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build: make -j1 returned exit code 2
> debian/rules:8: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> --------------------------------------------------------------------------------
> Build finished at 20160426-1032
> 
> Finished
> --------
> 
> E: Build failure (dpkg-buildpackage died)
> 
> +------------------------------------------------------------------------------+
> | Cleanup                                                                     
>  |
> +------------------------------------------------------------------------------+
> 
> Purging /<<BUILDDIR>>
> Not cleaning session: cloned chroot in use
> 
> +------------------------------------------------------------------------------+
> | Summary                                                                     
>  |
> +------------------------------------------------------------------------------+
> 
> Build Architecture: amd64
> Build-Space: 4736
> Build-Time: 20
> Distribution: unstable
> Fail-Stage: build
> Host Architecture: amd64
> Install-Time: 64
> Job: libucimf_2.3.8-7
> Machine Architecture: amd64
> Package: libucimf
> Package-Time: 102
> Source-Version: 2.3.8-7
> Space: 4736
> Status: attempted
> Version: 2.3.8-7
> --------------------------------------------------------------------------------
> Finished at 20160426-1032
> Build needed 00:01:42, 4736k disc space

> Build Architecture: amd64
> Build-Space: 4736
> Build-Time: 20
> Distribution: unstable
> Fail-Stage: build
> Host Architecture: amd64
> Install-Time: 64
> Job: libucimf_2.3.8-7
> Machine Architecture: amd64
> Package: libucimf
> Package-Time: 102
> Source-Version: 2.3.8-7
> Space: 4736
> Status: attempted
> Version: 2.3.8-7


-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: libucimf
Source-Version: 2.3.8-8

We believe that the bug you reported is fixed in the latest version of
libucimf, 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 822...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
ChangZhuo Chen (陳昌倬) <czc...@debian.org> (supplier of updated libucimf 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: SHA512

Format: 1.8
Date: Sat, 05 Nov 2016 10:06:48 +0800
Source: libucimf
Binary: ucimf libucimf0 libucimf-dev
Architecture: source
Version: 2.3.8-8
Distribution: unstable
Urgency: medium
Maintainer: IME Packaging Team <pkg-ime-de...@lists.alioth.debian.org>
Changed-By: ChangZhuo Chen (陳昌倬) <czc...@debian.org>
Description:
 libucimf-dev - Unicode console input method framework - development files
 libucimf0  - Unicode console input method framework - library
 ucimf      - Unicode console input method framework
Closes: 822699
Changes:
 libucimf (2.3.8-8) unstable; urgency=medium
 .
   * Bump Standards-Version to 3.9.8.
   * Bump compat to 10.
   * Update Vcs-* fields.
   * Fix GCC 6 compiling error. (Closes: #822699)
Checksums-Sha1:
 0f94aa2cc443c05391aa1939eaaed7c3af4ede46 2178 libucimf_2.3.8-8.dsc
 f462d1d019cf98e6076489a163f0e29a8d86ecda 6948 libucimf_2.3.8-8.debian.tar.xz
Checksums-Sha256:
 955f51ed8b60fd79873786fd10eed9dccec21f0f5efab7893a4b9fbd3e2167e8 2178 
libucimf_2.3.8-8.dsc
 2b80499bee8a4fe9f783a9b1f93aecb1aa02385f528d2f61db6822654708ed2a 6948 
libucimf_2.3.8-8.debian.tar.xz
Files:
 0d1a0278d9103bd2fc4fa7f9151a74ec 2178 utils optional libucimf_2.3.8-8.dsc
 18a405a6474432e3638cb2d6c09b9317 6948 utils optional 
libucimf_2.3.8-8.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYHT7fAAoJELTYlw90nD9q1pgQAN2sSWkDoI6vYOS2bwI51W1M
HRw6JOZinRHuVCuy3yFodo6vrW/rf0m0SnQH7Ifn3rjS0pSkWRQnLwGf3MypA/bf
Y69FxYVBNC1VZgJuyzDyV2r+dtuON74kffAbKzsIebIrmCGPBv7dE2IioS2KBPWG
3N3E4M3UXnOEVUfArMtyV3FUrcJl7XVgY8tObacWKrYuVVwYV9bEku9aRJUNvFl8
5p6/ua7hUOtT/zza2ZpGa0KYI4lm0FopZ+i5aWd2dpGGQ/Q4E3j7CwPj1pdQKWeJ
bHsR1MP5jfayg28XhSxWa8QtSO8TVYhdGNFAxReOjcwqDruW2TCGyE+0A+AZ8ukW
E4Acxltt/aUkoX8F85gUP9a0KAij9Ny6AnZRFGu9Tz4ZxzjGipaZ0qIcE/cweg4X
5i2r5p4I1Fh2jVklXgtYc/8aRmp4vLDgIfSK4VueJx8DPnTOfoEkCjprbdgj6+HD
dUaNHVTSBlRhC03Zk9hXM/nVnIyPLm3yQaG6dh9k5HSmQgSJ0iUp+8A5tLzPjfL1
d2CHX7HM2kEn0tYaAnHsrgnr8zmKNa5aje36Vs+gb5hkjfihC1+7c+x+bz8lcERS
men/kdEC1n0hWYCdzKqq3M5zZ5vh/G1itOvH6gPOIGbmWXRuSSO55VjigEwBw+B3
ioleTIPP0nTjEhB3GISw
=zboH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to