All of lore.kernel.org
 help / color / mirror / Atom feed
* Autobuilder issue status
@ 2011-08-03 16:07 Paul Eggleton
  2011-08-03 16:29 ` Malcolm Crossley
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-08-03 16:07 UTC (permalink / raw)
  To: yocto

Hi all,

Richard requested a summary of the current issues shown up on the autobuilder, 
here it is:

1. sstate not getting cleared (autobuilder script fix needed - maybe just 
delete the whole sstate-cache dir?)
http://autobuilder.yoctoproject.org:8010/builders/crownbay-
noemgd/builds/27/steps/shell/logs/stdio

2. jasperforest and sugarbay need fixing for tune file changes:
I have a first-pass patch for this, just a matter of fixing up the machine .conf 
files for these two layers.
http://autobuilder.yoctoproject.org:8010/builders/jasperforest/builds/29/steps/shell_10/logs/stdio

3. glibc-utils PREFERRED_PROVIDER clash:
(There's a patch merged in master for this already)
http://autobuilder.yoctoproject.org:8010/builders/nightly-
external/builds/57/steps/shell_6/logs/stdio

4. manifest file missing in sdk build:
http://autobuilder.yoctoproject.org:8010/builders/nightly-external-
toolchain/builds/52/steps/shell_7/logs/stdio

5. libXinerama missing when building gtk+ 
Not sure if this is a result of previous errors?
http://autobuilder.yoctoproject.org:8010/builders/nightly-
internal/builds/50/steps/shell_21/logs/stdio

6. "perl isn't executable!":
http://autobuilder.yoctoproject.org:8010/builders/nightly-
external/builds/60/steps/shell_26/logs/stdio

7. -live images still being built:
Beth was fixing (has fixed?) this. It did bring up an interesting issue in that 
-k makes the build look like it succeeded - have filed bug #1322 for this one.
http://autobuilder.yoctoproject.org:8010/builders/crownbay-
noemgd/builds/27/steps/shell_10/logs/stdio

8. meta-toolchain "/bin/sh" dependency errors:
Richard thinks he knows what's wrong here but is unsure of the fix.
http://autobuilder.yoctoproject.org:8010/builders/nightly-external-
toolchain/builds/55/steps/shell_14/logs/stdio

9. aclocal .m4 file issue (bug #861)
Richard has some potential suggestions, actual fix still needed though.
http://autobuilder.yoctoproject.org:8010/builders/nightly-
external/builds/60/steps/shell_14/logs/stdio

10. beagleboard libzypp failure
Richard has a patch for part of it, would like Mark to look into the rest:
http://bugzilla.pokylinux.org/show_bug.cgi?id=1313

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Autobuilder issue status
  2011-08-03 16:07 Autobuilder issue status Paul Eggleton
@ 2011-08-03 16:29 ` Malcolm Crossley
  2011-08-03 16:57 ` Flanagan, Elizabeth
  2011-08-03 17:03 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Malcolm Crossley @ 2011-08-03 16:29 UTC (permalink / raw)
  To: yocto

On 03/08/2011 17:07, Paul Eggleton wrote:
> Hi all,
>
> Richard requested a summary of the current issues shown up on the autobuilder,
> here it is:
>
> 1. sstate not getting cleared (autobuilder script fix needed - maybe just
> delete the whole sstate-cache dir?)
> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
> noemgd/builds/27/steps/shell/logs/stdio
>
> 2. jasperforest and sugarbay need fixing for tune file changes:
> I have a first-pass patch for this, just a matter of fixing up the machine .conf
> files for these two layers.
> http://autobuilder.yoctoproject.org:8010/builders/jasperforest/builds/29/steps/shell_10/logs/stdio
>
> 3. glibc-utils PREFERRED_PROVIDER clash:
> (There's a patch merged in master for this already)
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> external/builds/57/steps/shell_6/logs/stdio
>
> 4. manifest file missing in sdk build:
> http://autobuilder.yoctoproject.org:8010/builders/nightly-external-
> toolchain/builds/52/steps/shell_7/logs/stdio
>
> 5. libXinerama missing when building gtk+
> Not sure if this is a result of previous errors?
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> internal/builds/50/steps/shell_21/logs/stdio
>
> 6. "perl isn't executable!":
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> external/builds/60/steps/shell_26/logs/stdio
I have seen possibly a similar issue: libxml-parser-perl failing to compile
I tracked it down to two problems:
a) using an sstate mirror results in the rpath that's compiled into the 
native-perl being hardcoded to the full path of whatever built the 
sstate-cache. The means the compiled in rpath is wrong on any other 
machine.

b) perl MakeMaker is using perl.real instead of the wrapper script, this 
results in the PERL5LIB variable not being passed in to perl on 
execution. This in combination with problem A means perl cannot find 
it's libraries.

I would recommend randomising the base directory for autobuilders if 
they are using an sstate mirror, in order to flush out bugs caused by 
problem A.

I cannot figure out how to fix problem B at the moment and I'll be on 
holiday soon. So I thought I'd post about this issue before I go.

>
> 7. -live images still being built:
> Beth was fixing (has fixed?) this. It did bring up an interesting issue in that
> -k makes the build look like it succeeded - have filed bug #1322 for this one.
> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
> noemgd/builds/27/steps/shell_10/logs/stdio
>
> 8. meta-toolchain "/bin/sh" dependency errors:
> Richard thinks he knows what's wrong here but is unsure of the fix.
> http://autobuilder.yoctoproject.org:8010/builders/nightly-external-
> toolchain/builds/55/steps/shell_14/logs/stdio
>
> 9. aclocal .m4 file issue (bug #861)
> Richard has some potential suggestions, actual fix still needed though.
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> external/builds/60/steps/shell_14/logs/stdio
>
> 10. beagleboard libzypp failure
> Richard has a patch for part of it, would like Mark to look into the rest:
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1313
>
> Cheers,
> Paul
>



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

* Re: Autobuilder issue status
  2011-08-03 16:07 Autobuilder issue status Paul Eggleton
  2011-08-03 16:29 ` Malcolm Crossley
@ 2011-08-03 16:57 ` Flanagan, Elizabeth
  2011-08-03 17:26   ` Flanagan, Elizabeth
  2011-08-03 17:03 ` Richard Purdie
  2 siblings, 1 reply; 5+ messages in thread
From: Flanagan, Elizabeth @ 2011-08-03 16:57 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

On Wed, Aug 3, 2011 at 9:07 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> Hi all,
>
> Richard requested a summary of the current issues shown up on the autobuilder,
> here it is:
>
> 1. sstate not getting cleared (autobuilder script fix needed - maybe just
> delete the whole sstate-cache dir?)
> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
> noemgd/builds/27/steps/shell/logs/stdio

I'll look at this today.

> 7. -live images still being built:
> Beth was fixing (has fixed?) this. It did bring up an interesting issue in that
> -k makes the build look like it succeeded - have filed bug #1322 for this one.
> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
> noemgd/builds/27/steps/shell_10/logs/stdio

This is a bug in the current buildbot. make reconfig blows up. I'm
waiting to bring the builder down and back up once our current nightly
is done

> Cheers,
> Paul

Thanks, I'll get this done ASAP
-b


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

* Re: Autobuilder issue status
  2011-08-03 16:07 Autobuilder issue status Paul Eggleton
  2011-08-03 16:29 ` Malcolm Crossley
  2011-08-03 16:57 ` Flanagan, Elizabeth
@ 2011-08-03 17:03 ` Richard Purdie
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-08-03 17:03 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

On Wed, 2011-08-03 at 17:07 +0100, Paul Eggleton wrote:
> Richard requested a summary of the current issues shown up on the autobuilder, 
> here it is:
> 
> 1. sstate not getting cleared (autobuilder script fix needed - maybe just 
> delete the whole sstate-cache dir?)
> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
> noemgd/builds/27/steps/shell/logs/stdio

Beth needs to take a look at that one I suspect.

> 2. jasperforest and sugarbay need fixing for tune file changes:
> I have a first-pass patch for this, just a matter of fixing up the machine .conf 
> files for these two layers.
> http://autobuilder.yoctoproject.org:8010/builders/jasperforest/builds/29/steps/shell_10/logs/stdio

There is a fix in master to clean up the TARGET_ARCH* variables on
x86_64. If we could follow that through into meta-intel it should
resolve much of these kinds of issues.

> 3. glibc-utils PREFERRED_PROVIDER clash:
> (There's a patch merged in master for this already)
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> external/builds/57/steps/shell_6/logs/stdio

Fix should be in master.

> 4. manifest file missing in sdk build:
> http://autobuilder.yoctoproject.org:8010/builders/nightly-external-
> toolchain/builds/52/steps/shell_7/logs/stdio
> 
> 5. libXinerama missing when building gtk+ 
> Not sure if this is a result of previous errors?
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> internal/builds/50/steps/shell_21/logs/stdio
> 
> 6. "perl isn't executable!":
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> external/builds/60/steps/shell_26/logs/stdio

I haven't looked at these three.

> 7. -live images still being built:
> Beth was fixing (has fixed?) this. It did bring up an interesting issue in that 
> -k makes the build look like it succeeded - have filed bug #1322 for this one.
> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
> noemgd/builds/27/steps/shell_10/logs/stdio

Beth should have fixed the AB issue? The bug is a lower priority but
we'll get to that. I merged the change to make atom-pc generate live
images.

> 8. meta-toolchain "/bin/sh" dependency errors:
> Richard thinks he knows what's wrong here but is unsure of the fix.
> http://autobuilder.yoctoproject.org:8010/builders/nightly-external-
> toolchain/builds/55/steps/shell_14/logs/stdio

Fix should be in master.

> 9. aclocal .m4 file issue (bug #861)
> Richard has some potential suggestions, actual fix still needed though.
> http://autobuilder.yoctoproject.org:8010/builders/nightly-
> external/builds/60/steps/shell_14/logs/stdio

Fix should be in master.

> 10. beagleboard libzypp failure
> Richard has a patch for part of it, would like Mark to look into the rest:
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1313

Partial fix in master, waiting on the other part from Mark.

Cheers,

Richard



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

* Re: Autobuilder issue status
  2011-08-03 16:57 ` Flanagan, Elizabeth
@ 2011-08-03 17:26   ` Flanagan, Elizabeth
  0 siblings, 0 replies; 5+ messages in thread
From: Flanagan, Elizabeth @ 2011-08-03 17:26 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

On Wed, Aug 3, 2011 at 9:57 AM, Flanagan, Elizabeth
<elizabeth.flanagan@intel.com> wrote:
> On Wed, Aug 3, 2011 at 9:07 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
>> Hi all,
>>
>> Richard requested a summary of the current issues shown up on the autobuilder,
>> here it is:
>>
>> 1. sstate not getting cleared (autobuilder script fix needed - maybe just
>> delete the whole sstate-cache dir?)
>> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
>> noemgd/builds/27/steps/shell/logs/stdio
>
> I'll look at this today.

Looked at. This is an issue with ARG_MAX on the host. rming the dir
and then doing a mkdir solves it. Which means there is a LOT of files
in sstate-cache and it just recently pushed over the ARG_MAX limit
(like, a few builds ago).

>> 7. -live images still being built:
>> Beth was fixing (has fixed?) this. It did bring up an interesting issue in that
>> -k makes the build look like it succeeded - have filed bug #1322 for this one.
>> http://autobuilder.yoctoproject.org:8010/builders/crownbay-
>> noemgd/builds/27/steps/shell_10/logs/stdio
>
> This is a bug in the current buildbot. make reconfig blows up. I'm
> waiting to bring the builder down and back up once our current nightly
> is done

And fixed.

>> Cheers,
>> Paul
>
> Thanks, I'll get this done ASAP
> -b
>


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

end of thread, other threads:[~2011-08-03 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-03 16:07 Autobuilder issue status Paul Eggleton
2011-08-03 16:29 ` Malcolm Crossley
2011-08-03 16:57 ` Flanagan, Elizabeth
2011-08-03 17:26   ` Flanagan, Elizabeth
2011-08-03 17:03 ` Richard Purdie

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.