[Bug 4482] task that only seemingly succeeded
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Tue Aug 5 07:02:09 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=4482
--- Comment #1 from Jeremy Lainé <jeremy.laine at bolloretelecom.eu> 2008-08-05 09:02:09 ---
Could you please provide the log of how the build ended?
The succeeded/failed status for a build is determined by this piece of code
from oestats-client.bbclass:
elif getName(e) == 'BuildCompleted':
oestats_stop(server, e.data, e.getFailures())
If e.getFailures() is greater than 0, we fail, otherwise we succeed.
I am pretty confident the problem you describe is a bitbake bug, that not all
error paths set this flag correctly..
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list