ChanServ changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2021.11) Nov 30 - Dec 2, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec
bps2 has joined #yocto
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
camus has joined #yocto
Wouter0100 has quit [Read error: Connection reset by peer]
Wouter0100 has joined #yocto
camus has quit [Ping timeout: 245 seconds]
sgw has joined #yocto
_wmills has quit [Quit: Leaving]
wmills has joined #yocto
sakoman has quit [Quit: Leaving.]
camus has joined #yocto
camus has quit [Quit: camus]
dtometzki has joined #yocto
behanw has quit [Quit: Connection closed for inactivity]
vermaete has joined #yocto
<vermaete> Is there a kind of policy not to have a versioned and a git bb file anymore of the same recipe?
<vermaete> I thought that this happened more in the past.
<vermaete> Now, I don't see this so often anymore.
vermaete has quit [Quit: Client closed]
zpfvo has joined #yocto
<manuel__> `bitbake -e libsdl2-native` fails with
<manuel__> File "/home/manuel/bora-proj/poky/bitbake/lib/bb/event.py", line 133, in print_ui_queue
<manuel__> sys.stdout.flush()
<manuel__> BrokenPipeError: [Errno 32] Broken pipe
<manuel__> Is there a known bug or is it on my machine?
<manuel__> Am on dunfell branch tip from Oct 14th.
camus has joined #yocto
florian has joined #yocto
zpfvo has quit [Ping timeout: 264 seconds]
zpfvo has joined #yocto
zyga-mbp has joined #yocto
florian has quit [Ping timeout: 264 seconds]
manuel1985 has joined #yocto
camus has quit [Ping timeout: 260 seconds]
camus has joined #yocto
zyga-mbp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bps2 has quit [Ping timeout: 260 seconds]
camus has quit [Ping timeout: 260 seconds]
bps2 has joined #yocto
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
camus has joined #yocto
zpfvo has quit [Ping timeout: 265 seconds]
zpfvo has joined #yocto
davidinux has quit [Quit: WeeChat 2.8]
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
zyga-mbp has joined #yocto
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
camus has quit [Quit: camus]
<RP> manuel__: are you piping the bitbake output to some other process?
zpfvo has quit [Quit: Leaving.]
Wouter0100 has quit [Remote host closed the connection]
Wouter0100 has joined #yocto
zyga-mbp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
florian has joined #yocto
tantrum has joined #yocto
davidinux has joined #yocto
bps2 has quit [Ping timeout: 260 seconds]
florian has quit [Ping timeout: 264 seconds]
florian has joined #yocto
florian_kc has joined #yocto
florian has quit [Read error: Connection reset by peer]
florian__ has joined #yocto
florian_kc has quit [Ping timeout: 264 seconds]
kriive has quit [Remote host closed the connection]
jp has joined #yocto
jp has quit [Client Quit]
jp has joined #yocto
jp has quit [Client Quit]
<JaMa> RP: looks like that libfortran patch was useful, now I see cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libgfortran/11.2.0-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/../../libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/11.2.0/ld: error: .libs/libgfortran.so.5.0.0 uses VFP register arguments, .libs/_tan_r8.o does not
<RP> JaMa: hmm, right. I wonder what I need to reproduce that. We need to better document what these patches are doing then we might stand a better chance of getting them upstream
<RP> JaMa: can you check the compile log and see if it was using gfortran from somewhere instead of XXX-gfortran ?
<JaMa> in my case it was vfp=hard from raspberrypi4 tune
<RP> or vice versa I guess
<JaMa> the build is already gone from tmpfs, will check if nodistro build with rpi4 and fortran enabled reproduces this as well
<RP> JaMa: Do have the machine/tune options needed for that just to save me guessing how you're doing it incorrectly? :)
<RP> JaMa: I suspect the real issue is some flags are going missing somewhere rather than the compiler being used
florian__ has quit [Ping timeout: 260 seconds]
<agherzan> JaMa that was always the case for rpi
<JaMa> agherzan: yes, but it was building libgfortran fine until today
<agherzan> That is strange...
<JaMa> and it's reproducible with nodistro as well
<JaMa> with FORTRAN:forcevariable = ",fortran" in local.conf
<agherzan> Does the patch fix the build on RPI?
goliath has quit [Quit: SIGSEGV]
<RP> agherzan: appears so
<agherzan> That is also unexpected. Looking at the patch again.
paulg has quit [Remote host closed the connection]
<RP> JaMa: I powered up the build machine and set a build away. Not sure I'll get to it today but at least there should be something ready to look at
<agherzan> Can you check the GFORTAN variable when it breaks and when it succeeds? JaMa
<JaMa> reverting the oe-core commit which removed the patch allows to build libfortran again
* RP thought removing that patch might find an issue but we need to figure out the circumstances it breaks in
<RP> then at least we can better document it
<JaMa> well, I'm the one doing it incorrectly, so I'll use my spare CPU cycles back to autonomous cars
<RP> JaMa: "incorrectly"?
<RP> JaMa: oh, the commit message
<JaMa> 17:01 < RP> JaMa: Do have the machine/tune options needed for that just to save me guessing how you're doing it incorrectly? :)
<RP> JaMa: I meant I'd guess incorrectly, not that you are doing it that way
<RP> that was badly worded, sorry
<JaMa> ah, no problem, I'm just sick and in bad mood
<RP> JaMa: hope you feel better soon!
<RP> FWIW it is losing the CFLAGS somewhere along the way. Why changing that variable does this, not sure
xmn has quit [Quit: ZZZzzz…]
xmn has joined #yocto
<agherzan> I also agree that removing the patch is not a bad idea. We should just fix passing the right GFORTAN. This seems to have an impact on CFLAGS somehow. Which is mysterious.
<RP> agherzan, JaMa: Just confirmed http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=517418791fc2aea673cdc7c2d6a0962866bc0e60 makes it build again
<RP> agherzan: the environment sets FC and that patch allowed FC to make it to the build. Instead we can pass it though GFORTRAN (FC has the flags we're missing)
<agherzan> Right. Nice.
<agherzan> JaMa get well soon.
<JaMa> RP: agherzan: thanks
sakoman has joined #yocto
goliath has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
<marex> hmmm, weston no longer starts in dunfell after e0cb0077e2 ("weston: Use systemd notify,")
<marex> or rather, it does start and runs for a bit ... and then is zap'd by systemd it seems
<marex> as if the notification(?) didn't work somehow
<marex> Just removing this part from weston@.service file is enough to "fix"^W"workaround" it
<marex> +Type=notify
<marex> +NotifyAccess=all
<manuel__> RP: Initially, yes, I was piping it to less, but then the problem showed also when not piping the output into somewhere.
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
goliath has quit [Quit: SIGSEGV]
rsalveti has quit [Quit: Connection closed for inactivity]
curious457 has joined #yocto
goliath has joined #yocto
bps2 has joined #yocto
<JaMa> anyone else seeing ca-certificates do_fetch failures with latest honister?
<dvorkindmitry> I am building image X for target T. I need to build image Y for target t too at the same time. Is it corrct to write this like: do_install[mcdepends] += "mc:T:t:X:do_image_complete" ?
prabhakarlad has joined #yocto
bps2 has quit [Ping timeout: 260 seconds]
florian__ has joined #yocto
florian__ has quit [Ping timeout: 264 seconds]
florian__ has joined #yocto