From: Mark Hatle <mark.hatle@windriver.com>
To: McClintock Matthew-B29882 <B29882@freescale.com>
Cc: "openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>
Subject: Re: [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc
Date: Wed, 13 Feb 2013 16:02:59 -0600 [thread overview]
Message-ID: <511C0D93.7000707@windriver.com> (raw)
In-Reply-To: <70CC66F5C30A414DADDA6973E4CA391A87C379@039-SN1MPN1-001.039d.mgd.msft.net>
On 2/13/13 11:01 AM, McClintock Matthew-B29882 wrote:
> On Thu, Feb 7, 2013 at 5:56 PM, Mark Hatle <mark.hatle@windriver.com> wrote:
>> From: Matthew McClintock <msm@freescale.com>
>>
>> ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information)
>> ERROR: Logfile of failure stored in: /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447
>> Log data follows:
>> | DEBUG: SITE files ['endian-big', 'bit-64', 'powerpc-common', 'common-linux', 'common-glibc', 'powerpc-linux', 'powerpc64-linux', 'common']
>> | ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information)
>> | NOTE: make -j 24
>> | LINK ppc-linux-user/qemu-ppc
>> | /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/sysroots/x86_64-linux/usr/libexec/ppc64e5500-fsl-linux/gcc/powerpc64-fsl-linux/4.6.4/ld:/opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/qemu-0.15.1/ppc64.ld:84: syntax error
>> | collect2: ld returned 1 exit status
>> | make[1]: *** [qemu-ppc] Error 1
>> | make: *** [subdir-ppc-linux-user] Error 2
>> | make: *** Waiting for unfinished jobs....
>> | ERROR: oe_runmake failed
>>
>> Signed-off-by: Matthew McClintock <msm@freescale.com>
>>
>> (master rev: a9207aad5b163a071cd8298517d61514c587e0ed)
>>
>> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
>> ---
>> meta/recipes-devtools/qemu/qemu_0.15.1.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/qemu/qemu_0.15.1.bb b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
>> index b3fb354..2cc59f6 100644
>> --- a/meta/recipes-devtools/qemu/qemu_0.15.1.bb
>> +++ b/meta/recipes-devtools/qemu/qemu_0.15.1.bb
>> @@ -3,7 +3,7 @@ require qemu.inc
>> LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
>> file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
>>
>> -PR = "r8"
>> +PR = "r9"
>>
>> FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
>> FILESDIR = "${WORKDIR}"
>> --
>> 1.8.1.2.545.g2f19ada
>
> Missing a patch?
I finally understand.. Yes, my mistake, this one had been merged into Denzil
already and when I rebased I didn't notice.
11/18 can be dropped from the set. (The other ones will need the PR's
adjusted.) If anyone cares, I'll be happy to do this and send up a new set.
--Mark
> -M
>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2013-02-13 22:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 23:56 [denzil 00/18] Various fixes for Denzil branch Mark Hatle
2013-02-07 23:56 ` [denzil 01/18] Patch ocf-linux.inc to work with the 2010 and 2012 versions Mark Hatle
2013-02-07 23:56 ` [denzil 02/18] Security Advisory - libexif - CVE-2012-2813 Mark Hatle
2013-02-07 23:56 ` [denzil 03/18] Security Advisory - libexif - CVE-2012-2812 Mark Hatle
2013-02-07 23:56 ` [denzil 04/18] Security Advisory - libexif - CVE-2012-2841 Mark Hatle
2013-02-07 23:56 ` [denzil 05/18] Security Advisory - libexif - CVE-2012-2836 Mark Hatle
2013-02-07 23:56 ` [denzil 06/18] Security Advisory - libexif - CVE-2012-2837 Mark Hatle
2013-02-07 23:56 ` [denzil 07/18] Security Advisory - libexif - CVE-2012-2840 Mark Hatle
2013-02-07 23:56 ` [denzil 08/18] Summary:Security Advisory - libtiff - CVE-2012-3401 Mark Hatle
2013-02-07 23:56 ` [denzil 09/18] Summary: Security Advisory - boost - CVE-2012-2677 Mark Hatle
2013-02-07 23:56 ` [denzil 10/18] qemu: Add an option to remove host sdl/gl checking Mark Hatle
2013-02-07 23:56 ` [denzil 11/18] qemu-0.15.1: add patch to fix compilatation problems on powerpc Mark Hatle
2013-02-13 17:01 ` McClintock Matthew-B29882
2013-02-13 21:23 ` Mark Hatle
2013-02-13 22:02 ` Mark Hatle [this message]
2013-02-07 23:56 ` [denzil 12/18] qemu: Fix illegal instruction errors on e500 emulation Mark Hatle
2013-02-07 23:56 ` [denzil 13/18] qemu: backport patch to fix pl031 RTC Mark Hatle
2013-02-07 23:56 ` [denzil 14/18] nativesdk-qemu: fix SDK relocation issue Mark Hatle
2013-02-07 23:56 ` [denzil 15/18] qemu CVE-2012-3515 Mark Hatle
2013-02-07 23:56 ` [denzil 16/18] lighttpd: fixing invalid read in valgrind Mark Hatle
2013-02-07 23:56 ` [denzil 17/18] lighttpd: CVE-2012-5533 Mark Hatle
2013-02-07 23:56 ` [denzil 18/18] qemu-0.15.1: Add addition environment space to boot loader qemu-system-mips Mark Hatle
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=511C0D93.7000707@windriver.com \
--to=mark.hatle@windriver.com \
--cc=B29882@freescale.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox