/srv/irclogs.ubuntu.com/2012/10/25/#ubuntu-devel.txt

ajmitchmwhudson: stock up on the flight over?00:00
mwhudsonajmitch: i guess duty free in london, yeah00:00
=== ejat- is now known as ejat
TohuwSo, 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?02:55
sarnoldTohuw: probably strace is what you're looking for03:05
Tohuwsarnold: 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 indefinitely03:08
slangasekTohuw: '-ff'03:13
Tohuwslangasek: nope, still exits03:13
slangasekmmm03:14
TohuwAh, 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:14
slangasekwell, there are a few tools for monitoring everything, but nothing particularly easy AFAIK03:15
TohuwIt'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 wonderful03:15
=== morphis|away is now known as morphis
=== morphis is now known as morphis|away
pittiGood morning04:58
obounaimGood morning pitti,05:05
sarnoldTohuw: hrm. if strace -f firefox doesn't actually follow all children of firefox, please file a bug.05:14
sarnoldTohuw: 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:14
vibhavGood Morning05:39
vibhavHmm, /win 605:47
vibhavSorry05:48
=== morphis|away is now known as morphis
=== tkamppeter_ is now known as tkamppeter
vibhavThe toolchain will be uploaded today, right?06:23
vibhav( according to https://wiki.ubuntu.com/RaringRingtail/ReleaseSchedule)06:26
=== morphis is now known as morphis|away
dholbachgood morning06:46
=== smb` is now known as smb
=== rickspencer3 is now known as Crush
=== Crush is now known as Guest34948
=== Guest34948 is now known as Crushh
darkxstTheMuso, I hear you are from my part of the world07:27
=== mcclurmc_away is now known as mcclurmc
pittiwookey: FYI, pcre3 can be synced, newer upstream version in Debian contains newer config.{guess,sub} with aarch64; doing now07:57
pittiwookey: (in case you are looking at merges)07:58
pittiwe need the new version for current glib07:58
pittiinfinity: OOI, why do we have all those armel/armhf PPA builders? do the "blessed" PPAs not use the distro builders any more?08:05
pittiinfinity: or do we plan on enabling arm for PPAs in general?08:06
pitticjwatson, 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:07
dpmpitti, 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:31
pittidpm: added you08:32
dpmexcellent, thanks pitti :)08:33
pitticjwatson, doko: cdbs uploaded FYI08:35
ailo-wHi, 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
cjwatsonpitti: waiting for the "everything to -proposed" stuff to finish landing; also I believe infinity is planning on a glibc upload08:39
cjwatsonpitti: the armel/armhf PPA builders are part of urgent work being done for PS08:40
pitticjwatson: ah thanks; so we are not particularly blocked on merges08:41
cjwatsonNo08:41
pitticjwatson: so we have PPAs which can build for ARM now? nice!08:41
cjwatsonWell08:41
cjwatsonOnly on explicit request and I think currently intended only for specific clients of the system08:41
cjwatsonI don't know the full details08:41
pittiright, I didn't mean "all PPAs", just that they exist08:42
cjwatsonSome are Pandas, but they have no useful security and are very limited-access08:42
cjwatsonMost of the rest are qemu instances running on x86 boxes, AFAIK08:42
ailo-w..never mind. I'll ask someone specifically :)08:48
infinitycjwatson: The pandas should be all gone from the PPAs.08:49
cjwatsonGood.08:50
cjwatsonAh yes, mizar's now a disabled distro builder rather than a disabled PPA builder. :-P08:51
infinitycjwatson: Yep.08:55
infinitycjwatson: There's some vague hope that it won't be disabled after a reinstall.08:55
infinityjodh: Around?09:16
infinityjodh: Witness pitti's back-to-back commits to glib to first use __abort_msg, and then not:09:18
infinityjodh: http://git.gnome.org/browse/glib/commit/glib/gtestutils.c?id=da66897950431870390f8dc3f798e24f23ffb8c809:18
infinityjodh: http://git.gnome.org/browse/glib/commit/glib/gtestutils.c?id=3658727cfa0eca8c66bc2cdff46992099caf0acd09:18
infinityjodh: Methinks that NIH should just follow in the same footsteps here, regardless of how and when apport catches up.09:18
tjaaltonis raring open yet?09:19
infinitytjaalton: It exists, but it's frozen while we hammer out some last-minute bits.09:20
tjaaltoninfinity: ok, thanks09:20
infinityjodh: 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
infinitypitti: Say, am I missing something there, BTW?09:22
pittiinfinity: I initially wanted to re-use glibc's symbol, but was then told not to09:24
pittisee gnome bug 59487209:24
ubottuGnome bug 594872 in general "Support storing assertion messages into core dump" [Enhancement,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=59487209:24
pittiinfinity: so apport and friends now need to check both symbols indeed09:25
infinitypitti: Yeah, reusing glibc private symbols is totally Bad and Wrong, I agree.09:25
pittieek, but indeed Apport doesn't09:25
infinitypitti: I meant am I missing... Yeah. :)09:25
jodhinfinity: agreed. __nih_abort_msg or similar, as mentioned on bug 997359.09:26
infinitypitti: 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
ubottuLaunchpad bug 997359 in libnih (Ubuntu) "nih uses eglibc private symbol __abort_msg" [High,Confirmed] https://launchpad.net/bugs/99735909:26
infinityjodh: Right, shall we JFDI?  I'd love to see it finally not be an issue.09:27
jodhinfinity: yeah, i'm keen :)09:27
infinityjodh: (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:28
infinityIt also, interestingly, will take a pretty big load off apt's resolver on upgrades, I suspect.09:29
infinityGiven the importance of both libnih1 and libc6, and the messed up dependency apt needs to sort on every new upstream glibc...09:30
jodhinfinity: ok. I'll get this fixed in NIH upstream first...09:33
cjwatson(this should be today, BTW; there's a decent chance the other blocker to opening will be resolved by EOD)09:33
* infinity gets back to glibc, to see about hitting this EOD deadline.09:38
hrwwill all raring uploads have to wait for approval?09:46
cjwatsonNo09:47
stgraberno, archive is just not opened yet09:47
cjwatsonNot long now09:48
hrwok, I uploaded first part of my cross compiler update to raring gcc09:48
xnoxSo 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?09:59
* xnox has a patch to make it build against py3.3 by default but it needs autoconf run =/10:00
pittixnox: uh? I'm building 9.1 just fine on lucid to quantal and squeeze to unstable with 2.6910:00
pitti(or whicever is the default)10:00
pittixnox: oh, autoreconfig doesn't work?10:00
xnoxpitti: yeah, you can build but cannot patch configure.in & regenerate configure =)10:01
xnoxconfigure.in:22: error: Autoconf version 2.63 is required.10:01
xnoxUntested combinations of 'autoconf' and PostgreSQL versions are not10:01
xnoxrecommended.  You can remove the check from 'configure.in' but it is then10:01
xnoxyour responsibility whether the result works or not.10:01
pittixnox: https://launchpad.net/ubuntu/+source/autoconf/2.63-3ubuntu1/+build/988278 ?10:01
xnox=)))))10:01
xnoxi386 build of autoconf 2.63-3ubuntu1 in ubuntu karmic RELEASE produced these files:10:02
xnoxautoconf_2.63-3ubuntu1_all.deb (deleted)10:02
pittioh, I thought LP would never forget anything10:02
cjwatsonWe eventually expire pre-release binaries10:02
cjwatsonThough only several years later10:02
pittixnox: well, the source is still there, so I guess you could jusjt build it locally10:02
xnoxI found this build: https://launchpad.net/ubuntu/karmic/amd64/autoconf/2.63-2ubuntu110:03
xnoxI think I'll do the reconf in a chroot.10:03
pittiinfinity: fixed in apport trunk, thanks for pointing out!10:06
infinitypitti: 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
ubottuLaunchpad bug 997359 in libnih (Ubuntu Raring) "nih uses eglibc private symbol __abort_msg" [High,Confirmed] https://launchpad.net/bugs/99735910:07
pittiinfinity: right, that's straightforward to add then10:07
pittiwell, writing a test for it requires a build dep on libnih-dev, but oh well10:08
pittiI'll make it fail gracefully if it's not there10:08
fabbionemorning guys10:16
fabbionedoko_: you around?10:16
pittihey fabbione, how are you?10:19
fabbionepitti: doing ok.. waiting for you guys to show up in CPH for UDs10:19
fabbionepitti: you?10:19
pittiquite fine, thanks! looking forward to UDS indeed10:19
fabbioneand the beer... ;)10:20
fabbionepitti: is doko_ still in charge of toolchain?10:20
fabbionei think i found a bug in gcc, but i need to confirm10:20
pittiyes10:20
fabbioneok10:20
xnoxbarry: https://blueprints.launchpad.net/ubuntu/+spec/desktop-r-python3 and https://blueprints.launchpad.net/ubuntu/+spec/foundations-r-python-versions are suspiciously similar10:29
seb128xnox, barry: would be good to merge both, I doubt we have lot to discuss for desktop on the topic10:30
seb128xnox, barry: I can drop the desktop one from the UDS schedule if that works for you10:30
xnoxseb128: 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
xnoxseb128: that would be best. Yes, please. =)10:31
seb128xnox, 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
pittiseb128: software-center?10:32
xnoxseb128: yeap & yeap. There is a big software-centre bit, but it's blocked on xapian, last time I checked.10:33
seb128pitti, I don't consider that to be ours :p10:33
seb128ours == desktop10:33
* seb128 looks at mvo10:34
pittiah, "team" vs. "image"10:34
xnoxseb128: what the pretty wallpapers? =))))10:34
seb128pitti, yeah, we were speaking about merging foundation and desktop blueprints10:34
seb128so I was on "what items on what team plate"10:34
seb128U1 is also an issue10:34
seb128but that's on online's services plates10:34
xnoxpitti: in which shape, form and where do you prefer postgresql patches?10:37
pittixnox: preferably, sent to pgsql-bugs@postgresql.org10:38
pittixnox: I'm happy to backport it to Debian then10:38
pittixnox: I'm on that list, so I'll see it10:38
pittixnox: (no need to be subscribed to post)10:39
xnoxpitti: I kind of want it into raring-proposed now, it's one of few packages that ftbfs with py3.3 by default.10:39
xnoxpitti: Ok, I'll submit the patch & upload into staging PPA and then we can decide where else it can/should go.10:39
pittixnox: well, go ahead and upload it then :) but please send it to upstream, too10:39
xnoxack.10:40
pittixnox: I can grab the patch from LP, etc.10:40
pittior grab the upstream committed variant from git, etc.10:40
=== cpg is now known as cpg|away
=== doko_ is now known as doko
xnoxI cannot login into summit.ubuntu.com because of bug 881019 who can I contact about this?11:21
ubottuLaunchpad bug 881019 in Launchpad itself "Lp login is broken after account merge" [High,Triaged] https://launchpad.net/bugs/88101911:21
cjwatsonxnox: #is internal11:24
cjwatsonxnox: (though you might need to wait for US webops to come online)11:24
xnoxcjwatson: ack. thanks.11:25
infinitypitti: 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.11:32
=== _salem is now known as salem_
=== Quintasan_ is now known as Quintasan
apw@pilot in12:08
=== 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
pittiinfinity: yep, will do12:11
infinitypitti: <312:13
cjwatsonslomo: 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
xnoxI think lubuntu is smaller than libreoffice source package.12:51
slomocjwatson: ok, sorry12:52
cjwatson(which will decrease risk of things being uninstallable)12:52
cjwatsonI understand dual uploads late in the cycle, but at this point I wouldn't recommend bothering :)12:53
tjaaltoni made a dodgy upload of xorg-server to quantal-proposed, could an archive admin drop it from the queue?13:07
pittitjaalton: there are two uploads13:15
pittitjaalton: drop the older one and keep the newer one? or otherwise?13:15
tjaaltonpitti: 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
pittitjaalton: ah, so reject both?13:17
tkamppeterpitti, 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
ubottuLaunchpad bug 1068921 in Mozilla Thunderbird "Mailbox grows endlessly, heavy traffic" [High,In progress] https://launchpad.net/bugs/106892113:18
tjaaltonpitti: yeah, i'll fix it later today13:18
pittitjaalton: ok, rejected both13:19
tjaaltonthanks13:19
bjaanesCan someone here explain why dash does not show amazon results in Norway?13:34
Laneycjwatson: can you help us with an ubuntu-desktop packageset query perchance? rhythmbox isn't in it. Do you know why?13:34
Laneyalso seeded-in-ubuntu rhythmbox doesn't show it being seeded (only -dbg/dev/doc)13:35
seb128bjaanes, that would be a question for the u1 guys, either bug or amazon doesn't provide that service in Norway13:36
stgraberLaney: 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:36
bjaanesseb128, okey how can I get in touch with them?13:37
Laneyperhaps it is looking for raring-* - I thought it was just grabbing all the latest .manifests13:37
pitticjwatson: btw, we haven't forgotten about/ignored your britney/autopkgtest mail, but we need to fight with some firewall/set up http server etc. stuff13:38
Laneystgraber: ah, yeah, it excludes all supported releases13:41
=== dholbach_ is now known as dholbach
brendandwhat is the source package of ubuntu-bug?13:51
Laneylaney@iota> dpkg -S /usr/bin/ubuntu-bug                                                                                                    ~13:52
Laneyapport: /usr/bin/ubuntu-bug13:52
barryxnox, 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/93kpvef14:03
barryseb128: please review and add or let me know if anything obvious is missing14:03
seb128barry, ok14:03
xnoxbarry: thanks =)14:03
xnoxbarry: about half of the rebuilds are done now in a ppa https://launchpad.net/~ubuntu-rebuilds/+archive/py3.314:04
barryseb128, 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:05
barryxnox: 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 yours14:06
xnoxbarry: ack. I think I did add you to mine. I created a new team, as i didn't know about ~pythoneers14:07
xnoxbarry: me and doko have been crunching through them14:07
barryxnox: we also have ~pythonistas but don't ask what the difference is :)14:07
barryxnox: awesome!  what have you gotten to?  i can start working on others14:07
barryxnox: and i should add you to pythoneers14:08
xnoxI am in progress on fixing: blender.14:08
barryxnox: going alphabetically? :)14:09
xnoxbarry: 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
barryxnox: yep, that's the one i'm looking at too.  let's divide and conquer14:09
cjwatsonLaney: 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
cjwatsonpitti: No great rush, thanks.  I'd just like to have a clear idea by next week of what we're doing.14:10
xnoxbarry: 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.gz14:11
barryxnox: probably the first thing to check is hash order dependencies14:12
xnoxbarry: and shiboken is also a thing for you =)14:12
barryxnox: yay!  my old friend shiboken (shibroken?) :)14:12
barryxnox: i also want to look at passlib since i know that library a bit14:13
barryxnox: so when you fix one are you uploading it to both raring and the ppa?14:13
xnoxall sounds good =)14:14
xnoxbarry: for now yes. raring-proposed and the ppa.14:14
barryxnox: yep.  cool.14:14
xnoxbarry: ppa has 3.3 as default, while archive has 3.2 as default. Both have 3.2-3.3 as supported14:14
barryxnox: perfect14:15
barryxnox: i wish it was easy to copy packages from one ppa to another14:15
cjwatsonIt is14:16
cjwatsonIf you're finding it not so, I can help14:16
cjwatsonBut there's clicky web UI for it and everything, as well as command-line tools14:17
xnoxbarry: go to source ppa, and click "copy packages" on the package overview page =)14:18
xnoxbarry: are you in ~ubuntu-rebuilds? I think I did add you...14:18
cjwatsonIndeed.  Or use copy-package from lp:ubuntu-archive-tools if you prefer the command line14:18
barryxnox: i'm not, but ~ubuntu-core-dev is a pending member.  can you just add me explicitly?14:19
xnoxbarry: welcome to the team =)14:21
barrycjwatson: that's exactly what i was looking for: copy-package --ppa-name foo --to-ppa bar14:21
barrycjwatson, 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 ~pythoneers14:22
xnoxbarry: 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
ogra_vibes eh14:23
barryxnox: i'm supportive of that.  gives us two days to whip that thing in shape :)14:23
xnoxogra_: 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
ogra_heh, yeah, its a devel release after all :)14:25
mterrybarry, I somehow renamed the first column header in your python3 porting matrix to 'oauth' and can't fix it back14:25
mterrybarry, also, python3-oauthlib exists, and the python-oauth section should mention that14:27
barryfixed14:27
xclaesseHello, any idea how I could work around this bug? https://bugs.launchpad.net/ubuntu/+bug/107133014:28
barrymterry: it does, but it's buried in a bunch of gobbledygook14:28
ubottuLaunchpad bug 1071330 in Ubuntu "bluetooth keyboard always reset to qwerty instead of azerty" [Undecided,New]14:28
barrymterry: i suppose we should officially endorse oauthlib as the way forward14:28
mterrybarry, it mentions that a python3 port exists on the web somewhere, but not that it was in quantal14:29
mterrybarry, yeah probably14:29
mterryit's in main and all that jazz14:30
=== dendrobates is now known as dendro-afk
barrymterry: 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
mterrybarry, yes14:40
mterrybarry, let me find link14:40
mterrybarry, https://github.com/idan/oauthlib/pull/5614:42
mterrybarry, https://github.com/idan/oauthlib/issues/62 has a report about issues with 3.3 though14:42
mterryMy patch was only for 3.214:43
barrymterry: thanks.  dict ordering.  i'll take a look at that14:43
=== dendro-afk is now known as dendrobates
Laneypitti: rejecting glib and pcre3 so that I can sync them into -proposed, per the new world order16:00
pittiLaney: ack; I thought that would be redirected automatically soon16:00
Laneynot for copies16:00
cjwatsonRedirecting copies ended up being too complex an API that would be very hard to fix any more later16:01
cjwatsonSince the copy API is very explicit about what pocket it's going into16:01
pittiah, ok16:02
cjwatsonFor now, use syncpackage -r raring-proposed; I've changed the default in bzr16:02
pitticjwatson: I guess we'd build that redirection into syncpackage then, i. e. rewriting the destination on the fly16:02
pittior that, thanks!16:02
cjwatsonYeah, no point rewriting really since I expect -r is rather rarely used16:03
barryxnox: 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
pittigood night everyone16:03
cjwatsonAnd I'm happier changing defaults than adding magic16:03
xnoxbarry: 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
mitya57hey barry (finally you are here at the same time as I am!)16:05
mitya57can you ask birkenfeld about one thing?16:05
barrymitya57: sure16:05
=== ritz is now known as ritz|zZZz
mitya57barry: I wonder whether he is going to fix https://bitbucket.org/birkenfeld/sphinx/issue/1008/test-failures-with-python-3316:06
mitya57it's causing ftbfs in raring and I don't have enough sphinx experience to fix that myself.16:07
xnoxdoko: 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:07
barryxnox: 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
barrymitya57: let me check with him over in #python-dev16:08
mitya57barry: whois says he is only at #pocoo and is offline there16:09
xnoxbarry: 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
barrymitya57: seems to be online on #python-dev, tho away16:09
barryxnox: right.  that's really all i was saying :)16:09
xnoxbarry: 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
mitya57barry: oops, so my /whois lies :)16:10
barrymitya57: i guess so :)16:10
barryxnox: yeah, no worries.  just something to be aware of.16:10
xnoxbarry: 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
mitya57barry: thanks!16:11
barrymitya57: i'm watching the issue now too.  i pinged birkenfeld over in #python-dev, but maybe he really is away :)16:11
mitya57let's hope he reads his scrollback :)16:12
barryxnox: /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:12
xnoxbarry: yeah doko has rescoring them for me such that most of them were building instantly16:13
barryah.  say doko, can you rescore ^^ ? :)16:14
stgraberbarry: done16:15
barrystgraber: thanks!16:15
seb128bjaanes, the reason seems to be "there is no amazon in Norway"16:15
barryxnox: 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:16
xnoxbarry: install software-sources-common, add-apt-repository, then purge software-sources-common16:17
xnox=)))16:17
barryok :)16:18
mitya57s/sources/properties/ ?16:18
xnoxmitya57: barry: yeah something like that. Long winded and descriptive =)16:20
barryxnox: something tells me this is going to be a meme: http://paste.ubuntu.com/1305272/16:30
bdmurraymvo: could you a look at bug 1070035?16:32
ubottuLaunchpad bug 1070035 in ubuntu-release-upgrader (Ubuntu) "Can't install 'kubuntu-netbook'" [Undecided,Incomplete] https://launchpad.net/bugs/107003516:32
xnoxbarry: 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
xnoxbarry: it's certainly one of the common cases.16:33
mitya57barry: is module.__loader__ gone in python3.3?16:36
mitya57ah, it's new, the contrary :)16:38
mitya57barry: what can this check mean: https://bitbucket.org/birkenfeld/sphinx/src/d7ac5e46307d/sphinx/util/__init__.py?at=default#cl-20016:41
mitya57and what's its equivalent in python3.3 (if you know)?16:41
mvobdmurray: certainly16:42
=== mcclurmc is now known as mcclurmc_away
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
mvobdmurray: 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 is16:47
mvobdmurray: 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
bjaanesseb128, 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
bjaanesamazon.com works perfectly and ships to norway with most of their stuff16:48
seb128bjaanes, well, I asked the U1 guys, that's the reason it doesn't work, there is no amazon.no16:48
seb128bjaanes, right, that's a known "would be nice if that worked"16:49
bjaanesseb128, okey - but is there any workaround?16:49
seb128bjaanes, you should ask to Chipaca on #ubuntu-desktop16:49
bjaanesseb128, Shall do, thank you for your help!16:49
seb128bjaanes, yw!16:50
ceolinhey folks, about the appmenu, is it requires patched version of gtk and qt to works ?16:51
dokoxnox, barry: rescored16:57
xnoxdoko: \0/16:57
bdmurraymvo: ah, thanks for looking16:57
=== cpg|away is now known as cpg
=== cpg is now known as cpg|away
Riddellmvo: fail with a better error seems the most sensible, otherwise it's a security issue17:01
mvoRiddell: thanks, yeah, a string change :/ I wonder if we can release note it at least17:04
mvoso that everyone knows17:04
dokoxnox, barry do you have a list, who addresses which ftbfs? or who's working on what?17:04
xnoxdoko: just finished/uploaded blender and morse-simulator (they were hard-coded to 3.2 so not an easy spot)17:05
xnoxdoko: I'd like to look at boost.17:07
=== attente is now known as attente_zzz
dokoxnox, sure, if you want to =) see my comment in the bug report what I figured out17:08
xnoxdoko: looks like there is multiarch.jam in the wild http://code.ohloh.net/file?fid=6JCqBzlemTFqf5oPg9xW4FA-3BQ&cid=WGhTHTVrHL8&s=&browser=Default#L017:17
alexblighwhat is approved Ubuntu way of resizing the console post boot? resizecons & SVGATextMode do not appear to exist.17:17
alexblighhmm, that's on Lucid. Allegedly resizecons is in precise17:19
=== dendrobates is now known as dendro-afk
alexblighpackages.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:31
xnoxalexbligh: support is at #ubuntu or http://askubuntu.com17:34
xnoxdoko: for boost, is doing dpkg-architecture -qDEB_HOST_MULTIARCH called cheating? =)17:35
dokoxnox, no, why?17:35
xnoxdoko: I may have a patch then ;-)17:36
dokonice17:36
xnoxdoko: need to test it with both boost sources and both boost versions (4 source packages) =))) will take a while.17:37
dokoxnox: use osageorange for one build17:39
fabbionedoko: hey17:39
fabbionedoko: do you still maintain gcc/toolchain ?17:40
xnoxdoko: ?????17:40
fabbionedoko: i think i found an alignment bug on amd64 but i need an expert to look at it17:41
dokofabbione, heya, will you be at uds?17:45
barrydoko: 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 doing17:46
dokoif you're still in Denmark17:46
fabbionedoko: yes, it's behind the corner ;)17:46
fabbionedoko: yeps17:46
fabbionei am still here17:46
dokocool17:46
fabbionedoko: that means you will have to see my ugly face again :P17:46
fabbiones/:P//17:46
dokoheh17:46
fabbioneseriously tho.. do you still maintain gcc?17:46
dokoyep17:47
fabbioneok17:47
fabbionedoko@u.c ?17:47
dokoyes17:47
fabbioneok.. sending17:47
barryxnox, doko: either of you looking at dirspec?17:47
xnoxnope17:48
dokobarry, already fixed17:48
dokoas nose17:48
xnoxbarry: too easy =)17:48
dokonow looking at lxc17:48
barrydoko, xnox: ah, okay.  i guess the ppa is just behind the times17:48
dokobarry, subscribe to raring-changes, and look what got uploaded17:48
barrydoko: i'm subscribed, but behind on those emails17:49
fabbionedoko: sent.. i tested different gcc in ubuntu and debian and fedora. same issue17:49
* barry catches up17:49
fabbionedoko: if it's a bug it's very old17:49
fabbionedoko: i just can't wrap my head around it... it doesn't make any sense17:50
cjwatsonthat sounds like it ought to get a reduced test case and go upstream ...17:51
fabbionecjwatson: i already have a reduced test case to the bare minimum17:51
fabbionecjwatson: but there is no guarantee it's a bug. it might be my code17:52
dokoxnox, barry: lcx fixed, now looking at libguestfs17:53
barrydoko, xnox cool.  i'll do shiboken i guess17:53
xnoxbarry: yeah it even fails to build in quantal.17:56
fabbionedoko: thanks tho! have a nice evening and see you soon (let me know if you need more info)17:57
=== yofel_ is now known as yofel
=== morphis|away is now known as morphis
=== attente_zzz is now known as attente
addikshi, 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:22
dokowhat am I doing wrong? http://paste.ubuntu.com/1305518/18:24
=== dendro-afk is now known as dendrobates
xnoxdoko: make ate the first set of quotes?18:31
xnoxdoko: passing -O2 directly to configure.18:31
xnoxdoko: that's why I don't like inlining shell in makefiles, and instead prefer $(for ) make function loops, not shell loops.18:32
dokoxnox, no $ is evaluated by the shell, make doesn't see any quotes. thing is that at this point of expansion, it's too late18:32
xnoxdoko: include /usr/share/dpkg/buildflags.mk18:33
xnoxis all you need?18:33
xnoxdoko: yeah, you are right.18:33
micahgdoko: CXXFLAGS isn't being properly quoted18:34
* xnox off for a little while.18:34
micahgdoko: nevermind18:35
ScottKIf 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
xnoxScottK: spended of patches / uploads in debian recently. yes preinst snippets.18:35
xnoxScottK: see debian-devel or recentish RC bug fixes...18:35
ScottKxnox: 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
ScottKDo you have a patch/snippet example you could point me at?18:36
xnoxScottK: https://launchpadlibrarian.net/117993446/bitlbee_3.0.5-1.1_3.0.5-1.2.diff.gz18:38
ScottKxnox: Thanks.18:39
=== morphis is now known as morphis|away
dokoScottK, uploaded a fixed qscintilla219:07
=== dendrobates is now known as dendro-afk
=== salem_ is now known as _salem
=== cpg|away is now known as cpg
barrydoko, 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 investigating19:59
slangasekjbicha: bug #1071008 sounds like it might be a gnome-remix package selection issue?20:06
ubottuLaunchpad bug 1071008 in update-notifier (Ubuntu) "Update Integration" [Undecided,New] https://launchpad.net/bugs/107100820:06
jbichaslangasek: yes, thank you20:21
slangasekjbicha: ok - guess you'll reassign to an appropriate place then :)20:21
ScottKdoko: Thanks (re qscintilla2)20:38
dokoScottK, won't file a Debian report20:39
ScottKI'll take care of it.20:39
ScottKpython3-dbus.mainloop.qt is now an empty package.  Fixing that up.20:45
slangasekinfinite loop in under 3 seconds20:48
ScottKIt's not important until we care if the installer works.20:50
=== cpg is now known as cpg|away
=== cpg|away is now known as cpg
barryxnox: still around by any chance?21:40
=== cpg is now known as cpg|away
xnoxbarry: just for you =)21:54
xnoxbarry: i didn't manage to reproduce shiboken in debian chroot.21:54
xnoxbarry: if it is, file a bug there as well.21:54
barryxnox: otp w/slangasek, but how did you get the output in bug 1070772?  i get different failures21:54
ubottuLaunchpad bug 1070772 in shiboken (Ubuntu) "modelview_test.py segfaults python" [High,Confirmed] https://launchpad.net/bugs/107077221:55
xnoxbarry: 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
xnoxbarry: nothing fancy21:55
barryxnox: 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.721:58
xnoxbarry: ack. I think it's fine it's not blocking.21:59
=== attente is now known as attente_zzz
=== cpg|away is now known as cpg
=== fisted_ is now known as fisted

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