All of lore.kernel.org
 help / color / mirror / Atom feed
* Poky core-image-minimal fails to build with package_deb
@ 2014-03-26  9:34 Jeremy Powell
  2014-03-26 10:14 ` Burton, Ross
  2014-03-26 10:21 ` Laurentiu Palcu
  0 siblings, 2 replies; 10+ messages in thread
From: Jeremy Powell @ 2014-03-26  9:34 UTC (permalink / raw)
  To: poky

Hi All,

I'm trying to build poky from the git master head, but there are several 
problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py

For instance:
cd %s; PSEUDO_UNLOAD=1 %s packages > Packages
should be
cd %s; PSEUDO_UNLOAD=1 %s packages . > Packages

The generation of the "Release" file also appears to be incorrect (maybe 
it is also missing a trailing period?).

Finally, the creation of the Packages.gz file causes an error, but I'm 
not currently familiar enough with Yocto to fix it, but perhaps someone 
else might be able to help? (Seems to me that this part of the build is 
running the commands in parallel but needs to performed be serially)

Kind regards,
Jeremy

-- 
Jeremy Powell
Senior Software Engineer

VisionAid International Ltd
Unit 9
Crawley Business Centre
Stephenson Way
Three Bridges
Crawley
West Sussex
RH10 1TN



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26  9:34 Poky core-image-minimal fails to build with package_deb Jeremy Powell
@ 2014-03-26 10:14 ` Burton, Ross
  2014-03-26 10:52   ` Jeremy Powell
  2014-03-26 10:21 ` Laurentiu Palcu
  1 sibling, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2014-03-26 10:14 UTC (permalink / raw)
  To: Jeremy Powell; +Cc: Poky Project

On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
> I'm trying to build poky from the git master head, but there are several
> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py

Can you file a bug for these issues please (reply here with the number
so it doesn't get lost).

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26  9:34 Poky core-image-minimal fails to build with package_deb Jeremy Powell
  2014-03-26 10:14 ` Burton, Ross
@ 2014-03-26 10:21 ` Laurentiu Palcu
  1 sibling, 0 replies; 10+ messages in thread
From: Laurentiu Palcu @ 2014-03-26 10:21 UTC (permalink / raw)
  To: Jeremy Powell; +Cc: poky

On Wed, Mar 26, 2014 at 09:34:27AM +0000, Jeremy Powell wrote:
> Hi All,
> 
> I'm trying to build poky from the git master head, but there are
> several problems in the DpkgIndexer class in
> ./meta/lib/oe/package_manager.py
> 
> For instance:
> cd %s; PSEUDO_UNLOAD=1 %s packages > Packages
> should be
> cd %s; PSEUDO_UNLOAD=1 %s packages . > Packages
> 
> The generation of the "Release" file also appears to be incorrect
> (maybe it is also missing a trailing period?).
Might be related to this:

commit aec1194c120e5eae12cee18741d368ac3bb11722
Author: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Date:   Mon Mar 17 09:30:37 2014 +0000

package_manager: Use apt-ftparchive for deb packages

Can you revert this patch and try again?

laurentiu

> 
> Finally, the creation of the Packages.gz file causes an error, but
> I'm not currently familiar enough with Yocto to fix it, but perhaps
> someone else might be able to help? (Seems to me that this part of
> the build is running the commands in parallel but needs to performed
> be serially)
> 
> Kind regards,
> Jeremy
> 
> -- 
> Jeremy Powell
> Senior Software Engineer
> 
> VisionAid International Ltd
> Unit 9
> Crawley Business Centre
> Stephenson Way
> Three Bridges
> Crawley
> West Sussex
> RH10 1TN
> 
> -- 
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 10:14 ` Burton, Ross
@ 2014-03-26 10:52   ` Jeremy Powell
  2014-03-26 11:06     ` Burton, Ross
  0 siblings, 1 reply; 10+ messages in thread
From: Jeremy Powell @ 2014-03-26 10:52 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Poky Project

On 26/03/14 10:14, Burton, Ross wrote:
> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
>> I'm trying to build poky from the git master head, but there are several
>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
> Can you file a bug for these issues please (reply here with the number
> so it doesn't get lost).
>
> Ross

Hi Ross - thanks for your reply. I've created an account on 
bugzilla.yoctoproject.org, but its not clear to me which product this 
bug would refer to. Meta-yocto or  OE-Core perhaps?


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 10:52   ` Jeremy Powell
@ 2014-03-26 11:06     ` Burton, Ross
  2014-03-26 11:21       ` Jeremy Powell
  0 siblings, 1 reply; 10+ messages in thread
From: Burton, Ross @ 2014-03-26 11:06 UTC (permalink / raw)
  To: Jeremy Powell; +Cc: Poky Project

On 26 March 2014 10:52, Jeremy Powell <jeremy@visionaid.com> wrote:
> On 26/03/14 10:14, Burton, Ross wrote:
>>
>> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
>>>
>>> I'm trying to build poky from the git master head, but there are several
>>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
>>
>> Can you file a bug for these issues please (reply here with the number
>> so it doesn't get lost).
>>
>> Ross
>
>
> Hi Ross - thanks for your reply. I've created an account on
> bugzilla.yoctoproject.org, but its not clear to me which product this bug
> would refer to. Meta-yocto or  OE-Core perhaps?

oe-core, component deployment.

Ross


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 11:06     ` Burton, Ross
@ 2014-03-26 11:21       ` Jeremy Powell
  2014-03-26 11:28         ` Gary Thomas
  0 siblings, 1 reply; 10+ messages in thread
From: Jeremy Powell @ 2014-03-26 11:21 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Poky Project

On 26/03/14 11:06, Burton, Ross wrote:
> On 26 March 2014 10:52, Jeremy Powell <jeremy@visionaid.com> wrote:
>> On 26/03/14 10:14, Burton, Ross wrote:
>>> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
>>>> I'm trying to build poky from the git master head, but there are several
>>>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
>>> Can you file a bug for these issues please (reply here with the number
>>> so it doesn't get lost).
>>>
>>> Ross
>>
>> Hi Ross - thanks for your reply. I've created an account on
>> bugzilla.yoctoproject.org, but its not clear to me which product this bug
>> would refer to. Meta-yocto or  OE-Core perhaps?
> oe-core, component deployment.
>
> Ross
Thanks again, I've opened a bug #6047:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6047

I've also attached a patch to it which resolves the issue for me.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 11:21       ` Jeremy Powell
@ 2014-03-26 11:28         ` Gary Thomas
  2014-03-26 11:42           ` Jeremy Powell
  2014-03-26 11:42           ` Richard Purdie
  0 siblings, 2 replies; 10+ messages in thread
From: Gary Thomas @ 2014-03-26 11:28 UTC (permalink / raw)
  To: poky

On 2014-03-26 05:21, Jeremy Powell wrote:
> On 26/03/14 11:06, Burton, Ross wrote:
>> On 26 March 2014 10:52, Jeremy Powell <jeremy@visionaid.com> wrote:
>>> On 26/03/14 10:14, Burton, Ross wrote:
>>>> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
>>>>> I'm trying to build poky from the git master head, but there are several
>>>>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
>>>> Can you file a bug for these issues please (reply here with the number
>>>> so it doesn't get lost).
>>>>
>>>> Ross
>>>
>>> Hi Ross - thanks for your reply. I've created an account on
>>> bugzilla.yoctoproject.org, but its not clear to me which product this bug
>>> would refer to. Meta-yocto or  OE-Core perhaps?
>> oe-core, component deployment.
>>
>> Ross
> Thanks again, I've opened a bug #6047:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=6047
> 
> I've also attached a patch to it which resolves the issue for me.

It would be good if your bug report explains what is going wrong
(and why if you understand it), not just that "it fails and here's
the patch".  This will aid not only in understanding the problem but
also for future searches of the bugzilla database for similar issues.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 11:28         ` Gary Thomas
@ 2014-03-26 11:42           ` Jeremy Powell
  2014-03-26 11:42           ` Richard Purdie
  1 sibling, 0 replies; 10+ messages in thread
From: Jeremy Powell @ 2014-03-26 11:42 UTC (permalink / raw)
  To: Gary Thomas, poky

On 26/03/14 11:28, Gary Thomas wrote:
> On 2014-03-26 05:21, Jeremy Powell wrote:
>> On 26/03/14 11:06, Burton, Ross wrote:
>>> On 26 March 2014 10:52, Jeremy Powell <jeremy@visionaid.com> wrote:
>>>> On 26/03/14 10:14, Burton, Ross wrote:
>>>>> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
>>>>>> I'm trying to build poky from the git master head, but there are several
>>>>>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
>>>>> Can you file a bug for these issues please (reply here with the number
>>>>> so it doesn't get lost).
>>>>>
>>>>> Ross
>>>> Hi Ross - thanks for your reply. I've created an account on
>>>> bugzilla.yoctoproject.org, but its not clear to me which product this bug
>>>> would refer to. Meta-yocto or  OE-Core perhaps?
>>> oe-core, component deployment.
>>>
>>> Ross
>> Thanks again, I've opened a bug #6047:
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=6047
>>
>> I've also attached a patch to it which resolves the issue for me.
> It would be good if your bug report explains what is going wrong
> (and why if you understand it), not just that "it fails and here's
> the patch".  This will aid not only in understanding the problem but
> also for future searches of the bugzilla database for similar issues.
>
Hi - I've added comments to address this


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 11:28         ` Gary Thomas
  2014-03-26 11:42           ` Jeremy Powell
@ 2014-03-26 11:42           ` Richard Purdie
  2014-03-26 13:21             ` Ricardo Ribalda Delgado
  1 sibling, 1 reply; 10+ messages in thread
From: Richard Purdie @ 2014-03-26 11:42 UTC (permalink / raw)
  To: Gary Thomas; +Cc: poky

On Wed, 2014-03-26 at 05:28 -0600, Gary Thomas wrote:
> On 2014-03-26 05:21, Jeremy Powell wrote:
> > On 26/03/14 11:06, Burton, Ross wrote:
> >> On 26 March 2014 10:52, Jeremy Powell <jeremy@visionaid.com> wrote:
> >>> On 26/03/14 10:14, Burton, Ross wrote:
> >>>> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
> >>>>> I'm trying to build poky from the git master head, but there are several
> >>>>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
> >>>> Can you file a bug for these issues please (reply here with the number
> >>>> so it doesn't get lost).
> >>>>
> >>>> Ross
> >>>
> >>> Hi Ross - thanks for your reply. I've created an account on
> >>> bugzilla.yoctoproject.org, but its not clear to me which product this bug
> >>> would refer to. Meta-yocto or  OE-Core perhaps?
> >> oe-core, component deployment.
> >>
> >> Ross
> > Thanks again, I've opened a bug #6047:
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=6047
> > 
> > I've also attached a patch to it which resolves the issue for me.
> 
> It would be good if your bug report explains what is going wrong
> (and why if you understand it), not just that "it fails and here's
> the patch".  This will aid not only in understanding the problem but
> also for future searches of the bugzilla database for similar issues.

FWIW I've sent out some patches which address this problem and some
others I spotted.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Poky core-image-minimal fails to build with package_deb
  2014-03-26 11:42           ` Richard Purdie
@ 2014-03-26 13:21             ` Ricardo Ribalda Delgado
  0 siblings, 0 replies; 10+ messages in thread
From: Ricardo Ribalda Delgado @ 2014-03-26 13:21 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky, Gary Thomas

Hello

Sorry, It is my fault. I ported a patch that I created for dora. I
dont have a running system on master.

Richard, thanks for your patch.

On Wed, Mar 26, 2014 at 12:42 PM, Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
> On Wed, 2014-03-26 at 05:28 -0600, Gary Thomas wrote:
>> On 2014-03-26 05:21, Jeremy Powell wrote:
>> > On 26/03/14 11:06, Burton, Ross wrote:
>> >> On 26 March 2014 10:52, Jeremy Powell <jeremy@visionaid.com> wrote:
>> >>> On 26/03/14 10:14, Burton, Ross wrote:
>> >>>> On 26 March 2014 09:34, Jeremy Powell <jeremy@visionaid.com> wrote:
>> >>>>> I'm trying to build poky from the git master head, but there are several
>> >>>>> problems in the DpkgIndexer class in ./meta/lib/oe/package_manager.py
>> >>>> Can you file a bug for these issues please (reply here with the number
>> >>>> so it doesn't get lost).
>> >>>>
>> >>>> Ross
>> >>>
>> >>> Hi Ross - thanks for your reply. I've created an account on
>> >>> bugzilla.yoctoproject.org, but its not clear to me which product this bug
>> >>> would refer to. Meta-yocto or  OE-Core perhaps?
>> >> oe-core, component deployment.
>> >>
>> >> Ross
>> > Thanks again, I've opened a bug #6047:
>> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=6047
>> >
>> > I've also attached a patch to it which resolves the issue for me.
>>
>> It would be good if your bug report explains what is going wrong
>> (and why if you understand it), not just that "it fails and here's
>> the patch".  This will aid not only in understanding the problem but
>> also for future searches of the bugzilla database for similar issues.
>
> FWIW I've sent out some patches which address this problem and some
> others I spotted.
>
> Cheers,
>
> Richard
>
> --
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



-- 
Ricardo Ribalda


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-03-26 13:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26  9:34 Poky core-image-minimal fails to build with package_deb Jeremy Powell
2014-03-26 10:14 ` Burton, Ross
2014-03-26 10:52   ` Jeremy Powell
2014-03-26 11:06     ` Burton, Ross
2014-03-26 11:21       ` Jeremy Powell
2014-03-26 11:28         ` Gary Thomas
2014-03-26 11:42           ` Jeremy Powell
2014-03-26 11:42           ` Richard Purdie
2014-03-26 13:21             ` Ricardo Ribalda Delgado
2014-03-26 10:21 ` Laurentiu Palcu

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.