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
drkhsh has quit [Quit: WeeChat 4.4.2]
xmn has quit [Quit: ZZZzzz…]
drkhsh has joined #yocto
xmn has joined #yocto
warthog9 has quit [Ping timeout: 244 seconds]
ablu has quit [Ping timeout: 265 seconds]
ablu has joined #yocto
jclsn has quit [Ping timeout: 276 seconds]
warthog9 has joined #yocto
jclsn has joined #yocto
Vonter has quit [Ping timeout: 265 seconds]
bhstalel has quit [Quit: Ping timeout (120 seconds)]
Vonter has joined #yocto
Vonter has quit [Client Quit]
Vonter has joined #yocto
Vonter has quit [Client Quit]
Vonter has joined #yocto
steelswords94 has quit [Read error: Connection reset by peer]
steelswords94 has joined #yocto
goliath has joined #yocto
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
leon-anavi has joined #yocto
mbulut has joined #yocto
florian has joined #yocto
florian_kc has joined #yocto
florian has quit [Ping timeout: 245 seconds]
luc4 has joined #yocto
mckoan|away is now known as mckoan
<mckoan> good morning
<leon-anavi> mckoan, morning! how are you?
luc4 has quit [Ping timeout: 265 seconds]
aduskett has joined #yocto
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sng has joined #yocto
Kubu_work has joined #yocto
rfuentess has joined #yocto
florian_kc is now known as florian
xmn has quit [Ping timeout: 276 seconds]
frieder has joined #yocto
<LetoThe2nd> yo dudX
<mckoan> leon-anavi: hey, I'm fine and you?
<mckoan> LetoThe2nd: hello :-)
<leon-anavi> so-so, relatively good considering it is Monday morning ;)
rob_w has joined #yocto
<mckoan> leon-anavi: exactly ;-)
<leon-anavi> :)
druppy has joined #yocto
frieder has quit [Ping timeout: 252 seconds]
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
frieder has joined #yocto
Bardon has quit [Ping timeout: 255 seconds]
chep has quit [Read error: Connection reset by peer]
chep` has joined #yocto
chep` is now known as chep
chep has quit [Client Quit]
chep has joined #yocto
druppy has quit [Ping timeout: 252 seconds]
bhstalel has joined #yocto
MrTatillon has joined #yocto
wooosaiiii has quit [Ping timeout: 272 seconds]
wooosaiiii has joined #yocto
Bardon has joined #yocto
mvlad has joined #yocto
florian has quit [Ping timeout: 245 seconds]
florian has joined #yocto
florian has quit [Ping timeout: 248 seconds]
amitk has joined #yocto
Saur_Home62 has quit [Quit: Client closed]
Saur_Home62 has joined #yocto
florian has joined #yocto
mckoan is now known as mckoan|away
florian has quit [Ping timeout: 276 seconds]
<rburton> kanavin: i'm surprised the ptests pass for py313 on armv5 as its not just the mimallo that uses that instruction, but the object code itself
<kanavin> rburton, did you test them?
<kanavin> the ptests?
<rburton> kanavin: nope, i was away all friday
<kanavin> because AB doesn't do it
<rburton> i assumed thats how you found the crash
<kanavin> rburton, no, it was found via runtime python test which only does rot13 on Hello World string
<kanavin> and that does pass
<kanavin> after the fix
<rburton> hm curious
<kanavin> rburton, the bug looks ok though, if mrc isn't being hit now, it may be hit later on with further code changes
alcroito has left #yocto [#yocto]
<kanavin> better to eliminate it completely from the binary
<rburton> right
<kanavin> rburton, perhaps you could create a pull request as well? Otherwise we'll be waiting weeks if not more for someone to make a decision, but with a pr things will move quicker.
<kanavin> Even if you're not sure which option is better, just pick one.
<rburton> kanavin: i've copied in our resident-at-arm python maintainer so i'll see what he suggests
<rburton> i'd have to get approval from him to push a MR anyway thanks to legal process so there's no change to timeline :)
Saur_Home6 has joined #yocto
Saur_Home62 has quit [Ping timeout: 256 seconds]
DharmeshRobertBo has joined #yocto
<DharmeshRobertBo> I am facing issue when upgrade package Bind V9.11.37 to V9.18.24 in Dunfell Yocto.
<DharmeshRobertBo> error MSG: Dhcp isc/boolean.h not a file or directory.
<DharmeshRobertBo> please help to resolve this error.
<JaMa> DharmeshRobertBo: Dunfell is out of support
<DharmeshRobertBo> | In file included from ../includes/dhcpd.h:91,
<DharmeshRobertBo> | from dhcp4o6.c:28:
<DharmeshRobertBo> | ../includes/omapip/isclib.h:51:10: fatal error: isc/boolean.h: No such file or directory
<DharmeshRobertBo> | 51 | #include <isc/boolean.h>
<rburton> you'll have to debug where that file should be and why it isn't there, or where it is and why the build isn't looking there. If you're doing the upgrade we don't have the files that you have.
<DharmeshRobertBo> Tried multiple scenario to resolve the errors, like adding files manually but then there are other dependency files, then it is dhcp related errors facing,
<DharmeshRobertBo> $ bitbake bind
<DharmeshRobertBo> this is compiled success but when $bitbake core-image-minimal that time it getting failure with dhcp other macro/ typedef missing like that.
<kanavin> then you need to update dhcp as well
<kanavin> or better, just update to kirkstone or scarthgap
<DharmeshRobertBo> Tried with dhcp V4.4.2 to V4.4.3 Scarthgap also but same errors.
<kanavin> backporting to old yocto is unpredictable and difficult at the same time
DharmeshRobertBo is now known as Dharmesh1234
florian has joined #yocto
Dharmesh1234 has quit [Quit: Client closed]
<MrTatillon> Hi,
<MrTatillon> I'm stacking my problems with shared-mime-info-native build.
<MrTatillon> (host: OpenSUSE Leap 15.4; poky: Scarthgap)
<MrTatillon> Previously @rburton told me:
<MrTatillon>   ”
<MrTatillon> looks like you need more c++ headers on the host
<MrTatillon> the file system is part of libstdc++
<MrTatillon>   ”
<MrTatillon> I installed libstdc++33, but no better
<MrTatillon> My Zypper can't update gcc-c++
<MrTatillon> ChatGPT told me “This means that your version of the GNU C library (glibc) is obsolete” but Zypper told me I was up to date.
<MrTatillon> I don't understand why it's so complicated to build with an officially supported distribution?
<MrTatillon> Do you know what other distribution I could use to have fewer compilation problems?
<MrTatillon> Translated with DeepL.com (free version)
<rburton> MrTatillon: did you do as the docs say and ran "sudo zypper install python gcc gcc-c++ git chrpath make wget python-xml diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip python3-pexpect xz which python3-Jinja2 rpcgen zstd lz4 bzip2 gzip hostname libacl1"
<rburton> also i see the autobuilder configuration uses buildtools, so possibly the docs are out of date. run install-buildtools and then activate the buildtools environment first.
rm5248 has joined #yocto
<rm5248> hello, I'm upgrading a Yocto project of mine(Kirkstone->Scarthgap) and it's failing when doing the sysroot native. Python3 has a problem with: ModuleNotFoundError: No module named 'imp'. Has anybody seen this before?
<MrTatillon> rburton yes I did
<MrTatillon> Ok, I will look at run install-buildtools
<rburton> rm5248: sounds like your host distro is too new, can you paste more of the log? this is probably fixed already
Saur_Home6 has quit [Quit: Client closed]
Saur_Home6 has joined #yocto
<rm5248> I'm using Debian 12 which worked fine with kirkstone, I'd be surprised if that is too new
<rburton> dnf will be running in our native python, which is newer. but that suggests that your dnf is not the one we ship, as that works
<rm5248> that sounds correct, it feels like there is a caching issue someplace but I'm not sure where. I did try cleaning the dnf recipe
<rburton> delete tmp, try again. the sensible thing to do would be a fresh clone of poky on the right branch, clean build dir, no other configuration, just build an image (which uses dnf by default). if that works you know the problem is with you, not yocto itself.
<rm5248> alright, I'll try that.
<MrTatillon> rburton I do:
<MrTatillon> 1. $ install-buildtools
<MrTatillon> 2. $ . ../poky/buildtools/environment-setup-x86_64-pokysdk-linux
<MrTatillon> 3. $ bitbake shared-mime-info-native
<MrTatillon> And the same error appears, is this what I should have done?
<MrTatillon> ERROR: shared-mime-info-native-2.4-r0 do_compile: ExecutionError('/home/aquassay/yocto/rpi-lite/scarthgap/build/tmp/work/x86_64-linux/shared-mime-info-native/2.4/temp/run.do_compile.15357', 1, None, None)
<MrTatillon> ERROR: Logfile of failure stored in: /home/aquassay/yocto/rpi-lite/scarthgap/build/tmp/work/x86_64-linux/shared-mime-info-native/2.4/temp/log.do_compile.15357
<MrTatillon> Log data follows:
<MrTatillon> | DEBUG: Executing shell function do_compile
<MrTatillon> | [1/4] g++ -Isrc/update-mime-database.p -Isrc ...
<MrTatillon> | FAILED: src/update-mime-database.p/update-mime-database.cpp.o
<MrTatillon> | g++ -Isrc/update-mime-database.p -Isrc ...
<MrTatillon> | ../git/src/update-mime-database.cpp:25:10: fatal error: filesystem: No such file or directory
<MrTatillon> |  #include <filesystem>
<MrTatillon> |           ^~~~~~~~~~~~
<MrTatillon> | compilation terminated.
<MrTatillon> | [2/4] gcc -Isrc/tree-magic.p -Isrc ...
<MrTatillon> | ninja: build stopped: subcommand failed.
<svuorela> looks like an ancient g++/c++ standard library setting ?
<rburton> MrTatillon: try deleting tmp/ and rerunning bitbake in case it cached a path somewhere
xmn has joined #yocto
rob_w has quit [Remote host closed the connection]
florian has quit [Ping timeout: 276 seconds]
goliath has quit [Quit: SIGSEGV]
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
sofsal has joined #yocto
<sofsal> HI. I'm trying to use systemd-nspawn containers in my yocto image. I haven't been able to make it work, so I was wondering if anyone knows of a course or a person who can help
<sofsal> I'll appreciate any recommendations
mbulut has quit [Ping timeout: 244 seconds]
<rburton> sofsal: can you expand on 'make it work'
ello has quit [Ping timeout: 260 seconds]
ello has joined #yocto
<MrTatillon> rburton I did :
<MrTatillon> 1. $ bitbake -c cleansstate opwee-rpi
<MrTatillon> 2. $ sudo rm -r tmp/*
<MrTatillon> 3. $ sudo rm -r ../sstate-cache/*
<MrTatillon> 4. $ bitbake shared-mime-info-native
<MrTatillon> And the compilation is done !! I will try with my complete image and see if it works
<MrTatillon> If it works, does it mean I have to source buildtools instead of oe-init-build-env ?
<rburton> you need to do both
<MrTatillon> oki, thanks a lot
<sofsal> rburton: when i try to run the containe "start" it gives me an error that the conatiner service could not be found
florian has joined #yocto
goliath has joined #yocto
<rber|res> I'm trying to build rust syscalls on styhead for arm32 and get https://pastebin.com/Dcc3WGGb
<rber|res> error: cannot use register `r7`: the frame pointer (r7) cannot be used as an operand for inline asm
MrTatillon has quit [Ping timeout: 256 seconds]
alejandrohs has joined #yocto
frieder has quit [Remote host closed the connection]
<rm5248> Hmm.... I cleaned my tmp dir but I still have problems with dnf. My CI machine(running ubuntu, not debian) is also failing with the same problem.
<rburton> rm5248: did you try with a pristine poky?
<rm5248> Not yet, let me try that.
<rm5248> I'll also try a full clean build tonight to see if that fixes anything.
rfuentess has quit [Remote host closed the connection]
zpfvo has joined #yocto
zpfvo has quit [Client Quit]
mjm has joined #yocto
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
sotaoverride has quit [Remote host closed the connection]
leon-anavi has quit [Quit: Leaving]
Saur_Home6 has quit [Quit: Client closed]
Saur_Home6 has joined #yocto
Saur_Home37 has joined #yocto
bhstalel has quit [Quit: Client closed]
Saur_Home6 has quit [Ping timeout: 256 seconds]
<kanavin> rburton, I'd rather skim the slides
florian has quit [Quit: Ex-Chat]
aduskett has quit [Quit: Konversation terminated!]
<khem> rber|res:are you passing right flags to compiler to it builds for 1. correct ABI 2. Uses PIC/PIE
sofsal has quit [Quit: Client closed]
sofsal has joined #yocto
<khem> r7 is framepointer on arm 32bit ABI can not be clobbered without permission
<rber|res> @khem: I am trying to build something which has syscalls as a dependency and the problem is syscalls - https://github.com/jasonwhite/syscalls
<rber|res> You mean I will need to patch it?
<rburton> kanavin: lots of content that isn't in the slides to be honest
<khem> rber|res:yes, and perhaps its using thumb1 ISA, what is your target machine ?
<rber|res> armv7athf-neon
<khem> ok that seems better, I do see its using t2 atleast
<rber|res> I'll see if I can patch the syscalls crate somehow and get it to compile stand alone
<khem> try with armv7ahf-neon
<khem> are you at the latest crate release for it ?
<rber|res> yep
<rber|res> rust-1.79.0 and syscalls_0.6.18
<rber|res> here https://crates.io/crates/syscalls it says it also has arm thumb support
<khem> yes it does. another common glitch OE stuff falls into is our tuples are not same as rust or llvm's understanding, e.g.ull compiler cmdline for specifying ABI
<khem> they deduce it from triplet/tuple
<khem> so it might be using arm-poky-linux-gnueabi and deciding its a 32bit soft-float ARM ABI without thumb support
<rber|res> hmm
<khem> so look into build.rs for such logic
<khem> OE differs from rest of linux distros on this
<rber|res> I guess I could try to hack this
<khem> yeah
khem has quit [Quit: WeeChat 4.4.2]
khem has joined #yocto
PhoenixMage has quit [Ping timeout: 260 seconds]
<rber|res> I am waiting for a build to finish and will give it a try - thanks
PhoenixMage has joined #yocto
sofsal has quit [Quit: Client closed]
florian has joined #yocto
<rber|res> Hardcoded it builds, but I am trying to find out the tuple to compare against
Saur_Home91 has joined #yocto
Saur_Home37 has quit [Ping timeout: 256 seconds]
tangofoxtrot has quit [Ping timeout: 246 seconds]
tangofoxtrot has joined #yocto
_lore_ has quit [Ping timeout: 272 seconds]
_lore_ has joined #yocto
<khem> thumb*-*-gnueabihf
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
<rber|res> armv7-resy-linux-gnueabihf seems to be a winner
<derRichard> i'm a bit confused by meta-freescale (scarthgap), what is supposed to provide virtual/libgbm when mainline-bsp is used?
Saur_Home91 has quit [Quit: Client closed]
Saur_Home91 has joined #yocto
<rber|res> @khem I guess I will need to patch in my other recipe, where syscalls is a dependency the same thing again and DEPENDS or so does not really work
<rber|res> also I had to use some NOLOCK trick to get it to compile, since it wants to update Cargo.lock
Saur_Home75 has joined #yocto
Saur_Home91 has quit [Ping timeout: 256 seconds]
Kubu_work has quit [Quit: Leaving.]
<derRichard> note to myself: add opengl to distro features, mesa seems to provide all of that :D
jmiehe has joined #yocto
jmiehe has quit [Quit: jmiehe]
Saur_Home39 has joined #yocto
mvlad has quit [Remote host closed the connection]
Saur_Home75 has quit [Ping timeout: 256 seconds]
Vonter has quit [Ping timeout: 252 seconds]
<rber|res> Hmm syscalls builds now, but I would like to build lurk-cli and this seems to be more tricky
Vonter has joined #yocto
olani- has joined #yocto
olani- has quit [Ping timeout: 276 seconds]
<rber|res> lurk-cli does not seem to support arm32 syscalls ;) https://github.com/JakWai01/lurk/tree/main/src/arch
olani- has joined #yocto
amitk_ has joined #yocto
mbulut has joined #yocto
amitk has quit [Ping timeout: 248 seconds]
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
olani- has quit [Ping timeout: 252 seconds]
Wouter01002 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01002 has joined #yocto
florian has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
olani- has joined #yocto
KanjiMonster has quit [Ping timeout: 245 seconds]
olani- has quit [Ping timeout: 264 seconds]
KanjiMonster has joined #yocto
nerdboy has quit [Ping timeout: 265 seconds]
mbulut has quit [Ping timeout: 244 seconds]
nerdboy has joined #yocto