LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
manuel__ has quit [Ping timeout: 268 seconds]
rm5248 has quit [Quit: Leaving.]
khem has joined #yocto
florian has quit [Ping timeout: 276 seconds]
mckoan|away has quit [Read error: Connection reset by peer]
mckoan|away has joined #yocto
dmoseley has joined #yocto
dmoseley_ has quit [Ping timeout: 264 seconds]
davidinux has quit [Ping timeout: 256 seconds]
davidinux has joined #yocto
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #yocto
starblue has quit [Ping timeout: 252 seconds]
starblue has joined #yocto
chep` has joined #yocto
chep has quit [Read error: Connection reset by peer]
chep` is now known as chep
chep` has joined #yocto
chep has quit [Ping timeout: 260 seconds]
chep` is now known as chep
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #yocto
dvergatal has quit [Read error: Connection reset by peer]
dvergatal has joined #yocto
Vonter has quit [Ping timeout: 268 seconds]
Chaser has joined #yocto
Chaser has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Chaser has joined #yocto
Chaser has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Chaser has joined #yocto
Starfoxxes has quit [Ping timeout: 260 seconds]
goliath has joined #yocto
Starfoxxes has joined #yocto
florian has joined #yocto
LDericher has quit [Ping timeout: 264 seconds]
LDericher has joined #yocto
Chaser has quit [Read error: Connection reset by peer]
dvergatal has left #yocto [#yocto]
dvergatal has joined #yocto
mischief has quit [Quit: WeeChat 4.1.1]
mischief has joined #yocto
gsalazar has joined #yocto
gsalazar has quit [Read error: Connection reset by peer]
<dvergatal> RP: I can gladly confirm you that patches from here https://bugzilla.yoctoproject.org/show_bug.cgi?id=13419 fixes our issues but there is still an error occuring regarding do_package_setscene: package: useradd command did not succeed.
goliath has quit [Quit: SIGSEGV]
<dvergatal> RP: I was wondering does these fixes are touching do_package_setscene at all or is it rather related to the postinst-useradd-* ?
<JaMa> RP: khem: libcamera was blacklisted due to python-3.12 in https://git.openembedded.org/meta-openembedded/commit/?id=dd402176a6e28df76e4b737cec7d266b5bfbfa06 meta-raspberrypi has similar issue as dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps_git.bb depends on libcamera as well
<RP> JaMa: we should probably add the SKIP_RECIPE there too?
<RP> dvergatal: thanks for the confirmation. Those fixes change ordering/dependencies of the tasks but not the postinsts themselves
rcw has quit [Ping timeout: 256 seconds]
florian has quit [Ping timeout: 260 seconds]
florian has joined #yocto
<dvergatal> RP: n/p yeah I know that they do not touch postinst, we've been discussing it recently and agreed on that that the commit message is wrong:P I was just wondering - as mentioned earlier - if do_package_setscene is related to the postinst-useradd-* ?
<dvergatal> RP: because if it is, than this https://bugzilla.yoctoproject.org/attachment.cgi?id=4972 patch is not sufficient I think...
florian has quit [Ping timeout: 260 seconds]
<RP> dvergatal: do_package_setscene can run thost postinst so yes it is "related" but I still don't know what you mean
<RP> Those patches in attachment 4972 have not merged yet as they're not ready and we don't have working test cases. Whether the patches are complete or not, I don't know
<Xogium> here's probably a dumb question, but I'm trying to picture the size of the yocto dev community in my head and quite unsure
<RP> Xogium: it depends which groups of people you class as "devs" :)
<Xogium> for reference buildroot has 3 regular maintainers, and 2 of them sometimes backports fixes to older releases. The rest of the community is mostly typical users submitting patches here and there
<RP> Xogium: If you look at the authors for git commits in any of our main repositories you'll see there are quite a few regular maintainers
<RP> Xogium: the number of layers (each with an author/maintainer) also gives some idea of scale
<Xogium> yeah commit graphs doesn't work too well with screen reader unfortunately. I wonder if there are other ways to access such stats
<RP> Xogium: https://git.yoctoproject.org/poky/stats/ might help but the forms aren't working for me to change the period/authors listing
<RP> Xogium: we should probably contact helpdesk@yoctoproject.org about that and see if we can fix it
<Xogium> huh, that's cool
<Xogium> might be good to fix it yeah
<dvergatal> RP: yeah because Jan was working on it and he has to fix
<RP> dvergatal: anyone can send or improve patches ;-)
<dvergatal> RP: and what I meant is that it is not sufficent because I'm still getting this error which I mentioned about from time to time
<dvergatal> RP: 16:34 < RP> dvergatal: anyone can send or improve patches ;-) < if someone will handle this earlier, than why not :D
tgamblin has quit [Ping timeout: 252 seconds]
<RP> dvergatal: ok, so what you're actually meaning is that you're still getting some kind of error on some set of backported patches to some previous LTS release ?
<RP> Xogium: I've asked helpdesk about it. With it being the holidays it may take a while
<Xogium> sure, no worries :)
<Xogium> I'm mostly being curious about yocto as a project and how the scale is compared to other things like buildroot or ptxdist
<Xogium> buildroot was fun, but sometimes... It just doesn't cut it, y'know. Plus I figure if I manage to put yocto knowledge on my resume it might look good
<Xogium> like for making an initramfs I had to make two totally different defconfig, one of which required to be built first, or the entire build would fail. Couldn't even build them in parallel
<dvergatal> RP: currently I'm on kikrstone and your patchset from 13419 fixes the issue for me for user add within do_populate_sysroot_setscene but we have in addition this patch from attachement 4972 which was suppoused to fix this useradd within ordering of postinst-useradd-* scripts but still from time to time an error `do_package_setscene: package: useradd command did not succeed` is occuring and it is random now
<dvergatal> RP: in addition I don't have to remove a package from sstate cache now as previously but just restart the build and that's it so that is why I'm thinking that the patch 4972 is not full fix of the issue...
GNUmoon has quit [Ping timeout: 240 seconds]
GNUmoon has joined #yocto
jmiehe has joined #yocto
tgamblin has joined #yocto
manuel__ has joined #yocto
manuel__ has quit [Remote host closed the connection]
manuel1985 has joined #yocto
manuel1985 has quit [Remote host closed the connection]
jmiehe has quit [Quit: jmiehe]
tgamblin has quit [Ping timeout: 256 seconds]
vladest has quit [Remote host closed the connection]
GNUmoon2 has joined #yocto
GNUmoon has quit [Remote host closed the connection]
kanavin has joined #yocto
brrm has quit [Ping timeout: 240 seconds]
brrm has joined #yocto
<dvergatal> RP: btw. great news regarding ACLs, today has happend an update for tar 1.35 in source repositories of ubuntu so we can probably expect changes in the days to come I hope
vladest has joined #yocto
alperak has joined #yocto
tgamblin has joined #yocto
tgamblin has quit [Ping timeout: 256 seconds]
sakman has quit [Ping timeout: 246 seconds]
florian has joined #yocto
tgamblin has joined #yocto
tgamblin_ has joined #yocto
tgamblin has quit [Ping timeout: 268 seconds]
sakman has joined #yocto
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
florian has quit [Ping timeout: 276 seconds]
tgamblin_ is now known as tgamblin
<khem> RP: JaMa yeah sadly I should have held back on some of the python3.12 patches for things like libcamera and maybe even polkit, its trying to chew too much, anyhow I have fixed the libcamera issue and reverted the patch excluding it from parsing
<khem> I have a habit of unnessarily generating work for myself
<khem> RP: the issue with uid/gid mismatch is quite reproducible
<khem> using ipk backend and doing bitbake core-image-ptest-quilt will reproduce it as a ptest failure
<khem> the reason is that its expecting directories to have ptest gid as writable but its using a different gid in image and hence cant write to the ptest directory and test fails
<khem> this is recent regression AFAICT
Thorn has joined #yocto
sakman has quit [Ping timeout: 264 seconds]
sakman has joined #yocto
<RP> khem: thanks for sorting libcamera. For the uid/gid issue we should probably open a bug. A reproducible issue would make a nice change!
<RP> dvergatal: ok, thanks, that explains things a bit more. I wonder if there is any more info in the logs anywhere about why the useradd is failing sometimes
<RP> I can believe there are more gremlins in there :/
<RP> Xogium: Yocto Project is used by quite a large variety of companies so it does work at a larger scale to some other projects. It has a lot of useful features for commercial usage but that also means it is a bit more complex too...
<dvergatal> RP: u're welcome, I dunno the only logs I've seen are in log.do_package_setscene and there is nothing only that the useradd command has failed due to wrong order
<dvergatal> RP: yeah i suppouse there are, but we are closer to fix it than before :)
<dvergatal> RP: btw. do you want me to write on bugzilla my conclusions?
florian has joined #yocto
zkrx has quit []
zkrx has joined #yocto
zkrx has quit [Ping timeout: 260 seconds]
vladest has quit [Remote host closed the connection]
goliath has joined #yocto
<RP> dvergatal: adding the info shouldn't hurt...
<dvergatal> RP: :P
vladest has joined #yocto
<dvergatal> RP: your comment made my laugh :D
alperak has quit [Quit: Client closed]
pidge has quit [Remote host closed the connection]
<Xogium> RP: makes sense :)
sakman has quit [Ping timeout: 264 seconds]
zkrx has joined #yocto
prabhakarlad has joined #yocto