/srv/irclogs.ubuntu.com/2018/02/20/#ubuntu-devel.txt

tsimonq2tjaalton: About the XDG implementation bug we talked about last week, https://salsa.debian.org/xorg-team/debian/xorg/merge_requests/201:25
krytariktsimonq2, tjaalton: As opposed to what that MR says it does though, it actually "only" makes sure that '/etc/xdg' is included in the variable if it is already set.02:07
tsimonq2krytarik: I wouldn't consider that "only"02:09
tsimonq2krytarik: Before this PR, it indiscriminately set it to /etc/xdg/xdg-$DESKTOP_SESSION and /etc/xdg02:11
tsimonq2krytarik: Now, if it's empty, sure it still does that, but if it isn't empty, it does that and retains the original content02:11
dokoPreparing to unpack .../40-python3-sha3_1.0.2-2ubuntu1_amd64.deb ...09:53
dokoUnpacking python3-sha3 (1.0.2-2ubuntu1) ...09:53
dokodpkg: error processing archive /tmp/apt-dpkg-install-SsTVVg/40-python3-sha3_1.0.2-2ubuntu1_amd64.deb (--unpack):09:53
doko trying to overwrite '/usr/lib/python3/dist-packages/sha3.py', which is also in package python3-pysha3 1.0.0-0ubuntu309:53
dokoxnox: ^^^09:53
xnoxdoko, i guess i am missing breaks/replaces; had this now as well.10:46
mvoanother question about autopkgtests - I have a snapd test that is failing on amd64 right now. the failure looks like it is fixed with the latest systemd in bionic-proposed. is it possible that the autopkgtest vm still has an older systemd installed? and if so, how/when is that refreshed?13:43
seb128mvo, you can retrigger the test with the systemd proposed version if you want13:49
seb128mvo, I think by default it doesn't use all proposed13:50
seb128mvo, "The Ubuntu CI system runs packages with only selected packages from -proposed available (the package which caused the test to be run);" is what is written on http://packaging.ubuntu.com/html/auto-pkg-test.html13:50
seb128mvo, if you try manually you can -apt-pocket=proposed=src:foo13:51
seb128mvo, or you can add &trigger=package/version to the web retry url13:51
mvoseb128: let me try that, thank you!13:57
ddstreetsil2100 re: lp #1644662, the build for gnome pkgs automatically updates the Uploaders:, how did you build a src pkg without the Uploaders: getting changed?14:06
ubottuLaunchpad bug 1644662 in gnome-themes-standard (Ubuntu Artful) "Icons missing when appearance setting is "high contrast"" [High,Fix committed] https://launchpad.net/bugs/164466214:06
ddstreetfor my future reference, if i have to sponsor a gnome pkg again14:06
sil2100ddstreet: I just did a regular rebuild with debuild -S just without touching the debian/control, as it was reverting its contents from what was already in the archive14:12
ddstreetsil2100 ok interesting, that's all i did and it did update the Uploaders:14:13
sil2100Sometimes it makes sense, but here it got brought back to a very early uploader list which seemed not that nice14:13
sil2100hmm14:13
ddstreetit does a 'smart' update of Uploaders: using locally-installed gnome files14:13
ddstreetyeah, i didn't want to change the field, but if you check the control.in the field is @GNOME_TEAM@ so it has to be auto-populated at pkg build time14:14
ddstreetanyway, glad it didn't change it on your system :)14:14
ddstreetsil2100 btw, it uses the locally-installed /usr/share/gnome-pkg-tools/1/rules/uploaders.mk file to figure out what the Uploaders: list should be.14:15
jbichathe Uploaders field is really irrelevant on Ubuntu so I wouldn't worry about it :)14:35
=== rharper` is now known as rharper
mvoseb128: so &trigger=systemd/latest-in-proposed gave me systemd latest but not the latest snapd, can I can triggers? who is the expert in this these days? sil2100 maybe? (context is autopkgtest and how to ensure that my -proposed snapd runs against the -proposed systemd)15:23
jbichamvo: you can multiple &trigger= to your URL15:25
seb128mvo, you need to &trigger= all the packages you want from proposed15:25
seb128&trigger=systemd/proposed&trigger=snapd/proposed15:26
mvoseb128, jbicha: thank you!15:28
mvo\o/15:28
seb128mvo, yw!15:29
caribouHello, I'm working on rebuilding gcc7.3 using sbuild which complains that it cannot resolve dependencies to gnat-7 & g++-7 which are native packages of gcc7.3. A=15:40
caribouAny reason why this happens and why ?15:40
caribous/why/how to fix it ?15:40
caribouhello to everyone btw, long time no see15:41
nacccaribou: hi!16:05
nacccaribou: can you paste the exact error (presumably from apt)?16:06
nacctjaalton: is it expected for intel-gpu-tools to no longer ship intel-gpu-overlay in bionic?16:09
nacctjaalton: LP: #1750605 (from #ubuntu+1)16:14
ubottuLaunchpad bug 1750605 in intel-gpu-tools (Ubuntu) "intel-gpu-tools no longer has intel-gpu-overlay application" [Undecided,New] https://launchpad.net/bugs/175060516:14
caribounacc: the error is from sbuild : https://pastebin.ubuntu.com/p/yY5gnjqQd4/16:18
caribounacc: the gnat-7 & g++-7 dependencies come from the gcc-7 package being built & they're identified as :native in the d/control file16:19
caribounacc: I'm trying to build gcc-7 on Xenial btw16:20
nacccaribou: looking if i can see16:23
nacccaribou: possibly gcc needs to be bootstrap built?16:35
nacci'd almost assume it does16:35
caribounacc: well, that's something I don't know. But following your question sbeattie answered my query in #ubuntu-hardened so looks like I won't need to rebuild gcc-7 as gcc-5 in xenial-proposed has the retpoline patches16:37
caribouwhich is what I was after16:37
caribouI'm still curious to know what a "bootstrap build" is though :)16:37
tjaaltonnacc: looking16:39
xeviousIs anyone working on kernel 4.16 for Bionic?16:39
xeviousOr, are there any plans for it?16:39
xeviousThere are some big improvements for vGPUs coming from Intel.16:39
tjaaltonno16:39
tjaaltonbionic will ship with 4.1516:40
tjaaltonnacc: looks like it needs a new build-dep16:43
nacccaribou: i've done it for other tooling, you build a minimal part, and then use that to rebuild itself16:46
nacccaribou: if that makes sense16:46
xeviousxnox: Oops. I forgot to run the php-zeta-base package through adt with proposed enabled.16:55
xnoxxevious, all i hope is that the messages makes some sense to you, because php is all greek to me.16:59
xeviousIt makes perfect sense: 'object' is now a keyword in PHP 7.217:02
tjaaltonnacc: pushed new i-g-t to sid17:11
nacctjaalton: thanks!17:11
naccxevious: you have a fix for that? i can help usher it through17:11
naccxnox: thanks for your help!17:11
xeviousnacc: Working on it now.17:12
naccxevious: thanks17:12
xeviousnacc: After I fix this, it's just Horde packages.17:15
xeviousI'll this php-zeta-base sorted out, then I'm taking the rest of the day off (it's my birthday).17:16
xeviouss/this/get/17:16
xeviousBrains.17:16
naccxevious: happy birthday! and thanks for your contribution to Ubuntu!17:16
naccxevious: yeah, i think i can get horde fixed today17:17
xnoxnacc, i see a bunch of horde uploads.... yet it is still a seas of red. Do we need, like an all-proposed=1 maas-retry of everything?17:20
xnoxnacc, or do you know what is still outstanding?17:20
xeviousA bunch of packages need to be updated for PHPUnit 6's namespaced classes.17:20
naccxnox: yeah, it will be that once i'm done uploading17:20
nacci made it up to php-horde-k on friday17:20
xeviousxnox: In most cases, it's just a search and replace. There are some places where it requires some manual updates, though. (Exception handling completely changed, for instance.)17:21
xeviousIs it possible to rename a file with quilt?17:22
naccyeah it's a bit slower than normal, since i have to build, test and then possibly test other entanged packages locally before uploading :)17:22
xnoxxevious, quilt add old new17:24
xnoxxevious, mv old new17:24
xnoxxevious, quilt refresh17:25
xeviousxnox: Thanks17:25
xeviousnacc: I attached a new patch for php-zeta-base.17:59
naccxevious: thanks18:00
naccxevious: i have a feeling php-horde-sessionhandler is relatively broken18:00
nacchttps://github.com/horde/SessionHandler/blob/master/lib/Horde/SessionHandler.php#L9518:00
naccemits a warning now18:00
nacchttps://bugs.php.net/bug.php?id=7103818:00
ddstreetnacc are you able to review/sponsor lp #1718568 to bionic for me?18:01
ubottuLaunchpad bug 1718568 in isc-dhcp (Ubuntu Bionic) "dhclient-script fails to wait for link-local address" [Medium,In progress] https://launchpad.net/bugs/171856818:01
ddstreeti can upload to sru releases once it's in bionic18:02
naccddstreet: yeah, i'm in the middle of some php stuff, but i can do it this afternoon worst case?18:03
ddstreetnacc awesome thnx, no big hurry18:04
ddstreetwhenever you have time18:04
naccddstreet: ack18:04
xeviousnacc: I uploaded a fixed patch for php-zeta-base... https://bugs.launchpad.net/ubuntu/+source/php-sabredav/+bug/1750041/comments/1118:05
ubottuLaunchpad bug 1750041 in php-zeta-base (Ubuntu) "incompatible with PHPUnit 6" [Undecided,Incomplete]18:06
naccxevious: sponsoring now18:07
ddstreetsmoser fyi the patch for lp #1718568 is on top of your dhclient.linux script ipv6 dad change, you may want to reivew also18:08
ubottuLaunchpad bug 1718568 in isc-dhcp (Ubuntu Bionic) "dhclient-script fails to wait for link-local address" [Medium,In progress] https://launchpad.net/bugs/171856818:08
naccxevious: sponsored18:20
xeviousNice.18:23
naccxevious: if you could look at the above php-horde-sessionhandler thing (i also don't use php much) ... imo, i might just need to disable the dep8 tests for now18:23
xeviousWhere does adt store its containers? I'd like to move it onto this VM's enormous ramdisk.18:25
naccxevious: it's just using lxd's config18:26
naccxevious: if i had to guess18:26
xeviousnacc: "Headers already sent" probably means there was some unintended output before an explicit call to `header()`.18:34
xevious(Or, any other method that sends a header...)18:36
naccxevious: sure, but, aiui, this is an intentional upstream change18:37
naccxevious: and it's not clear the php-horde-sessionhandler code is supposed to work18:37
xeviousThey don't officially support PHP7+, though, right?18:37
xeviousnacc: If they're developing for PHP 5.x, they may be calling something that was valid code on that version of the interpreter, but on PHP7 it generates a warning that produces some output.18:39
xeviousIf that happens before any methods that affect headers, it'll cause a "Headers already sent" error.18:40
naccxevious: not sure, tbh18:41
naccxevious: but, presumably, this passed with 7.0 and 7.118:41
xeviousIs this blocking other packages, or could I look at it tomorrow?18:42
naccxevious: go enjoy!18:43
naccxevious: i can keep digging :)18:43
xeviousnacc: You're going to want to look for unintended output occurring somewhere before any of these lines are executed during that failing test: https://pastebin.com/wsRbzaHV18:45
naccxevious: yeah, i'll nee to run it by hand18:46
naccthanks!18:46
xeviousIf you get frustrated with it, you can leave it for me to look at tomorrow.18:47
naccxevious: thanks, i'll let you know18:48
xeviousIs something holding up that php-zeta-base?18:48
nacci'm deep in some mock + reflection stuff now (different package)18:48
xeviousI see it listed as the latest upload, but it's not showing up in proposed. I'm just not sure where I go to monitor the process...18:51
naccxevious: it needs to build, then publish, then it needs to be seen by the dep8 runners18:51
naccxevious: i'll check on it this afternoon18:51
naccxevious: it passed locally for me18:51
xeviousYeah, I totally goofed and forgot to test that one with proposed enabled when I first submitted a patch.18:53
naccxevious: fyi, it would appear php-horde-sessionhandler, which in turn affects php-horde-kolab-storage, and php-horde-kronolith all may be entanged due to the php7.2 session handling changes22:26
naccxevious: hey and look at htat php-horde-core is passing iwth all-proposed=123:28
naccxevious: i think most of horde, but what i mentioned earlier is now passing. i'm uploading one last one and then i'm going to let the publisher settle before retrying php-horde-l* and on23:49

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!