<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
<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: 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" ?