* numerous "strip command failed" ERRORs in building beagle image
@ 2010-05-14 10:00 Robert P. J. Day
2010-05-14 15:47 ` Scott Garman
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2010-05-14 10:00 UTC (permalink / raw)
To: OpenEmbedded Development mailing list
obviously not fatal since the build kept chugging along, but there
were a number of "ERROR"s of the following form:
NOTE: Running task 3873 of 11130 (ID: 4231,
/home/rpjday/oe/openembedded/recipes/xcb/libpthread-stubs_0.2.bb,
do_patch)
ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comment --remove-section=.note
'/home/rpjday/oe/angstrom-dev/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r75+gitr627293ad28604b22612f9a4a318f64cfab241e22/package/kernel/scripts/pnmtologo''
strip command failed
ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comment --remove-section=.note
'/home/rpjday/oe/angstrom-dev/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r75+gitr627293ad28604b22612f9a4a318f64cfab241e22/package/kernel/scripts/bin2c''
strip command failed
... etc etc ...
normally, i don't care but i typically take anything labelled as an
"ERROR" seriously so if it's genuinely not an error, perhaps it should
be relabelled. (suggested from a position of complete ignorance.)
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: numerous "strip command failed" ERRORs in building beagle image
2010-05-14 10:00 numerous "strip command failed" ERRORs in building beagle image Robert P. J. Day
@ 2010-05-14 15:47 ` Scott Garman
2010-06-04 8:27 ` numerous " strip command failed" " Henri Bragge
0 siblings, 1 reply; 3+ messages in thread
From: Scott Garman @ 2010-05-14 15:47 UTC (permalink / raw)
To: openembedded-devel
On 05/14/2010 03:00 AM, Robert P. J. Day wrote:
>
> obviously not fatal since the build kept chugging along, but there
> were a number of "ERROR"s of the following form:
>
>
> NOTE: Running task 3873 of 11130 (ID: 4231,
> /home/rpjday/oe/openembedded/recipes/xcb/libpthread-stubs_0.2.bb,
> do_patch)
> ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
> --remove-section=.comment --remove-section=.note
> '/home/rpjday/oe/angstrom-dev/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r75+gitr627293ad28604b22612f9a4a318f64cfab241e22/package/kernel/scripts/pnmtologo''
> strip command failed
> ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
> --remove-section=.comment --remove-section=.note
> '/home/rpjday/oe/angstrom-dev/work/beagleboard-angstrom-linux-gnueabi/linux-omap-psp-2.6.32-r75+gitr627293ad28604b22612f9a4a318f64cfab241e22/package/kernel/scripts/bin2c''
> strip command failed
> ... etc etc ...
>
> normally, i don't care but i typically take anything labelled as an
> "ERROR" seriously so if it's genuinely not an error, perhaps it should
> be relabelled. (suggested from a position of complete ignorance.)
This happens in the do_package task of many of the kernel builds. I was
looking into it just the other night as it triggers BuildBot to think
that the build failed (because it sees a non-zero exit status from this
section).
Is it even necessary to stage the kernel scripts/ directory? That's the
final thing happening in the do_install task in kernel.bbclass. Removing
that line would be a one-liner patch fix to this issue.
Scott
--
Scott Garman
sgarman at zenlinux dot com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: numerous " strip command failed" ERRORs in building beagle image
2010-05-14 15:47 ` Scott Garman
@ 2010-06-04 8:27 ` Henri Bragge
0 siblings, 0 replies; 3+ messages in thread
From: Henri Bragge @ 2010-06-04 8:27 UTC (permalink / raw)
To: openembedded-devel
Scott Garman <sgarman <at> zenlinux.com> writes:
> This happens in the do_package task of many of the kernel builds. I was
> looking into it just the other night as it triggers BuildBot to think
> that the build failed (because it sees a non-zero exit status from this
> section).
>
> Is it even necessary to stage the kernel scripts/ directory? That's the
> final thing happening in the do_install task in kernel.bbclass. Removing
> that line would be a one-liner patch fix to this issue.
Has there been, or will there ever be any progress on this? Just asking if I
should work around this on my own build system..
- Henri
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-04 8:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 10:00 numerous "strip command failed" ERRORs in building beagle image Robert P. J. Day
2010-05-14 15:47 ` Scott Garman
2010-06-04 8:27 ` numerous " strip command failed" " Henri Bragge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox