From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EX5rs-0005Iu-Hy for qemu-devel@nongnu.org; Tue, 01 Nov 2005 18:48:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EX5rr-0005Ii-2z for qemu-devel@nongnu.org; Tue, 01 Nov 2005 18:48:40 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EX5rq-0005If-NT for qemu-devel@nongnu.org; Tue, 01 Nov 2005 18:48:39 -0500 Received: from [64.233.184.197] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EX5rq-0004Er-Nj for qemu-devel@nongnu.org; Tue, 01 Nov 2005 18:48:39 -0500 Received: by wproxy.gmail.com with SMTP id 71so1932wri for ; Tue, 01 Nov 2005 15:48:37 -0800 (PST) Message-ID: Date: Tue, 1 Nov 2005 18:48:37 -0500 From: Julien Lancien MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_24355_1722860.1130888917432" Subject: [Qemu-devel] Bug report Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_24355_1722860.1130888917432 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I am unable to compile qemu on my machine :p. I've attached the result of the configure and make. My gcc version is: 4.0.3 20051006 and kernel 2.6.13 vanilla. I used the CVS snapshot, but I got mostly the same problem with the 0.7.2 version. Tell me if you want more infos, and thanks for any help. ------=_Part_24355_1722860.1130888917432 Content-Type: application/octet-stream; name=log-configure Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="log-configure" Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /tmp/qemu-snapshot-2005-11-01_23 C compiler gcc Host C compiler gcc make make host CPU i386 host big endian no target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu gprof enabled no static build no SDL support yes SDL static link yes mingw32 support no Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support yes KQEMU Linux module configuration: kernel sources /lib/modules/2.6.13-ARCH/build kbuild type 2.6 ------=_Part_24355_1722860.1130888917432 Content-Type: application/octet-stream; name=log-make Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="log-make" gcc -Wall -O2 -g -fno-strict-aliasing -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c dyngen.c: In function 'load_object': dyngen.c:508: warning: pointer targets in assignment differ in signedness dyngen.c:544: warning: pointer targets in assignment differ in signedness gcc -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o qemu-img qemu-img.c block.c block-cow.c block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c block-vpc.c block-vvfat.c -lz block-cloop.c: In function 'cloop_read_block': block-cloop.c:116: warning: pointer targets in assignment differ in signedness block-cloop.c:118: warning: pointer targets in assignment differ in signedness block-dmg.c: In function 'dmg_read_chunk': block-dmg.c:231: warning: pointer targets in assignment differ in signedness block-dmg.c:233: warning: pointer targets in assignment differ in signedness block-vpc.c: In function 'vpc_probe': block-vpc.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness block-vpc.c:84: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness block-vvfat.c: In function 'create_long_filename': block-vvfat.c:325: warning: pointer targets in passing argument 1 of 'short2long_name' differ in signedness block-vvfat.c: In function 'fat_get': block-vvfat.c:393: warning: pointer targets in initialization differ in signedness block-vvfat.c: In function 'long2unix_name': block-vvfat.c:446: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signedness block-vvfat.c:446: warning: pointer targets in passing argument 2 of '__builtin_strncpy' differ in signedness block-vvfat.c:453: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signedness block-vvfat.c:453: warning: pointer targets in passing argument 2 of '__builtin_strncpy' differ in signedness block-vvfat.c: In function 'create_short_filename': block-vvfat.c:492: warning: pointer targets in passing argument 1 of '__builtin_strncpy' differ in signedness block-vvfat.c: In function 'init_directory': block-vvfat.c:719: warning: pointer targets in passing argument 1 of 'snprintf' differ in signedness block-vvfat.c: In function 'vvfat_write': block-vvfat.c:1620: warning: pointer targets in passing argument 1 of 'long2unix_name' differ in signedness for d in i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu; do \ make -C $d all || exit 1 ; \ done make[1]: Entering directory `/tmp/qemu-snapshot-2005-11-01_23/i386-user' gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o elfload.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c: In function 'load_elf_binary': /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:970: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/elfload.c:1108: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o main.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/main.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o syscall.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c: In function 'do_getsockopt': /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:647: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:680: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c: In function 'do_syscall': /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:1750: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:1784: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:1870: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:1871: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2301: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2302: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2303: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2304: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2305: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2306: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2307: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2308: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2309: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2310: warning: pointer targets in passing argument 1 of 'tswap32s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2630: warning: pointer targets in passing argument 1 of 'tswap64s' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2934: warning: pointer targets in passing argument 1 of 'getresuid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2934: warning: pointer targets in passing argument 2 of 'getresuid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2934: warning: pointer targets in passing argument 3 of 'getresuid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2954: warning: pointer targets in passing argument 1 of 'getresgid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2954: warning: pointer targets in passing argument 2 of 'getresgid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:2954: warning: pointer targets in passing argument 3 of 'getresgid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:3061: warning: pointer targets in passing argument 1 of 'getresuid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:3061: warning: pointer targets in passing argument 2 of 'getresuid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:3061: warning: pointer targets in passing argument 3 of 'getresuid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:3079: warning: pointer targets in passing argument 1 of 'getresgid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:3079: warning: pointer targets in passing argument 2 of 'getresgid' differ in signedness /tmp/qemu-snapshot-2005-11-01_23/linux-user/syscall.c:3079: warning: pointer targets in passing argument 3 of 'getresgid' differ in signedness gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o mmap.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/mmap.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o signal.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/signal.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o path.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/path.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o osdep.o /tmp/qemu-snapshot-2005-11-01_23/osdep.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o thunk.o /tmp/qemu-snapshot-2005-11-01_23/thunk.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o vm86.o /tmp/qemu-snapshot-2005-11-01_23/linux-user/vm86.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o exec.o /tmp/qemu-snapshot-2005-11-01_23/exec.c /tmp/qemu-snapshot-2005-11-01_23/exec.c: In function 'cpu_set_log': /tmp/qemu-snapshot-2005-11-01_23/exec.c:1257: warning: pointer targets in passing argument 2 of 'setvbuf' differ in signedness gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o kqemu.o /tmp/qemu-snapshot-2005-11-01_23/kqemu.c gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -mpreferred-stack-boundary=2 -falign-functions=0 -fno-gcse -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I/tmp/qemu-snapshot-2005-11-01_23/target-i386 -I/tmp/qemu-snapshot-2005-11-01_23 -I/tmp/qemu-snapshot-2005-11-01_23/linux-user -I/tmp/qemu-snapshot-2005-11-01_23/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu-snapshot-2005-11-01_23/fpu -DHAS_AUDIO -I/tmp/qemu-snapshot-2005-11-01_23/slirp -c -o op.o /tmp/qemu-snapshot-2005-11-01_23/target-i386/op.c ../dyngen -o op.h op.o dyngen: ret or jmp expected at the end of op_bsfw_T0_cc make[1]: *** [op.h] Error 1 make[1]: Leaving directory `/tmp/qemu-snapshot-2005-11-01_23/i386-user' make: *** [all] Error 1 ------=_Part_24355_1722860.1130888917432--