/srv/irclogs.ubuntu.com/2017/11/03/#ubuntu-devel.txt

=== infinity0_ is now known as infinity0
seb128could somebody review the indicator-printers SRU in the artful queue? It has been waiting for a while09:37
seb128doko, hey, do you think you could SRU the glibc fix for bug #1719004 to 17.1O? (https://sourceware.org/git/?p=glibc.git;a=commit;h=fe05e1cb)09:45
ubottubug 1719004 in glibc (Ubuntu) "cupsd assert failure: cupsd: ../sysdeps/unix/sysv/linux/spawni.c:368: __spawnix: Assertion `ec >= 0' failed." [High,Confirmed] https://launchpad.net/bugs/171900409:45
infinityseb128: Doko it probably not who you're looking for.10:03
infinitys/it/is/10:04
seb128infinity, you might be interested to upload that as a SRU then? ;-)10:08
infinityseb128: I'd been watching the bug, yeah.  Poked azanella to CP to the 2.26 branch, but if he doesn't do so, I'll just CP to Ubuntu/Debian.10:09
seb128infinity, thanks10:09
infinityseb128: I'm about 137% sure I don't want to cripple the autopkgtest infra any harder with a glibc upload before the weekend, but this one's on my TODO for next week.10:13
dokomozilla currently doing the crippling ...10:14
infinitydoko: autopkgtest, not buildds.10:14
infinityhttp://autopkgtest.ubuntu.com/running <-- Check those queue depths and weep.10:15
andreashi there, if somebody has a moment, I could use a sponsorship for https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/172127211:27
ubottuLaunchpad bug 1721272 in ubuntu-advantage-tools (Ubuntu) "Create 'ua' symlink pointing at 'ubuntu-advantage'" [Medium,In progress]11:27
andreasfor bionic11:27
dokojbicha: on MoM you commented for deborphan: can't be synced. Why?11:35
infinitydoko: Can't be synced until the upstream version bumps.11:44
dokoinfinity: so no reason to do a fakesync11:44
infinitydoko: Well, we're in sync, do no reason indeed.11:45
infinitydoko: But yeah, our version is higher than Debian's because it's natively versioned, but some doofus in Debian did non-native-versioned NMUs, so 1.7.28.8-0.3 sorts lower than 1.7.28.8ubuntuX11:46
infinityIt'll resolve when 1.7.28.9 happens.  If it happens.11:46
dokoI felt like I needed more pain, addressing the oldest merges11:47
infinityHasn't has a maintainer upload since oldoldoldstable, someone should probably just roll up a bunch of pending fixes, convert to dh(1) and do a not-so-friendly upload. :P11:47
infinitydoko: I'm curious why MoM even shows that one, since our version is higher.  Weird.11:47
infinitycjwatson: ^-- 'sup with that?11:49
infinitycjwatson: Is MoM not using dpkg --compare-versions to determine these things?11:49
infinityI wonder if I could fool it by just repacking that as 1.7.28.8.0-0.311:51
cjwatsonlet's not11:51
cjwatsonhm, you're going to make me remember how any of this works11:51
infinitycjwatson: I apologize for any trauma.11:52
infinityI find it slightly ironic that deborphan appears to be defacto orphaned but without a formal orphan bug.11:53
cjwatsonI think I see what's going on, ish11:56
cjwatsonmomlib.py:get_nearest_source11:56
cjwatsonso it walks through sources trying to find a base11:57
infinitycjwatson: I had an IRC bug report from someone else about get_nearest_source going haywire too (generating a 20MB diff against something from ancient history), but I'm trying to remember the circumstances of that one now.11:57
infinitycjwatson: Oh, that one had to do with epochs differing, and MoM not just saying "hahaha, I have no idea" (which would have made more sense).11:58
cjwatsonget_base finds the base version that it's operating on, and it does that by just stripping off suffixes11:58
cjwatsonand then if get_nearest_source finds an exact match, it returns that immediately without bothering with the version sort11:58
infinitycjwatson: So, sure, yes.  I get how it thinks 1.7.28.8 is the base.  What I don't get is why it's trying at all when Ubuntu has a newer version, sort-order-wise.11:58
infinitycjwatson: Oh, I see, it just does them in the wrong order.11:59
cjwatsonI'm not saying it's correct; I'm explaining how the code gets there11:59
cjwatson(I've never touched this code *at all*, so I'm a bit reluctant to just change it straight off)11:59
cjwatsonit probably wants to be finding the newest possible base less than the Ubuntu version11:59
cjwatson<= maybe11:59
infinitycjwatson: Where does this live, BTW?  I've wanted to waste some time on it here and there for my pet peeves (like the changelog reflowing that adds *&^!^ newlines at the end of "incorrect" changelogs).12:00
cjwatsonlp:merge-o-matic12:00
infinityOf course.12:00
cjwatsonyou are very welcome to it :)12:00
infinityI don't want it.12:00
infinityUnless I discover it's in Perl, C, or shell.12:00
infinityBut it's going to be python.12:01
infinityIt sure is.12:01
cjwatsonI've my own to-do list for it which is probably disjoint to yours ...12:01
infinityWell, the proper TODO list involves making git merges not insane and scrapping MoM.12:01
cjwatsonthere is that12:01
cjwatsonthough something still needs to report on it12:01
infinityBut as I've said once already today, let's not let future pie-in-the-sky projects by our perfect blocking our good.12:01
cjwatsonwe could ditch the "produce attempted merge" bits and keep the reporting12:02
cjwatsononce git merging is ready and working across the board12:02
infinityLP itself does reporting too, though not in the most friendly way.12:02
cjwatsonyeah, that's a bit of a disaster area12:02
cjwatsonderived distributions /o\12:03
infinityBut yes, tempted to "fix" the deborphan problem by NMUing 1.7.28.8.1 to Ubuntu with some fixes for high prio bugs in the BTS, and then syncing.12:03
infinityCause it's actually an RC bug that the package has non-native versioning. :P12:03
infinity(Or, would be as soon as someone tried to rebuild it)12:04
infinitys/to Ubuntu/to Debian/12:04
infinityBrain not braining right now.12:04
infinityOh, maybe it's not an RC bug because it's also v1 format.12:05
* infinity tried to remember if the strict dpkg version:format checks are v3-only.12:06
infinitys/tried/tries/12:06
dokocjwatson: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880644 you are listed as the maintainer in Ubuntu. Maybe remove that package and discard the Ubuntu delta?14:38
ubottuDebian bug 880644 in src:libvideo-capture-v4l-perl "libvideo-capture-v4l-perl ships an internal copy of the Frequencies module" [Normal,Open]14:38
dokowondering about the origin of that package libvideo-frequencies-perl14:41
cjwatsondoko: I am?  AFAIK I've only ever touched it for transitions.  Do what you want.14:42
cjwatsondoko: The patch originated in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=88064414:43
ubottuDebian bug 880644 in src:libvideo-capture-v4l-perl "libvideo-capture-v4l-perl ships an internal copy of the Frequencies module" [Normal,Open]14:43
cjwatsonerr14:43
cjwatsondoko: The patch originated in https://bugs.launchpad.net/ubuntu/+source/libvideo-frequencies-perl/+bug/22381514:43
ubottuLaunchpad bug 223815 in libvideo-frequencies-perl (Ubuntu) "libvideo-frequencies-perl_0.03-1_all.deb installation crash" [High,Fix released]14:43
cjwatsondoko: So I don't have a problem with removing libvideo-frequencies-perl and dropping the delta in libvideo-capture-v4l-perl, but it's going to need Breaks/Replaces in libvideo-capture-v4l-perl until after bionic, and it'll need a scan for reverse-deps of course14:45
dokocjwatson: ok, ta. will do that14:52
sil2100doko: I removed some of the deprecated touch packages and published the fix for dbus-cpp15:06
sil2100doko: next I'll be looking at trust-store for the boost transition15:06
sil2100(also FTBFS on bionic)15:06
jbichasil2100: see LP: #172818815:07
ubottuLaunchpad bug 1728188 in pulseaudio (Ubuntu) "Don't build pulseaudio with trust-store support" [Wishlist,Triaged] https://launchpad.net/bugs/172818815:07
sil2100Yeah, I don't mean to remove it or anything15:12
sil2100Just mentioning looking at the FTBFS15:13
dokojamespage: https://bugs.launchpad.net/ubuntu/+source/bareos has problems with our ceph version15:20
infinitysil2100: I think jbicha's point was that rather than fixing it, you should nag people to get pulse to a state where we can remove it. :)15:25
infinitysil2100: boost transition rebuilds are non-blocking, so there's no real urgency to fix everything Right Now.15:25
=== Trevinho is now known as Trevinho|holiday
=== Trevinho|holiday is now known as Trevinho|off
=== JanC_ is now known as JanC
=== hggdh is now known as WiWoWas
dmj_s76andrewsh: Why is python-xlib so old (.14 when .20 is newest)?21:39
dmj_s76I noticed just now because I got hit by a bug that was fixed six years ago upstream.21:40
naccdmj_s76: it's in sync from debian? seems like a questio for debian :)22:22
naccdmj_s76: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=85520522:25
ubottuDebian bug 855205 in python-xlib "please package more recent version" [Normal,Open]22:25
naccdmj_s76: it is strange that there was an upload to unstable and testing in nthe past few months of a versio nthat is years old22:26
naccdmj_s76: it would appear the upstream moved, and perhaps the srcpkg has not been updated22:26
=== WiWoWas is now known as hggdh
=== hggdh is now known as WiWoWasWozu
=== WiWoWasWozu is now known as WieWoWasWozu
juliankcpaelzer: are you around? I have an upload for qemu to fix proposed apt in qemu-user chroots (http://paste.ubuntu.com/25882938/, making it return EINVAL for seccomp prctl calls, picked from upstream submission), but you seem very invested in that package, so it would be great to have an ack. And if not, you'll at least know about it :)23:34
juliankThat's bug 172639423:35
ubottubug 1726394 in qemu (Ubuntu) "Passes through prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, address)" [Medium,Triaged] https://launchpad.net/bugs/172639423:35
naccjuliank: i doubt he's aroundn (germany tz)23:37
naccjuliank: i can ping him on it on monday, though23:37
julianknacc: Well, I guess he knows now / when he's reading it. The patch is trivial, so I'll just upload it now, and then invest apt autopkgtest failures over the weekend :)23:39
naccjuliank: sounds good :)23:39
juliankThere are some really weird autopkgtest failures.23:41
juliankIs there a postgresql transition going on? -  Removing autopkgtest-satdep:armhf because I can't find postgresql-10-debversion:armhf23:43
sarnoldthere is23:43
juliankOK, good.23:44
* juliank likes that apt timed out on s390x23:44

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