ndec 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 (2022.05) May 17 - 19, 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"
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
ecdhe has quit [Ping timeout: 246 seconds]
Tokamak has quit [Ping timeout: 244 seconds]
Tokamak has joined #yocto
ecdhe has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
goliath has quit [Quit: SIGSEGV]
Tokamak has quit [Ping timeout: 250 seconds]
Tokamak has joined #yocto
sakoman has quit [Quit: Leaving.]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
starblue has quit [Ping timeout: 276 seconds]
bps2 has joined #yocto
starblue has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
bps3 has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
seninha has quit [Ping timeout: 255 seconds]
seninha has joined #yocto
sakoman has joined #yocto
seninha has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
dvorkindmitry has quit [Ping timeout: 244 seconds]
camus has quit [Quit: camus]
camus has joined #yocto
sakoman has quit [Quit: Leaving.]
dz1 has joined #yocto
davidinux has quit [Quit: WeeChat 2.8]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
leon-anavi has joined #yocto
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
astlep has joined #yocto
leon-anavi has quit [Remote host closed the connection]
dz1 has quit [Quit: Leaving]
leon-anavi has joined #yocto
leon-anavi has quit [Quit: Leaving]
xmn has quit [Quit: ZZZzzz…]
Wouter0100 has quit [Remote host closed the connection]
Wouter0100 has joined #yocto
GNUmoon has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
jpuhlman has quit [Ping timeout: 255 seconds]
jpuhlman has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
GNUmoon has joined #yocto
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
florian__ has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
Wouter0100 has quit [Ping timeout: 240 seconds]
fennec has joined #yocto
<fennec> hi everyone. I'm quite new to yocto and I'm puzzled by an issue building tauri in the tdx-xwayland distro, for the verdin-imx8mp machine.
<fennec> namely, it complains that it can't find gdkx11-3.0.pc.
<fennec> At one point I did try to copy it in the tauri build sysroot-recipe, but that didn't help
Wouter0100 has joined #yocto
<RP> fennec: is x11 enabled in your setup? It might not be...
<fennec> I have DISTRO_FEATURES_append=" x11" in conf/local.conf
goliath has joined #yocto
florian__ has quit [Ping timeout: 240 seconds]
fennec has quit [Quit: Client closed]
fennec has joined #yocto
<RP> fennec: does bitbake -e show the value you expect for DISTRO_FEATURES? If so it is probably something else but I don't know what :/
<fennec> gimme a few minutes, I relaunched a build, I'll paste the result here asap
<fennec> tbf I never tried this command
<fennec> hum
<fennec> bitbake -e show                                                                                                      6 
<fennec> WARNING: Host distribution "void" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
<fennec> Parsing recipes: 100% |#######################################################################################################################################| Time: 0:00:22
<fennec> Parsing of 2848 .bb files complete (0 cached, 2848 parsed). 4034 targets, 240 skipped, 0 masked, 0 errors.
<fennec> ERROR: Nothing PROVIDES 'show'. Close matches:
<fennec>   lshw
<fennec>   shadow
<fennec> Summary: There was 1 WARNING message shown.
<fennec> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
<fennec> is my bitbake outdated?
<fennec> it deosn't seem to know the -e flag
<fennec> -e does not figure there: <https://elinux.org/Bitbake_Cheat_Sheet>
<fennec> actually my bitbake supports -e
<fennec> through grepping I get
<fennec> DISTRO_FEATURES="acl alsa argp bluetooth ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat largefile opengl  multiarch wayland vulkan opengl  wayland  x11 bluez5 pam systemd opengl wayland x11 polkit pulseaudio  gobject-introspection-data ldconfig"
<fennec> (using bitbake -e | grep "^DISTRO_FEATURES\b" )
GNUmoon2 has joined #yocto
GNUmoon has quit [Ping timeout: 240 seconds]
florian__ has joined #yocto
<RP> fennec: right, so the x11 flag is there and enabled
<RP> fennec: next question, does the tauri recipe have a DEPENDS that would pull in gdkx11 ?
<fennec> no
<fennec> but there is gtk+3
<fennec> I assumed this would get me gdkx11
<fennec> but maybe I'm wrong
<fennec> If I had gdkx11 in DEPENDS I get
<fennec> ERROR: Nothing PROVIDES 'gdkx11' (but /edited/../meta-tauri/recipes-tauri/tauri/tauri.bb DEPENDS on or otherwise requires it)
<fennec> ERROR: Required build target 'tauri' has no buildable providers.
<fennec> Missing or unbuildable dependency chain was: ['tauri', 'gdkx11']
<RP> fennec: I had a look at a local build and gtk+3 provides gdk-x11-3.0.pc, not gdkx11-3.0.pc
<fennec> yep I saw that too
<fennec> but I have no idea how to get the correct pc file in
<RP> fennec: I think it has a broken name for it and probably needs patching to work
<fennec> I can try that for sure.
<fennec> But I'd need an hint as to where getting started
<fennec> you mean patching the gtk+3 recipe?
<RP> fennec: no, tauri
<RP> fennec: the gtk recipe works. Something seems wrong with tauri. I worry about why it would look for something which clearly doesn't exist and it makes me wonder if anyone else is testing this though :(
<fennec> I don't think anyone is testing this, I made the recipe myself as I couldn't find it anywhere
<fennec> actually it fails building the gdkx11-sys crate
<fennec> which is listed as a dependency in a few of the tauri recipes
<fennec> I ask in the tauri community btw, but no answer so far
<fennec> *asked*
<RP> The question I'd be asking is why/how an invalid name is being used for the pc file
<RP> I can't see how that would ever work
<RP> I know little about crates/rust though
<fennec> I know next to nothing about rust myself
<fennec> what's weird is that building tauri natively works fine on my machine, my boss's one, and apparently a ton of machines actually
<RP> fennec: and does your host system have gdk-x11 or gdkx11 ?
<fennec> lemme check
<fennec> oh it does not
<fennec> afaict, it's a fresh void linux install and I'm much more used to arch
<fennec> maybe I need to install gtk+3-dev or similar
<fennec> `sudo xbps-install gtk+3-devel` maybe I was missing that
Tokamak has quit [Ping timeout: 246 seconds]
Tokamak has joined #yocto
Patrick2 has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
Tokamak has quit [Ping timeout: 244 seconds]
Tokamak has joined #yocto
Tokamak_ has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
Tokamak has quit [Ping timeout: 246 seconds]
<fennec> hum now the host machines has gdkx11-3.0.pc, but bitbake still outputs the same error
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
OnkelUlla has quit [Remote host closed the connection]
Patrick2 has quit [Quit: Connection closed]
fady123 has joined #yocto
<fady123> hi new here
fadykuzman has joined #yocto
fady123 has quit [Client Quit]
sakoman has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
GillesM has joined #yocto
florian__ has quit [Read error: Connection reset by peer]
florian__ has joined #yocto
GillesM has quit [Quit: Leaving]
fadykuzman has quit [Ping timeout: 244 seconds]
<fennec> quick update.
<fennec> copying the gdkx11-3.0.pc in tmp/work/aarch64-tdx-linux/tauri/1.0+gitAUTOINC+3f998ca294-r0/recipe-sysroot/usr/lib/pkgconfig
<fennec> got me rid of the first error.
<fennec> but as one would guess, only to lead to another.
<fennec> now it's complaining about missing xcursor
xmn has joined #yocto
<fennec> I *think* I solved it :)
<fennec> but I likely won't know for sure before I get in the next steps
m8m8[m] has joined #yocto
m8m8[m] has left #yocto [#yocto]
alimon has joined #yocto
davidinux has joined #yocto
fadykuzman has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
sakoman has joined #yocto
fadykuzman has quit [Ping timeout: 260 seconds]
fadykuzman has joined #yocto
<fennec> ok so it turns out current tauri is broken.
<fennec> ig I could build it from an older and OK commit
yannd has quit [Remote host closed the connection]
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
vladest has quit [Quit: vladest]
seninha has joined #yocto
fadykuzman has quit [Ping timeout: 260 seconds]
sakoman has quit [Quit: Leaving.]
yannd has joined #yocto
sakoman has joined #yocto
camus1 has joined #yocto
camus has quit [Ping timeout: 255 seconds]
camus1 is now known as camus
fadykuzman has joined #yocto
tangofoxtrot has quit [Ping timeout: 246 seconds]
tangofoxtrot has joined #yocto
florian__ has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 244 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
djay has joined #yocto
djay has quit [Client Quit]
fennecdjay has joined #yocto
fennec has quit [Quit: Client closed]
florian__ has joined #yocto
camus has quit [Ping timeout: 260 seconds]
fadykuzman has quit [Quit: Leaving]
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
fennecdjay has quit [Quit: WeeChat 3.5]
mrnuke has quit [Quit: ZNC 1.8.2 - https://znc.in]
mrnuke has joined #yocto
seninha has quit [Remote host closed the connection]
seninha has joined #yocto
sakoman has quit [Quit: Leaving.]
florian__ has quit [Ping timeout: 258 seconds]
vladest has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 258 seconds]
nemik has joined #yocto
sakoman has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
Tokamak_ has quit [Ping timeout: 256 seconds]
Tokamak has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
goliath has quit [Quit: SIGSEGV]
otavio has joined #yocto
dev1990 has quit [Remote host closed the connection]
dev1990 has joined #yocto
seninha has quit [Quit: Leaving]