[Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2013-02-14 Thread Peter Maydell
Closing as fixed, since the original build failure problems were fixed some time ago, and the most recent quoted error message (garbage in a system header file) strongly indicates either corrupt filesystem or hardware issues with the build machine. ** Changed in: qemu Status: Incomplete =>

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-09-06 Thread Marietto
This is what I did on the pandaboard ES : git clone git://git.linaro.org/qemu/qemu-linaro.git /configure --disable-kvm --enable-tcg-interpreter --enable-curses --enable-sdl --enable-vnc --enable-debug-tcg --enable-vhost-net make you can see the error on the screenshot attached. 2012/8/3 Samuel Br

[Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-08-03 Thread Samuel Bronson
** Tags added: arm -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/929638 Title: qemu 1.0 unable to compile on the pandaboard ES Status in QEMU: Incomplete Bug description: root@omap:/home/mari

[Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-07-10 Thread Peter Maydell
In QEMU 1.1 building on ARM hosts is supported again -- please can you retry with a clean 1.1 source tree? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.n

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Paul Brook
> > I'd rather not. If at all possible we should avoid runtime tests. Even > > for "native" systems they generally give the wrong answer as the machine > > you're building on often isn't the one you will be running on. If we > > know arm hosts are broken then that's what we should test for in >

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Andreas Färber
Am 09.02.2012 20:11, schrieb Peter Maydell: > On 9 February 2012 18:23, Andreas Färber wrote: >> Am 09.02.2012 18:07, schrieb Peter Maydell: >>> (2) qemu 1.0 does not work on ARM hosts -- see the release notes. >>> (3) at least one of the problems which meant we marked it as unsupported is >>> st

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Alexander Graf
On 09.02.2012, at 20:18, Paul Brook wrote: >>> On ARM Linux glibc provides a makecontext() that always fails ENOSYS, >>> so our configure test thinks there is makecontext support but when we >>> try to use it for coroutines it will fail and we abort. >>> >>> I have a workaround in qemu-linaro th

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Paul Brook
> > On ARM Linux glibc provides a makecontext() that always fails ENOSYS, > > so our configure test thinks there is makecontext support but when we > > try to use it for coroutines it will fail and we abort. > > > > I have a workaround in qemu-linaro that just forces the makecontext > > test to fa

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Alexander Graf
On 09.02.2012, at 20:15, Peter Maydell wrote: > On 9 February 2012 19:12, Alexander Graf wrote: >> >> On 09.02.2012, at 20:11, Peter Maydell wrote: >> >>> On 9 February 2012 18:23, Andreas Färber wrote: Am 09.02.2012 18:07, schrieb Peter Maydell: > (2) qemu 1.0 does not work on ARM h

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Peter Maydell
On 9 February 2012 19:12, Alexander Graf wrote: > > On 09.02.2012, at 20:11, Peter Maydell wrote: > >> On 9 February 2012 18:23, Andreas Färber wrote: >>> Am 09.02.2012 18:07, schrieb Peter Maydell: (2) qemu 1.0 does not work on ARM hosts -- see the release notes. (3) at least one of th

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Alexander Graf
On 09.02.2012, at 20:11, Peter Maydell wrote: > On 9 February 2012 18:23, Andreas Färber wrote: >> Am 09.02.2012 18:07, schrieb Peter Maydell: >>> (2) qemu 1.0 does not work on ARM hosts -- see the release notes. >>> (3) at least one of the problems which meant we marked it as unsupported is >>

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Peter Maydell
On 9 February 2012 18:23, Andreas Färber wrote: > Am 09.02.2012 18:07, schrieb Peter Maydell: >> (2) qemu 1.0 does not work on ARM hosts -- see the release notes. >> (3) at least one of the problems which meant we marked it as unsupported is >> still unfixed in master, so this isn't going to work

[Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Marietto
The patch that you have given to me it's the same as this here ? --> http://web.archiveorange.com/archive/v/1XS1vBaxYXjl0BuVgqv1 because I've tried already to patch it using that patch,but it didn't work. -- You received this bug notification because you are a member of qemu- devel-ml, which is

Re: [Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Andreas Färber
Am 09.02.2012 18:07, schrieb Peter Maydell: > (2) qemu 1.0 does not work on ARM hosts -- see the release notes. > (3) at least one of the problems which meant we marked it as unsupported is > still unfixed in master, so this isn't going to work What's the remaining issue? I was able to successful

[Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Peter Maydell
(1) This isn't qemu 1.0 as you say in the bug title, it's qemu master. (2) qemu 1.0 does not work on ARM hosts -- see the release notes. (3) at least one of the problems which meant we marked it as unsupported is still unfixed in master, so this isn't going to work (4) the specific problem you've

[Qemu-devel] [Bug 929638] Re: qemu 1.0 unable to compile on the pandaboard ES

2012-02-09 Thread Marietto
oh I forgot to say what I did at beginning : root@omap:/home/mario/Scrivania/dati/os# git clone git://git.qemu.org/qemu.git Cloning into qemu... remote: Counting objects: 100490, done. remote: Compressing objects: 100% (23326/23326), done. remote: Total 100490 (delta 79616), reused 97470 (delta 76