On Sun, 2021-01-31 at 10:55 +0100, Martin Jansa wrote: > On Sun, Jan 31, 2021 at 09:07:50AM +0000, Richard Purdie wrote: > > On Sat, 2021-01-30 at 17:15 +0100, Martin Jansa wrote: > > > I'm asking because meta-python2 has the same issue in: > > > https://git.openembedded.org/meta-python2/tree/recipes-devtools/python/python-setuptools.inc#n49 > > > > > > and my fix I was planing to send was to replace it with: > > > RDEPENDS_${PN}_append_class-target = " ${PYTHON_PN}-pkg-resources" > > > and drop the RPROVIDES, because it unfortunately causes bitbake to > > > get stuck after reporting parsing error as: > > > > > > ERROR: meta-python2/recipes-devtools/python/python- > > > setuptools_42.0.2.bb: QA Issue: meta-python2/recipes- > > > devtools/python/python-setuptools_42.0.2.bb: Variable RPROVIDES is > > > set as not being package specific, please fix this. [pkgvarcheck] > > > ERROR: meta-python2/recipes-devtools/python/python- > > > setuptools_42.0.2.bb: Fatal QA errors found, failing task. > > > ERROR: Failed to parse recipe: meta-python2/recipes- > > > devtools/python/python-setuptools_42.0.2.bb > > > > Are you saying that it does that with the RPROVIDES removed? That seems > > odd :/ > > No, this was before removing RPROVIDES in meta-python2, I was just > surprised that bitbake got stuck after reporting parsing failure, I'm > seeing bitbake getting stuck in dunfell builds quite often, but don't > remember seeing it with gatesgarth and newer (and was believing that you > have already fixed most if not all cases there). But it's also true that > our jenkins runs 1000x more builds based on dunfell, so it's much more > likely to happen there.
Its the first time I've heard a report of that and it sounds a little worrying. What you say stuck, bitbake hangs? Is it using cpu? A process tree of what it looks like when stuck would be interesting if it is hanging and maybe the last things in any running or just finished task logs. It could be some issue with the way a failing task is handled? We've seen a lot of weird issues on the autobuilder but not that. Could you have something enabled in your setup for logging/reporting whch wouldn't be in ours and could be causing it? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#147485): https://lists.openembedded.org/g/openembedded-core/message/147485 Mute This Topic: https://lists.openembedded.org/mt/80162703/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
