<embetrix>
Loaded 4131 entries from dependency cache.
<embetrix>
NOTE: Resolving any missing task queue dependencies
<embetrix>
ERROR: Nothing PROVIDES 'libquadmath' (but ../layers/meta-openembedded/meta-oe/recipes-devtools/lapack/lapack_3.10.0.bb DEPENDS on or otherwise requires it). Close matches:
<embetrix>
gcc-runtime RPROVIDES libquadmath
<embetrix>
ERROR: Required build target 'lapack' has no buildable providers.
<embetrix>
Missing or unbuildable dependency chain was: ['lapack', 'libquadmath']
<rburton>
embetrix: i don't see a DEPENDS on libquadmath in the lapack recipe here
<rburton>
did you add that?
Danct12 has quit [Quit: WeeChat 4.1.0]
<embetrix>
rburton : you are right I added myself :-( I reverted the change, the libquadmath does not seems to be supported anymore maybe ?
<rburton>
its part of gcc, not a standalone recipe
<rburton>
DEPENDS is _recipes_
<vmeson>
embetrix: we build lapack as well and have a template for it in repo above, let me fire off a build since I should fix some buildpath contamination for FORTRAN anyway. Back later.
<embetrix>
thanks !
<vmeson>
embetrix: what branch are you using?
<embetrix>
kirkstone
<vmeson>
hmm, we only added support in mickledore so that might be a factor but let's see.
<vmeson>
where we is Wind River. libquadmath has been around for ages (2010?) in gcc and in meta/recipes-devtools/gcc/gcc-target.inc: 7 years ago Paul Eggleton 658d9a764e9│ 101│ libquadmath \
kayterina3 has quit [Remote host closed the connection]
<vmeson>
embetrix: as expected adding feature/fortran feature/lapack works fine so check out our templates and copy what they do into your conf/local.conf if you like. Build running.
<vmeson>
oddly if I just bitbake lapack, there's an error: libgfortran was skipped: libgfortran needs fortran support to be enabled in the compiler
<vmeson>
Missing or unbuildable dependency chain was: ['lapack', 'libgfortran']
<vmeson>
but building an image resolves that. That's probably a bug. I'll confirm later that my image builds and works like it did months ago when I worked on this last.
varjag has joined #yocto
<embetrix>
vmeson: thanks, from my side I will trigger a build with mickledore branch to see if there are differences
<LetoThe2nd>
anybody of you slackers know where my box of barrel connectors is?
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<zelgomer>
yes but it'll cost you
xmn has joined #yocto
<RP>
LetoThe2nd: where you left it? ;-)
<rber|res>
@LetoThe2nd: what now barrels or connectors? Oida
<LetoThe2nd>
RP: i guess thats technically correct, but ... meh
<LetoThe2nd>
rber|res: i have already found nylon screws M3-M5, TRS jacks, heat shrink, banana plugs... but MEH!
<LetoThe2nd>
OIDA
<RP>
LetoThe2nd: clearly you weren't specific enough :)
Danct12 has joined #yocto
<LetoThe2nd>
RP: yup
rob_w has quit [Remote host closed the connection]
Xagen has joined #yocto
<rber|res>
@LetoThe2nd: fruits a well? vitamins?
<LetoThe2nd>
rber|res: nah but no power wiring now for my rig.
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<paulg>
oops - somehow I missed an edgerouter reference - must not have grepped from the top dir, I guess.
<rber|res>
@LetoThe2nd: well that's annoying - power wiring is quite necessary sometimes
Vonter has quit [Ping timeout: 272 seconds]
Vonter has joined #yocto
zpfvo has quit [Quit: Leaving.]
tnovotny has quit [Quit: Leaving]
zpfvo has joined #yocto
zpfvo has quit [Client Quit]
rfuentess has quit [Remote host closed the connection]
kanavin has joined #yocto
Starfoxxes has joined #yocto
linfax has quit [Ping timeout: 240 seconds]
danlor has joined #yocto
<danlor>
Hi! Is there any straightforward way of retrieving all the available providers for a specific package/feature?
<danlor>
To be able to chose a PREFERRED_PROVIDER_aaa
<rburton>
hm bitbake-layers can't do that
<danlor>
Yep, I've tried
<mckoan>
danlor: grepping PROVIDES ?
<rburton>
danlor: you should file a bug, bitbake-layers should have an option for that
<danlor>
mckoan: On the whole sources dir? I guess it could be done that way but seems to be a bit cumbersome, and I'm not sure if it'd have any caveat
<danlor>
rburton: Nice! I'll try to open it this weekend
<danlor>
I thought that functionality was commongly used
<danlor>
Or well..."Commongly needed" and I guessed it'd be already implemented in any way
danlor has quit [Quit: Client closed]
varjag has quit [Quit: ERC (IRC client for Emacs 27.1)]
ptsneves has quit [Quit: ptsneves]
ptsneves has joined #yocto
jmd has joined #yocto
khem has joined #yocto
<tlwoerner>
qschulz: i take it you're okay with my rockchip-rkbin patch from yesterday?
radanter has quit [Remote host closed the connection]
<Chocky>
blah. My systemd services aren't enabled by default. What magic am I missing?
<embetrix>
vmeson: i tested it with mickledore same problem : libquadmath isn't built !
<mischief>
this is the strangest error, building this recipe we wrote fails in a way i've never seen and leaves a bunch of files named after some pieces of the poky bbclass code as file names. any idea? https://paste.debian.net/1296311/
embetrix has quit [Quit: Client closed]
goliath has quit [Quit: SIGSEGV]
<rburton>
mischief: pastebining the recipe would help a lot more