All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jari Aalto <jari.aalto@cante.net>
To: qemu-devel@nongnu.org
Cc: jari.aalto@cante.net
Subject: [Qemu-devel] Cygwin-bug#20050117T1158: [critical] qemu: compile failure
Date: 17 Jan 2005 14:04:04 +0200	[thread overview]
Message-ID: <m3d5w445zf.fsf@cante.net> (raw)

Package: qemu
Version: 0.6.1
Status: 
Severity: critical

Hi,

I'm trying to see if this package can be ported to Cygwin. Let me know
how can I help. (Keep CC, I'm not in list)

rm -f config.mak config.h op-i386.h opc-i386.h gen-op-i386.h op-arm.h opc-arm.h gen-op-arm.h 
rm -f *.o *.a qemu-img dyngen TAGS qemu.pod *~ */*~
make -C tests clean
make[1]: Entering directory `/usr/src/build/try/qemu/qemu-0.6.1/tests'
rm -f *~ *.o test-i386.out test-i386.ref qruncom sha1
make[1]: Leaving directory `/usr/src/build/try/qemu/qemu-0.6.1/tests'
for d in ; do \
make -C $d clean || exit 1 ; \
        done
rm -f config-host.mak config-host.h
for d in ; do \
rm -rf $d || exit 1 ; \
        done
sdl-config: not found
sdl-config: not found
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /usr/src/build/try/qemu/qemu-0.6.1
C compiler        gcc
make              make
host CPU          i386
host big endian   no
target list       i386-user i386 i386-softmmu arm-user sparc-user ppc-user ppc-softmmu sparc-softmmu
gprof enabled     no
static build      no
SDL support       no
SDL static link   no
mingw32 support   no
Adlib support     no
FMOD support      no
WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical output
-- Build command
--   Building with standard make(1) using ./Makefile
gcc -O2 -g -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o dyngen dyngen.c
ccache gcc -DQEMU_TOOL -O2 -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 -lz 
In file included from vl.h:68,
                 from qemu-img.c:24:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from vl.h:68,
                 from block.c:24:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from vl.h:68,
                 from block-cow.c:25:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from vl.h:68,
                 from block-qcow.c:24:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from vl.h:68,
                 from aes.c:30:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from vl.h:68,
                 from block-vmdk.c:24:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from vl.h:68,
                 from block-cloop.c:24:
osdep.h:31: warning: `struct siginfo' declared inside parameter list
osdep.h:31: warning: its scope is only this definition or declaration, which is probably not what you want
for d in i386-user i386 i386-softmmu arm-user sparc-user ppc-user ppc-softmmu sparc-softmmu; do \
make -C $d all || exit 1 ; \
        done
make[1]: Entering directory `/usr/src/build/try/qemu/qemu-0.6.1/.build/.build/i386-user'
ccache gcc -O2 -g -I. -I/usr/src/build/try/qemu/qemu-0.6.1/target-i386 -I/usr/src/build/try/qemu/qemu-0.6.1 -I/usr/src/build/try/qemu/qemu-0.6.1/linux-user -I/usr/src/build/try/qemu/qemu-0.6.1/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/src/build/try/qemu/qemu-0.6.1/slirp -c -o elfload.o /usr/src/build/try/qemu/qemu-0.6.1/linux-user/elfload.c
In file included from /usr/src/build/try/qemu/qemu-0.6.1/cpu-all.h:40,
                 from /usr/src/build/try/qemu/qemu-0.6.1/target-i386/cpu.h:459,
                 from /usr/src/build/try/qemu/qemu-0.6.1/thunk.h:24,
                 from /usr/src/build/try/qemu/qemu-0.6.1/linux-user/qemu.h:4,
                 from /usr/src/build/try/qemu/qemu-0.6.1/linux-user/elfload.c:13:
/usr/src/build/try/qemu/qemu-0.6.1/bswap.h:4:25: config-host.h: No such file or directory
/usr/src/build/try/qemu/qemu-0.6.1/linux-user/elfload.c: In function `create_elf_tables':
/usr/src/build/try/qemu/qemu-0.6.1/linux-user/elfload.c:611: warning: assignment from incompatible pointer type
/usr/src/build/try/qemu/qemu-0.6.1/linux-user/elfload.c:678: warning: return from incompatible pointer type
make[1]: *** [elfload.o] Error 1
make[1]: Leaving directory `/usr/src/build/try/qemu/qemu-0.6.1/.build/.build/i386-user'
make: *** [all] Error 1

-- System Information
Release: 1.5.12 api 0.116
Kernel: Windows 2000 Professional Ver 5.0 Build 2195 Sp4
Locale: LC_ALL=en_US

-- Other package information
Info-Pkg-devel-tools: gcc 3.3.3-3, make 3.80-1, libtool 1.5b-1, automake 1.7.9-1
Info-Pkg-lang: perl 5.8.5-3, python 2.4-1, ruby 1.8.1-1

-- Environment information
CYGWIN: server

                 reply	other threads:[~2005-01-17 12:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3d5w445zf.fsf@cante.net \
    --to=jari.aalto@cante.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.