/srv/irclogs.ubuntu.com/2017/02/08/#ubuntu-devel.txt

* slangasek wonders if there's a reason not to use COMPRESS=xz by default in initramfs-tools these days00:16
Unit193Last time I asked micahg, he said rsync/zsync'ability.00:17
Unit193Takes longer, but better sizes.  I've messed around with it.00:17
slangasekUnit193: that doesn't make sense.  Nobody cares about rsyncing of an initramfs by itself00:17
Unit193slangasek: I read squashfs when you said initramfs, I'm now wondering why I did that. >_>00:18
slangasekUnit193: to be clear, I'm talking about the initramfs generated on one's system in /boot00:18
slangasekhah ok00:18
Unit193So yes, sorry.  Nevermind.  That's supposed to be a "size vs speed" argument in the initramfs.00:18
* Unit193 shrugs.00:19
slangasekthe tradeoff of xz is that it takes longer to compress and uses more memory00:20
slangasekwhich is more of an issue on end-user systems than it would be on the buildds00:20
sarnoldslangasek: fwiw zstandard is getting a lot of traction; if this image is to be trusted (ha) zstd should be significantly faster to decompress than xz (which is lzma-derived) https://raw.githubusercontent.com/facebook/zstd/master/doc/images/DCspeed5.png00:21
sarnoldof course some systems build initrds far more often than they use the initrds00:21
cjwatsonOh joy another compression format00:21
sarnoldcjwatson: yay! just what the world needed!00:21
slangaseksarnold: I'm not looking to adopt a fringe format, just musing over gzip vs. xz which we already support :)00:21
cjwatsonMy cup overfloweth00:21
slangaseksarnold: and faster decompress speed is not the interesting metric00:22
Unit193https://xkcd.com/927/00:22
sarnoldit might be on those iot devices our parents keep buying00:22
cjwatsonCompression speed for initramfs used to be a pretty significant issue not that long ago, especially because the triggers for update-initramfs are often only partially effective00:22
cjwatsonI haven't measured it at all recently00:23
slangaseksarnold: in this context, xz is already plenty fast, and generally pays for its own decompress speed with the disk read savings00:23
sarnoldit's still annoying :/00:23
slangasekbut the compressing is costly00:23
sarnoldif you just wanted fast you'd pick lz400:24
slangaseksee also: "oh joy another compression format"00:24
sarnold:)00:25
cjwatsonunscientific test with my ~2yo laptop's latest initramfs, 13.9s for gzip, 2m21s for xz, default compression levels in both cases00:27
cjwatsonthis isn't my call any more thankfully, but I'd call that unacceptably slow for a default00:27
sarnoldholy cow00:27
sarnoldI already hate how long it takes to delete three kernels00:27
sarnoldit it turned into "come back in ten minutes"00:27
Unit193sarnold: Enable lzop first, then purge 3 kernels, then flip back. >_>00:28
sarnoldoh joy another compression format00:29
slangasek:D00:30
slangasekyeah, here I'd like the smaller size because plymouth+cryptsetup, but that's not a sensible default00:30
sarnoldspeed: lz4, lzop, zstd, gzip, xz   size: xz, gzip, zstd, lzop, lz4   http://pastebin.ubuntu.com/23951331/00:39
sarnoldI'm kind of feeling like lzop won this one. :) good call Unit193 :)00:40
Unit193sarnold: Amusingly, I don't notice much of a difference when changing the initramfs-tools config.00:45
tsimonq2So is MOTU a subset of Core Dev?00:55
tsimonq2Little confused after reading this: https://wiki.ubuntu.com/UbuntuDevelopers#Ubuntu_Core_Developers00:55
tsimonq2Or is Core Dev *just* Main and Restricted?00:55
Unit193Oh speaking of which, I need to seek someone out about a free sync. >_>00:56
sarnoldtsimonq2: I don't think there's a formal relationship between motu and core-dev; motu can upload to universe and multiverse, core-dev can upload everywhere00:58
Unit193sarnold: -backports?00:58
sarnoldUnit193: is that still alive?00:59
sarnoldI have no idea there..00:59
Unit193Not really.00:59
Unit193I think I have a few stale bugs there.00:59
Unit193sarnold: If you're feeling very sync happy, synergy can be force sync'd from experimental.  If not, I'll poke Mirv. :301:00
sarnoldUnit193: sorry, I can't do syncs, just -security pocket things; better poke Mirv (sorry Mirv)01:00
Unit193Ah, I thought you had super powers.  Alrighty.01:01
tsimonq2sarnold: Oh, so if one gets Core Dev, they inherit MOTU?01:01
Unit193MOTU is basically a subset of Core.01:02
sarnoldhey, indeed, core-dev is a member of motu https://launchpad.net/~ubuntu-core-dev/+participation01:03
tsimonq2Unit193: That was my question: tsimonq2> So is MOTU a subset of Core Dev?01:04
tsimonq2Unit193, sarnold: Thanks :)01:04
=== G_ is now known as G
psusiso investigating a bug report has lead me to a regression in udev behavior that may be responsible for a few other bug reports I've seen: open a disk RW ( dd if=/dev/zero of=/dev/sda count=0 ), and udev deletes and recreates all partitions on that device04:00
psusithis causes the read only flag to be reset on the partitions, as well as causing unity to re-add previously removed partitions to the launcher.. anyone have any idea why the heck udev would be doing this?04:00
psusii.e. is it something silly they built into udev or is it one of our event handling scripts?04:01
psusi( stopping udev prevents this from happening, and running it with --debug shows that it is deleting and recreating the partition dev nodes )04:01
sarnoldprobably because detecting -actual- writes would be quite difficult04:03
psusiwrite, no write.. open r/w... modified partitions, or not... udev has no buisiness deleting and recreating partitions04:03
sarnoldso detecting that it was opened for writing is the best that could be done, and they might assume that they'd then need to re-scan partition tables because _anything_ might have been done to it..04:03
psusi*especially* if the partitions already match the partition table ( this is what parted has always done to avoid this: if it already agrees with the new partition table, leave it alone )04:03
psusithe funny thing is that udev does not do this for loop devices, but does for scsi_debug04:06
psusiguess I can try removing all of the scripts...04:14
psusilooks like it's a rules script04:20
psusihrm.. apparently it is persistent-storage.rules04:22
MirvUnit193: done, please follow up that everything seems fine with it06:31
Unit193Mirv: Danke.06:35
cpaelzerrbasak: a lot depends on how kind or unkind the resolving of remaining qemu/dpdk issues goes06:42
cpaelzerrbasak: but I'll at nis to my maybe this week note and we can re-check next tuesday (2 days before FF then oO)06:43
cpaelzerwe might even check on the Team hangout if I had a chance to start at least06:43
MirvUnit193: there are two failing tests on s390x and powerpc that don't happen on Debian. I've started a rebuild of both but if they persist they will block the package.07:43
Unit193Mirv: I noticed, was going to ask about that because they were just fine: https://launchpad.net/~unit193/+archive/ubuntu/staging/+sourcepub/7468050/+listing-archive-extra07:45
MirvUnit193: heh, your build exactly lacks the powerpc (32-bit) and s390x ones :) so not sure.07:46
Mirvor your PPA07:46
Unit193Ah right, couldn't enable those.07:47
Mirvbecause s390x and powerpc are not allowed in normal PPAs currently. so just bad luck of not being able to catch it.07:47
Mirvyes07:47
Mirvit's nice though that most archs are nowadays available07:48
Unit193Yep, though I just use it for test builds, don't actually need 'em. :307:48
MirvUnit193: ah, and my mistake, I checked the wrong logs, they also do fail on debian experimental so actually a rebuild won't help07:48
MirvUnit193: https://buildd.debian.org/status/package.php?p=synergy&suite=experimental07:49
Unit193Nobody even really cares about ppc nor s390x anyway. :307:49
MirvUnit193: don't say that when xnox listens ;)07:50
Unit193Too late, you pinged him. :D07:50
MirvUnit193: anyway, the 32-bit powerpc and s390x desktop users are few enough so I think you could patch out the two clipboard tests for those archs temporarily..07:51
Mirvs390x is a very important architecture, but not really on desktop, 32-bit powerpc starts to be not very important07:51
MirvUnit193: I filed bug #1662797 so that it can be tracked outside IRC07:53
ubottubug 1662797 in synergy (Ubuntu) "1.8.7-stable+dfsg.1-1 FTBFS on s390x and powerpc" [Critical,New] https://launchpad.net/bugs/166279707:53
=== CRogers____ is now known as CRogers
CRogersHey folks. When an application opens a file, the file browsing dialog > is that handled by nautilus in ubuntu based systems generally?08:44
sladenCRogers: the "Open dialogue" comes from the Framework (Gtk, or Qt)08:49
sladenCRogers: but the application is responsible for opening the named file itself08:49
sladenCRogers: an alternative is to use eg. Nautilus (the file manager in Ubuntu) to pass a filename to an application08:50
CRogerssladen: Okay, so if I wanted to be able to get the file-path from the bar with ctrl+l like in nautilus, I'd have to talk to the gtk3 folks?08:50
sladenCRogers: https://developer.gnome.org/gtk3/stable/GtkFileChooserDialog.html08:51
CRogerssladen: Awesome, thanks.08:51
sladenCRogers: but Ctrl-l should work automatically...08:53
CRogersctrl+l opens an empty location box.08:53
CRogersgood for pasting, not for copying the current url in the open dialog.08:53
CRogersNautilus replaces the file folder buttons with the actual current file path, which is much more useful.08:54
sladenCRogers: so you want the Nautilus file-open dialogue in your own application?08:54
CRogersI want to be able to copy the current working directory to nautilus.08:54
CRogersfrom the open dialog08:54
sladencopy to where08:55
CRogersHere's my use case:08:55
sladendo you want to spawn a new copy of nautilus at some particular starting directory?08:56
CRogersI'm opening or saving a file. I discover I need to edit something in that folder before uploading attachments, or saving something to that directory.08:56
CRogersSo I open nautilus, and I want to be in that same directory.08:56
CRogersbut the only way to get there is to navigate manually.08:57
CRogersWhich is bogus. :)08:57
CRogersIt's a complete waste of time.08:57
CRogersSo it would be cool if I could copy and paste the file path from the open dialog, as one can with almost any other modern file browser available today.08:58
sladenor the opposite example: The image viewer 'eog' has "File->Open containing folder"  when all I really wanted was to copy-and-paste the path to a terminal08:58
CRogersexactly.08:58
CRogersIt should be consistent.08:58
CRogersThere's no reason to hamper that ability, just fill the blank location box with the current location.08:59
CRogersdone deal.08:59
CRogersSo who do I bug? :)08:59
sladenCRogers: file a bug on Launchpad!09:01
sladenCRogers: so that it doesn't get lost09:01
CRogerssladen: Will do. I want to get an idea of if the devs will consider it first, before I take the time.09:03
CRogersBecause my bug reports are awesome, and contain graphics, and other useful imput, and they take hours to prepare.09:04
CRogers*input too. ;P09:04
sladenCRogers: remember to link  https://irclogs.ubuntu.com/2017/02/08/%23ubuntu-devel.html#t08:44  in the bug report for context09:08
CRogerssladen: Oh, okay, if you think that will help. I provide full context and graphics to illustrate with my bug reports in order to avoid making devs read through logs.09:09
sladenCRogers: yes, diagrams help09:11
CRogerssladen: thanks for your help.09:12
cult-hello09:15
cult-the maintainer of the package is not responding, but we have this issue, what else can be done? https://bugs.launchpad.net/ubuntu/+source/libodb/+bug/158833009:16
ubottuLaunchpad bug 1588330 in libodb (Ubuntu) "Incompatible builds of libodb and libodb-mysql" [Undecided,Confirmed]09:16
CRogerssladen: So it seems no one is maintaining the filechooser dialog.09:21
CRogersSo I may have to submit a patch myself, or get someone outside to do it.09:21
CRogersIn this case, a bug report will do very little good it seems.09:21
rbasakcpaelzer: that sounds fine, thanks.09:34
rbasaktjaalton: so sssd-ad has grown a universe dependency on adcli. Any opinions on how to resolve this? Should we just move sssd-ad to universe?09:43
cpaelzerinfinity: doko: I beg a pardon (trying to not be annoying but getting attention can be hard) but if you could look at https://lists.ubuntu.com/archives/ubuntu-devel/2017-February/039664.html that would be great.09:44
=== ackkk is now known as ackk`
=== Elimin8r is now known as Elimin8er
=== flixr_ is now known as flixr
=== underyx_ is now known as underyx
tjaaltonrbasak: it was requested on a lp bug09:46
=== iahmad_ is now known as iahmad
dokocpaelzer: well, the ultimate test would be to cross build the package ... I didn't check if setting the CC is still necessary09:47
=== ackk` is now known as ackk
tjaaltonrbasak: sssd meta-pkg depends on sssd-ad09:48
rbasakbug 1590471, thanks09:49
ubottubug 1590471 in sssd (Ubuntu) "add adcli as sssd dependency" [Medium,Fix released] https://launchpad.net/bugs/159047109:49
rbasakLooks like I didn't realise adcli was in universe at the time.09:49
cpaelzerdoko: if that is all, would any cross build do in your opinion?09:49
* cpaelzer is heading to try his first cross package build09:49
tjaaltonrbasak: :) it's hardly a huge burden to maintain if it's moved to main09:50
rbasaktjaalton: it sounds like the dependency isn't needed to fix the reported problem, and it was a bug in sssd that having adcli installed happened to mitigate?09:50
=== Riddelll is now known as Riddell
dokocpaelzer: any target arch? sure09:53
cpaelzerok, thank you doko09:53
tjaaltonrbasak: I need to think about it, after lunch09:53
rbasaktjaalton: sure, thanks10:00
cpaelzerdoko: it builds fine following https://wiki.ubuntu.com/CrossBuilding10:10
cpaelzerdoko: but, the old one we've had since Trusty also builds fine when taken from Debian without the Ubuntu Delta10:10
cpaelzerneed to check the binaries10:10
cpaelzerdoko: ha got it10:11
cpaelzerdoko: without the fix the old cross build did not error out, but instead created x86_64 binaries in arm deb packages10:12
cpaelzerdoko: that is now correct in the new packaging10:12
cpaelzerdoko: thanks for your guidance10:12
jbichaCRogers: it would be better if you would file that bug with gtk+ directly (not Launchpad)10:23
CRogersjbicha: Yep, been talking with the #gtk+ devs10:24
CRogersthanks. :)10:24
CRogersIt seems no one is maintaining that package at the minute.10:24
CRogers(gtk open dialog package)10:24
CRogersSo I'll likely need to patch it myself.10:25
CRogersOr get someone tremendously cool to do it.10:25
=== SotK_ is now known as SotK
cult-if there's no package for a standard architecture such as amd64, can I do anything else than filing a bugreport or contact the maintainer?10:35
cult-can somebody here trigger the build for it?10:35
ginggscult: you could attach 'no-change rebuild' debdiffs for each package you want rebuilt to the bug, and then subscribe ubuntu-sponsors (see LP: #1515031 for an example)10:45
ubottuLaunchpad bug 1515031 in llvm-toolchain-3.6 (Ubuntu) "Release no-change rebuild for ocaml transition" [Medium,Fix released] https://launchpad.net/bugs/151503110:45
ginggscult- ^^10:46
cult-i sent a letter to mailing list, will see if someone do it10:47
=== marcusto_ is now known as marcustomlinson
=== ikonia_ is now known as ikonia
=== _salem is now known as salem_
Laneywow, some old stuff11:32
Laneythanks to whoever did a moderation run on -devel@11:32
cjwatsonyw11:37
LaneyI used to do it when I got moderation email from DMB lists11:38
cjwatsoncult-: not seeing your mail on any mailing list I've checked.  where did you send it?11:38
maprerijbicha: It seems to me you discarded all the past liferea merges entries in the changelog in your last upload.  Please don't do that.12:07
cpaelzerpitti: you might still remember bug 1630909 - that now haunts me in similar fashion on ppc64el as well12:11
ubottubug 1630909 in autopkgtest (Ubuntu) "failing console access on s390x" [Undecided,New] https://launchpad.net/bugs/163090912:11
cpaelzerpitti: I was able to reconfig the system to spawn actual consoles on the ttyS provided (no root console, nomal ones)12:11
cpaelzerpitti: but when using user/password it gets over the first steps but then fails http://paste.ubuntu.com/23953966/12:12
cpaelzerpitti: I go for lunch now and will try to make the S1 a root console to avoid needing the user/pass logic12:12
xnoxcpaelzer, you can't create extra consoles like that12:12
xnoxcpaelzer, you should use -no-defaults such that slcp console is not configured by default12:12
cpaelzerxnox: ppc12:12
xnoxand such that you can define slcp console by hand, and redirect it to where you want.12:12
cpaelzerxnox: ppc12:12
xnoxright, but report is about s390x =)12:12
xnoxfair enough12:13
cpaelzersure, there we went the way you describe12:13
=== hikiko is now known as hikiko|ln
jbichamapreri: Ubuntu-specific changelog entries get discarded when packages are synced, if you want to see the full changelog I think you really ought to visit https://launchpad.net/ubuntu/+source/liferea/+changelog12:13
cpaelzerxnox: but we didn't get a login either back then - I just referred to the bux as it is simewhat related - clearly not the same one12:13
cpaelzerxnox: and I agree, with defaults you always will have the special sclp one12:14
cpaelzerxnox: have you ever tried to get a totally sclp free guest - I'm not even sure that is supposed to work12:14
maprerijbicha: from what I see on https://launchpad.net/ubuntu/+source/liferea/+publishinghistory it hasn't been synced in a looooong time; like last time has been gutsy12:14
cpaelzerpitti: if you have any extra info what it is really waiting on in the pastebin let me know12:14
cult-cjwatson: ubuntu-app-devel@lists.ubuntu.com12:15
cult-Your mail to 'Ubuntu-app-devel' with the subject ...  Is being held until the list moderator can review it for approval.12:16
maprerijbicha: (+ I find that web page collecting changelog entries awful to read, I really prefer to see a plain text thing)12:16
jbichamapreri: keeping old (duplicate or obsolete) Ubuntu-specific changelog entries makes the diff more cluttered when looking at new Debian versions12:18
maprerihow so?12:19
maprerithe changelog is the one thing that merge-o-matic manages to merges correctly...12:19
mapreriAnd it's nice to be able who introduced a particular change in debian12:19
maprerierr12:20
mapreris/debian/ubuntu/12:20
cjwatsoncult-: might be better to just say here what the package is12:21
cult-Bug report: https://bugs.launchpad.net/ubuntu/+source/libodb/+bug/1588330 Launchpad: https://launchpad.net/ubuntu/+source/libodb/2.4.0-112:21
ubottuLaunchpad bug 1588330 in libodb (Ubuntu) "Incompatible builds of libodb and libodb-mysql" [Undecided,Confirmed]12:21
cult-Apparently the library doesn't support other architectures than s390x or the GCC dual ABI fiasco is the issue?12:22
cult-issue under xenial, but i see s390x only for all above.12:23
xnoxcult-, libodb was build in wily (old abi) everywhere, and in xenial (new abi; on s390x only)12:26
xnoxbecause that's when s390x was added.12:26
xnoxcult-, rebuilding libodb may be required.12:26
cult-but how about amd64 and the others for the new abi? either way libodb and libodb-* connectors are not compatible12:26
cult-need rebuild for sure, but when it'll happen?12:27
jbichamapreri: I don't use merge-o-matic for diffs, I usually do it manually but sometimes I'll use the patches.ubuntu.com link on tracker.debian.org12:30
jbichaso the Ubuntu-specific changelog entries are not reliable if a package is ever synced, and if the package is not syncable it can be a very large amount of duplication12:32
jbichaI think the important part is that d/changelog lists the remaining Ubuntu diff12:32
jbichaif there's an issue or interest in old Ubuntu versions, you'll probably need to pull from Launchpad anyway12:33
seb128some people like to keep all the old changelog entries in the changelog when merging12:39
rbasakseb128: AIUI, that's the normal case. As a sponsor that's what I expect.12:45
seb128rbasak, dunno about "normal", I never understood why people were bothering and personally never did it12:45
rbasakI did it because my sponsors told me to :)12:45
seb128right, as said I can't explain why I never understood but some people seem attached to it12:46
rbasakThe problem is that debian/changelog is linear. With Ubuntu being effectively a branch of Debian, merges aren't linear.12:46
seb128though if a package get in sync and go back to have a diff those people don't go to dig and merge back the old changelogs12:46
rbasakOur git workflow tooling assumes you will do it. I wrote a git-merge-changelogs tool that does the same thing as dpkg-merge-changelogs but using tree-ishs.12:46
seb128how do you handle packages that managed to be in sync for some time and diverge again?12:47
rbasakYeah. That's just part of the broken-ness of an enforced-linear changelog.12:47
seb128I just consider my merges as a sync with a new delta :p12:47
seb128the changelog summarize the delta12:47
seb128so all good ;-)12:47
rbasakThat's fine. But for sponsoring, I will require the merged changelog I think.12:48
rbasakIt's very difficult for sponsorees otherwise. They never know what to do.12:48
cjwatsonI find it a bit surprising when people drop the old changelog entries on a merge, but it doesn't really bother me either way.12:48
rbasakAnd it seems to be consensus to do it this way, even if you disagree and I don't object to that particularly.12:48
seb128yeah, fair enough12:48
cjwatsonI agree consistency for sponsored uploaders is good though.12:48
seb128it makes the merge a bit more difficult and the diff a bit bigger12:49
seb128but as said I don't care much either way either12:49
rbasakTooling FTW. Not an issue with our git workflow  :-)12:49
seb128what git workflow?12:49
seb128I though the current recommended way to submit changes was debdiffs12:50
rbasakDates back to https://lists.ubuntu.com/archives/ubuntu-devel/2014-August/038418.html12:50
seb128did we go back to some UDD based on git without me noticing?12:50
rbasakhttps://wiki.ubuntu.com/UbuntuDevelopment/Merging/GitWorkflow12:50
rbasaknacc and I are working on reintroducing UDD-like stuff with git.12:50
rbasakIt's working pretty well ATM.12:50
rbasakMakes merges much easier.12:51
seb128+1 from me12:51
seb128I just though we were not there yet12:51
rbasakhttps://code.launchpad.net/~usd-import-team/+git are our imported branches.12:51
seb128do we have auto import from all uploads to git now?12:51
rbasakFor a server-focused subset ATM, while we flush out issues.12:51
rbasakBut nacc or I are happy to import anything else manually on request.12:51
seb128nice12:51
rbasakI also have Launchpad queue processing for new and unapproved working in a branch.12:52
rbasakFor SRU reviews.12:52
seb128rbasak, somebody should probably update http://packaging.ubuntu.com/html/udd-intro.html12:52
rbasakYeah, there's plenty of outstanding stuff to sort out still.12:52
rbasakIt is usable for anyone who's prepared to deal with the shortcomings/lack of documentation. I don't think we're ready for everyone yet.12:53
seb128k12:56
seb128rbasak, thanks for the info, it's good to read that there is some ongoing work on that, I didn't see any recent activity on ubuntu-devel@ or IRC that hinted that was the case so it's a nice surprise ;-)12:56
xnoxcpaelzer, i wonder if the kvm virtual machines should have network interfaces mac address named or not by default.12:58
cpaelzerxnox: s390 network devices you mean?12:59
cpaelzerxnox: I prefer to have virtual naming the same as HW does - so based on the subchannel id13:00
xnoxcpaelzer, no, any virtio net devices. e.g. currently they end up as eth0, but imho emx5254003c4ea3 is better (mac address 52:54:00:3c:4e:a3)13:00
cpaelzerxnox: I havent checked in a while what the naming atm actually is13:00
cpaelzerI'd expect enps# things13:00
xnoxnot in qemu-kvm vms it seems13:00
cpaelzerxnox: ens3, enp0s0, ... those are the ones I found13:01
xnoxhuh13:01
cpaelzerthe first on my local x86 and the second on ppc13:02
cpaelzerjust checking on the guests I have open atm13:02
cpaelzerxnox: I agree that on s390 we have the old style naming of ethX13:03
cpaelzerxnox: I'd personally prefer encXXXX to match the host there13:03
cpaelzerjust as we do on other architectures13:03
xnoxcpaelzer, can we do encXXXX for virtio though?13:03
cpaelzeryes13:04
cpaelzervirtio effectively is a special subchannel13:04
cpaelzertype13:04
xnoxwhy is not happening though?13:04
cpaelzerthey all have IDs and new definitions of contril units for (virtio)13:04
cpaelzerxnox: I must admit I don't know why it isn't done yet13:04
cpaelzerxnox: maybe the enXXXX rule only applies to OSA?13:05
cpaelzerbut should in a virt env to virtio-net as well on s39013:05
xnoxindeed it is ens3 on x86_6413:05
xnoxlet me check what's going on in qemu case, and why it's not enc =(13:06
cpaelzerxnox: http://paste.ubuntu.com/23954180/13:06
cpaelzerxnox: one of them is the net devices, I can't remember which of the numbers withotu checking13:06
=== hikiko|ln is now known as hikiko
xnoxcpaelzer, yeah i digged into /sys/devices/css0/0.0.0002/0.0.0001 ends up being the virtio device.13:10
cult-xnox: cjwatson: fedora had the same issue with libodb, they rebuilt it and all is fine.13:28
xnoxcult-, i will rebuild it all, and SRU as well.13:29
xnoxin a moment.13:29
* cult- is excited13:29
=== stokachu_ is now known as stokachu
=== tsdgeos_ is now known as tsdgeos
=== herb_ is now known as herb
cariboudosaboy_: niedbalski: doko: barry: Here are the results of th python/gcc perf comparaison : https://goo.gl/0BIsBu14:24
cult-xnox: how often launchpad content is updated?14:26
cult-is it instant14:26
xnoxcult-, yes... however SRU takes about 1-3 weeks to complete.14:29
xnoxthere is paperwork, and multiple eyeballs to review everything =)14:30
cult-uh14:30
xnoxcult-, what are you after?14:30
cult-i m just bored to always build it bymself14:30
=== rumble is now known as grumble
andyrockfossfreedom_: ping14:38
=== dosaboy_ is now known as dosaboy
caribouseb128: who's looking after gtk+3.0 aside from Laney who's apparently not here ?15:01
caribouseb128: I'm about to sponsor LP: #1550983 for Y & X15:02
ubottuLaunchpad bug 1550983 in One Hundred Papercuts "Fails to start with "Couldn't open libGL.so.1" (missing dependency?)" [High,Confirmed] https://launchpad.net/bugs/155098315:02
seb128caribou, Laney is here, what do you mean? (he might be at lunch though)15:03
caribouseb128: his status was /away15:03
seb128caribou, jbicha is sponsoring uploads sometime and a few other desktopers, including me do as well15:04
seb128caribou, but sure, please go ahead and sponsor those changes15:04
caribouseb128: no big deal, just want to check before sponsoring the SRU15:04
seb128thanks15:04
caribounp15:04
Laneycaribou: I was at lunch - you can't expect to find somebody at their screen all the time :-)15:17
caribouLaney: orly ? :-p15:18
LaneyThe normal procedure would be for you to ask your question, and then for me to reply when I get back15:18
caribouLaney: I try to avoid asking directly to people when I suspect that other might know (seb in that caseĆ 15:19
seb128caribou, you should just ask on the channel ;-)15:19
seb128so whoever you ping has the msg and others can also reply15:20
Laneyanyway15:21
Laneythanks for uploading15:22
cult-xnox: is the process visible somewhere?15:27
naccseb128: thank you for reminding me, I need to send a follow-up e-mail to ubuntu-devel16:12
seb128nacc, hey, yw! ;-)16:13
seb128nacc, thanks for the work you put into that16:13
naccseb128: of course! it's all rbasak's idea(s) :) the big thing that is preventing (which is too strong of a word, really) from broad adoption is primarily the LP side of things. It needs some work on the server side; and additionally, we're still fleshing/testing out how to be fully dgit compatible, etc.16:16
seb128it probably makes sense to polish a bit more and get feedback from early adopter before recommending it to contributors, but good to know that it's getting there16:19
=== bluesabre_ is now known as bluesabre
naccseb128: agreed :)16:23
xnoxcult-, subscribe to the bug report in question on launchpad, and you will get email notifications when it is progressing as people update the bug report as it goes through the SRU process. you can read about SRU process at http://wiki.ubuntu.com/StableReleaseUpdate16:23
phunyguyhey guys... can anyone in here tell me how Ubuntu's kernel modules are so small?  compiling a kernel manually in $another_distro, even with module compression turned on results in modules 3x the filesize of Ubuntu's....  Just curious really.16:38
phunyguyI am compiling with the Ubuntu config btw.16:39
=== acheronuk_ is now known as acheronuk
camakotjaalton, ping17:15
camakotjaalton, I am setting up my dev env to make changes for the new platform-mir in Mesa. I was told by RAOF to do 'debcheckout mesa' and use the ubuntu branch. I was expecting the platform-mir to be there but it's not. I have a copy of it, but is there a more authoritative way to get and apply it?17:18
tjaaltoncamako: what does debcheckout do?17:56
tjaaltoncamako: it's a quilt patch18:02
tjaaltonin debian/patches18:02
=== Skuggen_ is now known as Skuggen
fossfreedom_andyrock: hi!18:34
camakotjaalton, I 'd like to know how we modify the mesa patch, send an MP against it, have it reviewed and merged?18:34
tjaaltoncamako: just send me the new version ;)18:37
tjaaltonor put it somewhere18:37
camakotjaalton, ok where do I get the mesa from?18:37
camakoI guess 'debcheckout mesa'?18:38
camakoit checks out a mesa tree18:38
tjaaltonmaybe, does it clone the git repo18:38
camakotjaalton, yes18:38
camakoI see your commits at the tip18:38
tjaaltonok, so ubuntu branch18:38
camakoyep18:38
camakotjaalton, so the patch is in the debian/patches directory of the mesa source tree in Zesty?18:39
=== fossfreedom_ is now known as fossfreedom
tjaaltonyes18:40
tjaaltonthat branch has 13.0.4, i have 17.0.0~rc2 locally18:41
tjaaltonrc318:41
tjaaltonhow quickly do you need it in zesty?18:41
tjaaltonwondering if you should prepare it for 17 instead18:43
tjaaltonfinal should arrive this friday18:43
camakotjaalton, doesn't have to be that quickly... First Mir 0.26.1 needs to land (expected in the next day or two)... Then I drop my changes on it and test and have it reviewed by you and RAOf, etc18:43
camakotjaalton, I don't mind moving it to 1718:43
tjaaltonok, let me update the branch18:44
camakotjaalton, it'd be good if my Zesty environement can support the dependencies... would like to avoid building newer versions of its dependencies18:45
tjaaltondone, pull the branch18:45
camakotjaalton, last time I use tip of Mesa tree, it depended on a newer version of DRM18:45
camakoused*18:45
tjaaltonzesty should have latest libdrm18:45
camakook let me see18:45
tjaaltonproposed at least18:46
tjaalton.7518:46
=== JanC_ is now known as JanC
camakotjaalton, ok I have the updated tree18:47
camakoconveniently platform-mir patch is in there :-)18:48
tjaaltonof course :)18:48
camakotjaalton, I have my own way of building the mesa treee, but perhaps there is an easier way to apply the (set of) patch(es) and build it in one go?18:49
tjaaltonhaven't used quilt before?18:50
camakono I haven't18:50
camakoand I see that this tree is different18:50
tjaaltonjust apply it directly, do your changes and send me the git diff18:51
camakotjaalton, ok18:52
tjaaltonor better yet, git commit and format-patch -118:52
camakosure18:52
tjaaltoni need to run18:52
camakotjaalton, thanks for the clarifications... goon night18:53
camakogood*18:55
robert_ancellslangasek, I noticed you are assigned to follow up on the snapd-glib SRU exception request. Is there anything I need to do for this?20:05
acheronukjuliank: hi. is that apt fix for hashsum mismatches on those icon tars likely to backported to xenial in any future update?21:15
juliankacheronuk: yes.21:16
acheronukjuliank: thnx. are you able to say if that may be soonish?21:17
juliankacheronuk: Why do you ask?21:17
juliankAre there any files in xenial with the same hashes?21:17
acheronuktwo reasons. (1) kubuntu may at some want to backport the plasma-discover taht triggers that with it's apt config file. (2) KDE Neon who build on xenial have just hit that bug21:19
juliankI see.21:19
juliankIt will probably take a month or so, though.21:19
acheronuk(1) is a maybe, possibly never (2) is not really ubuntu's problem, but I have some interest there21:20
juliankFirst I gotta pick them into yakkety21:20
acheronukok. was just asking for info. not requesting that it's done asap or anything21:20
acheronukthank you :)21:20
juliankAnd there are multiple patches I want to pick, not just that one. A lot has been going on since 1.3.121:20
juliank date -d "0-12-25" "+%Y-%m-%d" fails on armhf and i386, but works elsewhere?21:39
juliankah, ti's 36 bits large...21:42
=== foli_ is now known as foli
=== plars is now known as plars-away

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