[00:13] bdmurray: curious - maybe it's fixed by the freetype upload which changes various bits surrounding font metrics [00:27] jdstrand: still around? [00:28] roaksoax: yes [00:29] micahg: Did you ever get a chance to look into blueman? [00:31] jdstrand: quick question about creating a user for MAAS. [00:31] jdstrand: so the daemons already run as 'maas' user, WSGI for MAAS code also runs as 'maas' user. Do we need to create a home dir for the user? or can we not have a home dir? [00:33] ScottK: not yet [00:34] roaksoax: if it doesn't need a home dir, then no. You can specify /nonexistent as the home dir, but be sure to use --no-create-home [00:34] OK [00:35] jdstrand: awesome, thanks [00:35] np [01:04] ScottK: blueman needs a merge, but the dh_python2 conversion was wrong, I'll file a Debian bug [01:04] they also transitioned to python-gi [01:19] Thanks. [02:06] I'm trying to build an app for my ppa that won't build on launchpad, but does with pbuilder-dist lucid . It has a build-depends as follows: [02:06] Build-Depends: [02:06] debhelper (>= 6), [02:06] python, [02:06] python (>= 2.6.6-3~) | python-support [02:06] it doesn't build because it can't get the python without trying to get the python-support instead. Is what I want reasonable? [02:08] jsjgruber-x-p: #ubuntu-packaging is better for random PPA build failures [02:09] ok, thanks [02:33] @pilot out === infinity changed the topic of #ubuntu-devel to: Precise: UI and feature freeze Archive: frozen | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #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: === jbicha is now known as Guest73631 === Guest73631 is now known as jbicha_ [03:19] Morning folks. [04:53] Good morning [04:54] morning pitti [04:54] Morning pitti === Whoopie_ is now known as Whoopie [05:54] Hi gang, I'm trying to sort out our (Studio) bzr branches in better shape, and Micah kindly pointed out some errors with fields in debian/control. What's the proper URI for Vcs-Bzr field? Should it be 'lp:ubuntustudio-default-settings', 'lp:~ubuntustudio-dev/ubuntustudio-default-settings/UbuntuStudio' or the long form [05:54] 'https://code.launchpad.net/~ubuntustudio-dev/ubuntustudio-default-settings/UbuntuStudio'? [05:59] astraljava: Most seem to use the http:// URI. [06:03] infinity: Ok, I'll fix ours to comply with that, then. Thank you! === smb` is now known as smb [07:17] anyone seen this ? [07:17] walking through installer from yesterday's iso [07:17] it just hang as soon as i enter the user info and hit continue [07:18] (i did have encrypted home) [07:18] er.. did select. [07:18] walking through installer from yesterday's iso [07:19] good morning [07:21] RAOF, happy birthday! :) [07:27] Happy birthday RAOF. [07:28] what's supposed to replace pcretest in the new multiarch pcre3 packages (this was dropped 2 releases ago)? [07:28] dholbach, msvb: Thanks. [07:31] micahg: why do you need a replacement? [07:31] slangasek: I've got package testing for UTF-8 support in PCRE [07:31] ah [07:32] can you just bundle the source as part of your test? [07:32] or put it in the pcre package's own build-time test suite? [07:32] of the pcretest script? probably [07:32] (cf. the original bug report requesting pcretest, bugs.debian.org/162998) [07:36] * micahg wonders why this works in Debian [07:59] micahg: Sure. [07:59] So. [08:00] Why did GLIB drop that feature, or is the test for it just broken? [08:00] Cause either that's a glib regression, or goffice is doing something stupid. [08:01] (Or is it a bug and not a feature that it's looking for? But then it wouldn't make sense to include pcre if glib isn't buggy?) [08:01] Confusing. [08:01] hmm, according to the docs it should be there [08:02] ah, it's the include most likely has changed [08:02] micahg: Could it... Yeah. [08:02] micahg: I was just about to suggest single include madness. === doko_ is now known as doko [08:02] pitti, ping [08:03] hello doko [08:03] micahg: I bet throws errors. [08:03] pitti, the jockey-gtk crash did hit me yesterday [08:06] what is "the" jockey crash? [08:06] doko: is there a bug # for this with details? [08:08] pitti, bug 804662 [08:08] Launchpad bug 804662 in jockey (Ubuntu) "jockey-gtk crashed with TypeError in _execute_child(): execv() arg 2 must contain only strings" [High,Fix released] https://launchpad.net/bugs/804662 [08:09] @pilot in [08:09] doko: can you please file it again? it seems to be a slightly different crash === krnekhelesh is now known as nik90 [08:12] infinity: /me bangs head on desk (I forgot to try a rebuild :), was the single include nonsense) [08:19] hmm - guess the bot knew that I'm actually piloting tomorrow [08:19] * jamespage goes for more coffee [08:23] < Riddell> shell scriptage help needed: http://paste.kde.org/456044/ [08:23] that breaks on first line if more than one .pot file exists [08:23] how do I get it to test for .pot file existing without breaking on more than one? [08:24] Riddell, wouldn't for file in po/*pot; sed "s/charset... work? [08:25] only if you set shopt nullglob [08:25] if no files match po/*pot, you try to sed a file literally named "po/*pot" [08:26] Riddell: for file in po/*pot; do if [ "$file" != 'po/*pot' ]; then sed [...]; fi; done [08:26] so patch pilot bot is missing because the srever went down yesterday for some unkown reason. I need tsimpson to resstart that one (and tell me how to do it), so whoever the patch pilot today is, please adjust the topic manually. [08:26] bryceh: not if the directory is empty [08:27] jamespage: could you direct my earlier comment to whomever is the patchpilot today? [08:27] ls -l po/*pot 2> /dev/null && for file in po/*pot; do echo $file ; done [08:29] if [ "$(ls -A po/)" ]; then this seems to do it nicely [08:30] every time I use bash I end up wanting to rewrite in python :) [08:30] ah, but that's not bash [08:30] if you were using bash, you *could* do shopt nullglob, and then you wouldn't have to check ;) [08:38] hey, i'm trying to run the installer (several times now) on a new laptop [08:38] if [ "$1" = deconfigure ]; then [08:38] :; # blah, do something useful with ldso [08:38] fi [08:38] when i come to the point of adding a new user. [08:38] This is why I shouldn't read other people's maintainer scripts... [08:38] as soon as i click continue, ubiquity goes to 100% cpu [08:38] i'm choosing a separate /home partition and to format it. [08:38] is this known? [08:42] smoser: Are you perhaps running into bug #966294? [08:42] Launchpad bug 966294 in ubiquity (Ubuntu Precise) "Ubiquity loops forever from ubiquity_webcam_play" [High,In progress] https://launchpad.net/bugs/966294 [08:43] RAOF, that could be [08:50] RAOF, thank you! [08:50] i removed the ucvideo.ko module [08:50] (and then rm'd it for good measure) [08:50] and i'm moving on [09:18] Riddell: [09:18] +if [ "$(ls -A po/)" ]; then [09:19] Riddell: I think it would be more robust to use [ -n "$(ls ..)" ] [09:19] Riddell: also, there seems to be a missing "fi" in http://launchpadlibrarian.net/101498692/pkg-kde-tools_0.14.2ubuntu4_0.14.2ubuntu5.diff.gz ? [09:23] pitti: fix uploaded [09:36] where can I find old isos? (specifically I'm looking for precise beta 1 isos) [09:53] (tried old-releases.u.c but it doesn't have precise isos) [09:56] Adri2000: we archive them to tape I think, but they aren't available anywhere public (or even easily Canonical-accessible) [09:56] pitti, how much memory is required to setup the virtual device in udisks test ? The test fails with 'cannot allocate memory' when modprobing scsi_debug. The highest dev_size_mb I could set with 2GB of virtual memory was 112 [09:57] jibel: that's a good question, I'm not really sure about it [09:57] jibel: I would expect that 2.5 GB should be enough then, as it requests 300 MB [10:03] cjwatson: argh :/ ok... (wanted to debug an X regression post beta 1, would have been useful in order to track down the culprit packages) [10:04] pitti, ok, I'll start with 2.5 and increase until it passes. [10:05] jibel: merci [10:05] jibel: I'm preparing a new udisks uplaod with the missing dependencies [10:08] pitti, ok, thanks. postgresql test failed but it looks like a bug in autopkgtest which expand '+' to '%2B' in the package name [10:11] yeah, I wondered about that, it didn't even get to the tests there [10:14] yay, precise-adt-ubiquity passed [10:15] cool! [10:18] hello devs [10:19] jibel: https://jenkins.qa.ubuntu.com/view/Precise/job/precise-adt-upower/lastSuccessfulBuild/ looks weird -- did that succeed actually, or was this a test environ failure? [10:19] when does beta 12.10 start? [10:20] sam-c: https://wiki.ubuntu.com/QReleaseSchedule [10:21] sam-c: Its release schedule isn't finalised yet [10:22] the details haven't; you can reasonably expect it not to be too far off the above wiki page though, maybe with a week or two's shift here and there [10:23] pitti, it succeeded but publication to the public jenkins is slow [10:23] jibel: ah, I see; great to see it works now! [10:24] so it syncs results from the parent job first then children jobs many minutes later [10:24] thanks lets hope 12.04 is a success! === MacSlow is now known as MacSlow|lunch [11:08] jibel: nice, it's there now === tkamppeter_ is now known as tkamppeter [11:27] infinity, will you address bug 929219 before the release? [11:27] Launchpad bug 929219 in eglibc (Ubuntu Precise) "chromium-browser, gvfsd-http and others using eglibc crash with SIGSEGV in __nscd_get_mapping() or gethostbyname2_r()" [High,Triaged] https://launchpad.net/bugs/929219 [11:28] doko: Yeah, testing an upload now. [11:28] doko: Just getting a few more fixes in at the same time. [11:29] thanks === mbiebl_ is now known as mbiebl === ogra is now known as Guest6312 === Guest6312 is now known as ogra_ [11:46] Am I going blind or is there no mapping (via python-apt) from a package in the cache to the path in /var/apt/cache/archives? === GirlyGirl_ is now known as GirlyGirl [11:50] ev: there is no obvious one, iirc you need to create a acquire object, load the package into it and then you can get it via the destfilename :/ [11:50] ow [11:50] give me a sec (or some more and I can try to create a short example) [11:50] mvo: cheers [11:51] (background: I'm trying to see if any Conflicts or Replaces are already in /var/cache/apt/archives) [11:52] I'm not sure I understand, why is this relevant? I guess its something with ubiquity :) ? [11:52] it looks like apt.apt_pkg.parse_depends(candidate.record['Conflicts']) will get me half way there, then presumably apt.apt_pkg.check_dep() with the destfilename version parsed out? [11:52] mvo: apport-retrace speedup... [11:53] mvo: https://code.launchpad.net/~ev/apport/reunpack_to_sandbox/+merge/101643 - we unpack the debs we need for retracing to a sandbox using dpkg -x. With my speedup change we cache this sandbox between runs. [11:53] But now we need to be careful to handle replaces/depends and virtual packages therein === MacSlow|lunch is now known as MacSlow [11:57] oh and handling that is easy enough for the simple case. But when the Replaces and Conflicts packages have versions, then I need to parse that out (using parse_depends I guess, as above) and compare that against something in /var/cache/apt/archives - and this is where I'm stuck :) [11:57] ev: I see, interessting! here is a small example http://paste.ubuntu.com/926289/ [11:58] ev: fetcher.items should always only have 1 entry with this code (auto_fix and auto_inst false) so the loop is not really needed [12:01] lo === glenn is now known as Guest64148 [12:01] mvo: is there anything in python-apt that would then rip the version out of that path? So if I was trying to get the versions of all the packages in /var/cache/apt/archives [12:02] I dug around and didn't see anything [12:02] how can i make sure that my package build from, would also use my dependency package from source? === Guest64148 is now known as glenn__ [12:03] how can i make sure that my package build from source, would also use my dependency package from source? [12:03] its a deb file on my hd [12:03] is that easy? :) [12:05] only thing im finding is the control file === _salem is now known as salem_ [12:26] apw: do we still need the bcm43xx stuff, given that we automatically install wl these day? [12:26] s [12:27] does the data in the command-not-found-data package normally get updated just before release? [12:27] pitti, not sure they 100% overlap to be honest [12:27] jamespage: yes, usually before every milestone [12:28] pitti, thought that was the case. [12:32] apw: ah, that was it: https://launchpad.net/ubuntu/+source/linux-firmware/1.77 [12:33] apw: /lib/firmware/phanfw.bin is the biggest file in it (1.8 MB), so that caused quite some growth [12:34] anyway, I suppose we can't just drop that, but at some point we need a way to split that into smaller packages [12:34] in 12.10 we'll get bigger images, but we need to squeeze something for 12.04 [12:35] pitti, well the problem is they are mostly firmware for things we care about, video, network, camera, that sort of thing [12:35] yes, I know [12:35] pitti, it is possible that we have some old firmware in here, stuff that can never be loaded [12:35] right, that's what I thought, hence my question [12:35] pitti, will discuss some potentials for ripping out for now with tim [12:35] in a 27 MB compressed hog there must be _something_ we can get rid of [12:37] apw: thanks! [12:37] I'll have a look at wallpapers [12:38] sladen: so, wallpapers grew a bit, and by yet unknown means we need to free 1.2 MB [12:39] sladen: do you want me to shrink down some wallpapers, or do you want to have a look? [12:40] pitti, it's Cimi who handled that update no? [12:41] not sure, sladen talked to me about it last [12:41] ok [12:42] sladen: e. g. the original Shoes.jpg (1.0 MB) looks exactly the same to my eye as my reduced Shoes2.jpg with 570 kB [12:42] micahg, do you care for the lubuntu seeds ? seems audacious is blocking it on armhf and given that nobody seems to be able to fix the gles issue that blocks it i was wondering if you could do an arch specific seed hack to omit the audacious requirement on arm arches for now [12:43] Cimi, hey [12:43] sladen: e. g. the original Shoes.jpg (1.0 MB) looks exactly the same to my eye as my reduced Shoes2.jpg with 570 kB [12:43] pitti, ^ meet Cimi, artwork master ;-) [12:43] Cimi: hello [12:43] we both know each other seb128 :) [12:43] Cimi: so is it you or sladen that I should ask about ubuntu-wallpapers? [12:43] :-p [12:43] pitti, I did the package/compression, sladen uploaded it [12:44] pinky, which is the big file to you? [12:45] Cimi: there is no particular file, I'm just looking at ls -lSr [12:45] and starting with the biggest one [12:45] Cimi: trying to reclaim the growth of the latest version [12:45] http://paste.ubuntu.com/926344/ [12:45] (assuming that I am pinky) [12:45] pitti, they all seem pretty well compressed [12:46] Sand.jpg compresses less well [12:46] Cimi: but compressing Shoes.jpg (see above) and perhaps some others would help a lot [12:46] pitti, which walls are yoi looking at??? [12:46] pitti, do you look at a different set? [12:46] apt-get source ubuntu-wallpapers.. [12:46] pitti, there is no shoes or sand in the wallpapers [12:47] http://paste.ubuntu.com/926344/ [12:47] ah, we don't ship Shoes in u-w-precise, I see [12:47] pitti, ubuntu-wallpapers has all the old wallpapers as well but those are not installed by default [12:47] it's just in the source [12:47] pitti, they are in i.e -oneiric [12:48] u-w is 2.8 [12:48] less than oneiric [12:49] I think I did a great job here [12:50] Cimi: right, I missed that the source has -oneiric etc. [12:50] so, any other ideas what we can throw out again? [12:50] pitti, we have 2.8 now [12:50] pitti, really, how much do you want to shrink here? [12:50] no, I mean in general, not (just) wallpapers [12:51] i386 grew by 2 MB since beta-2, and we need to shrink it by 1.2 MB [12:52] * pitti looks at telepathy-salut, that grew by 0.2 MB [12:52] libreoffice-common grew by 0.6 MB [12:52] Sweetshark: ^ any idea for a diet? [12:54] pitti, ubuntu-wallpapers deb was 2.4MB in oneiric and is 2.4MB in precise [12:54] pitti, I did my best to keep the same size [12:54] Cimi: again, I'm not blaming you for anything [12:55] Cimi: you did a great job there [12:55] pitti, ok [12:55] I just asked the channel for ideas what we can shrink again :) [12:55] pitti, only solution I have is to remove wallpapers [12:55] pitti, which works but it's not ideal with the community [12:55] it's not ideal for Ubuntu users either [12:56] users like the selection ;-) [12:56] at this point few things that we can do are "ideal" [12:56] seb128, which wallpaper do you like most? [12:58] pitti, we're not shipping the gnome wallpapers, right? [12:58] * apw wonders if ubuntu users like to have firmware for their hardware more or less than pretty backgrounds [12:58] pitti, ok we may be able to strip some bnx2 firmware pretty easily but we have near zero way of knowing if thats going to cause problems [12:59] apw, I would never sacrifice HW compatibility for stupid walls [12:59] pitti: hmmm, 3.5.1-1ubuntu5 already seemed to be bigger [12:59] libreoffice-common (Δ 0.6 MB - 3.5.1-1ubuntu1: 20.9 MB 3.5.2-2ubuntu1: 21.5 MB) [13:00] maybe libreoffice ships stuff we can compress [13:00] pitti, all JPG/PNG can be compressed [13:00] even loseless [13:00] pitti: ha! [13:01] pitti: it was readding the ugly presentationm templates again! [13:01] Sweetshark: win! [13:01] (between 3.5.1-1ubuntu4 and 3.5.1-1ubuntu5) [13:01] Sweetshark: ah, so that's not the .6 MB from above? [13:01] oh wait, it could very well be [13:01] cimi: pitti: wallpapers is ~2.7 MB. we were 2.5 MB last time, but we snarfed the extra after Kaleo uploaded a u-f-f without shipping Medium [13:01] yes, it is [13:02] sladen, looks like 2.4 from the website [13:02] pitti: 3.5.2 didnt change from 3.5.1-1ubuntu5 in size. [13:02] sladen, unless default wallpaper stais in a separate package from community [13:02] Sweetshark: that's /usr/lib/libreoffice/share/template/common/layout ? [13:03] Cimi: yes, default wallpaper is now in u-w, and community wallpapers in u-w-p [13:03] sladen, ah ok, found mistake [13:04] pitti: any new packages, or just bulging at the waist in the existing packaging? [13:05] sladen: just the latter [13:05] we added gtk2-engines-pixbuf since beta-2 (0.1 MB) [13:05] pitti, I can probably remove the dep from light-themes [13:05] no you can't [13:06] it was added for a reason, it spammed xsession-errors with warning without it [13:06] we still have gtk2 apps [13:06] pitti: no, /usr/lob/libreoffice/share/template/en-US/presnt/*.otp [13:06] seb128, is used by light-themes gtk2 [13:06] seb128, for old gnome-panel, old gedit, old ubuntuone gtk [13:07] seb128, if I remove those, it should stop spamming [13:07] Cimi, nothing for firefox, tb? [13:07] seb128, no [13:07] seb128, let me try [13:08] hmm, did dpkg --set-selections stop working in precise ? [13:08] * pitti runs through http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.precise/desktop.depends again with a fine comb [13:08] * ogra_ cat get it to install anything [13:08] *cant [13:11] oh, silly me ... nevermind [13:12] seb128: I suppose we need rarian-compat still? [13:12] seb128, pitti lp:~cimi/light-themes/remove-pixbuf-dep-shrink-size [13:13] I thought we need taht? [13:13] seb128, you could try removing pixbuf and running apps [13:14] seb128: it pulls in docbook-xml [13:14] pitti, is that a runtime thing? I though it was for builds [13:14] seb128: yes, that's what I was wondering [13:14] seb128: rarian-compat is explicitly seeded [13:14] pitti, that seems wrong [13:17] seb128: the only place where this would possibly be relevant is yelp, right? [13:17] pitti, yes [13:17] pitti, will old style documentation [13:17] pitti, maybe check with jbicha? [13:17] or maybe mterry knows about it [13:18] rarian-compat plus docbook-xml are 430 kB [13:18] I know he has been packaging the new yelp-xsl, etc [13:18] seb128, pitti are all documentation packages assets compressed with optipng/optijpeg? [13:18] Cimi: yes, pkgbinarymangler does that [13:18] ok [13:18] Cimi: for all packages, not just documentation [13:18] Cimi: we also optimize SVGs [13:18] * mterry reads [13:18] all that bought us some 8 MB in past cycles [13:18] pitti, watch out from PNG [13:19] mterry, do you know if rarian-compat is a build-time only thing or use by yelp at runtime? [13:19] pitti, I tried optipng with something different than -o0 [13:19] mterry, i.e if we need it on the CD [13:19] pitti, and was clearly degrading the image [13:19] seb128, AFAIK just build time. [13:19] ok, what I though as well [13:19] pitti, let's try dropping it :p [13:19] I didn't have scrollkeeper or rarian-compat installed for some months and no issue [13:20] but I don't use documentation a lot [13:20] it's a hard dep of ubunt-desktop [13:20] seb128, did you have a look at my branch? [13:20] * pitti tries to purge it [13:21] ... and yelp works just fine [13:21] seb128, mterry ^ [13:21] pitti, try old style documentations, those which still have an omf [13:21] cool [13:21] ok, I'll unseed it [13:21] pitti, the new world order doesn't use rarian-compat for sure [13:21] i.e yelp-xsl yelp-tools are used nowadays [13:22] e. g. gnome-search-tool [13:22] seb128, lp:~cimi/light-themes/remove-pixbuf-dep-shrink-size [13:22] Cimi, that looks fine to me [13:23] kenvandine, hey, what do you think about lp:~cimi/light-themes/remove-pixbuf-dep-shrink-size ? [13:23] seb128: works just fine [13:23] kenvandine, we are looking for CD space [13:23] * kenvandine looks [13:23] seb128, kenvandine only think will break is ubuntuone control panel gtk [13:23] pitti, ok, I though it was a build time thing so that seems to confirm it, great, kill it! [13:23] seb128, buttons will be unthemed [13:23] seb128, but "who cares in 12.04" [13:23] seb128: *happy* [13:23] we have the qt one [13:23] Cimi, we deprecated the gtk panel [13:23] seb128, indeed [13:23] pitti, ;-) [13:24] how much space does it save? [13:24] kenvandine: 0.1 MB, not much [13:25] MP https://code.launchpad.net/~cimi/light-themes/remove-pixbuf-dep-shrink-size/+merge/101735 [13:25] we added gtk2-engines-pixbuf since beta-2 (0.1 MB) [13:25] but it's half of what's left to do, assuming that LibO gets fixed [13:25] pitti, my branch also removes some small assets so it should be slightly more [13:25] ah, nice [13:25] looks fine to me [13:26] we need to get rid of that stuff sooner or later anyway [13:26] let's do it now [13:26] Cimi, i approved it [13:26] you merge to trunk and i'll upload [13:26] kenvandine, I'll merge [13:27] pitti, hi, now that Maverick is EOL, I think these packages from this tracking bugs will not go anymore to -updates, bugs 967065 and 967066, correct? I'll mark this bugs as invalid if so [13:27] Launchpad bug 967065 in Kernel SRU Workflow "linux-ti-omap4: 2.6.35-903.33 -proposed tracker" [Undecided,In progress] https://launchpad.net/bugs/967065 [13:27] Launchpad bug 967066 in Kernel SRU Workflow verification-testing "linux-mvl-dove: 2.6.32-425.44 -proposed tracker" [Undecided,In progress] https://launchpad.net/bugs/967066 [13:30] kenvandine, when you package, remember to remove pixbuf dep [13:30] hey guys - I'm curious, does whoopsie[1784]: segfault at 0 ip 00000000004050a2 sp 00007fff367e5488 error 4 in whoopsie[400000+9000] [13:30] mean anything to anyone? [13:30] Cimi, done [13:30] Cimi, is there a bug report related to this? [13:30] kenvandine, no [13:30] seb128, ^ [13:30] you love bug reports [13:31] Cimi, kenvandine: that's fine, just upload ;-) [13:31] just checking [13:32] herton: ah, thanks [13:35] ev: ^ (whoopsie segfault) [13:37] hah, I found another 330 kB [13:37] $ cat /usr/share/hwdata/pci.ids /usr/share/hwdata/usb.ids | gzip -9 | wc -c [13:37] 334112 [13:38] we can symlink them to the versions from usb-utils/pci-utils [13:43] seb128, pitti, Cimi: light-themes uploaded [13:43] kenvandine, thanks [13:43] pitti, the .deb is 8K smaller [13:43] kenvandine: plus teh dropped dep? [13:44] kenvandine: thanks [13:44] yeah [13:44] kenvandine: so why was the dep added in teh first place? [13:44] someone added it because it caused messages to get spammed to the console [13:44] kenvandine, pitti: some of the old gtk2 theming file were using the pixbuf [13:45] that was leading the .xsession-errors spamming [13:45] it was bug 762167 [13:45] Launchpad bug 762167 in light-themes (Ubuntu) "missing dependency on gtk2-engines-pixbuf" [Low,Fix released] https://launchpad.net/bugs/762167 [13:47] hallyn: you should have a /var/crash/*whoopsie*.crash file [13:48] hallyn: please run ubuntu-bug /var/crash/*whoopsie*.crash and file a new bug [13:48] ev: no, it wasn't me [13:48] ev: it was in a qemu-kvm bug which had no qemu-kvm msgs in syslog, only whoopsie ones [13:48] i've marked it as affecting whoopsie, hold on lemme find the bug # in lp [13:49] ev: bug 959964 [13:49] Launchpad bug 959964 in qemu-kvm (Ubuntu) "qemu-system-x86_64 crashed with SIGABRT" [Medium,Incomplete] https://launchpad.net/bugs/959964 [13:50] I'm just wondering ifthat points to anything wrong on the host that would explain both qemu-kvm and whoopsie userspace errors [13:51] ah, phew [13:52] mterry: oh, we need to disable the whole gnome-keyring test suite, not just the test(s) which cause the hang? [13:52] looks like they hit the memory corruption bug in whoopsie from march [13:52] it's not a new one [13:52] mterry: can you reproduce the hang, actually? I had assumed it was due to the buildds running hardy kernels [13:52] but it wont explain the qemu issue [13:56] drat :) [13:56] I was hoping the qemu issue was some kernel resource problem causing pthread clone failure [13:56] thanks [13:56] Sweetshark: can you make the change to drop them again? [14:00] pitti, no I can't reproduce [14:00] pitti, I disabled the whole suite. I believe I saw different tests hanging (?) [14:00] pitti, but it's possible I could have been more targetted [14:02] mterry: I'm a bit worried about testing SRUs and point releases, on different arches [14:02] mterry: do you know if this ever affected armel/armhf? [14:02] if it is only affecting i386/amd64, there is even more reason to believe it's due to the hardy kernel [14:03] pitti, I only know of it happening on i386, but I don't have the full history of problems with the package [14:03] pitti, one thing that didn't bother me about it is that the tests were ignored on failure anyway [14:03] pitti, with || true. So I didn't figure they were doing us much good to begin with [14:04] mterry: ah, good point === chuck_ is now known as zul === chuck_ is now known as zul [14:26] doko: https://bugs.launchpad.net/ubuntu/+source/python2.6/+bug/979923 [14:26] Launchpad bug 979923 in python2.6 (Ubuntu) "Python 2.6 and several virtual packages are still available in 12.04" [Undecided,New] [14:30] does anyone knows how to make automake not complain about [14:30] nobase_pkgdata_PYTHON [14:30] it does "Makefile.am:15: `pkgdatadir' is not a legitimate directory for `PYTHON'" [14:31] using "nobase_pkgpython_PYTHON" works but I don't want to move those files from /usr/share to /usr/lib just before the hard freeze [14:33] unping, desrt helped me using a temporary variable :p [14:34] barry, comment added [14:37] doko: thanks [14:49] cyphermox: around? I have a fix for the libical arm ftbfs. I've attached a debdiff to bug 979846. Please can you take a look/sponsor? [14:49] Launchpad bug 979846 in libical (Ubuntu) "libical FTBFS on arm" [High,Triaged] https://launchpad.net/bugs/979846 [14:49] wow, you rock! [14:49] sure, I'll do this now [14:49] thanks a lot for looking into this [14:51] doko: around ? [14:56] dupondje, ? [14:57] * ogra_ wonders how you set font sizes etc for gtk-3.0 apps if you dont use gnome nowadays ... .config/gtk-3.0/settings.ini doesnt seem to have any effect [14:58] doko: your still checking opensc? I see you uploaded a fix for it yesterday. Cause I would like to merge the newest version from debian. Cause current version in ubuntu is broken for alot of smartcards [15:01] ogra_: You use the force, go on try concentrate really really hard ;) [15:01] haha [15:02] well, the only thinng i read everywhere is that .config/gtk-3.0/settings.ini thing [15:02] and that should essentially behave like a .gtkrc ... but it seems it doesnt [15:02] dupondje, I wouldn't mind, but you'll need a FFe, and somebody to review and sponsor it [15:02] ogra_, stop not using GNOME [15:02] seb128, lol [15:02] ogra_, what did you put in there? [15:03] ogra@amun:~$ cat .config/gtk-3.0/settings.ini [15:03] [Settings] [15:03] gtk-font-name = Ubuntu 8 [15:03] but it uses Sans 11 everywhere [15:03] well, in all gtk apps [15:04] doko: ok thx! I know, but it could be usefull to have a working version instead of the current :D [15:04] * ogra_ really dislikes our font size chouces on netbooks btw ... way to big for the small screens [15:05] *choices [15:06] +1 [15:06] maybe you two need glasses :-P [15:07] oh, too big - nevermind [15:07] hehe [15:07] * dholbach maybe needs glasses [15:07] :) [15:07] * ogra_ hugs dholbach [15:07] ...and ... [15:07] * dholbach hugs ogra_ [15:07] @pilot in [15:07] yeeeehaw [15:07] whats up with the bots recently ? [15:08] ogra_, with what application did you try? [15:08] seb128, firefox and sylpheed [15:08] ogra_, they are not gtk3 [15:09] and xchat ... [15:09] neither [15:09] oh [15:09] it would help if you tried a gtk3 app :p [15:09] hmm, well, i care more for the apps i use (like the three above) ... thats all gtk-2 still ? [15:10] yes [15:10] gtkrc still work, that didn't change [15:10] if you want to tweak gtk2 [15:10] ah, great [15:10] thanks seb128 [15:10] ogra_, yw [15:11] and sorry for the noise ... i should have checked the deps [15:11] no worry ;-) [15:12] * doko brings some glasses for dholbach at uds [15:13] doko, shot glasses? :-P [15:13] stay away from doko if he brings shot glasses ... ! [15:13] * ogra_ remembers some bad hangovers caused by that [15:14] * doko can't remember ... [15:14] lol [15:14] ogra_, yeah, that's probably wise [15:14] * ogra_ would still like to know whats up with the bot [15:14] ogra_: should be added to jono's intro slide, if you want to avoid hangovers, stay away from doko during UDS [15:14] @pilot in [15:14] cjwatson, ever heard of any limits to teh size of root and that affecting grub? we are getting 'out of space' when reading grub.cfg on one of our boxes 'sometimes' after running update-grub [15:15] stgraber, only if he has shot glasses with him, otherwise its safe [15:15] cjwatson, yet when we boot by hand the kernels open fine, and the file is fine in /boot/grub/from the booted system [15:15] stgraber, that's the kernel team, can't beat them with hangovers ... === dendrobates is now known as dendro-afk [15:16] doko: true ;) === dendro-afk is now known as dendrobates [15:19] apw: no intrinsic limits, but sometimes there are bugs in grub's fs implementations [15:19] cjwatson, actually the grub.cfg has part of itself at LBA >32bit ... [15:20] cjwatson, see the #ubuntu-kernel for the fibmap [15:20] that would be one plausible reason; either there's an fs impl bug where it isn't 64-bit-clean, or the relevant BIOS calls are failing [15:20] cjwatson, /me suspects the bios ... hmm [15:20] it could well be either [15:20] BIOS or UEFI? [15:20] legacy ... [15:21] the BIOS calls we use are allegedly 64-bit-clean [15:21] but I gather that it's not at all clear whether the BIOS implementors test this [15:21] cjwatson, so the recommendation would be to have a /boot for this machine [15:22] yes, that would be sensible [15:22] cjwatson, do you know what a flag of bios_grub on a partition means? [15:23] 16:21:46 tgardner | 1 1049kB 2097kB 1049kB bios_grub │ awe_ [15:24] apw: http://www.gnu.org/software/grub/manual/grub.html#BIOS-installation, subsection on GPT [15:24] but that's for the GRUB image itself, don't confuse it with /boot [15:25] ogra_: it's OK as long as you don't let doko pour [15:25] haha, true ! [15:25] I was distinctly bleary one morning [15:26] * ogra_ remembers ... though you blamed me for it ! [15:27] maybe it was your fault then, I forget :-) [15:27] that might be something to do with the GLASS FULL OF WHISKY [15:27] * ogra_ giggles [15:34] cyphermox: you around? [15:34] bkerensa: yes [15:35] cyphermox: how did you want me to collect the pulseaudio logs for https://bugs.launchpad.net/bugs/972063 [15:35] Launchpad bug 972063 in bluez (Ubuntu) "Bluetooth Headset pairs but does not show up in Sound Settings profile" [Medium,Incomplete] [15:35] ah you have two choices [15:36] bkerensa: you can use pacmd and the "set-log-level 3" command to enable logging, then unpair and repair your device [15:37] or kill pulseaudio and start it again fast enough with the logging enabled ;) [15:37] the logs will be in /var/log/syslog [15:44] cyphermox: excellent I have attached those logs to the bug... let me know if you need any more info [15:44] hope to have bluetooth working :) [15:53] cyphermox: ping [15:53] vibhav: pong [15:54] cyphermox: Most of the bugs we worked on mbpi are fixed, how do we bring them into Ubuntu? [15:54] vibhav: already done. I uploaded a new revision two days ago [15:55] ah [15:55] thanks' [16:10] @pilot in [16:12] ogra_: ;) [16:12] ogra_: you know you can change the topic yourself, right? [16:13] indeed i know that... wanted to know if the bug is back [16:13] err [16:13] s/bug/bot/ [16:13] piloting has really bad sideefects === ogra_ changed the topic of #ubuntu-devel to: Precise: UI and feature freeze Archive: frozen | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #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: ogra_ === dendrobates is now known as dendro-afk [16:15] micahg, did you see my lubuntu ping above ? [16:15] ogra_: no, let me look [16:16] micahg, well, i can quickly repeat... lubuntu-desktop is uninstallable on arm atm, i was wondering if someone from the lubuntu people (assuming you are among them) unseed audacious for armem/armhf to work around that [16:16] ogra_: I don't personally care for them, but I believe core-dev has commit access, I'd suggest talking to the lubuntu team in #lubuntu to see what they'd like here === dendro-afk is now known as dendrobates [16:17] i doubt anyone will fix the GLES issues with audacious in time, just undeeding it for arm would at least make the task installable [16:17] (and i think arm is a pretty good lubuntu target ;) ) [16:19] ogra_: sounds good, but they might want an alternate in its place, please discuss with them in #lubuntu [16:20] in there already :) [16:21] Is there an archive admin who can let my upload of update-manager for oneiric-propsoed through? [16:22] bdmurray: Has it been sponsered? [16:22] micahg, oh, and also, do you know why there is no metapackage for lubuntu-desktop ? i can only find a task [16:23] ogra_: it doesn't exist on armhf, I guess no one updated the -meta properly [16:23] or germinate blew up during generation === dendrobates is now known as dendro-afk [16:33] infinity: OOI, why do we have so many armel PPA buildds? === dendro-afk is now known as dendrobates [16:38] infinity, http://people.canonical.com/~doko/tmp/gcc-4.6.debdiff === deryck is now known as deryck[lunch] [17:06] doko: will the argparse regression be fixed soon? [17:19] jtaylor, not anymore today, away now [17:26] I'll reopen the bug so its not forgotten [17:30] @pilot out [17:30] or not :P === ogra_ changed the topic of #ubuntu-devel to: Precise: UI and feature freeze Archive: frozen | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #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: [17:32] A small question - where to put sort of wishlist/thoughts about getting a package better in Q* ? [17:32] in a "bug"? [17:44] Yes. [17:52] slangasek: where should I put the splash update? [17:52] yofel: lp:ubuntu/plymouth, or a merge proposal thereon [17:52] coming === deryck[lunch] is now known as deryck === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [20:38] anyone here understand what's going on with rosetta in bug #978724? because having to rebuild .pot files at build time is definitely the wrong answer [20:38] Launchpad bug 978724 in Ubuntu Translations "update-notifier needs to build translation template" [High,Triaged] https://launchpad.net/bugs/978724 === salem_ is now known as _salem [20:52] slangasek, not sure, I can check with dpm tomorrow, launchpad should the pot which is available at the end of the build [20:52] seb128: right, that was my understanding [20:53] seb128: is there a better view than https://translations.launchpad.net/ubuntu/precise/+imports?field.filter_status=all&field.filter_extension=pot for finding the files? [20:54] slangasek, I see nothing weird on https://translations.launchpad.net/ubuntu/precise/+source/update-notifier/+pots/update-notifier/+admin [20:54] slangasek, different issue but update-notifier has buggy intltool usage [20:54] https://launchpadlibrarian.net/101084855/buildlog_ubuntu-precise-i386.update-notifier_0.119ubuntu6_BUILDING.txt.gz [20:55] it has a bunch of [20:55] "/usr/bin/intltool-merge ../po/da.po ../po/de.po ../po/el.po ../po/es.po ../po/fi.po ../po/fr.po ../po/hu.po ../po/ja.po ../po/pl.po ../po/pt_BR.po ../po/ro.po ../po/sv.po ../po/zh_CN.po [20:55] Usage: intltool-merge [OPTION]... PO_DIRECTORY FILENAME OUTPUT_FILE" [20:55] hmm [20:55] oh [20:56] slangasek, debuild clean remove the pot [20:56] hi, can somebody please nominate this bug for lucid, natty and oneiric? https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/978884 [20:56] Launchpad bug 978884 in landscape-client (Ubuntu) "SRU: release 12.04.3 for lucid, natty and oneiric" [Undecided,Fix released] [20:56] seb128: hah [20:56] seb128: ok, thanks, I'll fix [20:56] slangasek, yw [20:59] seb128: where do you see that though? I don't see it in the log [21:00] slangasek, I noticed that locally when trying to rebuild it, maybe it's not the issue on the buildds [21:00] mmk [21:01] slangasek, oh [21:01] slangasek, pkgstriptranslations: update-notifier is blacklisted, not stripping [21:01] slangasek, I wonder if that's due to that [21:01] slangasek, I bet it is [21:02] they shouldn't be stripped [21:02] and I didn't think rosetta relied on pkgstriptranslations for pots [21:03] yeah, me neither [21:03] ok, I'll try to dig there, thanks [21:03] slangasek, I would say, do an upload to a ppa with a ls po at the end of the build just to see if the pot is still there [21:03] slangasek, I will check with dpm tomorrow, but it's weird indeed [21:04] slangasek, meanwhile I can upload the current template if you want using the web ui [21:07] seb128: oh! that would be swell, thanks [21:12] slangasek, done [21:12] ta! [21:16] hey! does anyone have a minute to have a look at this merge request? it's been reviewed by translators, the release team and is marked as sponsored. https://code.launchpad.net/~roadmr/ubuntu/precise/checkbox/0.13.7/+merge/101783 thanks! [21:28] cyphermox: did you see anything odd in that log? [21:28] ahasenack: I'm reluctant to give you the tasks without SRU approval as there's no Microrelease exception from what I can see [21:30] ahasenack: you probably should apply for this for landscape: https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions === jelmer_ is now known as jelmer [22:11] where does details in system settings come from? [22:12] bdmurray: gnome-control-center I'd guess [22:19] doko: more multiarch fun: bug #980351 [22:19] Launchpad bug 980351 in openjdk-6 (Ubuntu) "package openjdk-6-jre 6b24-1.11.1-4ubuntu1 failed to install/upgrade: './usr/share/applications/openjdk-6-policytool.desktop' is different from the same file on the system" [Undecided,New] https://launchpad.net/bugs/980351 [22:19] bdrung, https://launchpad.net/ubuntu/precise/+queue?queue_state=1 [22:21] thanks === bladernr_ is now known as bladernr_afk === yofel_ is now known as yofel [23:02] Is there anyone who can moderate my ubuntu-devel@ email, subject "Request for advice - subversion FTBFS in precise [23:03] ? - it's a little bit time critical since it's discussing things to be done before release [23:03] maxb: have you talked to Daviey yet about 1.6.18, does it fix the issue? [23:03] micahg: No, it does not fix the FTBFS [23:04] So, fixing the FTBFS becomes something we probably want to do anyway, whether or not we get 1.6.18 in [23:04] indeed [23:06] I'm uncertain whether an upstream fix for the FTBFS for 1.6.x will be forthcoming or not, or whether the advice will be to stick with APR << 1.4.6 if you care about the testsuite for 1.6.x [23:07] And even if there is an upstream fix, it will likely be in the form of a *massive* patch adding sorting of results all over the testsuite [23:08] * micahg wonders why Debian wouldn't have the same issue [23:08] micahg: I expect they will [23:08] * maxb goes looking for a Debian rebuild test [23:13] mpt: What is your proposal for Bug #962974 [23:13] Launchpad bug 962974 in landscape-client (Ubuntu) ""Management Service" is gratuitously vague" [Undecided,Confirmed] https://launchpad.net/bugs/962974 [23:14] Can't find a recent Debian full archive rebuild by googling, but I'm sure the same problem holds true === tlyu_ is now known as tlyu [23:28] micahg: landscape-client has an exception: https://wiki.ubuntu.com/StableReleaseUpdates#Landscape [23:29] ahasenack: ah, ok, I"ll give you the tasks then :) [23:29] micahg: thanks [23:29] ahasenack: done [23:30] micahg: thanks a lot [23:30] ahasenack: sorry, I would've done it yesterday had I remembered it had an exception [23:30] micahg: np [23:31] I'm persistent :)