Your message dated Mon, 07 May 2012 21:38:09 +0000
with message-id <e1srvdb-0007bc...@franck.debian.org>
and subject line Bug#667256: fixed in libucimf 2.3.8-4
has caused the Debian Bug report #667256,
regarding libucimf: 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.)


-- 
667256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libucimf
Version: 2.3.8-3
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.

ucimf.cpp:251:14: error: 'close' was not declared in this scope

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/libucimf_2.3.8-3_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.

[...]
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-I../include -I../include/imf -I../font  -I../display   -g -O2 -MT 
libucimf_la-shape.lo -MD -MP -MF .deps/libucimf_la-shape.Tpo -c -o 
libucimf_la-shape.lo `test -f 'shape.cpp' || echo './'`shape.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/imf 
-I../font -I../display -g -O2 -MT libucimf_la-shape.lo -MD -MP -MF 
.deps/libucimf_la-shape.Tpo -c shape.cpp  -fPIC -DPIC -o 
.libs/libucimf_la-shape.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/imf 
-I../font -I../display -g -O2 -MT libucimf_la-shape.lo -MD -MP -MF 
.deps/libucimf_la-shape.Tpo -c shape.cpp -o libucimf_la-shape.o >/dev/null 2>&1
mv -f .deps/libucimf_la-shape.Tpo .deps/libucimf_la-shape.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-I../include -I../include/imf -I../font  -I../display   -g -O2 -MT 
libucimf_la-cwm.lo -MD -MP -MF .deps/libucimf_la-cwm.Tpo -c -o 
libucimf_la-cwm.lo `test -f 'cwm.cpp' || echo './'`cwm.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/imf 
-I../font -I../display -g -O2 -MT libucimf_la-cwm.lo -MD -MP -MF 
.deps/libucimf_la-cwm.Tpo -c cwm.cpp  -fPIC -DPIC -o .libs/libucimf_la-cwm.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/imf 
-I../font -I../display -g -O2 -MT libucimf_la-cwm.lo -MD -MP -MF 
.deps/libucimf_la-cwm.Tpo -c cwm.cpp -o libucimf_la-cwm.o >/dev/null 2>&1
mv -f .deps/libucimf_la-cwm.Tpo .deps/libucimf_la-cwm.Plo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..  
-I../include -I../include/imf -I../font  -I../display   -g -O2 -MT 
libucimf_la-ucimf.lo -MD -MP -MF .deps/libucimf_la-ucimf.Tpo -c -o 
libucimf_la-ucimf.lo `test -f 'ucimf.cpp' || echo './'`ucimf.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../include -I../include/imf 
-I../font -I../display -g -O2 -MT libucimf_la-ucimf.lo -MD -MP -MF 
.deps/libucimf_la-ucimf.Tpo -c ucimf.cpp  -fPIC -DPIC -o 
.libs/libucimf_la-ucimf.o
ucimf.cpp: In function 'void ucimf_exit()':
ucimf.cpp:251:14: error: 'close' was not declared in this scope
ucimf.cpp: In function 'void init_keycode_state()':
ucimf.cpp:467:8: error: 'STDIN_FILENO' was not declared in this scope
ucimf.cpp: In function 'short unsigned int keycode_to_keysym(short unsigned 
int, char)':
ucimf.cpp:482:12: error: 'STDIN_FILENO' was not declared in this scope
ucimf.cpp:486:13: error: 'STDIN_FILENO' was not declared in this scope
ucimf.cpp:506:11: error: 'STDIN_FILENO' was not declared in this scope
ucimf.cpp:523:11: error: 'STDIN_FILENO' was not declared in this scope
ucimf.cpp: In function 'char* keysym_to_term_string(short unsigned int, char)':
ucimf.cpp:630:9: error: 'STDIN_FILENO' was not declared in this scope
make[3]: *** [libucimf_la-ucimf.lo] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
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: libucimf
Source-Version: 2.3.8-4

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:

libucimf-dev_2.3.8-4_amd64.deb
  to main/libu/libucimf/libucimf-dev_2.3.8-4_amd64.deb
libucimf0_2.3.8-4_amd64.deb
  to main/libu/libucimf/libucimf0_2.3.8-4_amd64.deb
libucimf_2.3.8-4.debian.tar.gz
  to main/libu/libucimf/libucimf_2.3.8-4.debian.tar.gz
libucimf_2.3.8-4.dsc
  to main/libu/libucimf/libucimf_2.3.8-4.dsc
ucimf_2.3.8-4_amd64.deb
  to main/libu/libucimf/ucimf_2.3.8-4_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.
Aron Xu <a...@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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 17 Apr 2012 08:26:40 +0200
Source: libucimf
Binary: ucimf libucimf0 libucimf-dev
Architecture: source amd64
Version: 2.3.8-4
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team <pkg-ime-de...@lists.alioth.debian.org>
Changed-By: Aron Xu <a...@debian.org>
Description: 
 libucimf-dev - library for unicode console input method framework - development
 libucimf0  - library for unicode console input method framework
 ucimf      - uicode console input method framework
Closes: 667256
Changes: 
 libucimf (2.3.8-4) unstable; urgency=low
 .
   * Fix build failure with GCC 4.7. Closes: #667256.
     Thanks doko@d.o for the patch.
Checksums-Sha1: 
 7dc9ecbd37b9ac532d83b39794581ed700800c43 1764 libucimf_2.3.8-4.dsc
 b8456cebe9e5a9f76267c5164e0d82a42697ddb8 6120 libucimf_2.3.8-4.debian.tar.gz
 7d8a63a7e126424a1f39db665f744a541f2f0629 34274 ucimf_2.3.8-4_amd64.deb
 ae774ea19e13291492d2a5f685fd9cf8056fca36 49816 libucimf0_2.3.8-4_amd64.deb
 46b699391f4869081c64bec93369f2c35bc90479 63742 libucimf-dev_2.3.8-4_amd64.deb
Checksums-Sha256: 
 c1a4ba02d8b92d0c43530b25ce7e6d5e30a2bcb28d6e4fa5d3cbfe0261791b51 1764 
libucimf_2.3.8-4.dsc
 5cae74e1bf490205f4946d1a1ab6cdffe64932dc05b5f7f23e9fb2cd492a7d69 6120 
libucimf_2.3.8-4.debian.tar.gz
 3a8e18cd0a402941ae3944f092b67c7e6ecdd0001d3eb30c5702910148161f7e 34274 
ucimf_2.3.8-4_amd64.deb
 4e33fd9a0ecb279d6fbe19bb016d0c23a48193d7e72f60d6d797a0d4345e925a 49816 
libucimf0_2.3.8-4_amd64.deb
 6407243e35e4c2923b1578c6610fc8dc0a66924ecaaf40e7a12fc5a3f9cfb050 63742 
libucimf-dev_2.3.8-4_amd64.deb
Files: 
 c49c2861098e03759e60ebaff51a9132 1764 utils optional libucimf_2.3.8-4.dsc
 d041e1fd83bfde8788dc3a6716480ea3 6120 utils optional 
libucimf_2.3.8-4.debian.tar.gz
 bacf5443a6dcbe13542db2ce9285668a 34274 utils optional ucimf_2.3.8-4_amd64.deb
 b019e853bc271a4bbcdea3353c483232 49816 libs optional 
libucimf0_2.3.8-4_amd64.deb
 a58303d7792568dc07500dcb64e03e91 63742 libdevel optional 
libucimf-dev_2.3.8-4_amd64.deb

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

iQEcBAEBCgAGBQJPqDucAAoJEIAhAkTu07wNpU8IAJ1ZFEWvHAcyPQPhGIvox9is
25ZQ+YLVGQPnyaA6S373zBhEaNTiduXauQClB/krpNEwpedk5Z6OjWDOohJuR5uL
/EEU+/BkPeiBEDsBn5KV9hXbpeNNOCOKaNq7AplAwjDRXZXcdhWEa0PfUmOQqCZ4
e4Tp8SXV8nOTJZH95NoXb3nC0D/YYUqfl6OotVkwHKOb8bzbh1/uEsH9Aj+fdIsW
v69HQ/MZW4+MNq0mYn+9FE4zJ6L1e+RrNoacfbb1HKt/uHVq0N7pWHI2b++XaSO8
cW7/iEZTN8vu9lnO5UmiFzCUgNdK5L1P4x3BgwiDuVvMMssVKxTuJkWtJEsi+9I=
=V+o8
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to