* Qemu refusing to build
@ 2012-08-02 9:10 Jack Mitchell
2012-08-02 13:40 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-08-02 9:10 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
I am having an issue trying to build qemu for the qemuarm machine. It's
just a standard core-image-minimal with a vanilla copy of poky master.
The error log is as follows:
/mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/log.do_configure.1062
---------------------------------------------------------------------------
DEBUG: Executing python function sysroot_cleansstate
DEBUG: Python function sysroot_cleansstate finished
DEBUG: Executing shell function do_configure
/mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/run.do_configure.1062:
line 86:
/mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1/configure:
No such file or directory
ERROR: Function failed: do_configure (see
/mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/log.do_configure.1062
for further information)
That is all I get, and the build just fails. I'm not sure where to even
start debugging this...
Regards,
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
http://www.embed.me.uk
--
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Qemu refusing to build
2012-08-02 9:10 Qemu refusing to build Jack Mitchell
@ 2012-08-02 13:40 ` Richard Purdie
2012-08-02 15:28 ` Jack Mitchell
0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2012-08-02 13:40 UTC (permalink / raw)
To: ml, Patches and discussions about the oe-core layer
On Thu, 2012-08-02 at 10:10 +0100, Jack Mitchell wrote:
> I am having an issue trying to build qemu for the qemuarm machine. It's
> just a standard core-image-minimal with a vanilla copy of poky master.
> The error log is as follows:
>
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/log.do_configure.1062
> ---------------------------------------------------------------------------
> DEBUG: Executing python function sysroot_cleansstate
> DEBUG: Python function sysroot_cleansstate finished
> DEBUG: Executing shell function do_configure
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/run.do_configure.1062:
> line 86:
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1/configure:
> No such file or directory
> ERROR: Function failed: do_configure (see
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/log.do_configure.1062
> for further information)
>
>
> That is all I get, and the build just fails. I'm not sure where to even
> start debugging this...
Does the file:
/mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1/configure
exist? Can you execute it? Does
running /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/run.do_configure.1062 give the same error? You can try and pin this down to a specific command failing, it could be something in the configure script itself that is erroring, its hard to tell from just the above.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qemu refusing to build
2012-08-02 13:40 ` Richard Purdie
@ 2012-08-02 15:28 ` Jack Mitchell
2012-08-02 15:41 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-08-02 15:28 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
On 02/08/12 14:40, Richard Purdie wrote:
> On Thu, 2012-08-02 at 10:10 +0100, Jack Mitchell wrote:
>> I am having an issue trying to build qemu for the qemuarm machine. It's
>> just a standard core-image-minimal with a vanilla copy of poky master.
>> The error log is as follows:
>>
>> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/log.do_configure.1062
>> ---------------------------------------------------------------------------
>> DEBUG: Executing python function sysroot_cleansstate
>> DEBUG: Python function sysroot_cleansstate finished
>> DEBUG: Executing shell function do_configure
>> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/run.do_configure.1062:
>> line 86:
>> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1/configure:
>> No such file or directory
>> ERROR: Function failed: do_configure (see
>> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/log.do_configure.1062
>> for further information)
>>
>>
>> That is all I get, and the build just fails. I'm not sure where to even
>> start debugging this...
>
> Does the file:
>
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1/configure
>
> exist?
Does not exist.
> Can you execute it?
No
> Does
> running /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/temp/run.do_configure.1062 give the same error?
Exactly the same error.
> You can try and pin this down to a specific command failing, it could be something in the configure script itself that is erroring, its hard to tell from just the above.
How would I manually attempt to configure? There are no files what so
ever in the
/mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1
directory.
>
>
> Cheers,
>
> Richard
>
>
>
Regards,
--
Jack Mitchell (jack@embed.me.uk)
Embedded Systems Engineer
http://www.embed.me.uk
--
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qemu refusing to build
2012-08-02 15:28 ` Jack Mitchell
@ 2012-08-02 15:41 ` Richard Purdie
2012-08-02 16:28 ` Jack Mitchell
0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2012-08-02 15:41 UTC (permalink / raw)
To: ml; +Cc: Patches and discussions about the oe-core layer
On Thu, 2012-08-02 at 16:28 +0100, Jack Mitchell wrote:
> How would I manually attempt to configure? There are no files what so
> ever in the
> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1
> directory.
Well, that is a big help to know. It sounds like something has wiped the
work directory and its then trying to rebuild it. Are you using rm_work
of some kind? It sounds like some kind of malfunction has occurred with
it...
Cheers,
Richard.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Qemu refusing to build
2012-08-02 15:41 ` Richard Purdie
@ 2012-08-02 16:28 ` Jack Mitchell
0 siblings, 0 replies; 5+ messages in thread
From: Jack Mitchell @ 2012-08-02 16:28 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
On 02/08/2012 16:41, Richard Purdie wrote:
> On Thu, 2012-08-02 at 16:28 +0100, Jack Mitchell wrote:
>> How would I manually attempt to configure? There are no files what so
>> ever in the
>> /mnt/storage/yoctoBuilds/poky-vanilla.git/build/tmp/work/x86_64-linux/qemu-native-0.15.1-r10/qemu-0.15.1
>> directory.
>
> Well, that is a big help to know. It sounds like something has wiped the
> work directory and its then trying to rebuild it. Are you using rm_work
> of some kind? It sounds like some kind of malfunction has occurred with
> it...
>
> Cheers,
>
> Richard.
>
It could very well be related to the fact that I am building over NFS
and the other problems that have come with it. I'm building with the bog
standard vanilla poky with quemu arm uncommented. In this situation I
would normally -c cleansstate and try again, but that function is also
broken for me (again possibly NFS related).
I changed my NFS mount settings to force sync which makes it act like a
more traditional hard drive but it doesn't seem to have done me any good.
I'm not back in work till Monday so I'll see if I can do anything more
with it then. If anyone could confirm that they build on an NFS mount
then that would be a massive help.
Cheers,
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-08-02 16:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 9:10 Qemu refusing to build Jack Mitchell
2012-08-02 13:40 ` Richard Purdie
2012-08-02 15:28 ` Jack Mitchell
2012-08-02 15:41 ` Richard Purdie
2012-08-02 16:28 ` Jack Mitchell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox