/srv/irclogs.ubuntu.com/2010/12/06/#ubuntu-devel.txt

=== ion_ is now known as ion
highvoltageScottK: what's an AM?01:46
=== asac_ is now known as asac
ScottKhighvoltage: Application Manager (for Debian New Maintainer process)02:38
highvoltageScottK: thanks. stgraber showed me how to google that properly :)03:00
=== ssj6akshat|sleep is now known as ssj6akshat
=== diwic is now known as diwic_afk
=== ssj6akshat is now known as ssj6akshat|schoo
=== ssj6akshat|schoo is now known as akshat|school
=== _LibertyZero is now known as LibertyZero
=== diwic_afk is now known as diwic
dholbachgood morning!06:45
didrocksgood morning06:47
dholbachsalut didrocks06:47
didrockshey dholbach, did you have a good week-end?06:48
dholbachyes, I did - how about you?06:49
didrocksnice, snowy and cold :)06:49
dholbachyeah, same here - I did a long walk with the dog through a forest yesterday - it was great :)06:51
didrocksnice! :)06:51
RAOFA white dog in a snowy forest? :)\06:51
dholbachthe dog was a bit whiter afterwards, yes :)06:52
lifelesshow does one manually trigger a pyshared update?06:58
=== almaisan-away is now known as al-maisan
=== smb` is now known as smb
mdzpitti, I finally got a full retrace on my g-s-d crasher (bug 685785)09:05
ubottuLaunchpad bug 685785 in gnome-settings-daemon (Ubuntu) "gnome-settings-daemon crashed with SIGSEGV in __libc_free()" [Medium,New] https://launchpad.net/bugs/68578509:05
=== hunger_ is now known as hunger
=== freeflyi1g is now known as freeflying
geserdid the plymouth theme dropped on quality? it looks pixelized to me09:25
tumbleweedgeser: mine appears to have a corrupt pallete, so it could be that the anti-aliasing is using the wrong colours.09:32
geserI don't know what exactly happened, but the "ubuntu" doesn't look as smooth as before09:33
tumbleweedgeser: yeah, the same, but the "waiting for foo to be mounted" text is completely unreadable (and I get a brief flash of a yellow-text tty0)09:35
geseryes, I saw that too. It looks like some ASCII block chars got displayed on top the text09:36
micahgcan an AA please delete aspell-id from NEW, the packager is working on getting it in through Debian10:05
micahgslangasek: or james_w ^^ re aspell-id in NEW10:07
c2taruncan anyone please tell me about some small packaging bugs like spelling mistakes of something like that. i want to work on them.10:10
gesertry one of the "bitesize" tagged bugs: https://launchpad.net/ubuntu/+bugs?field.tag=bitesize10:15
=== ogra_ac_ is now known as ogra_ac
dnivrahello. I am running apt in gdb and when i print the value of a variable, output is "value optimized out". what does this mean?10:20
geserthat the compiler (gcc) got rid of the variable in the optimization stage during compilation10:25
dnivraso that variable is not necessary for the correct functioning of the program?10:26
Chipzzno10:28
Chipzzit is10:28
dnivrathen what did geser mean by "got rid of the variable"?10:28
dnivraso is there a way for me to get the value of a variable? normal printing out doesn't seem to work: using cout.10:29
geserdnivra: you have to rebuild without optimization (-O0)10:30
Chipzzdnivra: let me try to give a stupid example. lets say you write a program to print the value 210:30
dnivrageser, there's a small problem with that. how do I specify that? I did in the makefile but it shows an error. hold on let me tell you what the exact error is.10:31
Chipzzint willbegone=1; printf("%i\n", i+1);10:31
dnivraokay.10:31
Chipzzi is constant so can be optimized away10:31
dnivrawait i isn't declared is it?10:31
Chipzzbut it is still necessary to calculate 210:31
Chipzzeuh10:31
Chipzzsigh10:31
Chipzzint willbegone=1; printf("%i\n", willbegone+1);10:32
Chipzzs/i/willbegone10:32
dnivraoh okay i see. sorry should've seen through that.10:32
Chipzzthat being said10:32
Chipzzyour question is off-topic here ;)10:32
dnivrasure sure. no more on this. but i can still ask doubts on how to compile apt without optimization right?10:33
Chipzzmy example is contrived, but a better example would be inline functions10:34
geserdnivra: use 'DEB_BUILD_OPTIONS="noopt"' when rebuilding apt10:35
dnivrause this option with './configure'?10:36
geserI'd use the apt source package for rebuilding (and get .deb without optimization)10:37
Chipzzdnivra: no, you have to change/add that Makefile10:38
Chipzzdebian/rules10:38
dnivrai have actually been compiling that source to get the binary direct and not the deb.10:38
dnivrai just have to add " export DEB_BUILD_OPTIONS="noopt"" to debian/rules?10:42
geserin that case using "DEB_BUILD_OPTIONS="noopt" debian/rules build" should be enough to get the binary10:44
dnivrathis is a very beginner question i know. where am i supposed to specify that option?10:49
dnivrawhere am i supposed to specify DEB_BUILD_OPTIONS="noopt"? i added it to debian/rules still am getting optimized output.10:58
geserit's an environmental variable which gets checked in debian/rules11:02
geserset it before you build the package11:02
geserif you have the apt source package and the build-depends for apt installed then the command I posted should get you an apt binary without optimization11:03
dnivradid you mean build-essential?11:04
geserbuild-essential and the packages listed in debian/control (Build-Depends and Build-Depends-Indep)11:05
Chipzzgeser: shouldn't that work if you put it at the top of debian/rules too?11:05
dnivrai don't think it does in my case cos I don't have those packages listed in debian/control installed perhaps. lemme check.11:05
Chipzzanyway I think you have 4 options: put it in the makefile, DEB_BUILD_OPTIONS="noopt" debian/rules, debian/rules DEB_BUILD_OPTIONS="noopt", export DEB_BUILD_OPTIONS="noopt"; debian/rules11:06
dnivraChipzz, yeah got it! i did export DEB_BUILD_OPTIONS="noopt";debian/rules. it worked. thanks! i'll keep this in mind. thanks to you too geser. now to understand and try to fix the bug.11:10
\shmoins11:13
=== akshat|school is now known as ssj6akshat
=== MacSlow is now known as MacSlow|lunch
mdeslaur@pilot in13:05
=== udevbot changed the topic of #ubuntu-devel to: Natty Alpha 1 released! | Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: mdeslaur
sebnerslangasek: hi, on archive duty today? Mind rejecting one of the two monobristol uploads (maverick-proposed), and if bored approve it? :)13:15
* dholbach hugs mdeslaur13:18
dholbachenjoy your flight with mdeslaur airlines :)13:18
=== Aquina is now known as Kathrin
ScottKmicahg: If you still need something rejected, let me know what.13:38
ScottKsebner: I can reject one.  Which one?13:39
sebnerScottK: doesn't matter, both are the same13:39
ScottKsebner: Done.13:43
=== xfaf is now known as zul
bdrungpersia: around?13:43
sebnerScottK: take my thanks :)13:43
persiabdrung, What's up?13:44
bdrungpersia: what are the responsibilities for the chair (except leading the meeting)?13:45
=== jjohansen is now known as jj-afk
persiabdrung, Typically handling admin stuff (group adds, etc.), sending announcements, and writing minutes.13:46
bdrungpersia: do we have a wiki page for that?13:46
persiaNot to my knowledge.13:47
bdrungpersia: then we need one13:47
persiaI think there was one for the MC though.13:47
persiaI think that got cleaned up when MC went away.  Why do we need one?  99% is self-evident from the meeting results (stuff being agreed), and the rest is just minutes.13:50
persiaAh, digging about, I think I agree we need one :)  There's some fair inconsistency historically.13:51
ScottKcjwatson: Nice post (and nice work) on fixing time synchronization.13:55
cjwatsonthanks.  apparently I offended s-t-b upstream by not waiting for the upload :-/13:55
bdrungcjwatson: s-t-b?13:58
cjwatsonsystem-tools-backends14:00
bdrungcjwatson: a, i got the mail.14:02
zaytsev[FAILEDTOUPLOAD] Failed to upload on litembilla (virtual) Retry this build14:04
zaytsevanybody has a clue what's wrong with this builder?14:04
persiazaytsev, #launchpad often is able to answer that sort of question.  I recommend providing a link to the LP page for the build.14:05
zaytsevpersia, thanks14:05
=== MacSlow|lunch is now known as MacSlow
bigbrovar_Hi guys, I installed Ubuntu 10.04 on a friend's sony vaio and sound did not work, even after installing all the restricted/backport modules for linux and alsa. The only thing which worked was compiling the latest stable version of alsa. Now is there a way I can write a dkms script to compile auto compile the module so that the next kernel updates wont break sound again.14:22
bigbrovar_would appreciate if anyone could point me to a doc somewhere google didn't help14:22
geserpersia, bdrung: don't forget the update of the TeamReport wiki page14:27
bdrunggeser: that demonstrates that we need a wiki page for it14:29
geserbdrung: updating the TeamReport is mentioned on the Agenda page14:30
persiageser, Good point.  Perhaps rather than a new page, we just need to break out the last bullet point a bit.14:31
geserwhat we regularly miss is mailing the outcomes of the applications to devel-permissions@ (see https://wiki.ubuntu.com/DeveloperMembershipBoard/)14:32
persiageser, Good point.  I've been sending individual announcements to u-d@ and minutes to d-p@+u-d-a@, which doesn't match what is written there.14:38
bigbrovar_are there docs on how to create dkms script to auto compile alsa modules I compiled on Ubuntu whenever I do a kernel upgrade, or am I asking a dumb question?14:44
TeTeTbigbrovar_: I'm only aware of http://linux.dell.com/dkms/, not sure if there's a better guide14:45
bigbrovar_thanks :)14:46
didrockscjwatson: hey, is grub 1.99~20101126 is known to not starting X/gdm with nvidia proprieraty driver? I didn't find a bug in LP about it15:00
didrocksI think that dholbach got that as well15:00
dholbachdidrocks, yes, same problem - but I'm not close to the machine right now15:00
cjwatsondidrocks: not specifically, but please see https://blueprints.launchpad.net/ubuntu/+spec/packageselection-foundations-n-grub2-boot-framebuffer15:01
cjwatsondidrocks: we knew we were going to trigger some kernel problems with this change; we deliberately changed it early in natty so that the kernel problems could be worked out.  thus, please raise this with the kernel people15:02
didrocksahah gfxpayload=keep, I already got that issue in maverick IIRC15:02
cjwatsonyes15:02
cjwatsonbut please do raise it on the kernel side rather than just working around it and forgetting about it15:02
dholbachdidrocks, I didn't use the 'nvidia' driver in maverick, so I probably wouldn't have noticed :)15:02
didrockscjwatson: ok, I'll raise that with kernel people then just now. I'm not changing the config file to keep it in mind :)15:02
didrockscjwatson: thanks :)15:03
=== bjf[afk] is now known as bjf
SpamapSari-tczew: to answer your question from a couple of days ago: yes I do these patches primarily as an employee of canonical.15:22
ari-tczewSpamapS: thanks15:23
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
smosercjwatson, i'm sure you've got good reasoning for this, but I wondered why openssh-server installs both /etc/init.d/ssh and /etc/init/ssh.conf rather than using dh_installinit15:30
=== dendroba` is now known as dendro-afk
=== dendro-afk is now known as dendrobates
cjwatsonsmoser: bug 53191215:30
ubottuLaunchpad bug 531912 in openssh (Ubuntu) "[LUCID] /etc/init.d/ssh seems to work, but actually upstart is used." [Medium,Triaged] https://launchpad.net/bugs/53191215:30
cjwatson(tl;dr: upstart can't supervise services in chroots yet)15:31
=== diwic is now known as diwic_afk
=== deryck is now known as deryck[lunch]
=== dholbach_ is now known as dholbach
nemo  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND15:50
nemo 2287 nemo      20   0 1562m 657m  13m S    0 17.2  25:16.21 nautilus15:50
nemo 1239 root      20   0  861m 515m 100m S    7 13.4 246:16.89 Xorg15:50
nemolooks like it is time for my bi-weekly ubuntu 10.10 reboot15:50
jdstranddidrocks: hey, so I am going through the unity bugs that affect me and commenting on them as well as filing my own. so, one thing that I think is a design decision (and therefore a bug would be possibly pointless) is not being able to use applets in the panel15:51
jdstranddidrocks: I typically use a hardware sensors, a system monitor and the hamster-applet (time tracker)15:52
didrocksjdstrand: yeah, it's a design decision. what you need is indicators15:52
seb128jdstrand, right, applet are deprecated in GNOME315:52
didrocksand gnome-shell either won't support applets15:53
jdstranddidrocks: in Unity, I can no longer use these. I depended on the hardware sensors one for keeping tabs on my temp so my laptop doesn't melt15:53
jdstrandseb128: so all that code is now dead?15:53
seb128well you can use the logic and write an indicator15:53
seb128but it needs work yes15:53
jdstrandseb128: or is there some other way that I can use it in the new Unity world15:53
seb128no15:53
jdstrand*sigh*15:53
jdstrandseb128: so for my 3 favorite panel applets, I need to write the code to make them appindictor aware?15:54
didrocksjdstrand: right15:54
Laneycould you have a panel-indicator? ;)15:54
jdstrandman...15:54
jdstranddidrocks: what is gnome3 doing about this?15:55
didrocksjdstrand: exactly the same, there is still gnome-panel for non accelerated support cases which still have applets15:55
jdstrandI mean surely, they plan to have some sort of equivalent functionality? I mean to just say "yeah, nobody uses the applets" is a little hard to swallow15:55
seb128they don't15:56
jdstranddidrocks: can I launch a gnome-panel in unity?15:56
seb128you can15:56
seb128you can put a gnome-panel at the bottom of screen if you want15:56
didrocksjdstrand: well, you can, but you will have conflicts as there will be two pagers (if you still keep the appplet)15:56
jdstrandI know you guys didn't design this, but this decision really sucks15:57
jdstrandthere is good stuff in the old panel applets...15:57
seb128GNOME did a review by then15:58
jdstrandseb128, didrocks: again, I am not criticizing your decisions, just venting at the state of affairs15:58
seb128there was not so many things in applets that useful15:58
seb128not sure applets are the right way to display those infos15:58
seb128it's just that they are there15:58
didrocksmost of applets are geeky, I agree15:58
seb128but maybe gadgets on the desktop would make sense15:58
didrocksI kept the default one + tomboy in my case, which is now an indicator15:59
seb128or you can write indicators as well15:59
jdstrandwell, developers are geeky and need a dev environment. I would use the system monitor to make sure I didn't have runaway process15:59
jdstrandprocesses15:59
didrocksseb128: isn't why "The board" is aiming at, don't you think?15:59
seb128didrocks, sort of yes15:59
mvoyep, system monitor, network load, all useful info15:59
jdstrandI would use the hardware sensors to make sure my system didn't melt when compiling code15:59
mvogeeky, true15:59
jdstrandand hamster applet is a wonderful time tracking tool15:59
mvotimetracker15:59
mvo++15:59
seb128nothing stop porting those to indicators16:00
jdstrandand arguably not geeky16:00
jdstrandsure, except time16:00
jdstrand(which is scarce in these parts)16:00
seb128well, nobody forces anybody to stop running gnome-panel16:00
jdstrandseb128: except that didrocks said there are conflicts in unity16:01
seb128it's just that standard users should not need them so it's not a priority16:01
didrocksjdstrand: the pager one (the window list)16:01
seb128jdstrand, if you keep the gnome-panel pager applet and run unity16:01
seb128just don't set any pager on gnome-panel16:01
jdstrandI'd like to run unity. I want to know what people see and file bugs so it is great by release16:01
seb128ok, so add an extra panel with only what you need16:01
jdstrandah, just the window list16:01
seb128then put it at the bottom or something16:01
jdstrandwell, maybe I can just do that then16:02
didrocksjdstrand: the good news is that you will have then alt + F2 before it's implemented in unity :)16:02
jdstrand\o/16:02
jdstrand(another annoying bug :)16:02
jdstranddidrocks, seb128: so how do I autostart the gnome-panel in the unity world?16:02
seb128jdstrand, go to system, preferences, session softwares and add a gnome-panel16:02
* jdstrand doesn't see a System anymore16:03
didrockshum, thinking about that, the new system session won't allow that…16:03
jdstrandI'll admit, I am fairly confused by Unity's organization. maybe it'll be better when Places is around16:03
seb128run gnome-session-properties16:04
didrocksjdstrand: yeah, without place, is harder :) ctrl + alt + t to open a terminal and then the command seb128 told ^16:04
jdstrandyes that works16:04
seb128jdstrand, there is no organisation yet, and yes should be better once you get the dash and places done16:04
jdstranddidrocks: are you saying that gnome-panel will not be able to be launched in the future?16:04
jdstrandautolaunched that is16:04
didrocksjdstrand: well, I'm thinking about the new session system I'm backporting and as unity will be told as providing a panel, that can be annoying16:05
didrocksjdstrand: so I'll get some test and work with upstream on it16:05
didrocks(upstream being there gnome-session)16:05
seb128didrocks, jdstrand: the way I described just adds an autostart desktop to the session16:06
seb128there is no reason that should stop working16:06
seb128that's how you would run your im client as well16:06
seb128or other things you want to start with your session16:06
didrocksseb128: not exactly, as unity will provide:panel now with the new system16:07
jdstrandseb128: ok, so if I do that, then make sure that I don't use the window list, I should be fine to sue my applets for the forseeable, yes?16:07
didrocksseb128: so gnome-panel will maybe tell "there is already a panel in that session"16:07
seb128didrocks, well, I described a way that doesn't touch required components16:07
didrocksseb128: hence the fact I'm thinking about it16:07
didrocksseb128: I'm talking about the new system which needs to touch required components16:08
* jdstrand is worried16:08
seb128hum ok16:08
seb128I will let you sort that16:08
seb128jdstrand, yes16:08
bdrungcjwatson, cody-somerville, geser, persia, soren, stgraber: Quick reminder: DMB meeting it three hours.16:08
didrocksjdstrand: no worry, I'll look at that16:08
=== beuno is now known as beuno-lunch
jdstranddidrocks: thanks. please at least allow for a way for us geeky developers to run some of our stuff, even if we have to jump a hoop or two to get there :)16:13
didrocksjdstrand: well, I think adding to the session is a reasonable tradeoff16:14
didrocksjdstrand: the thing is that it will impact your ubuntu classic session16:14
jdstranddidrocks: I am totally fine with that16:14
didrocksjdstrand: so, you will get the same one panel, and such…16:14
jdstrandhmmm, I am going to really screw up my Classic Desktop if I fiddle with this enough...16:23
sebnerjdstrand: without using compiz \o/16:24
didrocksjdstrand: yeah, the configuration is common, it's basically the same issue I got in lucid for UNE vs gnome session16:24
jdstrandI wonder if I can just remove top_panel_screen0 from the /apps/panel/general/toplevel/toplevel_id_list...16:26
didrocksjdstrand: you can, but it will still impact both sessions16:28
jdstrandwell, I can at least do gconftool-2 --dump /apps/panel > classic-panel.xml16:29
jdstrandand then use --load to get it back16:29
jdstrandthat should be ok16:29
didrocksjdstrand: quite hackish but yeah :)16:29
jdstranddidrocks: sound reasonable?16:29
didrocksthat should work :)16:30
jdstrandI hope to not go back. I just want a safety net :)16:30
didrocksin fact, it's not very different to what compiz is currently doing with the gconf backend on profile change16:30
dokoScottK: any progress on 661901?16:34
=== deryck[lunch] is now known as deryck
hallyn_hm, if i don't miss my guess, installing banshee caused me to lose all my radio links in rhythmbox16:52
micahgScottK: aspell-id, the packager is going through Debian instead and the version should've been different16:54
ScottKLooking16:55
=== ssj6akshat is now known as ssj6akshat|sleep
ScottKmicahg: Looks like someone got it already.16:56
micahgScottK: ok, great, thanks16:57
=== jj-afk is now known as jjohansen
ScottKdoko: Updated.17:01
mdeslaur@pilot out17:02
=== udevbot changed the topic of #ubuntu-devel to: Natty Alpha 1 released! | Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots:
dokoScottK: did you look at these packages at all?17:04
ScottKdoko: I did not review the source.  I was just trying to help clear up component mismatches and Main depwait when I filed the original bug.17:05
=== beuno-lunch is now known as beuno
=== Richie__ is now known as Richie
=== tkamppeter_ is now known as tkamppeter
ScottKdoko or barry: Will you merge python-defaults from Experimental (I don't have time to look at it this week, but it would enable me to sync the last non-dh_python2 Python package I maintain in Debian).17:26
dokoI can do this this week17:27
cjwatsonScottK: if it helps any by way of motivation, I just merged ebroder's backport-helper branch into ubuntu-archive-tools17:33
ScottKcjwatson: That's great news.17:33
cjwatsonI would love to have a real backport request to try it out on. :-)17:33
ScottKcjwatson: Bug #68598217:39
ubottuLaunchpad bug 685982 in maverick-backports "Please backport gmtp 0.7-1 from Natty to Maverick" [Wishlist,In progress] https://launchpad.net/bugs/68598217:39
ScottKThat should be good to go.17:40
* cjwatson gives it a go17:40
cjwatson(looks ok, I'm just beefing up the script a bit in light of that)17:43
* ScottK nods17:44
=== yofel_ is now known as yofel
quadrisprohi all!17:50
quadrisproScottK, thanks for bug #68598217:50
ubottuLaunchpad bug 685982 in maverick-backports "Please backport gmtp 0.7-1 from Natty to Maverick" [Wishlist,In progress] https://launchpad.net/bugs/68598217:50
cjwatsonquadrispro: we're running it as a test case for the new archive admin backport-helper tool17:53
quadrisprogood to know17:53
cjwatsonScottK,ebroder: excellent.  I made some extensions (although ebroder's initial version was perfectly functional), and this seems to be working quite smoothly now.18:05
=== ssj6akshat|sleep is now known as ssj6akshat
cjwatsonScottK,ebroder: I think I can commit to running this just as frequently as I run sync-helper now, which is normally at least once per working day.18:05
ScottKcjwatson: Great.  It seems then that some documentation on the archive-admin page and we're done.18:06
ScottKcjwatson: Thanks.  That will help a lot.18:06
cjwatsonyep, off to do that now18:06
cjwatsonmind you, sync-helper isn't documented either18:06
ScottKAh.  Good point.18:08
cjwatsondone now18:14
cjwatsonebroder: the one thing this doesn't get quite right is that it uses the requestor as the Changed-By, rather than the backport-approver as specified in ArchiveAdministration.  Maybe this needs to scan through comments for a backports team member or something?18:14
cjwatson(Changed-By> i.e. -b in mass-sync.py input)18:15
tkamppeterpitti, I have loaded a bug fix on the PDF filters into the CUPS repo, please take it into account when uploading.18:23
mterryRoAkSoAx, were you going to do the -V thing for cluster-glue or were you still waiting on feedback?18:24
pittitkamppeter: why did you "merge" the new upstream release commit?18:26
tkamppeterpitti, I did the following:18:29
tkamppeterI did "bzr pull" and got "up to date", then I applied the patch from Koji Otani and tested it, taking something like half an hour. Then I made a debian/changelog entry.18:30
pittitkamppeter: ok, I cleaned up; can you please do "bzr pull --overwrite" in your checkout?18:31
tkamppeterpitti, after that I did "bzr commit" and "bzr push"18:31
pittitkamppeter: oops, forgot something; fixed, please pull --overwrite again18:32
tkamppeterSo my patch is now in the repo, too?18:32
\shmicahg: I'm preparing zend-framework 1.11.1 for upload...could you do the backport stuff later on? :)18:32
pittitkamppeter: yes18:33
tkamppeterpitti, thank, and sorry, it was really a coincidence, we worked on CUPS exactly at the same time.18:33
micahg\sh: yep, thanks18:33
pittitkamppeter: right, apparently; sorry for the mid-air collision18:33
pittitkamppeter: do you have other things you want to land in cups, or should I do an upload?18:33
\shmicahg: thx a lot :)18:33
tkamppeterpitti, now you can do it, thanks.18:35
pittiok18:35
=== ssj6akshat is now known as ssj6akshat|sleep
\shmicahg: uploaded18:44
=== al-maisan is now known as almaisan-away
RoAkSoAxmterry: I'm doing the -V thing, I just wanted to test some other unrelated stuff before uploading18:47
mterryRoAkSoAx, OK, no rush.  Just wanted to make sure you weren't waiting on me18:55
RoAkSoAxmterry: ok :). Will let you know when I upload! Thanks!18:58
kees@pilot in19:14
=== udevbot changed the topic of #ubuntu-devel to: Natty Alpha 1 released! | Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: kees
=== diwic_afk is now known as diwic
ari-tczewkees: could you sponsor this one? https://code.launchpad.net/~clint-fewbar/ubuntu/natty/php5/fix-mssql-segfault/+merge/4270519:36
keesari-tczew: sure, let me take a look at it. thanks for bringing it up. :)19:37
keesari-tczew: can you flip your review to "approved" for that one, if you're okay with it?19:39
ari-tczewkees: for above case I need again testbuild, let me look19:41
keesari-tczew: oh, I thought your review comments were mostly about the patch format?19:41
ari-tczewkees: quite. why you ask?19:42
keesari-tczew: I guess I meant, it doesn't need a rebuild test if it was just the patch formatting you wanted to see changed. if the way it looks is good with you, I can upload it.19:42
keesari-tczew: but I was hoping you could change your review from "Needs Fixing" to "Approved"19:43
ari-tczewkees: aha, I would like test build again.19:43
keesari-tczew: okay, sounds good19:43
ari-tczewto make sure19:43
* kees nods. good idea19:44
ari-tczewkees: so for time building, could you sponsor my merge? bug 68487419:45
ubottuLaunchpad bug 684874 in rabbitmq-server (Ubuntu) "Merge rabbitmq-server 2.2.0-1 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/68487419:45
keesari-tczew: sure! let me go read that one too.19:45
ari-tczewkees: btw I had an a case to security team and I would to be on meeting, but I've falled asleep :/19:48
ari-tczewfallen *19:48
keesari-tczew: no worries, feel free to email too.19:48
ari-tczewkees: nothing important19:49
keesari-tczew: so, for rabbitmq-server, did you review the diff between 2.2.0-0ubuntu1 and 2.2.0-1 ?19:49
ari-tczewkees: yes19:49
ari-tczewI have it on disk19:49
keesokay, cool.19:50
lifelesskees: hey hey19:50
keeslet me finish the php5 thing, and I'll do this one next. one moment...19:50
lifelesskees: so, i didn't hear back19:50
keesheya lifeless19:50
lifelesskees: hows the performance?19:50
keeslifeless: let me start a quick download, one sec.19:50
keeslifeless: reasonably fast, no 503s. I remain happy. :)19:55
lifeless:)19:56
zzakHello everyone, I was wondering where might be the best place to ask about maintaining an out of date package for ubuntu? It's been over 2 years since the last release.20:00
keesari-tczew: okay, looking at rabbitmq-server closely now. Usually, it's easier to review a debdiff between the Debian package version and the to-be-uploaded Ubuntu package version. In this case, 2.2.0-1 vs 2.2.0-1ubuntu1. Your debdiff is between 2.2.0-0ubuntu1 and 2.2.0-1ubuntu1.20:05
keesI think what you've got is very close to correct if not already 100% correct, but I'm just poking at it from the other direction now.20:06
mterrylifeless, ping about python package names20:07
vorian /1220:09
lifelessmterry: hi20:09
mterrylifeless, I just fixed a bug you filed about the name of python-quickly-widgets (nee quickly-widgets).  But realized that in your bug, you recommended python-quickly.widgets.  Is that right?  With the period instead of a dash?20:10
lifelessmterry: foo-bar isn't a valid python module name20:11
lifelessmterry: is the code accessed via 'import quickly.widgets' ?20:11
lifelessmterry: if so then the package/module *is* 'quickly.widgets' and the package name should be python-$packagename -> python-quickly.widgets20:12
lifelessmterry: see e.g. python-zope.interfaces20:12
keesari-tczew: I'll be uploading this shortly; have you forwarded the delta to Debian for rabbitmq-server by any chance?20:12
ari-tczewkees: I thought that this is Ubuntu-related delta.20:13
keesari-tczew: there's a debian change to the watch file too, which I figure should probably track Debian.20:13
mterrylifeless, understood.  I just had a hard time finding that in the policy manual, so I thought I'd ping you.  This package also provides quickly.prompts, but that is a secondary smaller module, so I believe the policy says it can just be subsumed into the more important quickly.widgets package?20:13
keesari-tczew: it's not clear to me. neither Ubuntu nor Debian had rabbitmq-server packages prior to version 1.6.0, so I'm not sure why that delta is there at all.20:13
lifelessmterry: policy is pretty flexible here, for good or bad :)20:13
ari-tczewkees: I also dunno.20:14
ebrodermterry: It's in the Python policy. http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names20:14
ebroderErr...I thought it was. Maybe it's not20:14
lifelessebroder: its not precise enough to disambiguate20:14
lifelessebroder: perhaps we should propose a patch to clarfiy20:15
ScottKPatches welcome.20:15
lifelessebroder: the handling of multiple modules is there.20:15
ebroderlifeless: I definitely saw something somewhere recently that wasn't ambiguous...20:15
mterrylifeless, a simple example would be good20:15
keesari-tczew: actually, based on bug #506985, I think this delta should have been dropping in maverick/20:16
ubottuLaunchpad bug 506985 in rabbitmq-server (Ubuntu Lucid) "Upgrade from rabbitmq-server 1.54 -> 1.7.0 wiped users and vhosts" [High,Fix released] https://launchpad.net/bugs/50698520:16
keeszul: can you verify that to be true?20:16
keeszul, ari-tczew: if so, this should just be a sync.20:16
zulreading backlog20:17
ari-tczew+120:17
zulkees: yeah it was in the release notes when they upgraded from the previous verison they get a warning20:18
lifelessmterry: anyhow, long answer short: the . is deliberate and appropriate20:18
keeszul: right, but it should have only been for Lucid, right? If that's true, we can just drop this delta and sync?20:18
mterrylifeless, gotcha, will fix20:18
zulkees: right20:18
keeszul: sync it is. :)20:19
keesjdstrand: can I borrow you for a moment to perform a sync for me? rabbitmq-server care of bug #684874?20:20
ubottuLaunchpad bug 684874 in rabbitmq-server (Ubuntu) "Sync rabbitmq-server 2.2.0-1 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/68487420:20
jdstrandkees: sure20:20
ari-tczewkees: or you can use script syncpackage :)20:20
keesari-tczew: that just creates a new bug; I wanted to actually close the merge you had open (I converted that merge bug into a sync bug)20:21
ari-tczewkees: syncpackage rabbitmq-server -b 68487420:22
ebroderkees: You're confusing requestsync and syncpackage20:23
ari-tczewkees: however, I'm fine with converted request. let's jdstrand do this (:20:23
keesebroder: ah, so I am. what does syncpackage actually do? isn't it preferred for archive admins to do the sync?20:24
cjwatsonIt is.20:24
cjwatsonsyncs happen in <1 working day nowadays.20:24
keesah, righto. quick read of the code shows that syncpackage is just a manual sync. I'll wait for jdstrand to DTRT instead. :)20:24
ebrodercjwatson: Is there an interesting difference in end result between the archive admins doing a sync and syncpackage doing a sync?20:25
keesSpamapS: I'll be uploading your php5 merge in a few minutes; waiting for the testsuite to finish now.20:26
ebrodercjwatson: Oh, also - I'll take a look at fixing the uploaded-by for backport-helper. I wasn't paying attention when I picked what name to use there. Something like looking for the "last backports team member that set the bug to IN PROGRESS" should be easy20:26
cjwatsonebroder: we might be willing to debug it if something went wrong with the former. :)20:26
cjwatson(it's a verbatim copy and there are essentially no checks that it really is verbatim - having it be server-side is more robust)20:26
cjwatsonebroder: cool, thanks20:26
SpamapSkees: awesome thanks! :)20:33
keesjdstrand: thanks!20:37
keesari-tczew: thanks for the help! php5 has been uploaded, and rabbitmq-server synced. :)20:39
jdstrandkees: sure!20:40
ari-tczewkees: np. I want to review also main requests as it's helpful to clean up SQ.20:44
ari-tczewkees: every patch pilot from Canonical works on cleaning up ?20:49
smosercjwatson, you have a suggestion about how i can put a change into /etc/grub/default and register that change such that subsequent 'update-grub' will not prompt user for merge ?20:49
smoser(this is on lucid)20:49
keesari-tczew: well, I'm just trying to knock items off the sponsor queue, yeah20:49
cjwatsonsmoser: update-grub never prompts for mergign20:50
cjwatson*merging20:50
smoseroh. you're right. it does not. i should have subsequent grub-pc install/upgrade20:51
cjwatsonsmoser: you can't, then, it's a dpkg conffile20:51
cjwatsontrying to muck with that makes the problem worse20:51
cjwatsonit's best to keep conffile changes simple20:51
smoserhm... well, maybe you can suggest a different path for me then.20:51
cjwatsoncurrently in an overrunning meeting and with a splitting headache ... not really in the right frame of mind to be able to think creatively :)20:52
smoseralright. i'll send a mail then.20:52
ari-tczewkees: btw, you have 2 things sponsored for me (non-security stuff), I'm curious whether this number will grow up. (:20:57
sorencjwatson, smoser: /etc/default/grub isn't a conffile.21:24
soren(assuming that's what is meant when you say /etc/grub/default)21:24
smosersoren, (at least on lucid) try changing a value there, and then 'apt-get install --reinstall grub-pc'. you'll get a prompt that is a result of21:25
smoser    ucf --three-way --debconf-ok --sum-file=/usr/share/grub/default/grub.md5sum ${tmp_default_grub} /etc/default/grub21:25
sorenPrecisely.21:26
smoserso no, not a conf file, but that is my issue.21:26
sorenucf => not a conffile21:26
smoseryou're right.21:26
sorenI've seen various tricks applied for this sort of thing.21:27
sorengrub (old grub) had some magic for it.21:27
ebrodersoren, smoser: I thought the fact that ucf is doing a 3-way meant that you should only get prompted once (at least until the next time upstream /etc/default/grub changed)21:28
sorenTrue.21:29
smoserebroder, while that may be the case, its still less than ideal for me.21:29
sorenThere's a command line option to update ucf's cache.21:29
smoserit doesn't work here, as far as I can tell. i've tried.21:29
sorensmoser: Really? Sorry, I must have misunderstood what you're trying to achive?21:29
keesjdstrand: can I bug you for another sync? this time from experimental? bug #686099, request from the debian maintainer.21:29
ubottuLaunchpad bug 686099 in packagekit (Ubuntu) "Sync packagekit 0.6.10-1 (main) from Debian experimental (main)" [Wishlist,New] https://launchpad.net/bugs/68609921:29
smoserbecause sum-file comes from /usr/share/grub/default/grub.md5sum (which is part of the package, and will contain the new version).21:30
jdstrandkees: sure21:30
keesjdstrand: thanks!21:30
ebrodersmoser: That's only for versions of the file that existed before the package switched to ucf. ucf also maintains its own cache21:30
smoseri've tried, mabye i'm missing something.21:31
sorenExplain what you've tried.21:31
smosersudo ucfr --debug --verbose grub-pc /etc/default/grub21:31
smoserie, a.) make change to /etc/default/grub b.) run ucfr grub-pc /etc/default/grub c.) run sudo apt-get install --reinstall grub-pc21:32
smoserd.) get prompted21:32
smosersoren, is that not what i should expect would tell ucf that I have updated that file?21:34
sorensmoser: Er... Even on reinstall?21:34
jdstrandkees: done21:34
sorensmoser: That should never trigger a prompt. Even if you didn't muck about with ucfr.21:35
* jdstrand waves hi to soren 21:36
sorensmoser: If the package being installed doesn't contain a change to the contents of the file compared to the last installed version of the same package, any changes you made to the file are just kept.21:36
sorenjdstrand: dude!21:36
jdstrand:)21:36
sorensmoser: That's what dpkg does (and ucf attempts to mimic).21:37
smoserwell, it is doing that for me. on ec2 instance.  possibly i'm doing something terribly rude in image build21:37
sorensmoser: Possibly.21:38
sorensmoser: Can you reproduce it on your laptop?21:38
sorensmoser: My test involes changing one of the comments in the file.21:38
smosercomment wont work.21:38
sorenOh, it's filtered?21:39
smoserhas to be somethign that will get through to /boot/grub/grub.cfg21:39
sorenBah, of course.21:39
sorenSame thing.21:39
sorenOh, hang on.21:39
smoserthe thing i'm changing is '#GRUB_TERMINAL=console'21:40
smoseruncommenting21:40
smoserbut also changes to GRUB_CMDLINE_LINUX_DEFAULT= like adding 'foo=bar' affect it (on 10.04)21:40
sorenOn 10.10 as well.21:41
sorenThat shouldn't happen.21:42
smosertried on natty, and do not get prompted21:42
sorenAah...21:44
sorenOk.21:44
smoserits strange, i'm not seeing the issue now though. soren did you have an explanation ?21:47
sorenHalf.21:47
smoserdo you care to share ?21:49
sorenI'm trying to :)21:49
* smoser puts hands to temples and attempts to get soren's mind message21:50
sorenDon't. You'll be as confused as I am.21:50
RoAkSoAxslangasek: howdy!! I have a question regaring a library split. In debian/rules, there's a binary-common: target on which dh_makeshlibs is without the -V option. This -V is necessary if there are no .symbols files, right?21:51
mdeslaurcjwatson: we're not installing gnome-system-tools anymore in natty? no more graphical tool to add a second user?21:53
sorensmoser: Sorry, I don't think I can wrap my head around this at this hour.21:57
smoserno problem. have a nice night soren.21:58
RoAkSoAxwin 521:58
SpamapSwoohoo.. cassandra packages running unit tests. :)22:15
lifelessnice22:16
RoAkSoAxmterry: ok I think i'm ready to upload. Were you able to get feedback for the -V to dh_makeshlibs?22:34
mterryRoAkSoAx, oh no, I wasn't yet.  I'll ping tomorrow22:35
RoAkSoAxmterry: should I wait to upload, or should I just go ahead and do it?22:35
mterryRoAkSoAx, uh I guess upload and we can always back it out.  I think the assumption was that if this other package did it, it was the correct thing, right?  I'm just double-confirming with someone who would actually konw22:37
RoAkSoAxmterry: alright then. it is done :)!22:48
=== bjf is now known as bjf[afk]
Sarvattnasty, I've counted at least 150 bugs here so far caused by this limitation not being more common knowledge - https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/562312/comments/722:51
ubottuUbuntu bug 562312 in initramfs-tools (Ubuntu) "package initramfs-tools 0.92bubuntu71 [modified: usr/sbin/update-initramfs] failed to install/upgrade: lzma: Encoder error: -2147467259" [Undecided,Triaged]22:51
ebroderSarvatt: Workaround: use a USB drive larger than 4G, so that the FAT file size limitations prevent users from actually using all remaining space22:53
* ebroder ducks22:54
=== drspeedo is now known as drspeedo|away
bdrungpersia: around?23:48

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