* llvm issue
@ 2012-11-15 14:06 Jaap de Jong
2012-11-15 15:25 ` Paul Eggleton
2012-11-16 9:22 ` Henning Heinold
0 siblings, 2 replies; 9+ messages in thread
From: Jaap de Jong @ 2012-11-15 14:06 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
Hi All,
when I checkout openjdk-7 on meta-java and bitbake <anything> I get
these errors:
ERROR: Unable to parse
/data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
| ETA: 00:00:15
ERROR: Command execution failed: Exited with 1
NOTE: Error expanding variable populate_packages
NOTE: Error during finalise of
/data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.8_2.8.bb
NOTE: Error expanding variable populate_packages
NOTE: Error during finalise of
/data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
Anyone already know what is wrong here?
Cheers!
Jaap
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-15 14:06 llvm issue Jaap de Jong
@ 2012-11-15 15:25 ` Paul Eggleton
2012-11-16 7:49 ` Jaap de Jong
2012-11-16 9:22 ` Henning Heinold
1 sibling, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2012-11-15 15:25 UTC (permalink / raw)
To: Jaap de Jong; +Cc: openembedded-devel
On Thursday 15 November 2012 15:06:30 Jaap de Jong wrote:
> when I checkout openjdk-7 on meta-java and bitbake <anything> I get
> these errors:
>
> ERROR: Unable to parse
> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
> 2.9_2.9.bb
> | ETA: 00:00:15
>
> ERROR: Command execution failed: Exited with 1
> NOTE: Error expanding variable populate_packages
> NOTE: Error during finalise of
> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
> 2.8_2.8.bb NOTE: Error expanding variable populate_packages
> NOTE: Error during finalise of
> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
> 2.9_2.9.bb
Are you using the denzil branch of OE-Core perhaps? I suspect meta-java has
been updated to use spaces for python function indentation which only works
with danny/master. I don't see a denzil branch in meta-java, perhaps it would
be worth adding one...?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-15 15:25 ` Paul Eggleton
@ 2012-11-16 7:49 ` Jaap de Jong
2012-11-16 8:24 ` Jaap de Jong
0 siblings, 1 reply; 9+ messages in thread
From: Jaap de Jong @ 2012-11-16 7:49 UTC (permalink / raw)
To: Paul Eggleton; +Cc: openembedded-devel@lists.openembedded.org
On 11/15/2012 04:25 PM, Paul Eggleton wrote:
> On Thursday 15 November 2012 15:06:30 Jaap de Jong wrote:
>> when I checkout openjdk-7 on meta-java and bitbake <anything> I get
>> these errors:
>>
>> ERROR: Unable to parse
>> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
>> 2.9_2.9.bb
>> | ETA: 00:00:15
>>
>> ERROR: Command execution failed: Exited with 1
>> NOTE: Error expanding variable populate_packages
>> NOTE: Error during finalise of
>> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
>> 2.8_2.8.bb NOTE: Error expanding variable populate_packages
>> NOTE: Error during finalise of
>> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
>> 2.9_2.9.bb
> Are you using the denzil branch of OE-Core perhaps? I suspect meta-java has
> been updated to use spaces for python function indentation which only works
> with danny/master. I don't see a denzil branch in meta-java, perhaps it would
> be worth adding one...?
Yes, I'm using denzil.
And for you second question: I'm probably not the one who should answer
this, but: yes, that would help!
What would be the way to use the 'danny' branch? I don't see any branch
of that name under sources/*/
Thanks,
Jaap
> Cheers,
> Paul
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-16 7:49 ` Jaap de Jong
@ 2012-11-16 8:24 ` Jaap de Jong
0 siblings, 0 replies; 9+ messages in thread
From: Jaap de Jong @ 2012-11-16 8:24 UTC (permalink / raw)
To: openembedded-devel
On 11/16/2012 08:49 AM, Jaap de Jong wrote:
> On 11/15/2012 04:25 PM, Paul Eggleton wrote:
>> On Thursday 15 November 2012 15:06:30 Jaap de Jong wrote:
>>> when I checkout openjdk-7 on meta-java and bitbake <anything> I get
>>> these errors:
>>>
>>> ERROR: Unable to parse
>>> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
>>> 2.9_2.9.bb
>>> | ETA: 00:00:15
>>>
>>> ERROR: Command execution failed: Exited with 1
>>> NOTE: Error expanding variable populate_packages
>>> NOTE: Error during finalise of
>>> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
>>> 2.8_2.8.bb NOTE: Error expanding variable populate_packages
>>> NOTE: Error during finalise of
>>> /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm
>>> 2.9_2.9.bb
>> Are you using the denzil branch of OE-Core perhaps? I suspect meta-java has
>> been updated to use spaces for python function indentation which only works
>> with danny/master. I don't see a denzil branch in meta-java, perhaps it would
>> be worth adding one...?
> Yes, I'm using denzil.
> And for you second question: I'm probably not the one who should answer
> this, but: yes, that would help!
> What would be the way to use the 'danny' branch? I don't see any branch
> of that name under sources/*/
about danny:
cd sources/openembedded-core
git checkout danny
Unfortunately: same problem...
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-15 14:06 llvm issue Jaap de Jong
2012-11-15 15:25 ` Paul Eggleton
@ 2012-11-16 9:22 ` Henning Heinold
2012-11-16 10:12 ` Jaap de Jong
1 sibling, 1 reply; 9+ messages in thread
From: Henning Heinold @ 2012-11-16 9:22 UTC (permalink / raw)
To: openembedded-devel
On Thu, Nov 15, 2012 at 03:06:30PM +0100, Jaap de Jong wrote:
> Hi All,
>
> when I checkout openjdk-7 on meta-java and bitbake <anything> I get
> these errors:
>
> ERROR: Unable to parse /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
> | ETA: 00:00:15
> ERROR: Command execution failed: Exited with 1
> NOTE: Error expanding variable populate_packages
> NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.8_2.8.bb
> NOTE: Error expanding variable populate_packages
> NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
>
> Anyone already know what is wrong here?
>
> Cheers!
> Jaap
Hi Jaap,
khem posted some patches for the jdk7 branch unfornatly I dont have the much time
to integrate them yet. Please look at the oe-dev patchwork or use his github repo.
Maybee in christmas holiday I will find some time to merge jdk7 branch into master.
Bye Henning
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-16 9:22 ` Henning Heinold
@ 2012-11-16 10:12 ` Jaap de Jong
2012-11-16 11:06 ` Henning Heinold
0 siblings, 1 reply; 9+ messages in thread
From: Jaap de Jong @ 2012-11-16 10:12 UTC (permalink / raw)
To: openembedded-devel
On 11/16/2012 10:22 AM, Henning Heinold wrote:
> On Thu, Nov 15, 2012 at 03:06:30PM +0100, Jaap de Jong wrote:
>> Hi All,
>>
>> when I checkout openjdk-7 on meta-java and bitbake <anything> I get
>> these errors:
>>
>> ERROR: Unable to parse /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
>> | ETA: 00:00:15
>> ERROR: Command execution failed: Exited with 1
>> NOTE: Error expanding variable populate_packages
>> NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.8_2.8.bb
>> NOTE: Error expanding variable populate_packages
>> NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
>>
>> Anyone already know what is wrong here?
>>
>> Cheers!
>> Jaap
> Hi Jaap,
>
> khem posted some patches for the jdk7 branch unfornatly I dont have the much time
> to integrate them yet. Please look at the oe-dev patchwork or use his github repo.
So what would be the combination to go?
1) openembedded-core --> danny
2) meta-java --> khem: openjdk-7
Or something different?
>
> Maybee in christmas holiday I will find some time to merge jdk7 branch into master.
Sitting next to your Christmas tree! :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-16 10:12 ` Jaap de Jong
@ 2012-11-16 11:06 ` Henning Heinold
0 siblings, 0 replies; 9+ messages in thread
From: Henning Heinold @ 2012-11-16 11:06 UTC (permalink / raw)
To: openembedded-devel
On Fri, Nov 16, 2012 at 11:12:41AM +0100, Jaap de Jong wrote:
>
> On 11/16/2012 10:22 AM, Henning Heinold wrote:
> >On Thu, Nov 15, 2012 at 03:06:30PM +0100, Jaap de Jong wrote:
> >>Hi All,
> >>
> >>when I checkout openjdk-7 on meta-java and bitbake <anything> I get
> >>these errors:
> >>
> >>ERROR: Unable to parse /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
> >>| ETA: 00:00:15
> >>ERROR: Command execution failed: Exited with 1
> >>NOTE: Error expanding variable populate_packages
> >>NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.8_2.8.bb
> >>NOTE: Error expanding variable populate_packages
> >>NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
> >>
> >>Anyone already know what is wrong here?
> >>
> >>Cheers!
> >>Jaap
> >Hi Jaap,
> >
> >khem posted some patches for the jdk7 branch unfornatly I dont have the much time
> >to integrate them yet. Please look at the oe-dev patchwork or use his github repo.
> So what would be the combination to go?
> 1) openembedded-core --> danny
> 2) meta-java --> khem: openjdk-7
> Or something different?
Hm,
you might need to add a newer version of openjdk7 and remove the libxp dependency, because libxp might be removed in
danny.
>
> >
> >Maybee in christmas holiday I will find some time to merge jdk7 branch into master.
> Sitting next to your Christmas tree! :-)
Bye Henning
^ permalink raw reply [flat|nested] 9+ messages in thread
* llvm issue
@ 2012-11-15 11:33 Jaap de Jong
2012-11-15 13:15 ` Henning Heinold
0 siblings, 1 reply; 9+ messages in thread
From: Jaap de Jong @ 2012-11-15 11:33 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Hi All,
when I checkout openjdk-7 on meta-java and bitbake <anything> I get
these errors:
ERROR: Unable to parse
/data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
| ETA: 00:00:15
ERROR: Command execution failed: Exited with 1
NOTE: Error expanding variable populate_packages
NOTE: Error during finalise of
/data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.8_2.8.bb
NOTE: Error expanding variable populate_packages
NOTE: Error during finalise of
/data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
Anyone already know what is wrong here?
Cheers!
Jaap
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: llvm issue
2012-11-15 11:33 Jaap de Jong
@ 2012-11-15 13:15 ` Henning Heinold
0 siblings, 0 replies; 9+ messages in thread
From: Henning Heinold @ 2012-11-15 13:15 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
On Thu, Nov 15, 2012 at 12:33:51PM +0100, Jaap de Jong wrote:
> Hi All,
>
> when I checkout openjdk-7 on meta-java and bitbake <anything> I get
> these errors:
>
> ERROR: Unable to parse /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
> | ETA: 00:00:15
> ERROR: Command execution failed: Exited with 1
> NOTE: Error expanding variable populate_packages
> NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.8_2.8.bb
> NOTE: Error expanding variable populate_packages
> NOTE: Error during finalise of /data/jenkins/jobs/myTest/workspace/sources/meta-java/recipes-core/llvm/llvm2.9_2.9.bb
>
> Anyone already know what is wrong here?
>
> Cheers!
> Jaap
Hi Jaap,
please use oe-dev this is the wrong mailinglist.
Bye Henning
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-11-16 11:20 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 14:06 llvm issue Jaap de Jong
2012-11-15 15:25 ` Paul Eggleton
2012-11-16 7:49 ` Jaap de Jong
2012-11-16 8:24 ` Jaap de Jong
2012-11-16 9:22 ` Henning Heinold
2012-11-16 10:12 ` Jaap de Jong
2012-11-16 11:06 ` Henning Heinold
-- strict thread matches above, loose matches on Subject: below --
2012-11-15 11:33 Jaap de Jong
2012-11-15 13:15 ` Henning Heinold
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.