Your message dated Sat, 23 Feb 2013 17:36:45 +0400
with message-id <[email protected]>
and subject line Re: Bug#701384: qemu: ftbfs with eglibc-2.17
has caused the Debian Bug report #701384,
regarding qemu: ftbfs with eglibc-2.17
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.)
--
701384: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701384
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:qemu
Version: 1.1.2+dfsg-5
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-glibc-2.17
The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.
The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.
signal.c:3479:24: error: field 'info' has incomplete type
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/qemu_1.1.2+dfsg-5_unstable_gcc48.log
The last lines of the build log are at the end of this report.
To install eglibc from experimental,
apt-get -t experimental install libc6-dev
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
[...]
CC armeb-linux-user/thunk.o
CC armeb-linux-user/elfload.o
CC armeb-linux-user/linuxload.o
CC armeb-linux-user/uaccess.o
CC armeb-linux-user/gdbstub.o
CC armeb-linux-user/cpu-uname.o
CC armeb-linux-user/user-exec.o
CC armeb-linux-user/osdep.o
CC armeb-linux-user/oslib-posix.o
CC armeb-linux-user/qemu-thread-posix.o
CC armeb-linux-user/flatload.o
CC armeb-linux-user/exec.o
CC armeb-linux-user/translate-all.o
CC armeb-linux-user/cpu-exec.o
CC armeb-linux-user/translate.o
CC armeb-linux-user/tcg/tcg.o
CC armeb-linux-user/tcg/optimize.o
CC armeb-linux-user/fpu/softfloat.o
CC armeb-linux-user/op_helper.o
CC armeb-linux-user/helper.o
CC armeb-linux-user/cpu.o
CC armeb-linux-user/neon_helper.o
CC armeb-linux-user/iwmmxt_helper.o
CC armeb-linux-user/disas.o
GEN armeb-linux-user/gdbstub-xml.c
CC armeb-linux-user/gdbstub-xml.o
CC armeb-linux-user/nwfpe/fpa11.o
CC armeb-linux-user/nwfpe/fpa11_cpdo.o
CC armeb-linux-user/nwfpe/fpa11_cpdt.o
CC armeb-linux-user/nwfpe/fpa11_cprt.o
CC armeb-linux-user/nwfpe/fpopcode.o
CC armeb-linux-user/nwfpe/single_cpdo.o
CC armeb-linux-user/nwfpe/double_cpdo.o
CC armeb-linux-user/nwfpe/extended_cpdo.o
CC armeb-linux-user/arm-semi.o
LINK armeb-linux-user/qemu-armeb
GEN config-target.h
CC cris-linux-user/main.o
CC cris-linux-user/syscall.o
CC cris-linux-user/strace.o
CC cris-linux-user/mmap.o
CC cris-linux-user/signal.o
/«BUILDDIR»/qemu-1.1.2+dfsg/linux-user/signal.c:3479:24: error: field 'info'
has incomplete type
struct siginfo info;
^
make[2]: *** [signal.o] Error 1
make[1]: *** [subdir-cris-linux-user] Error 2
make[1]: Leaving directory `/«BUILDDIR»/qemu-1.1.2+dfsg/user-build'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Version: 1.3.0+dfsg-1~exp1
23.02.2013 15:34, Matthias Klose wrote:
> Package: src:qemu
> Version: 1.1.2+dfsg-5
> Severity: important
> Tags: sid jessie
> User: [email protected]
> Usertags: ftbfs-glibc-2.17
>
> The package fails to build in a test rebuild on at least amd64 with
> eglibc-2.17, but succeeds to build with eglibc-2.13. The
> severity of this report may be raised before the jessie release.
>
> The test rebuild was done together with GCC-4.8, so some issues
> might be caused by the updated GCC as well.
>
> signal.c:3479:24: error: field 'info' has incomplete type
This has been fixed upstream more than half a year ago:
commit 02d2bd5d57812154cfb978bc2098cf49d551583d
Author: Richard W.M. Jones <[email protected]>
Date: Thu Jul 5 03:32:44 2012 +0000
Replace 'struct siginfo' with 'siginfo_t'.
The version of qemu in experimental has the fix, also for
a long time, and it is in experimental not sid because
we're waiting for wheezy release.
This issue will unlikely be fixed in wheezy, because of the
criteria for choosing/accepting changes into stable Debian
branch.
So I'm closing this bugreport now. Maybe it is a good idea
to consider trying experimental version of a package (esp.
since the building is performed against an experimental
eglibc) if experimental version is larger than the one in
sid?
Thanks,
/mjt
--- End Message ---