alessioigor has quit [Remote host closed the connection]
<viric>
oh I just found why oe-debuginfod didn't share my objects well...
<viric>
The "reproducible builds" and their fixed timestamps collide with the cache-by-mtime in debuginfod database.
sakoman has quit [Ping timeout: 252 seconds]
sakoman has joined #yocto
ray-san2 has joined #yocto
ray-san has quit [Ping timeout: 248 seconds]
<jdiez>
I can't ping 127.0.0.1 on yocto/poky scarthgap -> `ping: sendto: Network is unreachable`. any clues?
<jdiez>
needed to add DISTRO_FEATURES += "ipv4" :)
Ad0 has quit [Ping timeout: 252 seconds]
Starfoxxes has joined #yocto
luc4 has quit [Quit: Konversation terminated!]
Ad0 has joined #yocto
mckoan_ has joined #yocto
mckoan_ has quit [Client Quit]
rob_w has quit [Remote host closed the connection]
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
leon-anavi has quit [Remote host closed the connection]
michael_e has quit [Quit: Client closed]
<JPEW>
rburton: I didn't have plans to make a bmaptool release, is there something you need in a newer release?
<JPEW>
I was hoping to get it in pypi, but I keep forgetting to follow up on creating an org in pypi
CrazyGecko has quit [Quit: Konversation terminated!]
fullstop has quit [Excess Flood]
fullstop has joined #yocto
xmn has joined #yocto
frieder has quit [Remote host closed the connection]
rob_w has joined #yocto
ray-san2 has quit [Ping timeout: 276 seconds]
goliath has quit [Quit: SIGSEGV]
sarahn has left #yocto [#yocto]
Articulus has quit [Quit: Leaving]
<RP>
JPEW: it was so we could switch YP to a new official version and get the python build changes I think
sakman has joined #yocto
Saur_Home has joined #yocto
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Ping timeout: 248 seconds]
prabhakalad has joined #yocto
jmd has joined #yocto
graudtv has joined #yocto
graudtv has left #yocto [#yocto]
graudtv has joined #yocto
prabhakalad has quit [Ping timeout: 264 seconds]
prabhakalad has joined #yocto
rfuentess has quit [Remote host closed the connection]
graudtv has quit [Client Quit]
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
goliath has joined #yocto
mckoan is now known as mckoan|away
mk3890 has joined #yocto
florian_kc has joined #yocto
mbulut has quit [Ping timeout: 276 seconds]
a1batross has quit [Ping timeout: 252 seconds]
nerdboy has quit [Ping timeout: 260 seconds]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
florian_kc has quit [Ping timeout: 260 seconds]
florian_kc has joined #yocto
sotaoverride has quit [Quit: Lost terminal]
rob_w has quit [Quit: Leaving]
Starfoxxes has quit [Remote host closed the connection]
jmd has quit [Remote host closed the connection]
Ad0 has quit [Ping timeout: 252 seconds]
Ad0 has joined #yocto
berton has quit [Quit: Connection closed for inactivity]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
<smurray>
khem: do you happen to have any fixes for abseil-cpp for gcc 14 that aren't merged yet? I'm testing with F40, and have a python-grpc-io-native dependency, and that's failing in the bowels of its vendored abseil-cpp...
<joekale>
smurray: is the failure a linking failure about missing DSO?
<joekale>
We had seen that in some of my company's private projects. We had to change how we included protobuf in our CMake files. specifically had to add "CONFIG" to the find_package call.
mk3890 has quit [Ping timeout: 252 seconds]
mk3890 has joined #yocto
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #yocto
<khem>
smurray: nothing pending, except few for chromium housed abseil-cpp which are needed for clang-19+
<smurray>
khem: okay, I didn't see a lot of DEPENDS on python-grpc-io-native when I looked around, so I'm probably ahead of the curve. I'll tinker a bit and see if I can untangle the error
<smurray>
khem: I noticed there's also signs of an upcoming abseil-cpp release
goliath has quit [Quit: SIGSEGV]
<khem>
sure if you will be specific w.r.t. error I maybe able to help
khem has quit [Quit: WeeChat 4.3.5]
mk3890 has quit [Ping timeout: 260 seconds]
mk3890 has joined #yocto
dmoseley has joined #yocto
mvlad has quit [Remote host closed the connection]
dmoseley has quit [Read error: Connection reset by peer]
cbrake has joined #yocto
mk3890_ has joined #yocto
khem has joined #yocto
mk3890 has quit [Ping timeout: 252 seconds]
<smurray>
khem: I was misreading the logs wrt python3-grpcio and it was just warnings for abseil-cpp; the actual error is in boringssl, and you took a fix into master for it already. So ideally 5778e32e would be picked back into scarthgap
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
mk3890_ has quit [Remote host closed the connection]
mk3890 has joined #yocto
amitk has quit [Ping timeout: 260 seconds]
florian_kc has quit [Ping timeout: 245 seconds]
mbulut has joined #yocto
nerdboy has quit [Ping timeout: 252 seconds]
ello has joined #yocto
ello has quit [Client Quit]
ello has joined #yocto
jmiehe has joined #yocto
nerdboy has joined #yocto
jmiehe has quit [Quit: jmiehe]
jmiehe has joined #yocto
jmiehe has quit [Quit: jmiehe]
jmiehe has joined #yocto
piwakawaka has joined #yocto
<piwakawaka>
Hi - does anyone know much about the Rust / PyO3 / setuptools-rust situation in Langdale?
<piwakawaka>
I'm running into an issue where my setuptools-rust backend project (maturin doesn't seem to be supported at all in Langdale as far as I can tell) is being built by a slightly modified python_setuptools_build_meta bbclass (I had to port this to my Yocto project and inherit it instead of python_setuptools_build_meta: