/srv/irclogs.ubuntu.com/2012/03/22/#ubuntu-devel.txt

keesjcastro: how do I submit a juju charm to the massive repo of them?00:50
jcastrohttp://juju.ubuntu.com/Charms00:50
jcastrohas the steps00:51
jcastrokees, push to your branch, file bug, attach branch, tag it "new-charm" when you want a review00:51
jcastrokees, is this for the contest?00:51
keesjcastro: well, I thought I did all that before, but I figured I'd try it again as long as there was a contest. ;)00:54
jcastrolink me up with the bug # when you have it and I'll pile it on the queue!00:54
jcastrokees, nice to you have you around rocking it still.00:55
keesjcastro: thanks!00:57
keeshttps://bugs.launchpad.net/charms/+bug/961819 tada00:57
ubottuLaunchpad bug 961819 in Juju Charms Collection "New "sbuild" charm for build environments" [Undecided,New]00:57
keesokay, looks like I had just missed that last step then. heh00:57
adam_gany tips for dealing with test suites in packages that call libraries (python library, in this case) that try accessing things that are off limits on the build system (/dev/log, in this case)01:29
jameshadam_g: fixing the test suite not to access things that are off limits?01:46
adam_gjamesh: its not the test suite, its a library that the test suite requires. suppose there is no fix other than skip those tests01:47
jameshadam_g: or provide a fake implementation of the library function01:48
jameshor perhaps one of the mock libraries01:48
=== Ursinha is now known as Ursinha-away
=== jalcine is now known as jalcine_
=== jalcine_ is now known as jalcine
jhojhocan someone sponsor some attention to this bug. given that it's openssl, it will likely affect quite a few installs and packages. this applies to 64bit installs that do not have processors with AES-NI02:52
jhojhohttps://bugs.launchpad.net/ubuntu/+source/openssl/+bug/94023002:52
ubottuLaunchpad bug 940230 in openssl (Ubuntu) "openssl on 64bit is much slower than before" [Undecided,New]02:52
jhojhoit should be easily fixable with compile flags. i.e. do not compile ASM in for the x86_64  build...02:53
=== jalcine is now known as jalcine_
=== jalcine_ is now known as jalcine
=== jalcine is now known as jalcine_
=== jmp is now known as Guest72352
=== Guest72352 is now known as _jmp_
=== jalcine_ is now known as jalcine
pittiGood morning05:52
scientesunity-2d in precise use to work and now it doesn't05:53
scientesat 800x480 on fbdev @ 16 bpp05:53
RAOFscientes: Can you be more specific than “doesn't work”?05:57
scientesit crashes at launch05:58
scientesit takes al long time to time out before apport comes up05:58
scientesbut then its "cant acess memory at XXXXX"05:58
scientesi tried with guest login too05:58
scientesand i purged xorg-edgers05:58
scientesthe desktop also gets posted05:59
scientes*desktop image05:59
scienteshow do i launch unity from the command line?06:03
vibhavscientes: unity06:06
scientesunity-2d06:07
scientespooh wow, that worked06:08
scientesmaybe its a multi-seat problem06:08
scientesoh no, its using llvmpipe, and slow as balls06:08
scientesand horribly corrupt06:08
scienteshow do i run unity-2d from command line?06:08
vibhav#ubuntu might know06:09
scientesunity-2d-shell: [FATAL] Settings schema 'com.canonical.Unity2d.Launcher' is not installed06:10
jalcineballs move quickly when kicked.06:12
jalcinejust saying, hehe06:12
scientesold version, fixed06:15
alkisgHi, I'm using python-distutils-extra, and when I build under Lucid, data_files are missing from POTFILES.in, while under Precise everything is OK. I'm currently using a potfiles-workaround/ dir with symlinks to the files that need translations, but that's too ugly, any better solutions?06:28
=== BenC__ is now known as BenC
hrwcjwatson: ops, screwed check then07:08
pittimicahg: what's the state of the lightdm gtk greeter?07:14
alkisgHi, I'm using python-distutils-extra, and when I build under Lucid, data_files are missing from POTFILES.in, while under Precise everything is OK. I'm currently using a potfiles-workaround/ dir with symlinks to the files that need translations, but that's too ugly, any better solutions?07:15
dholbachgood morning07:46
=== tkamppeter_ is now known as tkamppeter
cjwatsonhrw: well, I fixed pcmciautils, anyway08:18
hrwcjwatson: thx08:21
hrwcjwatson: what would you suggest to do with rest of packages?08:27
hrwcjwatson: ignore, convert to debhelper?08:27
cjwatsonhrw: not sure :)08:28
cjwatsonit doesn't seem desperately vital that ed doesn't have debug symbols, say08:28
hrwsure, but would be nice to have one for bzip2 for example08:28
cjwatsonmaybe an Ubuntu-specific change to call pkg_create_dbgsym in the appropriate place08:29
cjwatsonI don't think converting packages to debhelper as an Ubuntu delta is a good idea08:29
hrwlike binutils do ;)08:29
hrwno, sending delta back should be done08:29
cjwatsonit would have to check /CurrentlyBuilding08:29
cjwatsonthere are cases where maintaining a delta is the right thing to do08:30
hrwbtw - can package has arch specific dependency? build-dependencies can do that but I am not sure about dependencies08:30
cjwatsonyou probably aren't going to make many friends by sending patches that completely change the packaging08:30
hrwI know08:30
cjwatsonyes, provided that the package is not Architecture: all08:30
hrwthats the problem08:30
cjwatsonthen no08:30
hrwlaptop-detect is shellscript which is arch:any cause on x86 it has one more dependency08:31
cjwatsonthat's a legitimate reason to be arch: any08:31
cjwatsonit doesn't just mean "compiled code only"08:31
hrwI know, just wondered08:31
toabctlmvo, can you have a look at https://bugs.launchpad.net/apt/+bug/960914 ?08:32
ubottuLaunchpad bug 960914 in update-manager (Ubuntu) "Can not update packages - nothing happens after package download" [Undecided,New]08:32
mvotoabctl: sure, let me check that one08:40
mvotoabctl: let me follow up in the bugreport I asked a bunch of questions there08:42
mvo(now)08:42
pittihey mvo, good morning08:45
mvohey pitti good morning to you as well08:45
pittimvo: in bug 950676, do you think it would help to remove libseed0 early with a breaks: or even conflicts:? it seems to be pretty close to the root of the evil09:01
ubottuLaunchpad bug 950676 in apt (Ubuntu Precise) "lucid->precise upgrade failure due to gir1.0->gir1.2 conflicts" [High,New] https://launchpad.net/bugs/95067609:01
=== jalcine_ is now known as Guest61506
=== Guest61506 is now known as JackyAlcine
=== JackyAlcine is now known as jalcine
=== jalcine is now known as Guest81870
jamespageStevenK, hey - any change you could accept the zentyal-* binary packages into precise please?09:43
* StevenK reaches for cocobanana.09:44
StevenKjamespage: I'm a little concerned some of the source packages are 2.3.4 and some are 2.3.3, but they all look good, so I'm accepting them.09:51
jamespageStevenK, great - upstream release each component separately hence the different minor version numbers...09:51
jamespagethanks v much09:52
=== fenris is now known as Guest95871
mvopitti: sorry, I was deep in a code review, let me check10:13
mvopitti: getting rid of libseed0 early would certainly help10:15
mvopitti: from what I see in the logs10:15
pittimvo: still not sure whether this is a real apt bug, or just bad dependencies10:16
pittimvo: ok, I'll try to upload a seed with that conflicts, we'll see how far we'll get10:17
pittis/try to//10:17
mvoI wonder why its installed in the first place10:17
pittimvo: some universe package in lucid apparently pulled it in10:17
mvopitti: give me some minute to read the log some more10:18
mvoat least:10:18
mvoBroken libseed0:i386 Depends on gir1.0-glib-2.0 [ i386 ] < 0.6.8-1 > ( libs ) (>= 0.6.3)10:18
mvo  Considering gir1.0-glib-2.0:i386 17 as a solution to libseed0:i386 -110:18
mvo  Removing libseed0:i386 rather than change gir1.0-glib-2.0:i38610:18
mvolooks like its doing the right thing10:18
jhojhoopenssl-1.0.1 is released.  is it too late to ship for precise?10:44
cjwatsonI was actually pondering that myself10:44
cjwatsonplanning to look into it today and do some testing, and get a feature freeze exception request in if it looks good; there are some problems I've not been able to solve otherwise10:45
jhojhothere are numerous improvements. which would be beneficial for a LTS10:45
cjwatsonyeah, I know10:45
jhojhoif you look at it, it would be much appreciated.10:45
cjwatsonI'm not averse to it, it would be better than giant hairy backports10:45
cjwatsonbut there is certainly a risk so I need to do due diligence10:46
jhojhoalso if you could disable asm for ubuntu x86 64bit build10:46
cjwatsonI'd rather investigate first10:46
jhojhothere's a big regression of using asm vs. C starting with 1.0.010:46
cjwatsonI'm aware of that bug but I do not propose to agree to any particular solution until I've looked into it myself10:46
jhojhono worries. i have a bug opened for it. with a bunch of links that should explain.10:47
jhojhoas well as timings.10:47
cjwatsonheh, there's already an FFe open.  I do so love it when non-developers open FFes ;-)10:48
jhojhoi was just hoping to get these all fixed given that precise is LTS and openssl affects so many other packages that perf would be fixed. =)10:48
jhojhowhat's the url to that FFe?10:48
mvopitti: so what is still depending on the old gir? is it just a incomplete transition?   Considering gir1.0-gtk-2.0:i386 3 as a solution to gir1.2-gtk-2.0:i386 3 shows that there are probably 3 rdepends  (but they might be still on the installed system)10:49
cjwatsonjhojho: it's got no useful information in it yet; I'd rather people didn't pile on it please10:50
mvopitti: the log is a bit confusing, nevermind I keep diging10:50
jhojhoi wasnt planning on adding anything to it.10:50
jhojhojust to watch/track.10:51
cjwatsonjhojho: also are you sure that 1.0.1 still has the performance regression on 64-bit?  the thread at http://thread.gmane.org/gmane.comp.encryption.openssl.devel/19836 suggests this shouldn't be so10:51
cjwatsonaside from some slowdown to resist cache timing attacks10:51
mvopitti: aha, I think that contributes to the problem that there are no direct gir1.2-gtk-2.0 dependencies, this means apt has a harder time figuring out if the package is important or not10:51
cjwatsonthe FFe is bug 95843010:52
ubottuLaunchpad bug 958430 in openssl (Ubuntu) "[FFe] Please sync openssl 1.0.1 from Debian unstable" [Undecided,Confirmed] https://launchpad.net/bugs/95843010:52
mvopitti: I think that moving gir1.0-gtk-2.0 from option to extra (and the other gir1.0 stuff) fixes the bug too10:52
dholbachsladen, do you think you could have a look into the ubuntu-font MP again?10:53
pittimvo: we can't, the gir1.0-* packages have gone long ago10:53
jhojhocjwatson: it's not clear. I'm happy to do some timing tests if a package is built.10:53
jhojhocjwatson: looking at the changelog, the constant time implementation that I see, is the stuff contributed by google10:54
jhojhofor elliptic curve10:54
jhojhoso not the same thing.10:54
pittimvo: "Installing gir1.2-gtk-2.0 as Depends of gir1.2-dbusmenu-gtk-0.410:54
jhojho"Specify "enable-ec_nistp_64_gcc_128" on the Configure (or config) command10:54
jhojho     line to include this in your build of OpenSSL"10:54
jhojhofor 64bit only10:55
jhojhocjwatson: in that gmane link you posted, the last sentence says "If non-AES-NI10:56
jhojhoperformance in FIPS context is important to you, contact10:56
jhojhoopensslfoundation.com."10:56
jhojhoso I'm thinking it's probably not fixed for asm (or considered a priority item). and since using the asm codepath drops off about 50% for aes, it's kind of a big regression.10:57
sladendholbach: if it's going up, I'd like it with the ~medium  (as we have different combinations in different PPAs and this means the combinations are clear)10:59
dholbachsladen, can't you upload it with that change?10:59
dholbachsladen, we are going to have Beta 2 Freeze today11:00
jhojhocjwatson: here's what I've found so far.. https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/94023011:00
ubottuLaunchpad bug 940230 in openssl (Ubuntu) "openssl on 64bit is much slower than before" [Undecided,New]11:00
dholbachso better get it in quick before11:00
sladendholbach: however it is a massive (but minor) kludge that could be done at any point, and so I think this it makes sense to do it at T-5/6 weeks when it's probably possible to get a real fix in that time11:00
thervehi there!11:00
dholbachT-5/6 weeks? you mean after the release?11:00
sladendholbach: and additionally; if it's happening, I don't want to do it before the wallpapers go up, so I don't lose the CD space11:00
cjwatsonjhojho: I think I'm more worried about non-FIPS context for Ubuntu11:00
sladendholbach: release is 5 weeks away11:01
cjwatsonso I disregarded that last sentence11:01
pittimvo: do you think a conflicts: libseed0 or breaks: will be better?11:01
mvopitti: ohhh11:01
jhojhocjwatson: i dont need FIPS so i'm fine with that =)11:01
mvopitti: I think a conflict will be (slightly) better11:01
pittimvo: ok, that's my gut feeling, too11:01
pittimvo: "oooh" sounds promising11:01
dholbachsladen, ok, I don't understand what you're saying, but I'll leave the decision to you - the merge proposal looked like you wanted Florian just to update the version number, which looked like a minor thing to block on11:02
pittimvo: will a replaces: help to ease apt's mind?11:02
mvopitti: no, sorry, it was about that its gone from the archive :/11:02
mvopitti: as the optionl->extra would be a nice fix IMO11:02
pittimvo: it was renamed for parallel installability, but now it _is_ the libseed library11:02
sladendholbach: that one merge results in 3-4 other uploads needing to go into PPAs so they keep ahead11:02
sladendholbach: I'm not keen on doing it11:02
sladendholbach: however, if it's done, I'd prefer it being done in the prettiest way11:03
dholbachok, I'll leave it to you - shall I mark it as "WIP"?11:03
mvopitti: the conflict should be good enough (I think), but a C/R/P will not hurt if its really the same11:03
dholbachit doesn't seem to make sense to have it in the sponsoring queue11:03
pittimvo: "provides:" would be exaggerating, and technically wrong11:04
pittimvo: I have C/R now11:04
mvook11:05
mvofingers crossed :)11:05
pittimvo: uploaded; looking forward to tomorrow's run then11:05
pittimvo: danke!11:05
mvocool11:07
jhojhocjwatson: anyways thanks for looking at it as not having to wait another 2 years for TLSv1.1 and TLSv1.2 would be nice.11:08
pittiinfinity: eek, that d-i FTBFS looks unhealthy..11:14
infinitypitti: Nah, it's fine.11:16
infinitypitti: Images just grew a bit when nic-firmware.udeb got more stuff added.11:16
pittioh, "disk full"11:16
infinitypitti: Either Colin will fix it while I sleep, or I'll fix it when I wake up.11:16
pittiok, thanks11:16
infinitypitti: Yeah, "disk" being the FAT image, not the buildd's disk. ;)11:17
pittiright, I just missed that at my first look11:17
cjwatsonit's running through sbuild locally now11:19
hrwcan someone try to rebuild mawk? it fails for me on testing11:41
cjwatsonhrw: works fine here in a precise/i386 sbuild instance11:46
hrwthx11:49
cjwatsonhrw: do you want the log?11:50
hrwno, built fine in pbuilder here as well11:52
cjwatsonok11:53
=== _salem is now known as salem_
=== MacSlow is now known as MacSlow|lunch
=== Ursinha-away is now known as Ursinha
=== toto is now known as Guest76177
=== Guest76177 is now known as doctorpepper
=== smb` is now known as smb
jhojhogcc 4.7.0 is out… http://article.gmane.org/gmane.comp.gcc.devel/12544113:04
jenni82hello. i've got a question on ubuntu audio dev ppa. i'm missing alsa-driver-1.0.25 package for precise x64. does anybody know if this one will be part of the release?13:11
jenni82right now there seem to be only x86 packages13:12
=== MacSlow|lunch is now known as MacSlow
=== bladernr_afk is now known as bladernr_
=== dendro-afk is now known as dendrobates
geserhave you the package name at hand?13:23
cr3can I express a dependency on a version like this: postgresql (8.4 | 9.1)?13:25
cjwatsonno13:27
cjwatsonthe policy manual has a complete syntax for dependencies13:27
cr3cjwatson: right, I was looking at this page but it wasn't mentionned. I wasn't sure whether it was because it wasn't supported or just wasn't mentionned: http://www.debian.org/doc/debian-policy/ch-relationships.html13:28
cjwatsonanything not there is not supported13:30
jenni82package should be like this: http://packages.ubuntu.com/en/source/precise/alsa-driver13:30
jenni82but there seem to be no builds for x6413:30
jenni82i'm confused13:33
cjwatsonjenni82: all the binary packages in the alsa-driver source package are Architecture: all, so it only needs to be built on one architecture13:33
geserjenni82: this source package only builds arch:all packages (can be installed on any architecture), so it only needs to get build once (which is done on the i386 buildd)13:33
jenni82hmm ... but why does "$ cat /proc/asound/version"  deliver Advanced Linux Sound Architecture Driver Version 1.0.24.13:36
cjwatsonThat's up to the kernel packages.  In Ubuntu the alsa-driver source package really just delivers configuration13:37
jenni82i was hoping to get rid of some sound-issues. so this means i have to install 1.0.25 manually?13:38
cjwatsonI don't know whether the kernel team plan to bump to 1.0.2513:39
jenni82ok. thank you.13:41
=== yofel_ is now known as yofel
pittijdstrand, apw: sorry, in bug 947254 I accidentally also copied to -security :/14:53
ubottuLaunchpad bug 947254 in Kernel SRU Workflow "linux: 2.6.38-13.57 -proposed tracker" [Undecided,In progress] https://launchpad.net/bugs/94725414:53
pittibut I can't just remove the current package from -security again, as we actually want to keep 2.6.38-13.56 there14:54
pittiso we'd either need to reupload, and cause yet another update, or do an USN explaining this?14:55
pittior find a Launchpad DB hacker to unpublish it?14:55
pitticjwatson: ^ if you happen to have a brilliant idea14:55
cjwatsonI suspect you're better off leaving it there, unless it's really bad14:56
pittiit was regression tested and everything, it's just not a security update14:57
pitti... for the first time in months, I guess I got way too used to always copying everything to -security14:57
pittisaw too late that the "promote-to-security" task was "invalid"14:58
jdstrandjjohansen: ^15:00
jjohansenpitti: okay, we can write a USN to explain this15:02
pittijjohansen: thanks; and sorry15:03
pittiok, I think I got the other umpteen kernels correctly15:07
=== jespada_ is now known as jespada
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
=== vibhav is now known as Guest43747
apwpitti, i think i'd vote for just leaving it15:39
micahgpitti: re lightdm-gtk-greeter> I've got one more thing to finish before I finish that, should be ready by 19:00 UTC15:59
pittithanks15:59
adam_gis there an archive admin around who can bump the nova  upload thru https://launchpad.net/ubuntu/precise/+queue ?  the new binary package is just a launch script that was previously packaged with nova-console, plus a manpage and upstart job16:14
bdmurraypitti: do you recall what checks are done by apport before filing a bug in Launchpad?  I'm looking at bug 960851 from a Zorin OS install16:14
ubottuLaunchpad bug 960851 in ubuntu-meta (Ubuntu) "package ubuntu-desktop 1.245 failed to install/upgrade: dependency problems - leaving unconfigured" [Undecided,New] https://launchpad.net/bugs/96085116:14
=== dendrobates is now known as dendro-afk
nxvlseb128: is my desktop on precise supposed to be completely broken?16:18
nxvlseb128: i log in an i see nothing on unity or gnome316:18
nxvldidrocks: or it's your fault?? ^^16:18
didrocksnxvl: before asking "who's fault it is" you should look at what you did upgrade16:19
=== dendro-afk is now known as dendrobates
didrocksas there has been no unity upload at all in the official repo, I would doubt of it16:19
nxvldidrocks: the "fault" think was just a joke, not actually looking for whos fault is, sorry about confussion16:20
nxvldidrocks: i did an upgrade earlier this week and my desktop is completely gone16:20
didrocksno worry :)16:20
dholbachhey nxvl16:21
nxvldidrocks: is that known or just randomness?16:21
nxvldholbach: hi daniel!16:21
didrocksnxvl: not known from here at least16:21
didrockssorry, handling unity release, don't really have time for debugging it16:22
didrockslook at what you upgrade16:22
didrocksupgraded*16:22
nxvldidrocks: funny part, when i get to lightdm i get no icons, just blank squares with red 'x'16:22
didrocksthere has been some new lightdm as well16:22
pktDoes i18n/keyboard.txt actually have any effect in ubuntu-defaults-builder / ubuntu-defaults-image ?16:39
pktThe context is that I 'm trying to build a localized image for Greek16:39
pktand I noticed that in the resulting image there was no english keyboard :(16:40
pktgrepping the various scripts I see no reference to keyboard.txt besides verifying it16:41
pktfwiw the source of the package is here: https://github.com/ubuntu-gr/ubuntu-defaults-el-gr16:42
pittislangasek: are we planning to switch to a tmpfs /tmp/ in 12.10?16:47
cjwatsondepends, you volunteering for the installer work? :-)16:52
pitticjwatson: well, there are certainly programs to be fixed16:52
pittiI can instantly think of Firefox (uses it for downloads)16:52
pittiand presuambly also some CD burners16:52
pittithese should use /var/tmp/ for large things16:53
pitticjwatson: OOI, what needs fixing in ubiquity? that's not somehing that sprang to my mind16:53
pitti(just got a question about it)16:53
cjwatsonI think there's a reasonable argument that tmpfs /tmp ought to be selectable in the partitioner rather than mandated16:53
cjwatsonand it may well require adjustment of autopartitioning limits and such16:54
pittiah, ok16:54
pittihttps://blueprints.launchpad.net/ubuntu/+spec/server-karmic-tmp-as-tmpfs refers to bug 386554 as a blocker, I haven't checked yet whether that's still current16:54
ubottuLaunchpad bug 386554 in linux (Ubuntu) "System behaved as if OOM when it had plenty to spare" [Medium,Triaged] https://launchpad.net/bugs/38655416:54
pittiso either way, it's not a trivial change for multiple reasons16:54
pittiI was just curious whether I was missing a spec, or a bug (there's none against mountall)16:55
cjwatsonthat was the canonical spec for it, I think, yes16:55
pittibut I'm fairly sure I read about it on some ML16:55
pittior some bug, or other place16:55
pittidamn memory16:55
pittiparts of my brain are on tmpfs, too :)16:55
stgraberpitti: it was mentioned recently on the TB ML IIRC16:55
pittiah, perhaps that one, thanks16:56
=== zyga is now known as zyga-food
=== fenris is now known as Guest70667
=== Guest70667 is now known as ejat
=== jalcine_ is now known as Guest10125
=== Guest10125 is now known as JackyAlcine
yofelmvo: do you have a good suggestion on how to fix bug 944876? Just shifting the mapping is more of a hack than a fix, although s-p-kde would probably need a rewrite anyway at some point17:21
ubottuLaunchpad bug 944876 in software-properties (Ubuntu) "changed mapping of release_upgrades_policy causes software-properties-kde to set the wrong policy" [High,New] https://launchpad.net/bugs/94487617:21
=== JackyAlcine is now known as Guest91681
bryceh@pilot in17:28
=== udevbot changed the topic of #ubuntu-devel to: Precise Beta-1 Released. Archive: open | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: bryceh
pittibryceh: enjoy the flight :)17:28
cjwatsonivoks: patch in bug 961166 - was that tested?  there's a .. vs. ../.. discrepancy, which seems to be due to having backported only half of 8316bd2d9813cbc7b2b8288b6618eec2c200402817:31
ubottuLaunchpad bug 961166 in live-build (Ubuntu) "lb_binary_disk doesn't check compression of the initramfs" [Medium,Triaged] https://launchpad.net/bugs/96116617:31
ivokscjwatson: let me revisit that17:32
ivokscjwatson: ups... my bad, sorry17:32
cjwatsonit might be worth taking the whole of that patch17:33
brycehpitti, thanks, actually since we're nigh-frozen, probably just going to tend srus17:33
pittibryceh: there might be a couple of universe fixes, too17:33
pittibut yeah, ther's a fair number of SRUs, too17:33
brycehpitti, is universe not included in this freeze?17:37
pittibryceh: it is, but it's feature/UI freeze just like main17:37
pittibut UI is "less" frozen for universe17:37
pittithe definition even says it doesn't apply to universe17:38
pittiand of course they are less dangerous usually17:38
=== zyga-food is now known as zyga
brycehpitti, ok, thanks.  I still plan to make srus my focus; like you say there's a lot of 'em.17:42
ScottKpitti: I thought the discussion we had a (few) weeks ago concluded in a general consensus that U/I freeze applied to everything (like FF), but that for unseeded packages that aren't in any docs package they would be trivially approved?17:44
pittiright, that's why I said "less" frozen17:44
pittiI haven't checked whether there are any UI breaks in teh sponsoring queue, and whether they have UIFE bugs17:45
slangasekagateau: are you sure 'libqt4-gui' is the package you meant to ask me for in bug #915801?  Because libqt4-gui:i386 isn't installed (it's not a dep of skype:i386)17:47
ubottuLaunchpad bug 915801 in sni-qt (Ubuntu Precise) "sni-qt seems to no longer let skype show up as an indicator in precise" [High,Confirmed] https://launchpad.net/bugs/91580117:47
agateauslangasek: ahah, maybe that is the problem17:48
slangasekreally17:48
slangasek?17:48
agateauis your skype package statically linked against qt?17:48
slangasekwell, it's the stock package17:49
slangaseklet's see17:49
slangasek$ ldd /usr/bin/skype |grep QtGui17:49
slangaseklibQtGui.so.4 => /usr/lib/i386-linux-gnu/libQtGui.so.4 (0xf6b07000)17:49
agateauah no, I was wrong17:49
agateauit is libqtgui417:49
slangasekok17:49
agateaulibqt4-gui is a transitional pacakge17:49
agateau*package17:49
slangasekok, versions sent to the bug17:51
pittithis is really a curious one; sni-qt has worked fine here all the time17:54
pittiI wonder what the heck is different17:54
pitti(with skype)17:54
ScottKpitti: Right, but I think we need to update the definition on the wiki to match that.17:54
slangasekpitti: yeah, I'd also like to know ;)17:56
slangasekmvo: hey, do you have any time to talk about bug #876298?17:57
ubottuLaunchpad bug 876298 in update-notifier (Ubuntu) "[MASTER] We need to better handle external payloads (Flash, msttcorefonts) not being available." [Critical,Triaged] https://launchpad.net/bugs/87629817:57
mdeslaurslangasek: #962378 is making me cry18:03
mdeslaurbug #96237818:03
ubottuLaunchpad bug 962378 in ca-certificates-java (Ubuntu) "ca-certificates-java tries to call "java" binary before it's installed" [Undecided,New] https://launchpad.net/bugs/96237818:03
slangasekmdeslaur: that's not a new issue, the circ dep has been there for quite some time IIRC - what's making you cry now?18:05
mdeslaurslangasek: I'm trying to fix bug #92075818:06
ubottuLaunchpad bug 920758 in ca-certificates-java (Ubuntu Precise) "DigiNotar Root CA still present in ca-certificates-java" [Undecided,Confirmed] https://launchpad.net/bugs/92075818:06
slangasekand the circ dep is getting in the way of fixing, or in the way of testing the fix?18:07
mdeslaurhrm, actually...just testing, so I'll work around it for now18:08
slangasekbdmurray: can we block new reports of bug #929219 please?  launchpad is starting to creak18:08
ubottuLaunchpad bug 929219 in eglibc (Ubuntu) "chromium-browser crashed with SIGSEGV in __nscd_get_mapping()" [High,Triaged] https://launchpad.net/bugs/92921918:08
slangasekbdmurray: the duplicate signature should check for that __nscd_get_mapping() call in any package, not just chromium-browser or eglibc; I just duped bug #929437 to it, which was reported via gvfs+software-center18:10
ubottuLaunchpad bug 929219 in eglibc (Ubuntu) "duplicate for #929437 chromium-browser crashed with SIGSEGV in __nscd_get_mapping()" [High,Triaged] https://launchpad.net/bugs/92921918:10
slangasekmdeslaur: right - we may be able to improve handling of the circular dep, but I'd like doko to weigh in and he's out today18:11
mdeslaurslangasek: ok, thanks18:12
bdmurrayslangasek: nscd_get_mapping only appears in the retraced stacktrace which isn't patternable.  do you have another suggestion?18:14
slangasekbdmurray: heh, darn18:14
slangasekbdmurray: gethostbyname2_r() + the eglibc version may be sufficient?18:14
slangasekbdmurray: yeah, that should be enough to identify it18:15
slangaseklibc6 version >= 2.15~, <= 2.16-0ubuntu618:16
slangaseksorry, 2.15-0ubuntu618:16
jhojhocjwatson: can you confirm if the perf regression is fixed in 1.0.1?   nehalem, sandy bridge and ivy bridge all have aesni  support18:38
jhojhoso it's not a perf issue on those processors.18:38
jhojhothe regression is on 64bit processors without aesni18:39
pittijibel: would it be possible to re-trigger precise-upgrade-lucid-universe ?18:49
pittijibel: as long as it fails, it "only" takes 1:45 hours18:49
pittijibel: but we got that seed fix today which hopefully helps18:49
pittijibel: (seed as in the package, for the libseed0 -> libseed-gtk3-0 transition and the gir1.0 mess)18:49
jibelpitti, it's in the queue and will start after lucid server. ETA 3min 9sec according to jenkins :)18:51
pittijibel: thanks!18:51
slangasekpitti: what was the fix for seed, OOI?18:52
slangasekah, pushing libseed0 out manually, ok18:52
pittislangasek: we made libseed-gtk3-0 conflicts/replaces libseed0, to force the removal of libseed0 instead of trying to fulfill its dependencies in precise18:53
pittiit seems apt did not clean it up by itself18:53
slangasekyeah... it's a shame to need to do that18:53
slangasekbut certainly quicker than figuring out why apt isn't happy to remove the lib :/18:53
pittiwell, I looked at that apt log for over an hour, and this seems to be the root cause18:53
pittiI guess if I do that ten times more, I'll write a script to graphvizise apt.log :)18:54
slangasekyeah, it's the root package cause certainly18:54
slangasekbut the *root* cause is apt keeping an obsolete lib when it should throw it away :)18:55
mvoslangasek: sure, the bits in comment #22 ?18:56
slangasekmvo: well, and the merge proposal which I marked you a reviewer on :)18:56
=== dendrobates is now known as dendro-afk
mvoslangasek: rigth, I was off yesterday and crazy day today, but let me scan over it18:57
cjwatsonjhojho: my results are in the bug18:59
=== dendro-afk is now known as dendrobates
cjwatsonjhojho: based on the assertions I've seen that there was some deliberate slowing down of AES to defeat cache timing attacks, I'm reluctant to assume that slower is necessarily a showstopper here18:59
jhojhoi see the bug report but no actual timings.19:00
pittislangasek: yeah, workarounds'r'us19:00
jhojhocjwatson: that makes no sense as processors with aesni exhibit no slowdown19:00
cjwatsonI posted timings from a Core 2 Duo and a Nehalem to the FFe bug19:00
mvoslangasek: I will reply in the bug and in the MP19:01
cjwatsonAnyway, I'm not going to change it further before beta 2 at this point unless there's some kind of serious regression from 1.0.0g, so there should be plenty of time to collect data19:01
jhojhoah I see the timings now. let me go check them out.19:01
cjwatsonI'm afraid I didn't post comparative timings from lucid; I can do that later if necessary19:02
cjwatsonon the "one step at a time" principle I wanted to get 1.0.1 sorted out first19:02
cjwatsonanyway, it's thoroughly pub time now19:02
jhojhoplease if you could.19:02
jhojhothere is one thing I would ask for on the amd64 build19:03
jhojhoits the inclusion of the config flag that turns things on for the google contributed elliptic curve code19:03
cjwatsonwell, let's talk with the Debian maintainer about that; 1.0.1-2ubuntu1 very significantly reduces the delta against Debian and I'm pretty happy about that19:04
cjwatson(makes it easier to maintain)19:04
jhojhofor whatever reason, they made things so that you have to explicitly pass that flag.19:04
jhojhook19:04
cjwatsonthat's "enable-ec_nistp_64_gcc_128"?19:04
jhojhoyes19:05
=== dendrobates is now known as dendro-afk
dobeyactually i guess i should have asked that over here instead…19:13
dobeyhrmm. is apport retracer blocked/disalbed for amd64 bugs?19:13
bdmurrayslangasek: so the bugpatterns are regular expression would 2.15~pre work?19:18
bdmurrayah no also need one for 2.15-0ubuntu619:20
slangasekbdmurray: as a regexp, I'd do '2\.15\(~pre\|-0ubuntu[1-6]\)'19:21
jhojhocjwatson: it does look like things are a tad faster between 1.0.0 vs 1.0.119:22
bdmurray@pilot in19:34
=== udevbot changed the topic of #ubuntu-devel to: Precise Beta-1 Released. Archive: open | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: bdmurray, bryceh
jhojhocjwatson:  just installed to 1.0.1 and it looks like Lucid is still faster.  here's the pastebin for lucid and precise (2 results, 1.0.0 and 1.0.1)  http://pastebin.com/FG6mfabw19:35
Sarvattjhojho: wouldn't that be dependent on the kernel instead?19:40
jhojhowhy?19:40
jhojhothis is a userspace test. it has nothing to do with the kernel19:40
Sarvattthe fact the aes numbers dont change here either make me think its using the kernel aes stuff but i really have no clue19:41
Sarvattsha1 rc4 md5 all change drastically19:42
PaoloRotoloHi all!19:44
mvoslangasek: I followed up in the MP19:48
slangasekmvo: seen, thanks19:48
bdmurrayHow does the app-install-data-ubuntu menu-data get generated?20:22
=== fishor_ is now known as fishor
pittislangasek: sni-qt> *chuckle*20:47
pittislangasek: I'm glad that the mystery is resolved20:47
slangasekpitti: :/20:47
slangasekpitti: I feel bad now for wasting people's time20:47
pitti[ubuntu/precise] lightdm-gtk-greeter 1.1.4-0ubuntu1 (Accepted)20:47
pitti\o/20:47
slangasekand am running debsums -s now :P20:47
pittithanks micahg and mr_pouit !20:47
infinitypitti: What, no love for the guy who put all the effort into pressing the "accept" button?20:54
slangasekinfinity: not unless you can prove it was you who pressed it ;)21:00
infinityslangasek: There's a bug for that. :P21:01
infinityslangasek: And I can prove I filed it!21:01
=== salem_ is now known as _salem
BeretI'm sure someone will pick it up eventually, but if a sponsor is lurking, I could use one for https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/96244821:10
ubottuLaunchpad bug 962448 in landscape-client (Ubuntu) "update package to 12.04.2" [Undecided,New]21:10
skaetmsg chanserv topic #ubuntu-devel Precise Beta 2 Freeze in Effect.  Archive: pre-release freeze | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: bdmurr21:35
skaetay, bryceh21:35
brycehskaet, yes?21:35
* Daviey paases skaet a / :)21:36
* skaet accepts the / from Daviey 21:36
skaet:)21:36
* maco wonders if the linebreak indicates it wont all fit in /topic either21:36
brycehheh, max topic length?21:36
Davieysuck it and see.21:36
* maco eyebrow21:36
skaetit looks ok to me...21:37
brycehyeah ok here too21:37
macoi dont see the topic as having changed...21:37
skaettopic seem to be longer than the line limit.   interesting.21:37
ScottKMissing two letters off of the patch pilot's nick here.21:37
* skaet edited out the redundant info about the Archive, Beta 2 Freeze in Effect pretty much summarizes it.21:39
=== Daviey changed the topic of #ubuntu-devel to: Precise Beta 2 Freeze in Effect. Archive: pre-release freeze | Development of Ubuntu (not support, not app development) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: bdmurray,
skaetScottK,  better?21:39
macoskaet: wasnt bryceh also supposed to be a patch pilot?21:39
ScottKI only see bdmurray,21:39
ScottKGetting there.21:40
=== Daviey changed the topic of #ubuntu-devel to: Precise Beta 2 Freeze in Effect. Archive: pre-release freeze | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: bdmurray, bryceh
Daviey\o/21:40
ScottKThere we go.21:40
skaetThanks Daviey21:40
skaetsigh...21:41
skaetbryceh was on the last version i thought... oh well.   sorted now.   Thanks ScottK, maco.  :)21:41
ScottKYou're welcome.21:42
brycehhaving it go over length is probably a sign the topic needs some cleanup ;-)21:46
=== mwhudson_ is now known as mwhudson
slangasekso um, why is libvte suddenly complaining about a missing /etc/termcap?23:11
slangasek(and as a result, failing to correctly handle PgUp/PgDn and others)23:12
slangasekgnome-terminal not restarted for 18 days; not sure if it needs restarted, or if trying to restart it is the worst idea ever23:13
infinityslangasek: I see no such whining from my xfce4-terminals (which also use vte)23:19
infinityslangasek: I say restart gnome-terminal, and if it all goes south, we'll see you from your console? ;)23:19
bdmurray@pilot out23:38
=== udevbot changed the topic of #ubuntu-devel to: Precise Beta 2 Freeze in Effect. Archive: pre-release freeze | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: bryceh
=== PaulW2U_ is now known as G4MBY
bryceh@pilot out23:39
=== udevbot changed the topic of #ubuntu-devel to: Precise Beta 2 Freeze in Effect. Archive: pre-release freeze | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/xmGdCW | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:

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