flom84 has quit [Remote host closed the connection]
flom84 has joined #yocto
Vonter has quit [Ping timeout: 255 seconds]
Danct12 has joined #yocto
Vonter has joined #yocto
Danct12 has quit [Read error: Connection reset by peer]
l3s8g has joined #yocto
flom84 has quit [Remote host closed the connection]
Danct12 has joined #yocto
Starfoxxes has joined #yocto
Danct12 has quit [Read error: Connection reset by peer]
Bardon has joined #yocto
Bardon_ has quit [Ping timeout: 244 seconds]
l3s8g has quit [Ping timeout: 244 seconds]
flom84 has joined #yocto
Danct12 has joined #yocto
ptsneves has joined #yocto
flom84 has quit [Remote host closed the connection]
flom__84__ has joined #yocto
nedko has quit [Remote host closed the connection]
alessioigor has quit [Quit: alessioigor]
Marian53 has quit [Quit: Client closed]
alessioigor has joined #yocto
flom__84__ has quit [Ping timeout: 248 seconds]
flom84 has joined #yocto
flom84 has quit [Remote host closed the connection]
flom84 has joined #yocto
davidinux has quit [Ping timeout: 258 seconds]
davidinux has joined #yocto
flom84 has quit [Ping timeout: 246 seconds]
zeddii has quit [Server closed connection]
zeddii has joined #yocto
goliath has joined #yocto
vladest has quit [Ping timeout: 240 seconds]
l3s8g has joined #yocto
ptsneves has quit [Quit: ptsneves]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
flom84 has joined #yocto
iokill_ has quit [Server closed connection]
iokill has joined #yocto
flom84 has quit [Quit: Leaving]
ptsneves has joined #yocto
joeythesaint has quit [Server closed connection]
joeythesaint has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
ptsneves has quit [Read error: Connection reset by peer]
ptsneves has joined #yocto
ptsneves has quit [Client Quit]
ptsneves1 has joined #yocto
ptsneves1 is now known as ptsneves
<RP>
JaMa: I'm just catching up on things. I had a look at that handle_runtask bactrace from bitbake-worker. It is almost certainly a bitbake-worker from the from version of bitbake as we changed the list to a dict. I suspect your overwriting theory
<RP>
s/the from/the wrong/
<JaMa>
thanks for looking into this, I've found one possible cause of metadata being changed, so indeed out jenkins build setup script can no longer be trusted :(
<JaMa>
RP: for qemu-8.1 issue I've mentioned on Friday I've found the root cause to be https://github.com/qemu/qemu/commit/c42e77a90d9244c8caf76fe0e54f84200430a4e1 but didn't want to just revert this, so I've tried to switch our ubuntu-18.04 builders to use buildtools-extended instead of regular buildtools (to get newer libc with MAP_FIXED_NOREPLACE) - that worked for qemu-native but broke gdk-pixbuf-native (because
<JaMa>
of older seccomp2 on our host - https://github.com/moby/moby/issues/43595) and after patching glib-2.0-native to avoid close_range in spawn I still get couple new failures in world build, so maybe having local patch for qemu-native would be less invasive :)
<JaMa>
FWIW: meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb is now failing with "error: conflicting types for 'intmax_t'; have 'long int'"
<JaMa>
lib32-meta-oe/recipes-devtools/luajit/luajit_git.bb and our lib32-ntllib with "x86_64-pokysdk-linux/usr/include/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory"
<JaMa>
both passing -m32 to native build when target is 32bit (because it needs to match similarly as mksnapshot in nodejs and chromium)
<JaMa>
will check if we can avoid these somehow (as you probably wouldn't like to provide multilib enabled buildtools-extra-extended with lib32-glibc included)
Danct12 has quit [Remote host closed the connection]
vladest has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 248 seconds]
ptsneves1 is now known as ptsneves
Danct12 has joined #yocto
xmn has joined #yocto
Kubu_work has joined #yocto
tprrt_ has quit [Server closed connection]
tprrt has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
slimak has joined #yocto
ptsneves1 has joined #yocto
<RP>
JaMa: I really don't want to have multilib buildtools!