[00:00] mwhudson: stock up on the flight over? [00:00] ajmitch: i guess duty free in london, yeah === ejat- is now known as ejat [02:55] So, besides the apparently unmaintained procmon for Linux, how can I view a running snapshot of system calls in Ubuntu a la SysInternal's ProcMon for Windows? [03:05] Tohuw: probably strace is what you're looking for [03:08] sarnold: Quite possibly, but how can I get strace to continuously follow. For example, "strace firefox" gives me very helpful data right up until firefox is fully launched, then quits. I played around with follow options and could not achieve what I want: follow system calls indefinitely [03:13] Tohuw: '-ff' [03:13] slangasek: nope, still exits [03:14] mmm [03:14] Ah, it's something to do with how firefox spawns the process. This works fine in gedit. I'd still like to see an easy option for monitoring *everything* [03:15] well, there are a few tools for monitoring everything, but nothing particularly easy AFAIK [03:15] It's handy to see all the changes and system calls everything on the system is making. Yes, it spawns very, very long logs, but it's still wonderful === morphis|away is now known as morphis === morphis is now known as morphis|away [04:58] Good morning [05:05] Good morning pitti, [05:14] Tohuw: hrm. if strace -f firefox doesn't actually follow all children of firefox, please file a bug. [05:14] Tohuw: if you want to see more system calls than just firefox, look into auditd; it can be configured to dump system calls and results. It is _extremely_ verbose, so be careful. :) [05:39] Good Morning [05:47] Hmm, /win 6 [05:48] Sorry === morphis|away is now known as morphis === tkamppeter_ is now known as tkamppeter [06:23] The toolchain will be uploaded today, right? [06:26] ( according to https://wiki.ubuntu.com/RaringRingtail/ReleaseSchedule) === morphis is now known as morphis|away [06:46] good morning === smb` is now known as smb === rickspencer3 is now known as Crush === Crush is now known as Guest34948 === Guest34948 is now known as Crushh [07:27] TheMuso, I hear you are from my part of the world === mcclurmc_away is now known as mcclurmc [07:57] wookey: FYI, pcre3 can be synced, newer upstream version in Debian contains newer config.{guess,sub} with aarch64; doing now [07:58] wookey: (in case you are looking at merges) [07:58] we need the new version for current glib [08:05] infinity: OOI, why do we have all those armel/armhf PPA builders? do the "blessed" PPAs not use the distro builders any more? [08:06] infinity: or do we plan on enabling arm for PPAs in general? [08:07] cjwatson, doko_: is the thawing of raring blocked on doing some toolchain merges? (I'll do cdbs now) or do we want to wait for the "everything to -proposed" magic? [08:31] pitti, cjwatson, could any of you add me to the uds-organizers team in LP? I'm told that as a track lead it will enable me to approve blueprints for the app dev track. Or do I need to send an e-mail to the Tech Board to request membership? [08:32] dpm: added you [08:33] excellent, thanks pitti :) [08:35] cjwatson, doko: cdbs uploaded FYI [08:39] Hi, I was wondering if someone could help me with tips on creating some blueprints. Like those done here https://blueprints.launchpad.net/ubuntu/+spec/topic-quantal-flavor-ubuntustudio. I can see how I create one blueprint, like this one https://blueprints.launchpad.net/ubuntu/+spec/ubuntustudio-q-documentation. My question is, how do I create dependencies? [08:39] pitti: waiting for the "everything to -proposed" stuff to finish landing; also I believe infinity is planning on a glibc upload [08:40] pitti: the armel/armhf PPA builders are part of urgent work being done for PS [08:41] cjwatson: ah thanks; so we are not particularly blocked on merges [08:41] No [08:41] cjwatson: so we have PPAs which can build for ARM now? nice! [08:41] Well [08:41] Only on explicit request and I think currently intended only for specific clients of the system [08:41] I don't know the full details [08:42] right, I didn't mean "all PPAs", just that they exist [08:42] Some are Pandas, but they have no useful security and are very limited-access [08:42] Most of the rest are qemu instances running on x86 boxes, AFAIK [08:48] ..never mind. I'll ask someone specifically :) [08:49] cjwatson: The pandas should be all gone from the PPAs. [08:50] Good. [08:51] Ah yes, mizar's now a disabled distro builder rather than a disabled PPA builder. :-P [08:55] cjwatson: Yep. [08:55] cjwatson: There's some vague hope that it won't be disabled after a reinstall. [09:16] jodh: Around? [09:18] jodh: Witness pitti's back-to-back commits to glib to first use __abort_msg, and then not: [09:18] jodh: http://git.gnome.org/browse/glib/commit/glib/gtestutils.c?id=da66897950431870390f8dc3f798e24f23ffb8c8 [09:18] jodh: http://git.gnome.org/browse/glib/commit/glib/gtestutils.c?id=3658727cfa0eca8c66bc2cdff46992099caf0acd [09:18] jodh: Methinks that NIH should just follow in the same footsteps here, regardless of how and when apport catches up. [09:19] is raring open yet? [09:20] tjaalton: It exists, but it's frozen while we hammer out some last-minute bits. [09:20] infinity: ok, thanks [09:22] jodh: And, in fact, I see no indication that apport was ever changed to embrace glib's method. And one can only assume just due to its much larger number of consumers, that glib aborts far more often than nih. [09:22] pitti: Say, am I missing something there, BTW? [09:24] infinity: I initially wanted to re-use glibc's symbol, but was then told not to [09:24] see gnome bug 594872 [09:24] Gnome bug 594872 in general "Support storing assertion messages into core dump" [Enhancement,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=594872 [09:25] infinity: so apport and friends now need to check both symbols indeed [09:25] pitti: Yeah, reusing glibc private symbols is totally Bad and Wrong, I agree. [09:25] eek, but indeed Apport doesn't [09:25] pitti: I meant am I missing... Yeah. :) [09:26] infinity: agreed. __nih_abort_msg or similar, as mentioned on bug 997359. [09:26] pitti: So, let's fix apport to DTRT for glib. And let's fix NIH to follow in glib's footsteps, and make apport also check for __nih_abort_msg, and life will be good. [09:26] Launchpad bug 997359 in libnih (Ubuntu) "nih uses eglibc private symbol __abort_msg" [High,Confirmed] https://launchpad.net/bugs/997359 [09:27] jodh: Right, shall we JFDI? I'd love to see it finally not be an issue. [09:27] infinity: yeah, i'm keen :) [09:28] jodh: (Given I'm prepping a pre-opening glibc, this is part of the reason I suddenly care. I'd like an nih landing first that doesn't have the *&#@%# private symbol linkage, so upgrading isn't a silly bootstrap dance) [09:29] It also, interestingly, will take a pretty big load off apt's resolver on upgrades, I suspect. [09:30] Given the importance of both libnih1 and libc6, and the messed up dependency apt needs to sort on every new upstream glibc... [09:33] infinity: ok. I'll get this fixed in NIH upstream first... [09:33] (this should be today, BTW; there's a decent chance the other blocker to opening will be resolved by EOD) [09:38] * infinity gets back to glibc, to see about hitting this EOD deadline. [09:46] will all raring uploads have to wait for approval? [09:47] No [09:47] no, archive is just not opened yet [09:48] Not long now [09:48] ok, I uploaded first part of my cross compiler update to raring gcc [09:59] So apparently I need autoconf2.63 to build postgresql-9.1 which briefly existed in karmic&jaunty. pitti, do you have a stash of old autoconf? [10:00] * xnox has a patch to make it build against py3.3 by default but it needs autoconf run =/ [10:00] xnox: uh? I'm building 9.1 just fine on lucid to quantal and squeeze to unstable with 2.69 [10:00] (or whicever is the default) [10:00] xnox: oh, autoreconfig doesn't work? [10:01] pitti: yeah, you can build but cannot patch configure.in & regenerate configure =) [10:01] configure.in:22: error: Autoconf version 2.63 is required. [10:01] Untested combinations of 'autoconf' and PostgreSQL versions are not [10:01] recommended. You can remove the check from 'configure.in' but it is then [10:01] your responsibility whether the result works or not. [10:01] xnox: https://launchpad.net/ubuntu/+source/autoconf/2.63-3ubuntu1/+build/988278 ? [10:01] =))))) [10:02] i386 build of autoconf 2.63-3ubuntu1 in ubuntu karmic RELEASE produced these files: [10:02] autoconf_2.63-3ubuntu1_all.deb (deleted) [10:02] oh, I thought LP would never forget anything [10:02] We eventually expire pre-release binaries [10:02] Though only several years later [10:02] xnox: well, the source is still there, so I guess you could jusjt build it locally [10:03] I found this build: https://launchpad.net/ubuntu/karmic/amd64/autoconf/2.63-2ubuntu1 [10:03] I think I'll do the reconf in a chroot. [10:06] infinity: fixed in apport trunk, thanks for pointing out! [10:07] pitti: shiny. bug 997359 has apport tasks too, for after jodh settles on a symbol name (which, I assume, will be __nih_abort_msg) [10:07] Launchpad bug 997359 in libnih (Ubuntu Raring) "nih uses eglibc private symbol __abort_msg" [High,Confirmed] https://launchpad.net/bugs/997359 [10:07] infinity: right, that's straightforward to add then [10:08] well, writing a test for it requires a build dep on libnih-dev, but oh well [10:08] I'll make it fail gracefully if it's not there [10:16] morning guys [10:16] doko_: you around? [10:19] hey fabbione, how are you? [10:19] pitti: doing ok.. waiting for you guys to show up in CPH for UDs [10:19] pitti: you? [10:19] quite fine, thanks! looking forward to UDS indeed [10:20] and the beer... ;) [10:20] pitti: is doko_ still in charge of toolchain? [10:20] i think i found a bug in gcc, but i need to confirm [10:20] yes [10:20] ok [10:29] barry: https://blueprints.launchpad.net/ubuntu/+spec/desktop-r-python3 and https://blueprints.launchpad.net/ubuntu/+spec/foundations-r-python-versions are suspiciously similar [10:30] xnox, barry: would be good to merge both, I doubt we have lot to discuss for desktop on the topic [10:30] xnox, barry: I can drop the desktop one from the UDS schedule if that works for you [10:31] seb128: if there specific packages you'd like to turn into workitems feel free to add them on foundations-r-python-versions spec. It was meant to be a "low-entry" for workitems =) as there is plenty to do. [10:31] seb128: that would be best. Yes, please. =) [10:32] xnox, ok, we don't have much remaining for desktop ... mostly system-config-printer that we plan to deprecate (it has its own blueprint) and u1 (which is rather u1 team than us) [10:32] seb128: software-center? [10:33] seb128: yeap & yeap. There is a big software-centre bit, but it's blocked on xapian, last time I checked. [10:33] pitti, I don't consider that to be ours :p [10:33] ours == desktop [10:34] * seb128 looks at mvo [10:34] ah, "team" vs. "image" [10:34] seb128: what the pretty wallpapers? =)))) [10:34] pitti, yeah, we were speaking about merging foundation and desktop blueprints [10:34] so I was on "what items on what team plate" [10:34] U1 is also an issue [10:34] but that's on online's services plates [10:37] pitti: in which shape, form and where do you prefer postgresql patches? [10:38] xnox: preferably, sent to pgsql-bugs@postgresql.org [10:38] xnox: I'm happy to backport it to Debian then [10:38] xnox: I'm on that list, so I'll see it [10:39] xnox: (no need to be subscribed to post) [10:39] pitti: I kind of want it into raring-proposed now, it's one of few packages that ftbfs with py3.3 by default. [10:39] pitti: Ok, I'll submit the patch & upload into staging PPA and then we can decide where else it can/should go. [10:39] xnox: well, go ahead and upload it then :) but please send it to upstream, too [10:40] ack. [10:40] xnox: I can grab the patch from LP, etc. [10:40] or grab the upstream committed variant from git, etc. === cpg is now known as cpg|away === doko_ is now known as doko [11:21] I cannot login into summit.ubuntu.com because of bug 881019 who can I contact about this? [11:21] Launchpad bug 881019 in Launchpad itself "Lp login is broken after account merge" [High,Triaged] https://launchpad.net/bugs/881019 [11:24] xnox: #is internal [11:24] xnox: (though you might need to wait for US webops to come online) [11:25] cjwatson: ack. thanks. [11:32] pitti: http://launchpadlibrarian.net/121078084/libnih_1.0.3-4ubuntu11_1.0.3-4ubuntu12.diff.gz <-- Should indicate what apport needs to do to support libnih being fixed the same way as glib. === _salem is now known as salem_ === Quintasan_ is now known as Quintasan [12:08] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 (Quantal Quetzal) released! | Archive: Frozen | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and dicussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: apw [12:11] infinity: yep, will do [12:13] pitti: <3 [12:51] slomo: Sorry, I'm going to reject these gst-* uploads. Firstly, they'll be auto-synced tomorrow or thereabouts anyway, and it's better to have that ancestry where we can. Secondly, if we just wait for a few more hours then they get to go through the -proposed migration stuff. [12:51] I think lubuntu is smaller than libreoffice source package. [12:52] cjwatson: ok, sorry [12:52] (which will decrease risk of things being uninstallable) [12:53] I understand dual uploads late in the cycle, but at this point I wouldn't recommend bothering :) [13:07] i made a dodgy upload of xorg-server to quantal-proposed, could an archive admin drop it from the queue? [13:15] tjaalton: there are two uploads [13:15] tjaalton: drop the older one and keep the newer one? or otherwise? [13:17] pitti: yeah the first one had an extra (disabled) patch on it, but they both were from the wrong branch :) mlankhorst, is it ok to push anyway? [13:17] tjaalton: ah, so reject both? [13:18] pitti, chrisccoulson, you remember that (probably on Monday) I complained on this channel that Thunderbird clogged up my SSD with a 27G mailbox file from my Canonical Inbox? It seems that I got hitten by bug 1068921. [13:18] Launchpad bug 1068921 in Mozilla Thunderbird "Mailbox grows endlessly, heavy traffic" [High,In progress] https://launchpad.net/bugs/1068921 [13:18] pitti: yeah, i'll fix it later today [13:19] tjaalton: ok, rejected both [13:19] thanks [13:34] Can someone here explain why dash does not show amazon results in Norway? [13:34] cjwatson: can you help us with an ubuntu-desktop packageset query perchance? rhythmbox isn't in it. Do you know why? [13:35] also seeded-in-ubuntu rhythmbox doesn't show it being seeded (only -dbg/dev/doc) [13:36] bjaanes, that would be a question for the u1 guys, either bug or amazon doesn't provide that service in Norway [13:36] Laney: should seeded-in-ubuntu return anything at this point? I thought it was parsing .manifest and .list which we don't have yet (as we didn't spin any raring image yet) [13:37] seb128, okey how can I get in touch with them? [13:37] perhaps it is looking for raring-* - I thought it was just grabbing all the latest .manifests [13:38] cjwatson: btw, we haven't forgotten about/ignored your britney/autopkgtest mail, but we need to fight with some firewall/set up http server etc. stuff [13:41] stgraber: ah, yeah, it excludes all supported releases === dholbach_ is now known as dholbach [13:51] what is the source package of ubuntu-bug? [13:52] laney@iota> dpkg -S /usr/bin/ubuntu-bug ~ [13:52] apport: /usr/bin/ubuntu-bug [14:03] xnox, seb128: thanks for collapsing those blueprints down to foundations-r-python-versions. also, don't forget the 13.04 spreadsheet of work: http://tinyurl.com/93kpvef [14:03] seb128: please review and add or let me know if anything obvious is missing [14:03] barry, ok [14:03] barry: thanks =) [14:04] barry: about half of the rebuilds are done now in a ppa https://launchpad.net/~ubuntu-rebuilds/+archive/py3.3 [14:05] seb128, xnox: thanks guys. oh and yeah, xapian is still a painful blocker. last time i chatted with mvo about it, he thought there might be work underway to put a dbus front on xapian, which would alleviate the need for a py3 port of it (maybe). do you know anything about that? [14:06] xnox: oh cool. i had started to set up another ppa for this https://launchpad.net/~pythoneers/+archive/py33 but didn't get to populating it before i had to give my talk. i think i'll just delete this ppa and start looking at the ftbfs in yours [14:07] barry: ack. I think I did add you to mine. I created a new team, as i didn't know about ~pythoneers [14:07] barry: me and doko have been crunching through them [14:07] xnox: we also have ~pythonistas but don't ask what the difference is :) [14:07] xnox: awesome! what have you gotten to? i can start working on others [14:08] xnox: and i should add you to pythoneers [14:08] I am in progress on fixing: blender. [14:09] xnox: going alphabetically? :) [14:09] barry: from here https://launchpad.net/~ubuntu-rebuilds/+archive/py3.3/+packages if it's not build and has an X it needs looking into. [14:09] xnox: yep, that's the one i'm looking at too. let's divide and conquer [14:10] Laney: It's ended up in core, probably due to (build-)dependencies from other core packages. The process for moving such things that are actually maintained by desktop folks to the desktop packageset is to mail me. [14:10] pitti: No great rush, thanks. I'd just like to have a clear idea by next week of what we're doing. [14:11] barry: this one passes unit tests in 3.2, but not 3.3: https://launchpadlibrarian.net/120976604/buildlog_ubuntu-raring-i386.objgraph_1.7.1-1build1_FAILEDTOBUILD.txt.gz [14:12] xnox: probably the first thing to check is hash order dependencies [14:12] barry: and shiboken is also a thing for you =) [14:12] xnox: yay! my old friend shiboken (shibroken?) :) [14:13] xnox: i also want to look at passlib since i know that library a bit [14:13] xnox: so when you fix one are you uploading it to both raring and the ppa? [14:14] all sounds good =) [14:14] barry: for now yes. raring-proposed and the ppa. [14:14] xnox: yep. cool. [14:14] barry: ppa has 3.3 as default, while archive has 3.2 as default. Both have 3.2-3.3 as supported [14:15] xnox: perfect [14:15] xnox: i wish it was easy to copy packages from one ppa to another [14:16] It is [14:16] If you're finding it not so, I can help [14:17] But there's clicky web UI for it and everything, as well as command-line tools [14:18] barry: go to source ppa, and click "copy packages" on the package overview page =) [14:18] barry: are you in ~ubuntu-rebuilds? I think I did add you... [14:18] Indeed. Or use copy-package from lp:ubuntu-archive-tools if you prefer the command line [14:19] xnox: i'm not, but ~ubuntu-core-dev is a pending member. can you just add me explicitly? [14:21] barry: welcome to the team =) [14:21] cjwatson: that's exactly what i was looking for: copy-package --ppa-name foo --to-ppa bar [14:22] cjwatson, xnox tho i don't think it's worth it in this case. however, if for some reason we plan on keeping a py33-as-default ppa long term (and i hope we won't), we should move it to ~pythoneers [14:23] barry: I think doko is eager to flip the switch. Not sure when, but the vibes I'm getting from him are before UDS. [14:23] vibes eh [14:23] xnox: i'm supportive of that. gives us two days to whip that thing in shape :) [14:25] ogra_: well... he is being conservative. if it was up to him it would be 3.3 default, drop 3.2, rebuild archive, done =) [14:25] heh, yeah, its a devel release after all :) [14:25] barry, I somehow renamed the first column header in your python3 porting matrix to 'oauth' and can't fix it back [14:27] barry, also, python3-oauthlib exists, and the python-oauth section should mention that [14:27] fixed [14:28] Hello, any idea how I could work around this bug? https://bugs.launchpad.net/ubuntu/+bug/1071330 [14:28] mterry: it does, but it's buried in a bunch of gobbledygook [14:28] Launchpad bug 1071330 in Ubuntu "bluetooth keyboard always reset to qwerty instead of azerty" [Undecided,New] [14:28] mterry: i suppose we should officially endorse oauthlib as the way forward [14:29] barry, it mentions that a python3 port exists on the web somewhere, but not that it was in quantal [14:29] barry, yeah probably [14:30] it's in main and all that jazz === dendrobates is now known as dendro-afk [14:40] mterry: i know you submitted patches upstream. have they been accepted yet? (i suppose i could try to dig out the link to that) [14:40] barry, yes [14:40] barry, let me find link [14:42] barry, https://github.com/idan/oauthlib/pull/56 [14:42] barry, https://github.com/idan/oauthlib/issues/62 has a report about issues with 3.3 though [14:43] My patch was only for 3.2 [14:43] mterry: thanks. dict ordering. i'll take a look at that === dendro-afk is now known as dendrobates [16:00] pitti: rejecting glib and pcre3 so that I can sync them into -proposed, per the new world order [16:00] Laney: ack; I thought that would be redirected automatically soon [16:00] not for copies [16:01] Redirecting copies ended up being too complex an API that would be very hard to fix any more later [16:01] Since the copy API is very explicit about what pocket it's going into [16:02] ah, ok [16:02] For now, use syncpackage -r raring-proposed; I've changed the default in bzr [16:02] cjwatson: I guess we'd build that redirection into syncpackage then, i. e. rewriting the destination on the fly [16:02] or that, thanks! [16:03] Yeah, no point rewriting really since I expect -r is rather rarely used [16:03] xnox: i think it's best to build in the ppa, and only after it passes there, upload to r-p. the reason is that some of the packages in the ppa have version numbers ahead of the archive, so it requires additional bumps to build in the ppa. but those intermediate (ppa-only) versions can be thrown out when uploading to r-p. passlib is an example of that. [16:03] good night everyone [16:03] And I'm happier changing defaults than adding magic [16:05] barry: well I test build locally in sbuild, which has that ppa added. So i know it passes when I upload fixes to both =) [16:05] hey barry (finally you are here at the same time as I am!) [16:05] can you ask birkenfeld about one thing? [16:05] mitya57: sure === ritz is now known as ritz|zZZz [16:06] barry: I wonder whether he is going to fix https://bitbucket.org/birkenfeld/sphinx/issue/1008/test-failures-with-python-33 [16:07] it's causing ftbfs in raring and I don't have enough sphinx experience to fix that myself. [16:07] doko: I have a fix for blender, but I think I may have done a mistake in my python3-defaults, because I got a stray/unneeded python3.2 dependency via ${python3:Depends} [16:08] xnox: not quite though. passlib is ftbfs in the ppa, but is a version ahead of raring afaict. so i have to bump the version *again* for the ppa, but when i upload to raring, i won't need to skip that version number. unless it has your ppa version# in r-p, but tools like rmadison and bzr branch ubuntu:passlib haven't caught up with that yet. [16:08] mitya57: let me check with him over in #python-dev [16:09] barry: whois says he is only at #pocoo and is offline there [16:09] barry: yes, ppa has funny version numbers for some packages. I bumped all version numbers when doing rebuild. For most it's builX which doesn't matter, but for those that had ubuntuX it became ubuntuX+1 ahead of the archive. [16:09] mitya57: seems to be online on #python-dev, tho away [16:09] xnox: right. that's really all i was saying :) [16:10] barry: I see =) just keeping you on your toes. I guess I should have used copy-package to rebuild from the archive -> ppa. But oh well. [16:10] barry: oops, so my /whois lies :) [16:10] mitya57: i guess so :) [16:10] xnox: yeah, no worries. just something to be aware of. [16:11] barry: I was hoping to copy src from the ppa back to the archive, but that won't be happing now due to slightly wrong changelog entries in most of them (stray multimaintainer lines) [16:11] barry: thanks! [16:11] mitya57: i'm watching the issue now too. i pinged birkenfeld over in #python-dev, but maybe he really is away :) [16:12] let's hope he reads his scrollback :) [16:12] xnox: /me -> lunch but i guess i'll set up my local sbuild to add the ppa so i don't have to wait 3 hours for stuff like this: https://launchpad.net/~ubuntu-rebuilds/+archive/py3.3/+build/3929285 :) [16:13] barry: yeah doko has rescoring them for me such that most of them were building instantly [16:14] ah. say doko, can you rescore ^^ ? :) [16:15] barry: done [16:15] stgraber: thanks! [16:15] bjaanes, the reason seems to be "there is no amazon in Norway" [16:16] xnox: did you add-apt-repository in your source:raring-arch schroot, or do you use sbuild --setup-hook, twiddle the config file, or something else? [16:17] barry: install software-sources-common, add-apt-repository, then purge software-sources-common [16:17] =))) [16:18] ok :) [16:18] s/sources/properties/ ? [16:20] mitya57: barry: yeah something like that. Long winded and descriptive =) [16:30] xnox: something tells me this is going to be a meme: http://paste.ubuntu.com/1305272/ [16:32] mvo: could you a look at bug 1070035? [16:32] Launchpad bug 1070035 in ubuntu-release-upgrader (Ubuntu) "Can't install 'kubuntu-netbook'" [Undecided,Incomplete] https://launchpad.net/bugs/1070035 [16:33] barry: I think it dates back to an older meme, where packages worked with 3.2 only, which 3.1 was default and 3.2 supported, or something like that =))))) [16:33] barry: it's certainly one of the common cases. [16:36] barry: is module.__loader__ gone in python3.3? [16:38] ah, it's new, the contrary :) [16:41] barry: what can this check mean: https://bitbucket.org/birkenfeld/sphinx/src/d7ac5e46307d/sphinx/util/__init__.py?at=default#cl-200 [16:41] and what's its equivalent in python3.3 (if you know)? [16:42] bdmurray: certainly === mcclurmc is now known as mcclurmc_away === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [16:47] bdmurray: I followed up in the bug, the root is that universe is not enabled, but I am a bit in the dark what the best fix is [16:48] bdmurray: i.e. the user has only main enabled so he/she will not want universe packages but kubuntu-netbook is now universe, so its a bit tricky to decide whats the right course of action (enable universe automatically, fail with a better error message) [16:48] seb128, That is true i suppose, but there is no problem buying from Amazon in Norway. I do it all the time. Its very popular over here. [16:48] amazon.com works perfectly and ships to norway with most of their stuff [16:48] bjaanes, well, I asked the U1 guys, that's the reason it doesn't work, there is no amazon.no [16:49] bjaanes, right, that's a known "would be nice if that worked" [16:49] seb128, okey - but is there any workaround? [16:49] bjaanes, you should ask to Chipaca on #ubuntu-desktop [16:49] seb128, Shall do, thank you for your help! [16:50] bjaanes, yw! [16:51] hey folks, about the appmenu, is it requires patched version of gtk and qt to works ? [16:57] xnox, barry: rescored [16:57] doko: \0/ [16:57] mvo: ah, thanks for looking === cpg|away is now known as cpg === cpg is now known as cpg|away [17:01] mvo: fail with a better error seems the most sensible, otherwise it's a security issue [17:04] Riddell: thanks, yeah, a string change :/ I wonder if we can release note it at least [17:04] so that everyone knows [17:04] xnox, barry do you have a list, who addresses which ftbfs? or who's working on what? [17:05] doko: just finished/uploaded blender and morse-simulator (they were hard-coded to 3.2 so not an easy spot) [17:07] doko: I'd like to look at boost. === attente is now known as attente_zzz [17:08] xnox, sure, if you want to =) see my comment in the bug report what I figured out [17:17] doko: looks like there is multiarch.jam in the wild http://code.ohloh.net/file?fid=6JCqBzlemTFqf5oPg9xW4FA-3BQ&cid=WGhTHTVrHL8&s=&browser=Default#L0 [17:17] what is approved Ubuntu way of resizing the console post boot? resizecons & SVGATextMode do not appear to exist. [17:19] hmm, that's on Lucid. Allegedly resizecons is in precise === dendrobates is now known as dendro-afk [17:31] packages.ubuntu.com has resizecons in package kbd: http://packages.ubuntu.com/search?searchon=contents&keywords=resizecons&mode=exactfilename&suite=lucid&arch=any - however installing it and dpkg -L on the package gives the manpage but not the binary. Any ideas? [17:34] alexbligh: support is at #ubuntu or http://askubuntu.com [17:35] doko: for boost, is doing dpkg-architecture -qDEB_HOST_MULTIARCH called cheating? =) [17:35] xnox, no, why? [17:36] doko: I may have a patch then ;-) [17:36] nice [17:37] doko: need to test it with both boost sources and both boost versions (4 source packages) =))) will take a while. [17:39] xnox: use osageorange for one build [17:39] doko: hey [17:40] doko: do you still maintain gcc/toolchain ? [17:40] doko: ????? [17:41] doko: i think i found an alignment bug on amd64 but i need an expert to look at it [17:45] fabbione, heya, will you be at uds? [17:46] doko: i don't think we have a list. i was just going to pick them off and mention it here so i don't duplicate work you or xnox is doing [17:46] if you're still in Denmark [17:46] doko: yes, it's behind the corner ;) [17:46] doko: yeps [17:46] i am still here [17:46] cool [17:46] doko: that means you will have to see my ugly face again :P [17:46] s/:P// [17:46] heh [17:46] seriously tho.. do you still maintain gcc? [17:47] yep [17:47] ok [17:47] doko@u.c ? [17:47] yes [17:47] ok.. sending [17:47] xnox, doko: either of you looking at dirspec? [17:48] nope [17:48] barry, already fixed [17:48] as nose [17:48] barry: too easy =) [17:48] now looking at lxc [17:48] doko, xnox: ah, okay. i guess the ppa is just behind the times [17:48] barry, subscribe to raring-changes, and look what got uploaded [17:49] doko: i'm subscribed, but behind on those emails [17:49] doko: sent.. i tested different gcc in ubuntu and debian and fedora. same issue [17:49] * barry catches up [17:49] doko: if it's a bug it's very old [17:50] doko: i just can't wrap my head around it... it doesn't make any sense [17:51] that sounds like it ought to get a reduced test case and go upstream ... [17:51] cjwatson: i already have a reduced test case to the bare minimum [17:52] cjwatson: but there is no guarantee it's a bug. it might be my code [17:53] xnox, barry: lcx fixed, now looking at libguestfs [17:53] doko, xnox cool. i'll do shiboken i guess [17:56] barry: yeah it even fails to build in quantal. [17:57] doko: thanks tho! have a nice evening and see you soon (let me know if you need more info) === yofel_ is now known as yofel === morphis|away is now known as morphis === attente_zzz is now known as attente [18:22] hi, i have recently upgraded to 12.10 and noticed that unity now uses nux instead of geis for multitouch. In 12.04 i have patched unity to disable geis to be able to use ginn with my own gestures, but i dont know how to do that with nux. Anyone got a clue? [18:24] what am I doing wrong? http://paste.ubuntu.com/1305518/ === dendro-afk is now known as dendrobates [18:31] doko: make ate the first set of quotes? [18:31] doko: passing -O2 directly to configure. [18:32] doko: that's why I don't like inlining shell in makefiles, and instead prefer $(for ) make function loops, not shell loops. [18:32] xnox, no $ is evaluated by the shell, make doesn't see any quotes. thing is that at this point of expansion, it's too late [18:33] doko: include /usr/share/dpkg/buildflags.mk [18:33] is all you need? [18:33] doko: yeah, you are right. [18:34] doko: CXXFLAGS isn't being properly quoted [18:34] * xnox off for a little while. [18:35] doko: nevermind [18:35] If you're switching from a directory to a symlink in a package, it's my understanding that dpkg won't do that change for you. What's the right way to handle that? Remove the directory in the preinst? [18:35] ScottK: spended of patches / uploads in debian recently. yes preinst snippets. [18:35] ScottK: see debian-devel or recentish RC bug fixes... [18:36] xnox: Right. The reason I ask is I just got one of those bugs filed on a package of mine and so I'd like to fix it. [18:36] Do you have a patch/snippet example you could point me at? [18:38] ScottK: https://launchpadlibrarian.net/117993446/bitlbee_3.0.5-1.1_3.0.5-1.2.diff.gz [18:39] xnox: Thanks. === morphis is now known as morphis|away [19:07] ScottK, uploaded a fixed qscintilla2 === dendrobates is now known as dendro-afk === salem_ is now known as _salem === cpg|away is now known as cpg [19:59] doko, xnox, ScottK shiboken is annoying. one of the tests is segfaulting, and it seems consistent in ubuntu and debian chroots. nothing upstream that i can tell :/ anyway, still investigating [20:06] jbicha: bug #1071008 sounds like it might be a gnome-remix package selection issue? [20:06] Launchpad bug 1071008 in update-notifier (Ubuntu) "Update Integration" [Undecided,New] https://launchpad.net/bugs/1071008 [20:21] slangasek: yes, thank you [20:21] jbicha: ok - guess you'll reassign to an appropriate place then :) [20:38] doko: Thanks (re qscintilla2) [20:39] ScottK, won't file a Debian report [20:39] I'll take care of it. [20:45] python3-dbus.mainloop.qt is now an empty package. Fixing that up. [20:48] infinite loop in under 3 seconds [20:50] It's not important until we care if the installer works. === cpg is now known as cpg|away === cpg|away is now known as cpg [21:40] xnox: still around by any chance? === cpg is now known as cpg|away [21:54] barry: just for you =) [21:54] barry: i didn't manage to reproduce shiboken in debian chroot. [21:54] barry: if it is, file a bug there as well. [21:54] xnox: otp w/slangasek, but how did you get the output in bug 1070772? i get different failures [21:55] Launchpad bug 1070772 in shiboken (Ubuntu) "modelview_test.py segfaults python" [High,Confirmed] https://launchpad.net/bugs/1070772 [21:55] barry: right, so I peaked at the full environment variables of how the test is executed. I did the build and run it with exact same parameters but added -vv to python. [21:55] barry: nothing fancy [21:58] xnox: ah. so i'm inclined to punt on this bug, after reporting it upstream. i'm going to leave the package ftbfs so it's more obvious if someone wants to fix it. it's clearly unrelated to python3.x since it ftbfs in quantal, and crashes w/2.7 [21:59] barry: ack. I think it's fine it's not blocking. === attente is now known as attente_zzz === cpg|away is now known as cpg === fisted_ is now known as fisted