On Sat, 2024-10-12 at 18:25 +0200, Alexander Kanavin wrote: > After this merged, seemingly random package_qa errors started > appearing, check sub-fails here: > https://valkyrie.yoctoproject.org/#/builders/29/builds/257 > > File: '/srv/pokybuild/yocto-worker/musl-qemux86/build/meta/classes- > global/insane.bbclass', > lineno: 439, function: package_qa_check_buildpaths > 0435: """ > 0436: import stat > 0437: global cpath > 0438: # Ignore symlinks/devs/fifos > *** 0439: mode = cpath.lstat(path).st_mode > 0440: if stat.S_ISLNK(mode) or stat.S_ISBLK(mode) or > stat.S_ISFIFO(mode) or stat.S_ISCHR(mode) or stat.S_ISSOCK(mode): > 0441: return > 0442: > 0443: tmpdir = bytes(d.getVar('TMPDIR'), encoding="utf-8") > Exception: AttributeError: 'bool' object has no attribute 'st_mode' >
They're not random. I spotted a potential issue and have put a potential fix in master-next. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#205713): https://lists.openembedded.org/g/openembedded-core/message/205713 Mute This Topic: https://lists.openembedded.org/mt/108932135/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
