[07:46] hi guys, i have some trouble with my gdm on a ubunut 17.10 [07:46] i swichts from lightDM to gdm3, now when i press "SUPER +L" the screen is locked, when i login the lockscreen my session is generated new [07:46] has anyone have an idea what can i do? === freyes__ is now known as freyes [18:22] ricotz: hi, is there anything in the vala 0.36.6 update that would make this bug worse? https://bugzilla.gnome.org/show_bug.cgi?id=786248 [18:22] Gnome bug 786248 in general "error: Package `Totem-1.0' not found in specified Vala API directories or GObject-Introspection GIR directories" [Normal,New] [18:23] when I did the totem 3.26.0 update in Debian (with vala 0.36.5), it failed the first time on amd64 but built the second time [18:23] https://buildd.debian.org/status/logs.php?pkg=totem&arch=amd64 [18:23] but I'm having really bad luck today trying to test-build totem 3.26.0 [18:32] jbicha, I doubt it, totem is part vala's CI [18:33] I assume the switch to meson didn't trigger it? [18:34] hmm the totem plugins are not built here [18:34] I don't think it was this bad earlier, but yes, it is caused by the switch to meson earlier [18:39] jbicha, I assume it simply fails to properly set the girdir to the uninstalled build location? [18:41] I don't know. I'm willing to try patches if you come up with one since totem is basically unbuildable for me now on amd64 :( [18:43] jbicha, I would blame meson here :( [18:43] jbicha, did you try passing "-j1"? [18:43] yes, I'm using dh --no-parallel [18:43] oops, right [18:43] the GNOME bug links to a meson report [18:46] did you already tried to force the gir build to happen earlier or added more explicit dependency? [18:46] no [18:47] not sure if meson 0.43 would make a difference [18:48] now that so much stuff is built with meson, I'm uncomfortable with artful getting a major new version but we could cherry-pick individual fixes [18:49] I think cherry-picking isn't a good idea [18:49] fixing it in totem's buildsys should be possible somehow imo [18:53] packaging is at https://code.launchpad.net/~ubuntu-desktop/totem/ubuntu if you want to try something [19:17] jbicha, could you try https://paste.debian.net/plain/990289 [19:21] you are able to reproduce this locally? [20:40] ricotz: yes, I can reproduce locally and that patch didn't seem to fix the issue :( [21:03] jbicha, https://paste.debian.net/plain/990316 [21:04] oh, I applied the previous patch wrong [21:14] jbicha, sorry, I messed up [21:14] jbicha, https://paste.debian.net/plain/990319 [21:15] first patch didn't work, but second patch (990316) is working with and without parallel build [21:17] jbicha, will clean it up further [21:17] ok [21:21] jbicha, https://paste.debian.net/plain/990323 [21:22] hmm, the second hunk wasnt intended [21:23] jbicha, https://paste.debian.net/plain/990324 -- last one [21:24] let me know if this still works out [21:24] will attach it to the bug then [21:31] ricotz: thanks, the build succeeds with --parallel with 990324 patch [21:32] jbicha, good :)