/srv/irclogs.ubuntu.com/2012/12/19/#ubuntu-bugs.txt

pabs3any bug supervisors around?03:56
persiapabs3: Maybe?  I'm not precisely sure what "bug supervisor" means.  What do you seek to have done?04:03
pabs3I would like to propose #1061244 for fixing in precise. according to the SRU page, I need a bug supervisor to target the bug to precise and after that I need to subscribe ubuntu-sru and ubuntu-sponsors04:04
pabs3https://wiki.ubuntu.com/StableReleaseUpdates04:04
persiabug #106124404:04
ubot2`Launchpad bug 1061244 in samba (Ubuntu Precise) "Fix net rpc share allowedusers to work with 2008r2" [Low,Triaged] https://launchpad.net/bugs/106124404:04
persiaAh, seems I can't do that for that package.  I suspect you need someone with upload rights to samba.04:05
persiaAh, I see why I can't.  Someone already did.04:07
pabs3oh, so just subscribe -sru/-sponsors?04:08
persiaYes.  You may also want to assign yourself the Precise task, so folk know you're acting as contact point for the SRU04:08
pabs3hm, ok04:09
persiaAlternately, convince olly to do so (as he's the apparent uploader in the attached diff)04:10
pabs3he has delegated this task to me04:13
persiaIn that case, you're the assignee04:13
pabs3all done now I think04:13
micahgI can have a look at the diff sometime tomorrow when I pilot04:14
pabs3great, thanks04:14
persiaFrom a bug-format perspective, it looks fine to me.  I can't sponsor samba though.04:15
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== bregma is now known as bregma|away
a7x1would someone please target regression-proposed bug #1091976 to precise?07:55
ubot2`Launchpad bug 1091976 in xorg-server (Ubuntu) ""fix" uploaded to precise-proposed for a bug that doesn't exist" [Undecided,New] https://launchpad.net/bugs/109197607:55
micahgwhy is this a regression?07:56
a7x1i don't know if anything broke with the change, but fixing something that isn't a problem can't be good07:57
micahgidk if you need a new bug, see what happens on the bug you filed07:58
micahgsorry, on the SRU bug07:58
a7x1ok, i'll wait.  i was just following procedure on https://wiki.ubuntu.com/QATeam/PerformingSRUVerification07:59
a7x1should i close this new bug or just let it sit?07:59
micahglet it sit08:00
a7x1ok.  thanks!08:00
a7x1while i have your attention, what do you think about targeting bug #1043769 to quantal?08:01
ubot2`Launchpad bug 1043769 in gnome-control-center (Ubuntu) "Monitor image not clickable in display settings after the first time" [Low,Confirmed] https://launchpad.net/bugs/104376908:01
micahgsorry, in the middle of a few things right now08:06
a7x1no problem; it's low priority and i'm heading to bed now anyway08:11
a7x1thanks for your help!08:11
=== bregma|away is now known as bregma
=== yofel_ is now known as yofel
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== pedro_ is now known as Guest12319
trijntjeHi all, I've reported a bug and fixed it, but there has been no activity since. Is there something more I should do?16:02
trijntjehttps://bugs.launchpad.net/ddtp-ubuntu/+bug/1085379?comments=all16:02
ubot2`Launchpad bug 1085379 in Package Descriptions for Ubuntu "ddtp templates should be sorted by popularity" [Undecided,New]16:02
* TheLordOfTime glances16:02
TheLordOfTimetrijntje, was the fix included in Ubuntu yet?16:02
TheLordOfTimeor not :p16:02
TheLordOfTimemvo, ping.16:03
mvoTheLordOfTime: pong16:03
TheLordOfTimemvo, read up and see trijntje's stuff.16:03
TheLordOfTimeyou're listed as the maintainer for the project that bug's filed against.16:03
TheLordOfTime(or at least related to that as the project in question is part of the project you are the maintainer of, Package Descriptions)16:04
trijntjeTheLordOfTime: no, I dont think the fix was accepted yet16:04
TheLordOfTimetrijntje, i think mvo might know more than bugsquad, hence the ping to them.16:04
* TheLordOfTime returns to attempting to iron out a security bug in znc on hardy16:05
trijntjeTheLordOfTime: ok, thanks for the pointer!16:05
mvotrijntje: hey! sorry, I did not notice that branch, great that you have it. one thing though, this pot file is automatically geneated by the "apt-ddtp-tools" so ideally we should make the script part of those tools and the automation behind it16:05
mvotrijntje: https://code.launchpad.net/apt-ddtp-tools16:06
TheLordOfTimetrijntje, as an FYI, bugsquad handles the ubuntu bugs usually, we don't usually touch unrelated projects (but we know who to poke/stab about them, and how to find those people!)16:06
TheLordOfTimemvo, sorry for the random ping there ;)16:06
TheLordOfTimes/unrelated/non-ubuntu-namespaced/16:06
mvoTheLordOfTime: no worries, always welcome when there is a branch/patch :)16:06
TheLordOfTimemvo, you should subscribe to all bugs for your projects :P16:07
mvo*cough*16:07
* TheLordOfTime is subscribed to 5 packages, and 3 projects. don't ask why.16:07
TheLordOfTime... aw crap, not ANOTHER bug on that one... how many times am i going to have to mark duplicate bugs :/16:07
* TheLordOfTime shifts attention to one of the projects he is subscribed to16:08
trijntjemvo: I'll have a look at apt-ddtp-tools. The script for sorting it is pretty heavy though, since it pulls in a bunch of stuf from the software center branch to figure out which packages show up there16:09
mvotrijntje: I see, can you point me to the script? mabe we can work out a more lightweight way?16:10
trijntjemvo: lp:~redmar/+junk/ddtp_popsort16:10
trijntjeits my first bit of code for ubuntu, so it could be pretty bad ;)16:11
mvotrijntje: no worries :)16:11
* TheLordOfTime chuckles.16:11
TheLordOfTimesorry, can't help it, i tend to always chuckle when someone says that16:12
* TheLordOfTime has seen some pretty bad code in the past, and no "new ubuntu coder"'s code has compared to that evil code he's seen in the past.16:12
mvotrijntje: from a quick glance, get_sc_packages.sh could apt-get source app-install-data-ubuntu, that would avoid getting the entire history (or bzr co --lightweight)16:13
mvotrijntje: and what TheLordOfTime said :) code that is not in the open is usally far worse, I'm sure your stuff is just fine :)16:13
trijntjeTheLordOfTime: thanks ;) I've tried not to cut any corners, as I knew other people might have to use it16:14
TheLordOfTimemvo, the code i was talking about was a php5 patch xD16:15
TheLordOfTimebut EVERYONE knows that php5's code is evil... OH CRAP DID I SAY THAT IN A LOGGED CHANNEL?!?!? ... crap.16:16
mvo:P16:21
trijntjemvo: that might work, though I'd have to check if all packages (not just main) are in app-install-data-ubuntu16:21
mvotrijntje: should be, the universe ones will have a small annotation X-AppInstall-Component=universe iirc16:24
trijntjemvo: btw, how does apt-ddtp-tools work? If it just merges the descriptions from somewhere else into the existing pot file it should keep the order the same, so we'd only have to sort it once16:26
trijntjeapp-install-data-ubuntu does indeed contain all packages, including those from universe16:28
mvotrijntje: it builds the pot file from the Packages file - and that changes everytime a new package is added (which will result in a new description). so I think we need to re-sort everytime the Packages file(s) are parsed16:42
mvotrijntje: I will soon go for dinner, but we can talk some more when I'm back or tomorrow if you want16:42
trijntjemvo: sure, I'll try and see if I can figure what apt-ddtp-tools does in the meantime16:44
mvotrijntje: awsome, let me know if/when I can help!16:44
trijntjeI'll speak you tomorrow then, enjoy your dinner!16:45
=== Guest12319 is now known as pedro_
trijntjeHi all, i've reported this bug, but it hasn't had a lot of activity. Can somebody take a look and tell me what would be needed to get things moving?19:49
trijntjehttps://bugs.launchpad.net/ubuntu/+source/ubuntu-defaults-builder/+bug/107587619:49
ubot2`Launchpad bug 1075876 in ubuntu-defaults-builder (Ubuntu) "ubuntu-defaults-builder: only quantal 64bit does not build" [Undecided,Confirmed]19:49
trijntjeI'm willing to try to fix it myself if I can, but I have no clue where to start19:50
TheLordOfTimetrijntje, i've nominated it for quantal, since its apparently a quantal-only bug.19:53
TheLordOfTimelemme ping someone who's more godly to actually accept the "nomination" for quantal.19:53
* TheLordOfTime stabs xnox19:53
TheLordOfTimes/stabs/pokes/19:54
hggdhheh, better19:54
TheLordOfTimeor anyone else with more godly bug powers than I :P19:54
TheLordOfTimehggdh, if you can approve the nomination for quantal on that, feel free (apparently it doesn't happen in Raring?)19:54
hggdhalready looking at it19:54
* TheLordOfTime returns to trying to patch php5, and work through FTBFS stuff.19:54
* TheLordOfTime kicks sbuild19:57
TheLordOfTimeanyways...19:57
* TheLordOfTime returns to lurkmode19:57
trijntjeTheLordOfTime: Thanks! Hopefully that will lure in someone who will fix it for me ;)19:58
TheLordOfTimehggdh, i think that same bug needs "Invalid" or "Fix Released" or whatever it is for Raring...19:58
* TheLordOfTime just timed out to LP, including from his server, so... he can't do much about that.19:58
hggdhTheLordOfTime: approved. It seems 'df' gets lost19:59
hggdhTheLordOfTime, trijntje: I am only not sure if this is directly related to ubuntu-defaults-builder20:04
TheLordOfTimehggdh, nor am I, its not in my package specializations.20:04
TheLordOfTimehggdh, which is why the only thing I did was nominate for Q20:04
trijntjehggdh: I don't think so either20:07
trijntjeat first I thougt it was a general problem with the build, but then it would surely have been fixed already20:07
jibeldf warning is just noise and not fatal, I'd rather blame grube-probe failure20:10
jibel/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).20:10
hggdhah, had not seen it20:11
trijntjejibel: I'll try and add a succesfull log to the bug as well, for comparison. I'm pretty sure I also see the df errors with succesfull builds20:47
trijntjeI've got to go now, thanks for taking a look all!20:48

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