/srv/irclogs.ubuntu.com/2011/08/10/#ubuntu-devel.txt

ionfoomatic-filters (main) seems to recommend colord (universe).01:03
RAOFcolord's MIR is in progress.01:04
ionalright01:04
RAOFion: It's bug #823185 if you're interested.01:17
ubottuLaunchpad bug 823185 in colord (Ubuntu) "[MIR] colord" [High,New] https://launchpad.net/bugs/82318501:17
ionraof: Thanks, had already found it.01:26
* slangasek wonders where the 300K for the new packages is supposed to come from01:37
RAOFI think the plan was to upload a sentient virus to change all the CD burning software in the world to allow an extra 300K overburn.01:41
lifelessslangasek: -Os ?01:42
ionWrite the note “please send a terminator back in time to change the CD standard to be 300 kilobytes larger” and put it into a time capsule titled “to be opened when we have terminators and time travel technology”.01:42
slangaseklifeless: I'll get right on that :)01:57
RAOFWe'll actually get some space back once we switch off the cairo-gl backend, since that's pulling in an EGL stack.01:59
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
micahgcjwatson: MoM seems to be broke again04:30
mvomicahg: it appears its having trouble with tar.xz04:40
micahgmvo: ok, anything I can do to help fix it?04:41
lifelessmvo: good morning04:42
lifelessmvo: we noticed a regression in your merge of apt from experimental; that one was fixed but there may be others - just a heads up04:42
mvomicahg: I ask the admins to install xz-utils, that may be enough already04:43
mvolifeless: what kinds of issus exactly?04:43
micahgmvo: thanks04:43
mvolifeless: the install crash regression is fixed I believe?04:44
lifelessmvo: the fix for bug 816606 was backed out, but the changelog entry for it kept.04:44
ubottuLaunchpad bug 816606 in apt (Ubuntu) "apt postinst failure if ubuntu-keyring not installed" [Critical,Fix released] https://launchpad.net/bugs/81660604:44
lifelessmvo: and yes, the fix has been reapplied; just letting you know in case whatever caused that has affected other things we had04:44
mvolifeless: uhh, ok, I check it out, this looks like it was not merged into the ubuntu bzr branch ? and thus got lost on the upload :/04:45
lifelessmvo: well the debian/changelog entry for it was kept.04:45
lifelessmvo: which is really weird :)04:45
mvoindeed04:46
lifelessat least according to LP04:46
* mvo checks his code04:46
mvolifeless: hrm, so bzr log lp:ubuntu/apt|head gives me 0.8.15.1ubuntu2, and the vcs-bzr header of the upload points to the debian branch, so infinity could not know that there is actually a lp:~ubuntu-core-dev/apt/ubuntu branch. I fixed the vcs header now and will manually merge the upload into this branch now04:51
mvolifeless: thanks for the heads up04:51
lifelessno worries04:52
=== StevenK is now known as wgrant_
=== wgrant_ is now known as StevenK
micahgcjwatson: unping, mvo filed a ticket05:44
slangasekdoes anyone here understand this warning from g-ir-scanner?:06:23
slangasekpeas-extension.c:190: Warning: Peas: peas_extension_callv: argument args: Unresolved type: 'GIArgument*'06:23
slangasek(I'm trying to resolve totem consistently segfaulting on amd64; looks like a failure to pass arguments in a 64-bit-clean fashion, and that's one of the few warnings in any build logs that look promising)06:23
micahgsounds like an --as-needed failure06:23
slangasekmicahg: how would --as-needed be involved?  This is gobject-introspection...06:24
slangasekand it's a failure to resolve a type, not a symbol06:24
slangasek(you could be right, I just don't understand how - gobject-introspection is pretty opaque to me)06:25
micahgwell, does the linker do the same thing with types as it does symbols?06:25
=== tkamppeter_ is now known as tkamppeter
* micahg apologizes if the question is silly06:27
slangasekmicahg: no, because the linker doesn't have visibility to anything that's not a symbol06:27
slangaseknote that this is the output of running g-ir-scanner on the source; doesn't actually invoke binutils or gcc at all06:28
micahgah, ok, well, then I should probably be quiet as I don't know how g-ir-scanner works06:28
slangasekAIUI, g-ir-scanner is part of the toolchain that outputs a language-neutral description of the interfaces, including details like argument types, sizes etc06:29
slangasekthat description gets compiled into an architecture dependent 'typelib' file06:30
slangasekyou'd think it would still figure out the right thing to do with a generic pointer argument... but who knows06:31
micahgis there a missing include somewhere?06:37
slangasekprobably :)06:39
slangasekoh, the problem is much simpler07:00
slangasekGPOINTER_TO_UINT07:00
slangasekstab07:00
slangasekwhy does that macro even exist07:01
slomoslangasek: because of the inverse macro... GUINT_TO_POINTER07:12
slomoslangasek: http://developer.gnome.org/glib/unstable/glib-Type-Conversion-Macros.html has an explanation why this macro is necessary at all07:12
slangasekslomo: right - so where do people get the idea that this is the right thing to use for casting to GType?07:13
slangasekthis is the single most common 64-bit error I find in GNOME software over the past few years07:13
slangasekso someone is perpetuating stupid-broken code, and I'd like to get to the bottom of where that's coming from07:14
slomoslangasek: i don't know, i never saw this error and the docs of these macros have warnings everywhere to prevent people from doing stupid things like this :)07:14
slangaseksigh07:14
slangasekslomo: ok, thanks :/07:14
slangasekI think part of the problem is that GType is deliberately set up as an opaque integer type07:14
slangasekso it's not obvious to the novice that it shouldn't be treated as a uint07:15
=== doko__ is now known as doko
pittiGood morning08:06
micahghi Pici08:08
micahgoops08:08
micahghi pitti08:08
ajmitchmorning pitti08:09
eurofordgood afternoon -:)08:15
micahgis it ok to close bugs in a meta upload?  I know the changelog isn't usually modified manually08:17
pittimicahg: sure08:17
pittimicahg: it's totally fine to adjust the changelog08:17
micahgpitti: ok, thanks, and thanks for fixing cups in the common seed08:18
micahgI was going to ask about foomatic, but I noticed that cups is now a recommends on all those packages instead of a depends08:18
kuralHow is it decided that X version of Ubuntu will be LTS ? Any info folks08:32
micahgkural: discussion at UDS generally08:33
kuralmicahg : thanks08:34
kuralI was porting some personal app , was wondering whether oneric would be LTS ?08:35
StevenKkural: Oneiric will not be an LTS08:37
kuralStevenK: thanks . So i guess i should stick to 10.0408:38
micahgkural: maybe I misunderstood the question, there's an LTS release every 2 years, 12.04 will be the next one08:40
kuralmost likely my question was not asked properly. But you gave me the answer. Thanks . Thanks all.08:41
matttbeHello,08:45
matttbeI'm looking for a sponsor in order to upload 3 packages before the feature freeze (sorry to be a bit late :-/) in universe: cairo-dock, cairo-dock-plug-ins and latexila.08:45
matttbeAll these 3 packages are beta versions (they are almost stable but perfectly usable!) and their stable versions are expected for September.08:45
matttbeI've opened 3 bug reports linked to 3 bzr branches with 3 merge proposals:08:45
matttbeLP: #82351308:45
matttbehttps://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/82351308:46
ubottuUbuntu bug 823513 in cairo-dock (Ubuntu) "Please update Cairo-Dock to 2.4.0~0beta2 version (before the FF)" [Undecided,New]08:46
matttbehttps://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/82351408:46
ubottuUbuntu bug 823514 in cairo-dock-plug-ins (Ubuntu) "Please update Cairo-Dock Plug-Ins to 2.4.0~0beta2 version (before the FF)" [Undecided,New]08:46
matttbehttps://bugs.launchpad.net/ubuntu/+source/latexila/+bug/82356608:46
ubottuUbuntu bug 823566 in latexila (Ubuntu) "Please update LaTeXila to 2.1.1 (= 2.2.0 beta) version (before the FF)" [Undecided,New]08:46
matttbe'bzr merge-upstream' has been used to commit these revisions on these bzr branches and they should be ready to be uploaded on universe.08:47
matttbeI've compiled them with pbuilder and test it on Ubuntu Oneiric with a liveUSB08:47
=== asac_ is now known as asac
jamespagegood morning10:13
jamespageif there is an archive admin around please could the NEW binary packages for maven-hpi-plugin be accepted into oneiric.10:14
jmlcjwatson: btw, re that apt-file Contents location thing. Should I file a bug somewhere? (If so, where?)10:50
cjwatsonjml: I guess apt-file to start with, since we probably don't have time to fix this in LP before beta10:57
cjwatsonjml: it'd be good to track down the relevant bit of apt-file changelog, as well as the exact change made to dak10:58
jmlcjwatson: ok. thanks.10:58
=== MacSlow is now known as MacSlow|Starving
dupondjejml: whats the issue with apt-file ?11:12
jmldupondje: it seems to be looking for Contents files underneath component directories, but they don't exist in the Ubuntu archive.11:13
dupondjethat got fixed ?11:13
jmlwhen?11:13
jmlit's possible I'm running days-old code11:13
dupondjehttps://launchpad.net/ubuntu/+source/apt-file/+changelog last change :)11:14
jmldupondje: right. I guess I am running days old code :)11:16
jmldupondje: thanks for the fix11:16
dupondjenp11:16
dupondjeit went wrong after the last accidential sync :)11:16
dupondjereported a bug in debian also to make a patch so it has a fallback in debian, so we can sync again11:17
=== MacSlow|Starving is now known as MacSlow
jjardonHi, in oneiric, gconf is compiled with or without orbit support?12:41
pittijjardon: without, I think, it's using dbus now12:41
jjardonpitti: great, do you detect any special bug?12:42
jjardonI'd like to propose dbus by default upstream12:43
pittijjardon: not that I noticed12:43
pittiit largely went unnoticed, I'd say12:43
jjardonthose are good news, thanks pitti !12:43
=== asac_ is now known as asac
chrisccoulsonjjardon, yeah, i switched on dbus support a few weeks ago12:53
chrisccoulsoni don't think anybody really noticed ;)12:53
dupondjemmm cjwatson, you synced 'pino', but it seems still not visible on launchpad? Wasn't the delay quite minimal ?12:54
cjwatsonmterry: do you think I might be able to go ahead and promote ndisc6 for bug 806723?  I've uploaded a fix to address Kees' concerns12:54
ubottuLaunchpad bug 806723 in ndisc6 (Ubuntu) "[MIR] ndisc6" [Undecided,Incomplete] https://launchpad.net/bugs/80672312:54
cjwatsondupondje: flushing the syncs is a separate step and sometimes it takes me a while to come back to the relevant window12:54
dupondjeah ok :)12:55
cjwatsonI'll do so in a moment, there's just one of the syncs I want to check12:55
dupondjebtw, little remark, for pino there was a sync requested of 0.2.11-7 , but now in debian there is 0.2.11-9, so this got synced. This isn't an issue now, but could be for some other syncs.12:56
cjwatsonyes *shrug*12:56
cjwatsonI looked at it and verified that it was OK12:56
cjwatsonI can't easily sync non-current versions12:56
cjwatsonand I also can't go back in time and arrange to have done the sync run earlier12:57
dupondjehéhé ok :)12:58
cjwatsonflushing the syncs now12:59
dupondjethanks for the work :)12:59
mterrycjwatson, let me look12:59
mterrycjwatson, sure13:01
cjwatsonmterry: great, thanks13:10
zygamvo, could we somehow split c-n-f bugs from c-n-f database inaccuracy bugs?13:13
mterrydoko, ping, got a MIR reasonability question to bounce off you13:28
mterrykees, oh you're here too13:28
mterrykees, doko: it seems like a giant red flag to me, but just to make sure I'm not being too harsh, wanted to know what ya'll thought of a package embedding its own (apparently modified) copy of libusb instead of using the system one13:29
mterryI can't find any security history for libusb, so it doesn't seem like a particularly dangerous library, but still.  I imagine it could have problems13:29
baltix-linuxev: hi, could you tell me how you build wubi executables for windows? It seems you are building wubi, I found wubi.exe at your page - http://people.canonical.com/~evand/wubi/lucid13:32
evbaltix-linux: bzr branch lp:wubi; cd wubi; make13:33
baltix-linuxI need to build wubi for Lucid based distro, I do bzr branch lp:~ubuntu-installer/wubi/lucid , right?13:34
dokomterry: as long as it's not used for the build ...13:35
baltix-linuxev: I need to build wubi for Lucid based distro, I do bzr branch lp:~ubuntu-installer/wubi/lucid , right?13:35
evyes13:36
baltix-linuxev: I  get lots of Wine dialogs, I should just press next and finish ?13:36
infinitymterry: If it's in the source, that's no big deal, if it's being statically linked in the build, then yes, that's a big no-no.13:38
mterrydoko, it is used for the build13:38
mterryinfinity, that's what I thought13:38
infinityA big no-no that's probably easily fixed, but they should fix it before we move it to main, not after. :P13:39
baltix-linuxev: hehe, wubi buiding doesn't work if LANG=lt_LT.UTF-8 but when I set LANG to en_US then make works almost without errors :)13:42
baltix-linuxev: I get only one error:   File "Z:\home\mantas\Atsiuntimai\wubi\build\version.py", line 213:42
baltix-linux   revision =                ^ SyntaxError: invalid syntax13:42
evdid you edit that by hand?13:43
baltix-linuxev: no, I just changed max_iso_size=3900000000 and min_disk_space_mb=4000 in data/isolist.ini13:43
baltix-linuxev: sorry, I understand where is the problem - I've copied sources to another folder and didn't copied hidded .bzr folder ;)13:45
evah, yeah, it needs to be in a bzr branch to determine the version number13:45
baltix-linuxev: thanks for helping, I tried dpkg-buildpackage command and this didn't work :)13:47
ScottKslangasek: I needed exactly your hplip fix on scribus today.  Thanks for making it easy.13:48
slangasekScottK: sure :)13:49
evbaltix-linux: sure thing13:49
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
SpamapSslangasek: If you have a moment some time today, the upstart package branch needs, I think, some love..  I'm not sure if we can keep the current one .. may need to back up and start over with import-dsc's.14:42
zygahow can I aggregated my blog on planet.ubuntu.com14:57
highvoltagezyga: instructions are on https://wiki.ubuntu.com/PlanetUbuntu14:58
zygahighvoltage, thanks14:58
=== Ursinha` is now known as Ursinha
=== Ursinha is now known as Guest8410
=== Guest8410 is now known as Ursula
=== Ursula is now known as Ursinha
ogra_cjwatson, another livecd-rootfs question, my build fails with "ls: cannot access vmlinu?-*: no such file or directory" ... looking at the code, you added:15:11
ogra_KVERS="$( (cd "binary/$INITFS"; ls vmlinu?-*) | sed -n "s/^vmlinu.-\\([^-]*-[^-]*-$FLAVOUR\\)$/\\1/p" )"15:11
ogra_to me that looks like it searchs for the versioned vmlinuz file in /15:11
ogra_or do i misread that code ?15:11
hallynmicahg: hey, regarding kvm-pxe and ipxe.  If it's meant to replace kvm-pxe, then should we (a) mark it as conflicting with kvm-pxe, and then (b) copy the roms into the same places where kvm-pxe puts them?15:12
* ogra_ would expect /boot somewhere in either the cd or the ls15:13
cjwatsonall I can tell you is it worked at the time :)15:13
hallyn(Then we can mark qemu-kvm as depending on ipxe;  right now, you have to manually specify the option rom location on kvm command line for it to work)15:13
ogra_heh, k15:13
cjwatsonfeel free to extend as long as you keep x86 working15:13
cjwatsonmaybe it needs to check /boot on some architectures, indeed15:13
ogra_ah, infinity just educated me, seems $INITFS is supposed to contain boot/15:15
hallynrsalveti: hey, on bug 823711, what do you mean by repo out of sync?  do you think a rebuild will succeed?15:18
ubottuLaunchpad bug 823711 in libvirt (Ubuntu) "libvirt version 0.9.2-4ubuntu8 failed to build on armel" [Undecided,New] https://launchpad.net/bugs/82371115:18
kirklandbarry: ping15:19
rsalvetihallyn: yeah, I'll try to rebuild it in a few hours once my panda is up, will post the result at the bug15:20
hallynrsalveti: cool, thanks15:20
kirklanddoko: barry: could one of you guys look at: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/816169 ?15:24
ubottuUbuntu bug 816169 in ensemble (Ubuntu) "When using Ensemble, add-apt-repository no longer functions properly" [Critical,Confirmed]15:24
kirklanddoko: barry: this is blocking some other work in a strange way15:24
barrykirkland: that sure looks weird.  my plate's a bit full, but i can look at this later today15:26
kirklandbarry: thanks15:28
kirklandbarry: it's affecting iamfuzz and adam_g;  I'm playing triage/go-between here15:28
kirklandbarry: can you just do one quick thing ... crack open /usr/lib/python2.7/encodings/__init__.py and look at lines 123-133 ... do you see any syntactical errors there?15:29
barrykirkland: it looks ugly, but legal, and...15:30
barry% python2.7 -c 'import encodings; print encodings.__file__'15:31
barry/usr/lib/python2.7/encodings/__init__.pyc15:31
kirklandbarry: okay ... thanks15:31
barryoh, that may not be a good test, but yeah, it looks legal to me15:31
ogra_cjwatson, hmm somehow the merge of alisons usb image seeds makes greminate explode for me with a key error 'usb-langsupport'15:34
ogra_*germinate15:34
cjwatsonogra_: yes, I just fixed that15:43
cjwatsoner15:43
cjwatsonfor real this time.  try again15:43
ogra_heh, k15:43
ogra_nope15:44
ogra_not on sycamore at least15:44
ogra_same key error15:44
cjwatsonit might take a few minutes to sync15:45
ogra_(dunno, it seems to pull from internal)15:45
ogra_yeah, thats what i thought15:45
cjwatsontry now, it looks like it's synced15:45
ogra_i'll give it 10min15:45
ogra_ok15:45
cjwatsonit pulls from http://people.canonical.com/~ubuntu-archive/seeds/, which is on a */5 cron job15:45
ogra_oh, new error now15:46
ogra_grr, why cant i copy/paste from w3m15:46
ogra_Germinate.tsort.GraphCycleError: Cycle in graph .... hmm, thats cut off15:47
cjwatsonwow15:47
cjwatsonbeen a while since I saw that error15:48
cjwatsonI'll get the failure mail and will look at it15:48
ogra_well, i'm playing with ubuntu-server-ac100 on sycamore if you want to see the whole traceback15:48
ogra_ah, indeed15:48
cjwatsoncopy/paste from w3m> it has mouse support of its own; hold shift for c/p15:48
ogra_forgot the mails15:48
cyphermoxbryceh_: around?15:48
ogra_oh15:48
* ogra_ hugs cjwatson, you just filled a 10 year old gap !15:49
cyphermoxsomeone care to sponsor/review https://code.launchpad.net/~mathieu-tl/ubuntu/oneiric/ntrack/libnl3-build/+merge/70978 ?15:50
cyphermox(please) ;)15:50
micahghallyn: well, I did check what Debian has done on the ipxe side, I just noticed the removal request15:52
micahgs/did/didn't/15:53
hallynmicahg: but as far as you're concerned, yo uwouldn't mind if we did that?15:53
micahghallyn: I honestly don't know enough about it to say, I never touched etherboot, just noticed that it needed merging and found out it was going to be removed15:56
hallynmicahg: thx16:00
=== jamespage1 is now known as jamespage
=== MacSlow is now known as MacSlow|break
jtaylormterry: the soya sru you sponsored on 1. Aug has not reached proposed yet, is there something wrong?16:31
=== beuno is now known as beuno-lunch
mterryjtaylor, looking16:36
SpamapSwe're behind on SRU reviews16:37
SpamapSI'll be doing a bunch shortly.. nearly done with my pre  FF stuff for the day. :)16:38
ahasenackI guys, I have a question about an upload failure error: "File convoy_0.2.0~bzr14-0landscape2~bzr7~lucid1.tar.gz already exists in LDS Trunk, but uploaded version has different contents."16:38
DavieySpamapS: That sounded like an invitation for some more pre-FF work you need?16:38
ahasenackit's from a launchpad recipe build: https://code.launchpad.net/~landscape/+recipe/convoy-lds-daily16:38
ahasenackthere were no changes to either branch (lp:convoy and lp:~landscape/convoy/debian-packaging16:39
ahasenack)16:39
ahasenackI'm thinking the changelog got included in the tarball, and that has an automatically generated entry by the recipe, so that could explain why the tarball has different contents16:39
SpamapSDaviey: I'd be more than happy to stuff MySQL 5.5 into the NEW queue before tomorrow.. :-D16:39
mterryjtaylor, yeah, as SpamapS says, it was uploaded and is just waiting on approval16:50
jtaylork16:51
tgardneris 'apt-get trap divide error' a known problem with the oneiric installer? it happens consistently in base-installer/kernel16:53
azoptgardner: looks that way17:17
azopfixed in apt 0.18.16-exp5ubuntu3 according to #823277717:17
slangasekSpamapS: import-dsc> are there inconsistencies in the contents wrt what's been uploaded, or is it just the pristine-tar data missing for 1.3 that you're concerned about?17:25
slangasekSpamapS: currently attempting another merge-upstream null-merge, which should be enough to get on with I think17:26
tkamppetermterry, hi17:33
achiangwhen does debian import freeze normally occur within a release cycle?17:34
achiangoh, i found it -- https://wiki.ubuntu.com/OneiricReleaseSchedule17:34
mterrytkamppeter, hi.  I saw your libicc request.  I'm getting to it17:34
tkamppetermterry, OK.17:35
=== beuno-lunch is now known as beuno
bryceh_@pilot out17:59
=== bryceh_ is now known as bryceh
bryceh@pilot out18:00
=== udevbot changed the topic of #ubuntu-devel to: Alpha 3 released | Archive: open for business | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
mdeslaurpitti: so, does anything still use gksu on the desktop cd?18:25
mdeslaurpitti: I just noticed software-properties doesn't anymore18:25
brendandhi18:27
brendandanyone else not able to login on oneiric?18:27
micahgmdeslaur: gparted?18:27
mdeslaurmicahg: hmm...that's on the cd?18:29
* micahg thought it was18:29
=== MacSlow|break is now known as MacSlow
keeshallyn: hi! do you mind if I build qemu-kvm with PIE?18:59
hallynkees: will it break?  :)19:03
keeshallyn: I don't think so -- testing now19:03
mdeslaurhallyn: well, it'll be secure :P19:03
hallynbullocks :)19:03
mdeslaurlol19:03
* hallyn points to that big ugly graphics driver over thar19:03
hallynkees: i've got no objection, thx.  i'm curious if it'll slow anything down19:04
arabarry, we are preparing a checkbox upload, will you be able to sponsor it?19:05
barryhi ara; i could do it19:05
arathanks barry!19:05
arabarry, I will let you know when it is ready19:05
barrysounds good!19:06
keeslamont: say, can you get dnssec validation into bind9? it'd be nice to have that in oneiric by default...19:11
keeslamont: (i.e. by tomorrow...)19:12
micahgmdeslaur: checkbox is also using gksu19:14
mdeslaurmicahg: ah, thanks19:15
bdmurrayso looking at bug 450347 we can see 'pycentral pkginstall: not overwriting local files' - that's not really our (Ubuntu's) fault is it?19:22
ubottuLaunchpad bug 450347 in twisted-web (Ubuntu) "package python-twisted-web 0.7.0-1build1 failed to install/upgrade: dependency problems - leaving unconfigured" [Undecided,New] https://launchpad.net/bugs/45034719:22
lamontkees: by tomorrow?19:28
lamontsigh19:28
keeslamont: hehe19:28
lamonthate you all19:28
keeslamont: it's just one small stanza :)19:29
lamontkees: got a diff for me?19:29
keeslamont: yeah, it's in the debian bug that has been open for 8 months. ;)19:29
lamontcool19:29
lamontI should read that19:29
keeshehe19:29
keeslamont: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=51697919:30
ubottuDebian bug 516979 in bind9 "bind9: Enable dnssec by default." [Wishlist,Open]19:30
keeslamont: s/8 mon/2.5 years/ ;)19:31
lamontthose are nearly equal, no?19:31
arasorry barry, it is taking a bit longer than expected (fails to build), we are fixing it19:49
barryno problem ara19:49
arajust to have everything prepared, as lp:ubuntu/checkbox is sync with lp:checkbox, once we have lp:checkbox ready to be merge, do we need to open a sync bug?19:50
araor just tell you that it is good to go?19:50
barryara: once those two branches are sync'd, i think we're good to go19:50
araOK, thanks19:51
mdeslaurpitti: gaaah...you can't launch a setuid binary from a .desktop file...pkexec won't run :P19:51
mdeslaurpitti: I guess I need a wrapper19:51
=== tkamppeter_ is now known as tkamppeter
cr3when requesting a candidate for upload in main, should reporting a bug against the ubuntu project and requesting a merge request be sufficient, or should I also subscribe ubuntu-sponsors to the bug?21:40
=== Quintasan_ is now known as Quintasan
micahgcr3: merge proposal against an ubuntu branch is a sponsorship request, as long as the branch is linked to the bug, no need to subscribe sponsors to it21:47
slangasekcr3: more details: https://wiki.ubuntu.com/SponsorshipProcess21:48
SpamapSslangasek: I'm not sure I understand what a null merge is..21:48
SpamapSslangasek: but it would be nice if there were a documented way to resolve the missing pristine-tar bit21:49
slangasekSpamapS: stitching in the upstream tarball without (in theory) changing the current branch state.  In this case, since the upstream bzr branch had also been merged and only the pristine-tar was missing, the command looks like this: bzr merge-upstream --last-version=0.9.7 --version 1.3 /mirror/ubuntu/pool/main/u/upstart/upstart_1.3.orig.tar.gz21:52
cr3thanks folks!21:52
SpamapSslangasek: *OH*21:53
SpamapSslangasek: thats quite useful information.. I always wondered how to do that. :)21:53
slangasekSpamapS: I say in theory because the batch of merge conflicts it spit out led me to accidentally commit something that didn't quite match what should've been, so there are two commits where there should've been one :P21:54
lifelessbdmurray: ping22:22
lifelessbdmurray: whats the test for 'filed by apport' ?22:22
bdmurraylifeless: tag = apport-bug or apport-package or apport-crash22:31
lifelessbdmurray: any of ?22:32
bdmurraylifeless: so searchTasks with tags 'apport-crash' and 'natty'22:32
bdmurray            tasks = ubuntu.searchTasks(status=STATI, tags=search_tags,22:32
bdmurray                tags_combinator='All', created_since=release_date)22:32
lifelessok, hang a sec22:33
bdmurrayI've actually got to run soon22:33
bdmurrayand STATI = any status22:34
lifelessah, they are tags not series tasks ?22:35
lifelessdo you need up to minute, or will staging data be ok ?22:35
bdmurraystaging would be fine, thanks22:37
lifelessbdmurray: sent to the list.22:43
ScottKlamont: FYI there was whining about no multi-instance support in Debian/Ubuntu on postfix-users today.  You know which release team member to ask about an exception, right?23:08
lamontScottK: you?23:08
ScottKIf you want it approved, yes.23:08
ScottK;-)23:08
ScottKIt would be nice to get in and making it reasonably regression safe ought to be doable.23:09
ScottKAlternately upload before 1800 UTC tomorrow and then bugfix as needed ...23:09
matttbeHello,23:11
matttbeI'm looking for a sponsor in order to upload 3 packages before the feature freeze (sorry to be a bit late :-/) in universe: cairo-dock, cairo-dock-plug-ins and latexila.23:11
matttbe3 bzr branches have been created. 'bzr merge-upstream' has been used to commit these revisions on these bzr branches and they should be ready to be uploaded on Universe.23:11
lamontScottK: I have bind9 tonight, and will look at postfix either tonight or sunday23:12
micahgmatttbe: it's in the sponsorship queue, asking in multiple channels per hour, I don't know how helpful that is23:12
ScottKlamont: Very cool.  Thanks.23:12
matttbemicahg: ok sorry for that23:12
slangasekwendar: I'm surprised to see component mismatches in connection with the new USB seed (audacity, anjuta, frozen-bubble, wesnoth) - and don't remember those having been part of the discussion at UDS... can I drop those from the seed in the short term so we have something testable?23:15
cjwatsonFWIW the CD builder will just ignore stuff that's out of the components it's been told to look at23:15
slangasekah23:15
slangasekok, then I'm just left wondering about the rationale for the packages being promoted to main and put on the image :)23:16
RAOFslangasek: Are you having problems installing libc6:i386?  Apt refuses to install it, and I find the debug messages inscrutable.23:30
slangasekRAOF: it's a regression, doko accidentally dropped the M-A: same field in the latest merge from Debian23:31
slangasekRAOF: we basically should just revert that part of the merge23:31
RAOFAha.23:31
slangasek(Debian has dropped it over concerns about certain biarch+multiarch collisions causing libs in /lib to be overwritten... no one has reported this problem yet in Ubuntu, and the fix is known, so we should just roll with it)23:31
slangasekRAOF: if you want to fix eglibc up for this, you have my blessing; otherwise it probably has to wait for doko's morning23:52
RAOFslangasek: I'm happy to remain not TIL on eglibc.  It's not urgent.23:53
slangasekok :-)23:53
slangasekbarry: btw, how do you feel about me making libpython2.7 multi-arch: same this cycle ;P23:54

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