KGB-0 | gnome-shell Daniel van Vugt 303043 * commented merge request !60 * https://deb.li/iU3Dz | 05:00 |
---|---|---|
=== cpaelzer_ is now known as cpaelzer | ||
oSoMoN | good morning desktoppers | 05:54 |
duflu | Morning oSoMoN | 06:08 |
jibel | good morning all | 06:28 |
oSoMoN | hey duflu, salut jibel | 06:37 |
duflu | Morning jibel | 06:39 |
Nafallo | mornign | 07:25 |
Nafallo | s/gn/ng/ | 07:25 |
luna | morning | 07:29 |
duflu | Hi Nafallo and luna | 07:38 |
oSoMoN | good morning Nafallo, luna | 07:48 |
seb128 | goood morning desktopers | 07:59 |
oSoMoN | salut seb128, ça va? | 08:00 |
seb128 | lut oSoMoN, nickel, et toi ? | 08:00 |
oSoMoN | ça va, malgré une nuit trop courte | 08:01 |
seb128 | :-( | 08:04 |
duflu | Hi seb128 | 08:13 |
seb128 | hey duflu | 08:13 |
KGB-2 | gnome-shell Daniel van Vugt 303052 * commented merge request !59 * https://deb.li/cDHF | 08:46 |
KGB-0 | gnome-shell Daniel van Vugt 303058 * commented merge request !60 * https://deb.li/Vncs | 09:12 |
seb128 | tjaalton, so since the ppa git build isn't helping, what's next? do you need me to report the issue upstream on gitlab? | 11:47 |
tjaalton | seb128: that would be fine, thanks. so far it's just the crocus (g-ext-app, gnome-chess) and iris (gnome-chess) drivers that are causing crashes, on xorg | 11:48 |
seb128 | 'just' | 11:49 |
tjaalton | swrast (llvmpipe), and i965 are fine | 11:49 |
tjaalton | aren't we defaulting to wayland now? | 11:49 |
seb128 | defaulting yes, xorg is still important | 11:50 |
tjaalton | upstream had a look at the trace, but there's nothing that would explain why it fails on xorg | 11:50 |
seb128 | also https://bugs.launchpad.net/ubuntu/+source/webkit2gtk/+bug/1966418 is another regression from the mesa update and is under wayland | 11:50 |
ubottu | Launchpad bug 1966418 in webkit2gtk (Ubuntu) "[jammy regression] Evolution does not display message content anymore" [High, Confirmed] | 11:50 |
tjaalton | right | 11:50 |
seb128 | tjaalton, k, reported https://gitlab.freedesktop.org/mesa/mesa/-/issues/6229 | 11:55 |
ubottu | Issue 6229 in mesa/mesa "segfaults under X11 since the Ubuntu update to 22" [Opened] | 11:55 |
seb128 | tjaalton, should I try to bisect mesa locally or better to wait for upstream? | 11:58 |
jbicha | good morning | 12:04 |
seb128 | jbicha, hey, how are you? | 12:05 |
tjaalton | seb128: best to wait | 12:09 |
seb128 | tjaalton, thanks | 12:10 |
seb128 | tjaalton, though your quote saying they replying having no idea doesn't sound promising | 12:10 |
tjaalton | I can try bisect later | 12:10 |
seb128 | k, in any case I can make time to help if needed, let me know | 12:10 |
tjaalton | ok, if you know how to bisect mesa then by all means | 12:12 |
tjaalton | also | 12:12 |
tjaalton | no need to build it as packages | 12:12 |
tjaalton | 3556 commits between 21.3-branchpoint..22.0-branchpoint | 12:13 |
seb128 | tjaalton, I know how to git bisect, I didn't try on mesa specifically. Is https://wiki.ubuntu.com/X/BisectingMesa somewhat still accurate? | 12:20 |
tjaalton | that's >12y old, probably not | 12:22 |
seb128 | :) | 12:23 |
tjaalton | at least need to use meson now | 12:23 |
seb128 | I will just copy the arguments from the debian/rules | 12:23 |
tjaalton | stracing gnome-chess seems it's barfing when loading the shader cache | 12:24 |
oSoMoN | ricotz, the firefox-beta.bionic branch has unity-menubar.patch disabled ? | 12:38 |
ricotz | oSoMoN, yes, didn't I mention this? | 12:41 |
oSoMoN | if you did, I missed it | 12:41 |
oSoMoN | I'll look into it | 12:41 |
ricotz | oh, I see, sorry :( | 12:42 |
ricotz | oSoMoN, https://bugzilla.mozilla.org/show_bug.cgi?id=1757402 | 12:42 |
ubottu | Mozilla bug 1757402 in Core "Add native context menu support on GTK" [--, Resolved: Fixed] | 12:42 |
seb128 | tjaalton, hum, any idea why using the same meson parameters than the build I don't end up with a iris_dri.so or crocus_dri.so in my build dir? | 12:48 |
ricotz | missing conditional build-dep? hey seb128 :) | 12:49 |
seb128 | ricotz, hey | 12:52 |
tjaalton | seb128: what do you get? | 12:54 |
seb128 | tjaalton, it's there after a ninja install but not in the builddir | 12:55 |
seb128 | so I guess that's generated in an extra step | 12:55 |
tjaalton | it's all in the same blob | 12:55 |
seb128 | $ ls build/src/mesa/drivers/dri | 12:56 |
seb128 | common i915 i965 libmesa_dri_drivers.so libmesa_dri_drivers.so.p nouveau r200 radeon | 12:56 |
tjaalton | the dri-drivers are hardlinked | 12:56 |
seb128 | so I was unsure what to set LIBGL_DRIVERS_PATH to | 12:56 |
tjaalton | right | 12:56 |
tjaalton | hm, MESA_LOADER_DRIVER_OVERRIDE tells which driver to use | 12:57 |
tjaalton | LIBGL_DRIVERS_PATH is for the driver path | 12:57 |
seb128 | tjaalton, it's ok, I did ninja install and now LIBGL_DRIVERS_PATH=/tmp/install/usr/lib/x86_64-linux-gnu/dri/ works | 12:57 |
tjaalton | right, it'll use the default driver for the hw | 12:58 |
seb128 | tjaalton, k, thx, so git good/bad worked, 11 steps to bisect, it's ongoing | 13:05 |
seb128 | k, Ken isn't available but I will review the incoming rls bugs still | 14:06 |
seb128 | http://reqorts.qa.ubuntu.com/reports/rls-mgr/rls-jj-incoming-bug-tasks.html | 14:06 |
seb128 | quite a busy list now | 14:06 |
seb128 | https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1966808 | 14:06 |
ubottu | Launchpad bug 1966808 in mutter (Ubuntu) "[amdgpu][radeon] gnome-shell Wayland sessions fail to start (Failed to lock front buffer on /dev/dri/card1: drmModeAddFB2WithModifiers failed: Invalid argument)" [High, New] | 14:06 |
seb128 | sounds like Daniel is working on this one | 14:07 |
seb128 | bug #1966221 | 14:07 |
ubottu | Bug 1966221 in mesa (Ubuntu) "gnome-extensions-app crashes with 'Segmentation fault (core dumped)'" [High, Confirmed] https://launchpad.net/bugs/1966221 | 14:07 |
seb128 | I'm bisecting that atm | 14:07 |
seb128 | bug #1966418 | 14:08 |
ubottu | Bug 1966418 in webkit2gtk (Ubuntu) "[jammy regression] Evolution does not display message content anymore" [High, Confirmed] https://launchpad.net/bugs/1966418 | 14:08 |
seb128 | another one that has to do with the new mesa | 14:08 |
seb128 | jbicha, could you open a new webkitgtk bug upstream? they said it doesn't seem the same issue than the one we commented on | 14:08 |
seb128 | bug #1966571 | 14:09 |
ubottu | Bug 1966571 in mesa (Ubuntu) "libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed" [High, Confirmed] https://launchpad.net/bugs/1966571 | 14:09 |
seb128 | tjaalton, ^ states that a no change rebuild of intel-media-driver fixes things, is there an unwanted ABI change there? should I upload a rebuild? | 14:11 |
seb128 | bug #1949200 | 14:12 |
ubottu | Bug 1949200 in libcanberra (Ubuntu) "gnome-shell crashed with SIGTRAP from error 'Can't create a GtkStyleContext without a display connection' in gtk_style_context_init" [High, Triaged] https://launchpad.net/bugs/1949200 | 14:12 |
seb128 | I'm going to investigate a bit that one | 14:12 |
seb128 | I'm ignoring some of the assigned or fix commited reports | 14:12 |
seb128 | oSoMoN, bug #1964036 seems one we should investigate | 14:13 |
ubottu | Bug 1964036 in firefox (Ubuntu) "Firefox icon missing from panel following Kubuntu upgrade 20.04->22.04" [Undecided, New] https://launchpad.net/bugs/1964036 | 14:13 |
seb128 | bug #1966167, seems an annoyance worth fixing but probably not rls? | 14:14 |
ubottu | Bug 1966167 in gnome-shell-extension-ubuntu-dock (Ubuntu) "Show Applications button is not clickable in the corner of the screen" [Undecided, Confirmed] https://launchpad.net/bugs/1966167 | 14:14 |
seb128 | bug #1966317 seems annoying, unsure how we can handle that better though | 14:15 |
ubottu | Bug 1966317 in gvfs (Ubuntu) "gvfsd-fuse crashed with SIGABRT in __pthread_setname_np()" [Undecided, New] https://launchpad.net/bugs/1966317 | 14:15 |
oSoMoN | seb128, yes, I was looking at that one yesterday, but I ran into issues dist-upgrading my focal kubuntu VM, and put it on hold for more pressing matters | 14:16 |
seb128 | oSoMoN, ack, should I assign to you? | 14:16 |
oSoMoN | I want to get back to it | 14:16 |
oSoMoN | please do | 14:16 |
seb128 | oSoMoN, thanks | 14:16 |
seb128 | tjaalton, git bisect ended up on blaming https://gitlab.freedesktop.org/mesa/mesa/-/commit/60d95c5d0fee | 14:18 |
ubottu | Commit 60d95c5 in mesa/mesa "Auto-enable TLSDESC support" | 14:18 |
seb128 | that was it for jj incoming, sorry got sidetracked | 14:27 |
seb128 | I will only do that list today since we focus on beta this week | 14:27 |
tjaalton | seb128: re libva, huh.. go for it | 14:40 |
seb128 | tjaalton, ack | 14:40 |
tjaalton | seb128: let me revert that from mesa and see if it fixes this for me too | 14:41 |
seb128 | tjaalton, I confirmed that a revert of the commit fixes it for me, now unsure what's the issue with our toolchain and that change but seems pretty low risk to revert | 14:42 |
tjaalton | right | 14:42 |
tjaalton | I'll revert it from the archive version, not the ppa one | 14:44 |
tjaalton | 17:45 < ajax> that's wild | 14:46 |
tjaalton | good work ;) | 14:46 |
seb128 | :) | 14:48 |
seb128 | tjaalton, on what channel is that btw? | 14:51 |
seb128 | I should maybe have joined directly | 14:51 |
tjaalton | #dri-devel | 14:51 |
tjaalton | this was part of a bigger merge request | 14:51 |
tjaalton | so dropping the enabling bits made it to not hit those anymore | 14:51 |
seb128 | there is only one other commit in that merge request it seems? | 14:52 |
tjaalton | right | 14:53 |
KGB-0 | atk tags ce90ab8 Samuel Thibault upstream/2.38.0 * Upstream version 2.38.0 * https://deb.li/web7 | 18:45 |
KGB-2 | atk upstream/latest fc9e4e8 Samuel Thibault * pushed 40 commits (first 5 follow) * https://deb.li/LeLy | 18:46 |
KGB-2 | atk upstream/latest 5b4a0bd Źmicier Turok po/be.po * Update Belarusian translation * https://deb.li/31pg4 | 18:46 |
KGB-2 | atk upstream/latest d5a602b Danial Behzadi po/fa.po * Update Persian translation * https://deb.li/3is8M | 18:46 |
KGB-2 | atk upstream/latest 4dc2638 Rūdolfs Mazurs po/lv.po * Update Latvian translation * https://deb.li/iQtlj | 18:46 |
KGB-2 | atk upstream/latest 094a280 Daniel Mustieles po/es.po * Updated Spanish translation * https://deb.li/0p20 | 18:46 |
KGB-2 | atk upstream/latest 1ba0aa4 Kukuh Syafaat po/id.po * Update Indonesian translation * https://deb.li/iiS92 | 18:46 |
jbicha | seb128: filed https://bugs.webkit.org/show_bug.cgi?id=238513 | 18:52 |
ubottu | bugs.webkit.org bug 238513 in WebKit "[GTK] EGLDisplay Initialization failed on Ubuntu 22.04" [Normal, New] | 18:52 |
KGB-0 | adwaita-icon-theme upstream/latest bb1e575 Jeremy Bicha (2574 files in 57 dirs) * New upstream version 42~really41.0 * https://deb.li/38VFn | 19:11 |
KGB-0 | adwaita-icon-theme pristine-tar 759e763 Jeremy Bicha adwaita-icon-theme_42~really41.0.orig.tar.xz.delta adwaita-icon-theme_42~really41.0.orig.tar.xz.id * pristine-tar data for adwaita-icon-theme_42~really41.0.orig.tar.xz * https://deb.li/HVve | 19:11 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!