/srv/irclogs.ubuntu.com/2010/11/25/#ubuntu-devel.txt

sebnerbdrung: right, stays at "None" (even though I have effects enabled)00:25
GanonKilleris combat arms still in development for linux?01:01
GanonKilleris combat arms still in development for linux?01:07
=== RAOF_ is now known as RAOF
=== GanonKiller is now known as Rikku
=== jjohansen is now known as jj-afk
=== sanchaz is now known as sanchaz-away
aakshayhi.. i am making the package using the packaging guide. the rules file is not complete as shown in tutorial..02:39
aakshaydoes anybody know how to adjust rules file in pakaging..02:40
aakshaydoes anybody know how to edit rules file in pakaging.. its not showing makefile in it02:44
RAOFWhat do you mean?02:45
RAOFThe debian/rules file is a makefile, with various standard targets that the build process calls to make things happen.02:45
aakshayraof: the rules file is not showin any rules in it02:46
aakshayraof: its been restricted by developer02:46
aakshayraof: its showin  < #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make.  # Uncomment this to turn on verbose mode. 02:47
RAOFaakshay: You should pastebin the rules file rather than paste it into IRC02:48
RAOF(The pastebinit tool is useful here)02:48
aakshayi m sorry.. i dont know how. it's my first time here...02:48
aakshayraof: can u plz tel where is the pastebin option?02:49
RAOFYou can install the “pastebinit” package.  That gets you the pastebinit tool, which you can use like so: “pastebinit debian/rules”, and it'll copy the debian/rules file to a pastebin and then return the URL.02:50
RAOFYou then want to paste the URL in here.02:50
aakshaythanx...let me do this... plz wait.02:51
hallynif a bug affects debian as upstream, can i just hit 'also affects' in LP and it'll do the right thing wrt debian bugs, or do i need to separately file a debian bug through email?02:51
RAOFYou need to separately file a debian bug through email; Launchpad doesn't (yet!) _actually_ forward the bugs upstream.  That's a way to link existing upstream bugs into the Launchpad bug.02:52
hallynRAOF: thanks!02:53
aakshayroaf: URL is "http://pastebin.com/SsusCmzz"02:56
aakshayroaf: plz suggest something02:57
RAOFRight.  As I suspected.02:57
RAOFSo, that *does* have all the targets of interest.02:57
aakshaysorry??02:57
RAOFThe “%:” target is a catch-all target.02:57
RAOFIt matches everything.02:57
aakshayokiez... it has this02:57
aakshayroaf: so wat i can do ?02:58
RAOFThat's a fairly typical debhelper 7 rules file.02:58
RAOFaakshay: Well, what do you want to achieve?02:58
aakshayroaf: i am learning packaging02:58
aakshayso i came across this file to edit this02:59
aakshayroaf: but its not showing the complete rule file.. so i get stucked at this point02:59
RAOFThat *is* the complete rules file.03:00
aakshayroaf: yes..03:00
aakshayroaf: please suggest something03:01
RAOFI'm not sure what you're trying to do.03:01
aakshayroaf: i m doin packaging using deb-helper..... for this we need to edit the control, changelog, rules etc files03:02
RAOFThat rules file will work for a simple package with no unusual requirements.  Whether you need to modify it, and how you need to modify it, depends on what the software you're trying to package needs.03:02
aakshayroaf: i am using deb-helper and packaging the simple hello-2.1.1 soy=urce....m doing this from ubuntu packaging guide..03:04
aakshayroaf: *source03:05
aakshayroaf: thanx for help...;-)03:06
RAOFI'm still not sure what your question is :/03:07
aakshayroaf: my question is how can i view my rules file completely.... there is no rules defined in it....;)03:10
RAOFYou *are* viewing your rules file completely.  That file defines a catch-all rule - “%:”.03:11
aakshayroaf: these rules are inbuilt in it.... which are not there in this file...03:11
aakshayokiez...03:11
RAOFSo when debian/rules is called with “debian/rules build”, Make looks for the ‘build’ target, finds that ‘%:’ matches “build”, and executes the commands there (specifically, it runs “dh build”, because $@ gets substituted to the target name).03:12
aakshayroaf: okiez.. let me try it other way...03:14
aakshayroaf: thanx again for your help..;)03:14
aakshayroaf: bye...03:15
RAOFGood luck!03:16
wgrantlamont: The extras.ubuntu.com resigning stuff doesn't seem to be working. It's now signed with the original PPA key, which isn't in the default keyring.03:20
RAOF@pilot out04:38
=== udevbot changed the topic of #ubuntu-devel to: 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:
TheMusolol udevbot04:44
RAOFOk!  Who'd like to burn a few CPU cycles sponsoring a new mesa & Radeon DDX?05:17
RAOFFor those playing at home, http://cooperteam.net/Packages/mesa_7.9+repack-1ubuntu1.dsc and http://cooperteam.net/Packages/xserver-xorg-video-ati_6.13.2-1ubuntu2.dsc are awaiting someone's pleasure.05:38
StevenKRAOF: You mean you aren't a coredev yet?05:40
* RAOF takes this as more evidence it's time to get his application wiki page in order.05:44
StevenKRAOF: When you're done, point me at it and I'll stamp it05:45
RAOFThanks :).05:46
RAOFI'm off for some exercise now; I'll be back online later.05:46
StevenKRAOF: http://cooperteam.net/Packages/xserver-xorg-video-ati_6.13.2.orig.tar.gz is 40405:49
RAOFStevenK: Now it's there.05:52
StevenKRAOF: Yah, I just grabbed it, thanks05:52
StevenKRAOF: Slow wet string?05:52
RAOFNo; forgetting to -sa05:52
StevenKHa05:53
RAOFNote that there's a semi-dependency on the new mesa in the new xserver-xorg-video-ati05:58
StevenKRAOF: So mesa should be uploaded and built first?05:59
RAOFA new option in the new ati won't work until the new mesa is installed.06:00
RAOFPeoples systems won't break unless they add an xorg.conf option before installing the new mesa; I don't think the ordering is particularly important.06:01
RAOFSpecifically, the ForceGallium option won't work until you've installed the new mesa, which builds the gallium driver.  It's only interesting if you want to test that.06:02
RAOFNow, really going off to exercise :)06:02
keescjwatson: cpu-checker can be demoted to universe (I removed it from update-manager-common)06:48
ebroderDoes...anybody know why apt-get update in my natty schroot would be giving "Undetermined Error" when trying to download the natty-updates Packages and Sources files from my approx server?06:58
pittiGood morning07:01
=== amitk is now known as amitk-afk
=== amitk-afk is now known as amitk
=== amitk is now known as amitk-afk
dholbachgood morning!07:32
ebroderIn the interests of whittling down the sponsoring queue, anybody want to mark https://code.launchpad.net/~hrw/ubuntu/natty/byobu/fix-cpu-freq-on-smp-arm/+merge/41427 as merged as of r89?07:51
dholbachebroder, done07:51
ebroderThanks07:52
dholbachde nada07:52
ebroderLooks like https://code.launchpad.net/~smoser/ubuntu/natty/euca2ools/euca2ools-1.3.1/+merge/41105 was merged as of r2507:53
didrocksgood morning07:54
dholbachebroder, done07:55
dholbachRAOF, I had a chat with amaranth about bug 395692 yesterday - he said that it's unmaintained upstream08:10
ubottuLaunchpad bug 395692 in alacarte (Ubuntu) "Drag-and-Drop behavior in the menu editor is inconsistent and confusing" [Low,Triaged] https://launchpad.net/bugs/39569208:10
dholbachit's probably safe to just upload it08:11
=== amitk-afk is now known as amitk
ebroderdholbach: https://code.launchpad.net/~smoser/ubuntu/lucid/mountall/bug649591/+merge/37105, merged as of r337 :)08:17
dholbachserver team ^ mark your branches as merged!08:18
ebroderdholbach: I'll stop and just harrass SpamapS next time I see him :)08:18
ebroderAnd smoser, I guess08:19
RAOFdholbach: Yeah.  I can't upload it, though, so I again call for sponsorship :)08:34
dholbachok, I'll have a look into it in a bit08:34
=== almaisan-away is now known as al-maisan
RAOFStevenK: Are you able to upload mesa or -ati, or should I cast around for other sponsors?08:52
pittiRAOF: toss me the URL to a source.changes, I'm happy to upload stuff for you08:53
StevenKRAOF: I got distracted08:54
StevenKRAOF: Sorry08:54
dpmgood morning cjwatson, great work with the interview on planet ubuntu, it was a very interesting read!08:54
RAOFStevenK: No problem.  I'll punt it to pitti, then, since it's late for you.08:54
pitticjwatson: eww, "ps aux|grep cdimage" on antimony looks like there's a lot of stuck build live processes -- do you think we should kill them wholesale?09:14
gesersomebody else having problems with booting his natty system? grub greeted me today with "grub rescue>" instead the usual menu :(09:23
pittiI just dist-upgraded and rebooted, worked fine here09:24
pittigeser: did some package (kernel/grub) fail to configure or so?09:24
ebrodergeser: You probably didn't install the new grub, and the configuration doesn't seem to work with older grub09:24
gesernot that I noticed on the update yesterday09:24
geserebroder: I remember seeing the usual debconf question on which harddisk to install grub. What need I to do to fix it?09:26
ebrodergeser: Check the logs from yesterday around, uh...22:46 UTC. Probably the same thing bdrung ran into09:26
ebrodergeser: If you can manage to boot once, "grub-install /dev/sda" should fix it for now, and "echo SET grub-pc/install_devices /dev/sda | sudo debconf-communicate" should fix it forever (substituting your harddrive of choice for /dev/sda)09:27
geserebroder: -rw-r--r-- 1 root root 104084 2010-11-24 18:22 /boot/grub/lua.mod (if you mean that)09:27
ebrodergeser: Oh, never mind then09:27
ebrodergeser: Well, following cjwatson's script from earlier, does "insmod normal" then "normal" get you anything interesting?09:28
geserebroder: here is the output from debconf-show for grub-pc: http://paste.ubuntu.com/536214/09:30
ebrodergeser: Yeah, this isn't bdrung's problem09:30
geserif it's matter I use RAID and LVM (/boot is on RAID1, / on LVM on RAID1)09:31
ebrodergeser: Unfortunately it's 3:30AM my time, and I meant to go to sleep 2 hours ago. Hopefully cjwatson will be around soon and can undoubtedly be more helpful than me in any case09:33
geserI've to leave in a few minutes too (first for work then university) and should be back around 16 UTC09:34
RAOFpitti: When you're free, http://cooperteam.net/Packages/mesa_7.9+repack-1ubuntu1_source.changes and http://cooperteam.net/Packages/xserver-xorg-video-ati_6.13.2-1ubuntu2_source.changes09:43
=== al-maisan is now known as almaisan-away
pittiRAOF: debdiff looks fine to me; thanks, uploaded09:46
RAOFpitti: Thanks muchly.  That should get us a long way towards fitting on a CD.09:48
pittioh, just uplaoded ati; /me looks at mesa09:48
RAOFHeh.  -ati's not going to slim the CDs down much :)09:49
pittithat's what made me wonder :)09:50
pittioops09:51
bilalakhtarIt appears there is a large list of NBS packages with no reverse deps. Why isn't someone cleaning them up?09:51
pittiRAOF: can you please rebuild the source.changes with -sa?09:51
pittiRAOF: my upload will be rejected, as the orig isn't there09:51
pittibilalakhtar: it's mostly the old kernel ABI; cleaning up now09:52
bilalakhtarthanks pitti09:52
RAOFpitti: Ah, yeah, sorry.09:53
pittiRAOF: (if you rebuild, you'll have to reupload .dsc and diff.gz as well)09:53
StevenKbilalakhtar: It's a manual process09:55
bilalakhtarStevenK: of course it is :)09:56
StevenKFrom my looking, it's just a kernel09:56
StevenKYou should see the list when it has 3 or 4 kernel versions in it09:56
pittishould look much better in the next runm09:57
RAOFpitti: There you go, should be good.09:57
pittiRAOF: yep, thanks; uploading09:58
StevenKpitti: You've already killed -5?09:58
pittiStevenK: yep, since d-i was rebuilt against -609:59
StevenKpitti: Okay, then I won't try :-)09:59
pittiand the old .35-22 kernels, too, plus three "no rdepends" packages10:00
=== warp11 is now known as warp10
pittiwarp10: warp11? physically impossible!10:00
pittiwarp10: hey Andrea, how are you?10:00
warp10pitti: That's transwarp!10:00
warp10pitti: pretty fine, thanks, and you? :)10:01
StevenKActually, I didn't think transwrap had numbers, they are just spacetime corridors?10:01
pittiwarp10: I'm great, thanks!10:02
bilalakhtarpitti: Are you still in the OEM team or you're back?10:02
warp10StevenK: yeah, think so. Sort of conduits through transwarp space10:02
warp10StevenK: at least for Borg transwarp drive, IIRC10:03
pittibilalakhtar: I'm back since last UDS10:03
bilalakhtarpitti: oh cool!10:03
mdzpitti, hi10:09
pittihey mdz10:09
mdzpitti, wondering if the retracer is down; I filed a crash report yesterday which is untraced as yet (bug 680968)10:09
ubottuBug 680968 on http://launchpad.net/bugs/680968 is private10:09
pittimdz: seems the amd64 one is10:10
seb128pitti, do we have natty retracers already?10:10
pittiseb128: no, we don't10:10
mdzseb128, but that was a maverick crash10:10
mdzwhich the U1 team wants to look at10:10
seb128mdz, sorry I hijacked your question10:10
pittirestarted the amd64 one10:10
mdzpitti, thanks10:11
pittimdz: thanks for pointing out; I guess LP rollout10:11
seb128mdz, I was just thinking about natty yesterday because of unity testing10:11
seb128mdz, I your question made me think about it again ;-)10:11
cjwatsonkees: cpu-checker> the problem is that qemu-common recommends it11:29
cjwatsondpm: thanks :)11:30
cjwatsonpitti: need to consult with lamont I think, as killing the trigger scripts on antimony won't kill the actual build processes on the livefs buildds11:30
cjwatsonlamont: ^-11:30
pittiah, right11:31
pittilamont: it seems that there are a lot of stuck livefs build jobs on the buildds right now? at least antimony has a plethora of very old calls there (ssh sessions, right?)11:31
sorenArgh.11:45
sorenJust... argh.11:45
=== diwic is now known as diwic_afk
bilalakhtarsoren: why?11:48
mdzpitti, thanks for getting the amd64 retracer back up. I can now see that my bug is one of many apparent duplicates with equivalent stack traces11:49
pitti:)11:49
mdzpitti, I wonder why the retracer did not match them as duplicates in fact11:49
seb128mdz, is there any missing symbols in the stacktrace?11:49
seb128like ?? lines11:49
mdzseb128, hmm, yes11:50
seb128that's why11:50
mdzthere is one missing gobject symbol11:50
seb128the autodup works only with exact matches11:50
seb128exact and complete functions11:50
pittimdz: there's some difference in the 4th and 5th line of stack trace top11:50
mdzpitti, a few, though there are many which have identical stacktracetop11:51
mdzseb128, I see, thanks11:52
mdzI wonder why it isn't resolving that symbol11:52
sorenpitti: Is pkgbinarymangler's test suite supposed to work as a regular user (and on systems that already have it installed)?11:52
pittisoren: yes11:52
pittiit's supposed to take the local binaries11:52
pittiand it's all done in a temp directory11:52
pittisoren: it runs on the buildds during package build, after all11:52
sorenpitti: If I run "test/run -v", I get a whole stack of these:     os.symlink('/usr/bin/dpkg-deb.pkgbinarymangler', os.path.join(self.srcdir, 'dpkg-deb.pkgbinarymangler'))11:52
sorenOSError: [Errno 17] File exists11:52
sorenpitti: Yes. As root.11:53
pittisoren: that's from a failed run, you have to remove this file manually11:53
pittisoren: I run it as user here11:53
sorenpitti: Sorry, which one is "this file"? :)11:53
pittidpkg-deb.pkgbinarymangler11:53
sorenOh, that one!11:54
sorenYeah, there it goes. Lovely. Thanks.11:54
pitti"bzr clean-tree --ignored --unknown" for the win :)11:54
* pitti has that aliased as "bzcln"11:54
sorenpitti: Now that I have you attention anyway. I'm stunned that noone has noticed that the dpkg-deb wrapper fails if the path has a space in it.11:54
mdzthe libglib and libgobject symbol info seems to be missing11:54
pittisoren: it happens seldomly enough11:55
seb128mdz, could be that the ddeb retrievers bugged and that there is no dbgsym for glib on that arch for that version11:55
ari-tczewarchive admins: why squid3 is on blacklist? there is a new debian revision merge. is it possible to do?11:55
sorenpitti: Err.. Except when you click on a deb on a web site and it attempts to get installed through software center.11:56
pittisoren: I try to quote my variables, but well, it's shell..11:56
sorenpitti: I have a patch, just need a test case.11:56
pittisoren: what's that to do with the mangler?11:56
sorenpitti: If someone has pkgbinarymangler installed, and their locale's "Downloads" has a space in it (in Danish it's "Hentede Filer11:56
soren"), you can't install deb's from firefox.11:56
* cjwatson is currently running http://paste.ubuntu.com/536260/ - approach may be of interest to others with large queues of apport-generated bugs11:57
seb128mdz, doesn't seems to be the case, http://ddebs.ubuntu.com/pool/main/g/glib2.0/11:57
seb128not sure why then...11:57
cjwatson(sort of like a special-purpose version of bughelper optimised for very quickly scanning and duplicating lots of bugs onto a known base)11:57
pittisoren: I'm still puzzled, but perhaps it'll clear up in your MP11:57
sorenpitti: I'm not sure what is unclear.11:58
soren?11:58
sorenpitti: ...and if I don't know, I can't clarify it in my mp :)11:58
cjwatsonari-tczew: squid3 # overrides squid-cgi; needs manual resolution11:58
pittisoren: where does the mangler come into play when you install .debs from firefox?11:58
ari-tczewcjwatson: I see this one. so, merge-able11:58
ari-tczew?11:58
cjwatsonmay not be true any more11:58
sorenpitti: It wraps dpkg-deb11:58
sorenpitti: dpkg -i -> dpkg-deb -x -> fail11:59
* cjwatson checks the bzr history11:59
pittiaah11:59
ari-tczewcjwatson: is it possible to check who did this change?11:59
pittisoren: right, now I understand; sorry :)11:59
cjwatsonlog message was "initial sync blacklisting for maverick"11:59
cjwatsonit was probably me11:59
cjwatsonI can't check for sure due to the way the archive admin shell access setup works11:59
cjwatsonbut I don't think it matters11:59
=== hunger_ is now known as hunger
ari-tczewcjwatson: I dunno why this one didn't handle by MoM?12:00
cjwatsonari-tczew: because it ignores everything on the sync-blacklist12:00
cjwatsonari-tczew: I've unblacklisted it12:00
ari-tczewcjwatson: thanks!12:00
ari-tczewcjwatson: another issue with MoM: do you think that adding blank line at the end of debian/changelog is an issue?12:01
cjwatsonyes, though a minor one12:02
ari-tczewcjwatson: ok, I'll report a bug12:02
seb128mdz, pitti: ok, I figured why the glib symbols are missing12:22
mdzseb128, oh! what is it?12:23
seb128mdz, pitti: the retracers doesn't have a maverick-updates ddeb source12:23
pittioh, crud12:23
seb128I'm fixing it12:23
pittiseb128: merci12:23
seb128they still have lucid-proposed and lucid-updates12:23
seb128pitti, yw12:23
pittiseb128: that was because we often copy SRUs from lucid-proposed to maverick (same for natty)12:23
pittibut that doesn't reflect on the ddebs archive12:24
pittiseb128: so please leave those in12:24
pitti(proper soyuz support for ddebs FTW..)12:24
seb128ok12:24
seb128I will just add the maverick ones12:24
mdzseb128, nice work12:24
seb128thanks ;-)12:24
=== diwic_afk is now known as diwic
=== MacSlow is now known as MacSlow|lunch
ari-tczewpitti: could you accept packages in karmic-proposed? ;-)13:12
bilalakhtarari-tczew: <pitti> Pinging an ~ubuntu-sru member to accept packages won't help, sorry13:13
bilalakhtarthat's what he said to me a few months ago13:13
ari-tczewbilalakhtar: odd.13:14
bilalakhtarari-tczew: try the poke, since karmic-proposed is a somewhat staler section of SRUing ATM13:14
ari-tczewbilalakhtar: SRU work should be welcome. Answer which you showed me is pretty ignorant.13:16
bilalakhtarari-tczew: my answer was for an SRU into lucid-{proposed,updates} at a time when maverick was devel release13:17
sorenpitti: Can you review lp:~soren/pkgbinarymangler/no-mangle-args please?13:17
bilalakhtaryour case is different13:17
bilalakhtarsoren, ari-tczew: pitti seems /away for lunch13:17
sorenbilalakhtar: I can wait :)13:18
ari-tczewbilalakhtar: I say that pitti's answer seems to ignorant, not yours.13:20
bilalakhtarari-tczew: in that line, s/my/pitti's/13:20
mr_pouitand why would it be "ignorant"?13:21
ari-tczewthis answer is like 'I don't care, not my problem, still wait'13:23
mr_pouitor maybe "~ubuntu-sru members aren't archive admins, only archive admins can accept packages, so you have to wait for the next archive admin day"?13:24
mr_pouitbut it's better to jump to conclusion as you did, and treat people as ignorant :]13:25
=== bilalakhtar_ is now known as bilalakhtar
ari-tczewmr_pouit: I'm pinging pitti as archive admin, not as sru team member.13:27
ari-tczewand I'm not here to guessing about other people sentences13:28
ari-tczewanswer is answer13:28
seb128the point is that people do work on those tasks when they have time13:28
seb128doing IRC ping is usually of no use, it just create stress and discussions13:29
seb128if you wait a bit SRU will be reviewed in the regular way13:29
=== JanC_ is now known as JanC
ari-tczewcjwatson: could you also take a look on package 'fai' on blacklist?14:00
ari-tczewit seems to be outdated14:00
ari-tczew\sh: has uploaded changes this year14:00
=== almaisan-away is now known as al-maisan
cr3hi folks, anyone happen to know if there's a way to enable a wireless card, bcm4322 in this case, where rfkill unblock still doesn't seem to unblock the interface?14:00
\shari-tczew: stop spreading fud pls...fai is already updated on maverick14:02
\shari-tczew: and it's a native ubuntu package, because we really can't sync from debian at this stage14:02
ari-tczew\what do you want from me? version looks like merged with debian. if version is -0ubuntu1 then it suggests to be ubuntu packaging14:03
ari-tczew\sh:  ^14:04
\shari-tczew: https://launchpad.net/ubuntu/+source/fai/3.4.3ubuntu1 <- this is an ubuntu native package14:05
azeemhow would a debian-native-with-ubuntu-changes version look like?14:05
\shazeem: the same like an ubuntu native14:06
azeemok14:06
ari-tczewlol14:06
azeemso in essence, it wasn't really possible for ari-tczew to tell14:06
\shazeem: you can see it on ubuntu1 ?14:07
\shif it's a package with -0ubuntu1 (which is actually not a native package) but a package with originates in ubuntu14:07
azeemwhatever14:07
azeemI still think it wasn't obvious that 3.4.3ubuntu1 is a ubuntu native package and doesn't need a merge to 3.4.414:08
\shif it's a package with something behind the version+<somthing like an ubuntu string> it's normally a native with ubuntu changes14:08
mdzdholbach, where do the minutes from CC meetings get posted?14:09
cjwatsonari-tczew,\sh: it was sync-blacklisted because it had been removed, so it makes sense to unblacklist it now (the Ubuntu version number will still stop it being autosynced, but now it will at least show up on MoM)14:10
cjwatsonari-tczew: ideally, just file bug reports about these things and subscribe ubuntu-archive, so that the archive admin of the day can take care of them14:10
ari-tczewcjwatson: ATM \sh blamed me about unblacklist14:11
cjwatsonwell, the reason for the blacklist entry no longer applies so I've removed it14:11
ari-tczewaha14:11
\shcjwatson: oh well...14:11
cjwatson\sh: I think you may misunderstand what the sync-blacklist does14:12
ari-tczewmaybe archive admins should review all list to get update information14:12
pittiari-tczew: I can, yes14:12
cjwatson\sh: packages that simply have Ubuntu changes don't belong there - there are other, better, ways to stop them being synced14:12
\shcjwatson: no..there was a reason...I think the sync blacklist entry was already there before it was even removed...I can't remember anymore..but in the past there was this ubuntu fai team who took care about FAI14:13
cjwatsonthe sync-blacklist is for (a) packages that break the autosync process for one reason or another, usually binary package name clashes with another source package but occasionally something else (b) packages that have been deliberately removed from Ubuntu but are still in Debian (c) packages that are divergent in Ubuntu but don't use the *ubuntu* versioning scheme14:13
cjwatson\sh: the blacklist entry said you are mistaken14:14
cjwatsonfai # stevenk, blacklisting due to removal, see bug 41909914:14
ubottuLaunchpad bug 419099 in fai (Ubuntu) "Please remove fai source package and all resulting binary packages from karmic" [High,Fix released] https://launchpad.net/bugs/41909914:14
cjwatson\sh: when it was simply modified in Ubuntu, it did not require a sync-blacklist entry14:14
cjwatson\sh: this is a non-issue, really14:14
pittisoren: looking14:15
\shcjwatson: ok..as said, I thought there was already such an entry before the removal...what could we do to only have a special group of people taking care of this package?14:16
cjwatson\sh: you already have that14:17
cjwatson\sh: you don't need a sync-blacklist entry for that.  it's a great big hammer for special purposes that have nothing to do with what you're asking.14:17
cjwatson\sh: of course, that special group of people must include MOTU; Ubuntu development is cooperative and they have upload access.  But I'm sure that they generally won't walk over your changes if the package is generally being well-maintained.14:19
cjwatsonif somebody's clearly actively taking care of a package then that's generally sufficient for MOTU to leave them to it14:19
\shcjwatson: so best practice as always...14:21
pittisoren: nice one, thanks! merged, uploading now14:24
sorenpitti: np14:24
pittisoren: hm, seems that lool beat me to it14:24
sorenpitti: Ah. Yeah, I wanted to make you the reviewer, but launchpad beat me to it and sent it to everyone.14:25
pittilool: are you going to upload mangler, or want me to?14:25
pittilofidellity: uploading now14:28
=== MacSlow|lunch is now known as MacSlow
pittisorry lofidellity14:29
pittilool: mangler uploaded, FYI14:29
loolpitti: I was takingit, yes14:31
loolpitti: I assigned it to me and pushed the changes14:31
freeflyingpitti, how can I make changes to language-support-input-zh-hans?14:31
loolpitti: I did additional tweals14:31
looltweaks14:31
pittilool: merci14:32
pittifreeflying: in lp:langpack-o-matic, support-depends/*14:32
pittifreeflying: you can tell me what needs to be changed, or do a branch14:32
pittifreeflying: then I'll need to rebuild the package (that happens mostly automatically)14:33
freeflyingpitti, I will make a branch, and send you for review14:33
pittifreeflying: thank you!14:33
freeflyingpitti, or which way you prefer?14:33
pittifreeflying: branch sounds great14:34
freeflyingpitti, ok14:35
pittitseliot: FYI, I'm going to convert bcmwl to the new dh_modaliases in lp:ubuntu/bcmwl, so that I have a real-world test case for jockey development14:37
lamontpitti / cjwatson: still wondering about those livecdfsbuilds?14:38
tseliotpitti: great! I look forward to seeing the result of your work :)14:38
pittilamont: cdimage@antimony:~$ ps ux|grep buildlive|wc -l14:38
pitti5614:38
pittilamont: so, yes14:38
pittitseliot: dh_modaliases exists now, test case, too; now I need to add the jockey support for it14:39
pittitseliot: (exists in my local branch, not uploaded yet)14:39
freeflyingpitti, I plan to make language-support-input-zh-hans depends on ibus | fcitx, does the scripts support it?14:39
pittifreeflying: yes, the dependencies are just copied verbatim14:39
tseliotpitti: good. I'll do my part in nvidia-*, fglrx and in nvidia-common (the python library) when dh_modaliases is uploaded14:40
freeflyingpitti, and there is no natty available under support-depends, so I'd make changes in maverick? thanks14:40
pittifreeflying: actually no, we need to copy maverick/ to natty/ first and then change stuff there14:41
pittifreeflying: it's the first support-depends change in natty14:41
freeflyingpitti, I see14:41
cjwatsonpitti: is that something that somebody needs a reminder of as part of NewReleaseCycleProcess?14:42
lamontpitti: you just want me to kill the amd64/i386 livefs builds with fire?14:43
freeflyingpitti, so are you going to copy it first, and then I make my branch? or vice versa?14:43
=== dendrobates is now known as dendro-afk
pitticjwatson: we could add it there, but since these never get uploaded automatically, it could just happen when first needed14:43
cjwatsonhm, ok14:43
pittifreeflying: I can do that now and push if you want to14:43
pittifreeflying: (before you branch)14:44
pitticp -r support-depends/{maverick,natty}; bzr add support-depends/natty; bzr commit14:44
pittisomething like that14:44
=== dendro-afk is now known as dendrobates
freeflyingpitti, thanks, then I will branch it after your push :)14:45
RovanionWhen running autogen.sh to build Docky from source I get the error that I'm missing the package: 'gnome-keyring-sharp-1.0'. There seems to be no such package in the Ubuntu repositories or Docky PPA. What can I do?14:45
pittifreeflying: done14:45
pittilamont: I guess we can just eradicate them all and start over at that point; not much value at trying to rescue the two "good" ones (if there are any)14:46
LaneyRovanion: This isn't the channel for such questions, but that is an error for pkg-config. The file you're looking for is called gnome-keyring-sharp-1.0.pc. It's in libgnome-keyring1.0-cil-dev.14:46
Laney(in general, try apt-get build-dep packagename)14:46
lamontamd64 had nothing queued, i386 had a plethora14:46
RovanionLaney, apt-get build dep has been failing because, according to #ubuntu, some amd64 repository is down14:47
lamonti386 is clean and waiting for you14:48
pittilamont: cheers; buildlive processes are down to 8 now (from 56)14:48
mlhello. im looking for an ubuntu dev to help resolve a package issue regarding main inclusion14:49
pittilamont: for xubuntu, kubuntu, mythbuntu, and ubuntu DVD14:49
lamontcool.   back to my day off then14:49
pittilamont: oh, enjoy Thanksgiving!14:49
RovanionLaney, I seem to have cleared my xchat log with a keybinding. What were you saying that I should do? And forgive me for using the wrong channel. I thought this was where I should turn to get help when developing in an Ubuntu environment14:49
pittilamont: will the remaining 8 just time out by themselves?14:49
lamontwhich architecture are they?14:49
pittihm, how do I tell?14:50
lamonthrm... /me goes and looks14:50
pittissh -t -o StrictHostKeyChecking no -o BatchMode yes buildd@royal.buildd /home/buildd/bin/BuildLiveCD -s ps3 -d natty xubuntu14:50
cjwatsonlook for the ssh processes and look up the hostnames in cdimage/bin/buildlive14:50
pittilamont: oh, royal -- is that ppc?14:50
lamontppc14:50
pitticjwatson: right, figured a second after I asked, sorry14:50
cjwatsonpowerpc+ps3 runs sequentially after powerpc14:50
lamontmore to the point, what machines are they.14:50
=== yofel_ is now known as yofel
cjwatsonso that would be the natural result of killing a powerpc livefs build14:50
pittilamont: I see exactly one ssh process to royal14:51
lamontI only killed the ones on cardamom14:51
lamontfrom 10:06 london time today14:51
lamontwant it dead, or let it run?14:51
Riddellml: what's up?14:52
pittilamont: I guess kill them all for now14:52
pittilamont: I have a hunch that they took ages because of the apt compressed indexes thing14:52
pittithat hit UEC builds as well14:52
pittiI uploaded a new apt this morning which reverts that14:52
pittiso they will hopefully work now14:53
mlRiddell, i need to get help to resolve lp bug #311029 if possible. to resolve it we need to move libssh2-dev to main. current situation is that curl is configured without ssh support because libssh2-dev is in universe14:53
ubottuLaunchpad bug 311029 in curl (Ubuntu) "curl and pycurl is not compiled with sftp support" [Low,Triaged] https://launchpad.net/bugs/31102914:53
lamontI see no ssh-invoking-BuildLiveCD processes on antimony14:53
lamonts/no/no more/14:53
mlRiddell, decision to disable ssh in curl was made in lp bug #17589114:54
ubottuLaunchpad bug 175891 in curl (Ubuntu) "[hardy] Drop libssh2-1-dev from Build-Depends" [Undecided,Fix released] https://launchpad.net/bugs/17589114:54
pittilamont: I killed the cron.daily-live processes around it now, so that they stop running into each other14:54
apwis anyone running near alpha-1 natty with the traditional UI ?14:55
pittilamont: as I said, there was just one:14:55
apwi don't seem to have any window decorations14:55
lamontcool. victory and turkey are mine14:55
pitticdimage  22326  0.0  0.0  46384  3392 ?        S    10:26   0:00 ssh -t -o StrictHostKeyChecking no -o BatchMode yes buildd@royal.buildd /home/buildd/bin/BuildLiveCD -s ps3 -d natty xubuntu14:55
pittilamont: thanks a bunch!14:55
* apw notes that in english 'thanks a bunch' is generally carries negative connotations14:55
pittiapw: thanks for pointing out14:56
pittilamont: so, "thank you very much" :) (and enjoy the turkey)14:56
apw'thanks a lot!' is more happy sounding14:56
diwicpitti, setting "APPORT_SYMPTOMS_DIR=. ubuntu-bug audio" does not seem to work, it still looks for it in /usr/share/apport/symptoms14:56
lamontapw: depends on the tone.14:56
Riddellml: we generally don't want two libraries in main doing the same thing, and libssh is already in main, so a start would be to check if curl can be made to use libssh instead of libssh2 or if whatever uses libssh can be made to use libssh214:56
pittidiwic: hmm:14:57
pittisymptom_script_dir = os.environ.get('APPORT_SYMPTOMS_DIR',14:57
pitti                                    '/usr/share/apport/symptoms')14:57
diwicpitti, what file is that in?14:57
pittidiwic: does it work with `pwd`? there might be a chdir issue here14:57
lamontapw: interesting, both 'thanks a lot' and 'thanks a bunch' (and 'thank you very much') can go either way easily14:57
pittidiwic: /usr/share/pyshared/apport/ui.py14:57
apwlamont, yeah though i tend to assume bunch is bad and lot is good when in a tonless environ such as here14:58
mlRiddell, okay hm. i read some about that and it seems to me that libssh2 is superior (support multithreading, active developed and so on) but i understand the reasoning. heres what i refer to http://www.libssh2.org/libssh2-vs-libssh.html14:58
lamontI'll remember that.:-p14:58
apw:)14:58
diwicpitti, aha, I'm running a too old version of apport, I guess14:58
pittidiwic: ah, sorry; it's just in natty14:59
lamontI mostly go with my knowledge of the speaker, and assume they're thanking me if I don't know them.  That has the bonus value of annoying the sarcastic unknown twits14:59
=== cking is now known as cking-afk
Riddellml: but otherwise you want to follow https://wiki.kubuntu.org/MainInclusionProcess to get libssh2 into main14:59
diwicpitti, as a workaround, can I copy ui.py to ".", hack it, and have PYTHON_PATH set to ".", would it pick up the right ui.py then?15:00
mlRiddell, also cant find any evidence that curl would compile with libssh, only libssh2 is mentioned in the manual15:00
pittidiwic: yes, except that it's PYTHONPATH :)15:01
pittidiwic: or install python-apport from natty15:01
Riddellml: so needs checking if kdebase-runtime and remmina can compile with libssh215:01
mlRiddell, (i dont even use the kde kubuntu) ;-)15:02
dholbachmdz, we haven't had anything on our agenda for quite a while, but also only managed to meet very irregularly - whenever we did we put minutes into the team reports15:03
mdzdholbach, so they only go into the team reports, not also emailed to a list or something?15:03
dholbachmdz, which list do you think would make sense?15:03
diwicpitti, I noticed that more than 10 options does not work well with apport-cli, is that fixed in natty as well?15:03
pittidiwic: that's news to me15:04
pittiI don't think I ever specified more than 315:04
Riddellml: that's irrelevant, if you're doing packaging in ubuntu you work everywhere you need to15:04
mdzdholbach, I'm not sure. The TB usually sends them to ubuntu-devel-announce15:04
dholbachyes, because it's "technical news"15:04
mdzdholbach, what's the equivalent for non-technical news?15:05
dholbachI feel it'd drown in noise in ubuntu-users@ and other places15:05
dholbachubuntu-news? :)15:05
diwicpitti, ok, anyway, it shows up as "10" and when you want to select that, pressing the "1" in "10" makes it take the 1 item instead15:05
mlRiddell, okay :) i checked that libssh2 dont have any dependencies outside main15:05
dholbachbut I don't think that's a mailing list any more15:05
dholbachlike a public one15:05
pittitseliot: hmm - bcmwl has debian/patches/*, but the debian/rules never actually applied them15:10
tseliotpitti: right, because dkms does15:10
pittitseliot: ah, right15:10
pittitseliot: i. e. we need to ship them, not apply them inline?15:10
tseliotpitti: yep15:11
pittithanks15:11
tseliotnp15:11
pittitseliot: so, no "3.0 (quilt)" for now :)15:11
tseliotpitti: no, not yet ;)15:11
mlRiddell, i created MIR request in lp bug #681423  does it look ok?15:13
ubottuLaunchpad bug 681423 in libssh2 (Ubuntu) "[MIR] libssh2" [Undecided,New] https://launchpad.net/bugs/68142315:14
=== zyga is now known as zyga-food
Riddellml: " it replaces libssh" have you checked if it can do that?15:17
Riddellml: this will be a security concious package, have you checked its security history?15:18
pittitseliot: actually, would it be that bad to apply the patches at source package build time already?15:18
pittitseliot: it'd remove the requirement for "patch" at runtime15:19
pittitseliot: but it might be a license problem?15:19
tseliotpitti: yes, unfortunately, since we have to apply different patches for different kernel versions15:19
pittiok15:19
mlRiddell, hm your right. can i reword it into "it can be made to replace libssh, already in main" ?15:19
Riddellml: well do you know that it can?15:22
mlRiddell, well yes. but it would require rewriting some parts of applications currently using libssh.. so its not a trivial undertaking. the libssh2 does not seem to offer a libssh wrapper api15:23
gesercjwatson: how can I debug the cause for my grub boot issue in natty? I get only an error about a not found UUID and a grub_rescue prompt (I try booting from a RAID)15:23
Riddellml: right, so for the mean time it would need to duplicate what libssh does, that should go in the MIR15:24
pittitseliot, superm1: FYI, http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/natty/bcmwl/natty/revision/21 are the packaging changes to use dh_modaliases, and http://paste.ubuntu.com/536335/ is the result15:25
* tseliot has a look15:26
pittitseliot, superm1: oh, adding a Conflicts:/Replaces: to the old modalias package now, to clean up on upgrade15:26
cjwatsongeser: what happens when you 'insmod normal'?15:26
cjwatsongeser: and were there any errors on upgrade?15:26
tseliotpitti: it sounds good to me15:27
gesercjwatson: I don't remember seeing any errors on upgrade15:27
mlRiddell, ok thanks ill rewrite that.. also looking for past security issues15:28
pittitseliot: it just occurred to me that this has a nice side effect: we don't explicitly need to test for apt package sources in jockey any more, since the package headers just won't be available when the driver packages aren't15:28
=== cking-afk is now known as cking
tseliotpitti: do you mean to say that jockey currently checks the availability of universe and multiverse?15:31
pittitseliot: right after a fresh installation you won't have any apt packge lists, you need to run apt-get update first15:31
gesercjwatson: "error: unknown filesystem" when I try "insmod normal"15:31
pittitseliot: before jockey actually checked that, you would get the drivers displayed, but they wouldn't install, because the package wasn't available in apt yet15:31
pittitseliot: now, as soon as you enable multiverse, or any other repo with extra drivers, they will just be picked up by jockey at the right time15:32
tseliotpitti: aah, I see what you mean now. It should happen the same in case of PPAs. This is definitely a welcome feature :)15:33
apwpitti, i assume you get informed of merge-requests for udev automaticially ?15:33
cjwatsongeser: how about 'ls', and could you also give me the module names listed by 'lsmod'?15:33
pittiapw: I'm not sure; did you just send one?15:33
* pitti syncs mail15:34
apwhttps://code.launchpad.net/~apw/udev/volume-key-updates/+merge/4187015:34
pittiapw: yep, got it15:34
apwpitti, cool, wondered how automated it really was15:34
pittiapw: note that I won't directly merge this, I'll apply the changes upstream and then get it from there15:34
apwpitti, ahh should i be doing something different to get these to your attention thats easier to handle?15:35
pittiapw: it's automatic and easy "enough" for me, but if you prefer, you can send format-patch files against upstream git15:35
pittiapw: (with those it'll be super-easy for me to push them upsream)15:36
pittiapw: git://git.kernel.org/pub/scm/linux/hotplug/udev.git15:36
gesercjwatson: ls => (hd0) (hd1) ; lsmod => Unknown command 'lsmod'15:37
apwpitti, will do15:37
=== dholbach_ is now known as dholbach
pittiapw: (but don't worry too much about this one; I'll just get the diff from the MP)15:37
ari-tczewwhat do you think, makes sense rebuild libproxy in karmic? bug 45690715:37
ubottuLaunchpad bug 456907 in libproxy (Ubuntu) "need rebuild against latest webkit" [Undecided,New] https://launchpad.net/bugs/45690715:37
cjwatsongeser: blast, no lsmod.  I suspect the appropriate raid modules weren't built-in.  can you get in with a live CD?15:38
apwpitti, well if you are going to do so feel free to take a 'Signed-off-by: Andy Whitcroft <apw@canonical.com' for them15:38
pittiapw: I was going to set you as the author, and me as sign-off15:38
pitticredit where credit is due :)15:38
gesercjwatson: sure, luckily I have an USB stick with grub lying around from which I can boot15:39
apwfor the kernel the author is also mean to sign them off, so if you need them15:39
apwsign them off as well, and everyone in the chain as it were15:39
pittiapw: ah; udev is small, we don't care much about that really15:40
apwpitti, whatever works :)15:41
ebroderapw: I'm having problems with window decorations in my natty VMs (and NVIDIA machines). It looks like compiz is erroring out (possibly segfaulting?) instead of falling back to metacity when you don't have OpenGL support15:41
apwebroder, that might explain my mess15:41
ebroderapw: My panel still worked, so I was able to open a terminal and run metacity by hand15:42
cjwatsongeser: once you've chrooted in and bind-mounted /dev /proc /sys, I need the output from 'sudo grub-install --debug <whatever your usual grub-install devices are, probably /dev/sda and /dev/sdb?>'15:42
apwebroder, for me the appearance settings have been turned to 'None', so far turning them back has worked ...15:43
ebroderapw: Huh, if you can get compiz to run at all, sounds like you have a different issue15:44
apwebroder, i think it just died15:44
mlRiddell, i updated description for #68142315:46
=== dendrobates is now known as dendro-afk
Riddellml: groovy, now you just wait for a main inclusion person to get round to doing the review15:50
Riddellml: you should probably comment on the original bug pointing at the MIR bug15:50
mlRiddell, thanks alot for your help! i did point out the MIR bug :)15:50
mlRiddell, somewhat offtopic, digging around i found somewhat discouraging traces from libssh developer regarding not wanting to merge the libs into a single effort: http://daniel.haxx.se/blog/2010/03/04/two-competitors-or-one-united/15:51
Riddelltsk15:53
mlriddell, and it seems libssh2 is from one of the curl devs, probably why they didnt try to support libssh15:53
gesercjwatson: http://bienia.de/tmp/grub_sda.log and http://bienia.de/tmp/grub_sdb.log15:56
cjwatson/usr/sbin/grub-probe --device-map=/boot/grub/device.map --target=abstraction --device /dev/md016:00
cjwatsondevabstraction_module=16:00
cjwatsonhmm with a capital hmm16:00
cjwatsongeser: I think  sudo grub-probe -vv --device-map=/boot/grub/device.map --target=abstraction --device /dev/md0  should be the next step16:01
dmartkees: hi, do you have a moment?16:04
gesercjwatson: http://bienia.de/tmp/grub-probe.log and http://bienia.de/tmp/device.map if you need the device.map too16:04
cjwatsongeser: yes, indeed I was going to ask for that.  I think the problem is that you have your md devices listed in device.map16:05
cjwatsonwhen you list a device in device.map, grub treats them as if they were BIOS-accessible16:06
geserso edit the device.map and leave only the harddisk in and rerun grub-install?16:06
cjwatsonthis policy was less clear in the past and maybe you added them to work around some other bug, or you might just have suffered from this changelog entry:16:06
cjwatson    - Don't include MD devices when generating device.map (if you're using16:06
cjwatson      RAID and upgraded through 1.98+20100702-1 or 1.98+20100705-1, you may16:06
cjwatson      need to fix this up manually).16:06
cjwatson(grub2 1.98+20100706-1)16:07
cjwatsonthere was a 1.98+20100705-1ubuntu1 version in maverick with this flaw, unfortunately16:07
geserI didn't add them manually16:07
cjwatsonok, you were probably unlucky enough to have upgraded through that version then16:07
cjwatsonmaybe I should try to clean it up automatically, I was just scared of breaking some working setup16:08
cjwatsonit might have to be a debconf question :-/16:08
gesercjwatson: http://paste.ubuntu.com/536354/ after I deleted the entries for (hd2) and (hd3)16:11
ari-tczewdoko: could you take  a look for this bug 681447 ?16:11
ubottuLaunchpad bug 681447 in libatomic-ops (Ubuntu) "Merge libatomic-ops 7.2~alpha5+cvs20101124-1 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/68144716:11
cjwatsonhmm16:12
cjwatsongeser: maybe I broke RAID scanning or something.  can you wait while I bring up a test environment?  might take a little while16:12
gesersure, no hurry16:13
cjwatsonthanks16:13
cjwatsonit's possible, there was a hairy patch merge that could have been relevant16:13
gesercjwatson: my setup is: md0 is a RAID1 for /boot and md1 is LVM-on-RAID1 for /, /home, etc.16:14
geserI know how I can boot my system from my usb-stick with grub, so this is only a big annoyance currently for me16:15
cjwatsonI'll try to mimic that as closely as I can16:17
seb128mdz, do you still have the .crash for the bug you reported earlier? do you think you could submit it again to see if the retracer works for the glib symbols now?16:19
mdzseb128, I do, yes16:21
mdzseb128, now?16:21
seb128mdz, when you want16:21
seb128mdz, the retracer are running with the updated sources16:21
mdzseb128, uploading now, it is 60MB so will take a little while16:21
seb128ok, thanks16:22
mdzseb128, right, that's what I meant. thanks.16:22
mdzhmm, actually apport must be reporting the uncompressed size, it's only a 3.6MB file16:22
=== tkamppeter_ is now known as tkamppeter
mdzseb128, https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/68146016:24
seb128mdz, thanks16:25
=== diwic is now known as diwic_afk
=== zyga-food is now known as zyga
=== sanchaz-away is now known as sanchaz
cjwatsonhttp://status.qa.ubuntu.com/qapkgstatus/grub2 - quite pleased with that for a day's bug work16:41
ogra_acyeah, you mopped up a lot of dirt today16:42
dokoari-tczew: why? just merged it16:42
* ogra_ac is happy to finally have hix bugmail box getting quiet again :P16:42
pitticjwatson: you triaged ~600 bugs?!? wow16:42
pitticjwatson: ah, I guess part of that was your magic script you pointed out earlier?16:43
cjwatsonpitti: sadly I think you read that wrong :-)16:43
=== al-maisan is now known as almaisan-away
cjwatsonah, the colours are misleading16:43
pitticjwatson: triaged went up from ~30 to a little under 60016:43
cjwatsonthe top circle is actually where the New line will drop to when it next draws a line segment16:43
ogra_acshould be between 100 and 200 i'd guess by the bugmail i got16:44
cjwatsonI don't know why the colours don't match16:44
=== makl is now known as ximion
gesercan a core-dev please give-back libssh on amd64? it failed to upload due to a bug in LP. https://launchpad.net/ubuntu/+source/libssh/0.4.5-2/+build/201226216:51
seb128geser, done16:51
geserthanks16:52
seb128yw16:52
siretartpitti: regarding the new emacs upload: with '23.1+1-4ubuntu7.1' being in lucid-proposed, would '23.1+1-4ubuntu7.1+maverick1' be an acceptable version number for maverick-proposed?16:52
pittisiretart: yes, but a simple 7.2 will do as well; or 7.10.1016:53
siretartok. I'd prefer to go with +maverick1, because then we can still use 7.2 for the next lucid SRU.16:54
ari-tczewdoko: I saw subscribed toolchain hackers, so I'd ask you for review or sponsorship16:55
dokoari-tczew: what do you win? the version number?16:56
ari-tczewdoko: hmm.. more code?16:56
ari-tczewmaybe merging is something another than we do16:57
mdzseb128, hmm, the backtrace in 680968 actually seems worse than the old one16:57
mdzseb128, er, I mean bug 681460 is worse than bug 68096816:57
ubottuBug 681460 on http://launchpad.net/bugs/681460 is private16:57
ubottuLaunchpad bug 680968 in ubuntuone-client (Ubuntu) "nautilus crashed with SIGSEGV in g_str_hash() [ubuntuone_nautilus_observed_file_unref]" [Medium,New] https://launchpad.net/bugs/68096816:57
mdzin terms of missing symbols16:58
seb128mdz, yeah, I suck, I just fixed that, I added the ddeb for updates and proposed but the normal proposed source was missing16:58
seb128mdz, if you try again that should work now ;-)16:58
seb128mdz, I checked with an apt-cache policy in the retracer this time16:58
mdzseb128, ok, i'll try again16:58
seb128mdz, thanks17:00
mdzseb128, https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/68147217:01
=== beuno is now known as beuno-lunch
=== dendro-afk is now known as dendrobates
mvohey cjwatson - if you have a moment I would like to hear your opinon about bug #670629 - we need to display a eula there and the current pkg just fails if the user refuses. because the package is so popular it will likely cause a lot of failed installs from people runing with noninteractive frontend or just clicking etc. so I was wondering if we should just make it install on refusal but not download the fonts17:12
ubottuLaunchpad bug 670629 in msttcorefonts (Ubuntu Lucid) "EULA not shown for Microsoft Fonts" [Medium,New] https://launchpad.net/bugs/67062917:12
mvocjwatson: my feeling is that the current approach (exit 1) is (much) more correct17:12
mvobut the amount of dupes to expect is also substantial17:12
seb128mdz, ok, so it worked this time but you don't get a better stacktrace due to a known retracer "limitation"17:13
superm1pitti, very cool. and yeah that's a great side effect17:13
seb128mdz, it cleans all the infos on detected duplicates and it figured you opened a duplicate17:13
mdzseb128, it was good enough to get it auto-duped, though17:13
mvo(others are of course invited to comment on this issue too :)17:13
seb128mdz, right17:13
cjwatsonmvo: your alternative approach sounds OK as long as it's easy to change one's mind (so dpkg-reconfigure should work, apt-get --reinstall install, etc.)17:13
cjwatsonmvo: in fact you could make it quite smooth if dpkg-reconfigure installed or deleted the fonts depending on your answer :)17:14
cjwatsonmvo: it's a bit nasty because dependencies on that package would be made into a lie, but that's OK in this case I think because you aren't supposed to Depends: on local fonts anyway17:14
mvocjwatson: thanks, I have similar feelings about it, its not really 100% correct, but will save our users a lot of headache (and the triagers as well)17:15
mvocjwatson: I will make it so that depending on the answer the fonts are either downloaded or removed17:15
cjwatsonsounds good to me17:16
mvothanks17:17
Laneyhow does debian get away with not having the eula?17:18
mvoLaney: I think in the long(er) run they will have to display it as well17:19
Laneypresumably you'll have to alter the license of the packaging otherwise I could just remove it17:20
=== dendrobates is now known as dendro-afk
=== beuno-lunch is now known as beuno
=== alecu is now known as alecu-lunch
micahgsiretart: .YR.MO.X is more common in Ubuntu, +seriesX is more common in Debian for stable updates18:39
gesercjwatson: re my grub problem: I just noticed that disks are now sdb and sdc (as sda was the usb-stick I booted from). I downgraded grub for now so I can (hopefully) boot without the usb-stick again.18:40
gesershould I repeat the output you requested for sdb and sdc?18:41
cjwatsongeser: I guess so although I don't think it will matter very much18:42
cjwatsongeser: check that the boot loader on your USB stick is still what you expect it to be :-)18:42
geserthe error I got after removing the (md0) and (md1) from the device.map remains18:45
geserat least the grub.cfg looks like I remember from the past again after the downgrade, so I hope it will boot18:47
cr3hi folks, I have a package that is mostly python but with some C compilation, so architecture: any instead of all, and when I build in the ppa, I get: /bin/sh: python2.7: not found. any ideas what might be wrong?18:52
gesercr3: most likely missing python-all-dev in Build-Depends18:52
cr3geser: will try, thanks18:52
Chipacahi all. Is anybody here a moderator of ubuntu-devel?19:15
=== sebner_ is now known as sebner
cjwatsonChipaca: yes.  I've approved your post19:35
Chipacacjwatson: awesome, thank you19:35
Chipacacjwatson: why do my emails look so vacuous on https://lists.ubuntu.com/archives/ubuntu-devel/2010-November/032169.html, any idea?19:36
cjwatsonChipaca: I don't know, sorry.  compare mime structures?19:44
Chipacacjwatson: yeah, got to do that i guess19:44
Chipacathat's what i get from using a version 0.5 mua :)19:45
ajmitchChipaca: probably mailman choking a bit when archiving it, it at least looks fine in evolution19:46
* ajmitch is just trying to find out why surveymonkey.com isn't resolving :)19:47
ebroderHmm...can anybody point me in the right direction for why plymouth wouldn't be setting the color palette or UTF-8 mode correctly on shutdown when it's running in text mode?19:49
=== alecu-lunch is now known as alecu
mvolool: can you re-push lp:~lool/vmbuilder/fix-run-script-group-perms please? LP/bzr is a bit confused currently, but if you re-push it with a new name it should be fine and then I merge it into vmbuilder20:15
bdrungebroder: can you draft an interface for bug #681242?20:15
ubottuLaunchpad bug 681242 in ubuntu-dev-tools (Ubuntu) "[sponsor-patch] Support building with sbuild" [Wishlist,Triaged] https://launchpad.net/bugs/68124220:15
ebroderbdrung: Sure20:27
ebroderbdrung: Do you feel a compelling need for anything more clever than -B/--builder? I'm thinking that maybe the configuration file should be a separate bug (since I can work around that with bashrc aliases)20:31
bdrungebroder: maybe a environment variable instead of config file?20:31
bdrungebroder: we have already SPONSOR_PATCH_WORKDIR20:32
ebroderEnvironment variable works for me20:33
ebroderbdrung: Commented20:35
lamontkirkland: is this true that I hear you're trying to sneak byobu-by-default into natty?  DO NOT DO THIS20:46
highvoltagenow onw.20:55
=== TerminX_ is now known as TerminX
highvoltagelamont: you mean more than the byoby-enable message that's currently displayed at login?20:56
lamonthighvoltage: byobu's belief that admins log into a machine to monitor it is just one of the many issues I have with that can of c*^*()&920:58
lamontand yeah, that20:58
lamonts part of it20:58
* quadrispro doing a bit of sponsoring21:25
sebnerquadrispro: good to see you, quick question, when I want a dependency on jackd (no b-d, just dependency), which package should I use? jackd, jackd2, ..?21:29
quadrisprosebner, jackd. It depends on jackd2 | jackd121:30
sebnerquadrispro: take my thanks :)21:31
quadrisproyou're welcome :)21:31
paissadhello all, there are some persons who encounter a problem about the start of an init.d script21:43
paissadthey say that the script start before the system gets an ip address, here is the related init.d script21:43
paissadhttp://ps3mediaserver.org/forum/viewtopic.php?f=3&t=154&p=39964#p3996421:43
paissadi thought that the following was enough, why is it not the case ?21:44
paissad# Required-Start:    $local_fs $remote_fs $network21:44
paissadand further, is there a workaround ?21:44
paissadthanks in advance for helping21:44
VolvoSo, nmbd wont run on Ubuntu. Are there any plans to fix it so that SAMBA can work ?22:42
micahgVolvo: bug 59606422:45
ubottuLaunchpad bug 596064 in samba (Ubuntu Maverick) "nmbd fails to start on boot - problem with upstart " [Medium,Triaged] https://launchpad.net/bugs/59606422:45
VolvoIt fails to start, Period. Someone has mispatched it ?22:51
VolvoIts been like this for too long. Is anyone going to fix it ?22:53
VolvoWorks perfectly well if i install the upstream x2 version from source that is, from samba.org22:55
VolvoUpstream Debian -> Upstream samba.org == x2. Whats really the problem here ?22:56
Volvoseiflotfy: Hows the media TODAY :)22:56
xnoxLintian gave me this: warning: collect info objdump-info about package xiphos-dbg failed22:57
VolvoI guess that if you really want to scare off people from using Ubuntu for servers this is a way to do it.22:57
xnoxshould I not be building -dbg packages at all? (this is updating to newer upstream using debian packaging)22:58
Volvoxnox: YES, because wo those you cant properly debug a package as if at all.22:58
micahgVolvo: it's assigned, so it's on someone's list, idk about the priority, maybe #ubuntu-server can help22:59
xnoxVolvo, Yes as in "do not build -dbg on Ubuntu, rely on -dbgsym. Do build -dbg package on Debian?"22:59
micahgxnox: no, you can build it if you want23:00
Volvomicahg: Show the bug url for the bug you showed because this has been going on for waaaay too long now. I feel a feud of some sort.23:00
micahgxnox: there are toolchain changes in natty23:00
xnoxmicahg, yes toolchain changes. It's just for the first time I see lintian tripping with objdump-info on a -dbg package! BTW xiphos does link agains xulrunner....23:01
RAOFVolvo: Whereas I look at that bug and see steady progress towards working out what's wrong.23:02
micahgVolvo: huh?, yes, it's marked as affecting releases back to Lucid, you might want to contact zulcss in #ubuntu-server during Canadian business hours23:02
RAOFAnd with patches to test, to boot!23:02
micahgxnox: I know :), is it compatible with xul20 yet?23:02
xnoxHmmm =) considering I'm upstream, I'm the first one to upgrade to natty (noone is using f15 either) and I have build problems then I don't think it is =)23:04
VolvoRAOF: Heheh, whilst id had done it in under 10 hours no matter how bad itd been you mean :) micahg: Thank you very much, ill look into that. Youre very good at what you do and i admire that. Keep up the good work!.23:04
xnoxmicahg, will natty ship xul-1.9.2?23:04
micahgxnox: no23:04
xnoxhaha =)23:04
* xnox xiphos is blocking upgrades on xul20 and gtkhtml......23:04
bdrungxnox: it would help to do the gtkhtml first23:05
micahgxnox: we  either have to port it or drop it :)23:05
micahgxnox: BTW, it's not blocking for xul, just needs to be done by March :)23:05
xnoxbdrung, working on it =)23:06
xnoxmicahg, either xul20 or webkit =)23:06
bdrungmicahg: don't drop it! you will generate an angry ubuntu user otherwise, who will blame the mozilla team. :p23:06
* xnox sorry to all the xul lovers =)23:06
bdrungi don't like the xul update policy23:07
micahgbdrung: 5k by install on popcon23:07
micahgbdrung: no, we'll try to help if xnox doesn't get to it first23:08
xnoxomg I better hurry =)23:08
xnox5k people but that is excluding those who are running xiphos of ppa or including those?23:09
* xnox is amazed. Build finished, back to work.23:09
micahgxnox: that's only those that have popcon enabled and have ever installed it23:09
bdrungxnox: i think it includes ppas23:09
bdrungxnox: 5k popcon ~= 25k (assuming 9M user)23:11
bdrungxnox: the package with the highest popcon count that i maintain is vlc (778k)23:11
xnox8865  libsword8                      10648   939  9263   443     3 (Unknown) for me =)23:12
bdrungmicahg: you failed rounding (5955 -> 6k)23:12
bdrungoh, we have 12k for gnomesword23:13
xnoxlibgtkhtml-editor-3.14.so.0.0.0 is this correct?23:16
xnoxit used to be libgtkhtml-editor.so.023:16
micahgxnox: this might be useful: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html23:17
xnox"bash upstream with libtool manual" yes i do remember reading that..... long time ago.23:19
xnoxIt's just I don't uderstand why they renamed libgkthml-editor now, even though it doesn't build with gtk3 yet =)23:19
micahgxnox: I have to give you the link because I still don't know exactly how it works :)23:20
Volvomicahg: There seems to be absolutely no interrest in #ubuntu-server to make any kind of server going.23:21
micahgVolvo: it's a holiday in the US and evening/night in Europe, so you're not likely to get much of a response right now23:22
Volvomicahg: Aha, holiday. Im in Europe myself and im mostly online to do what i like best. Code for OSS and answer users questions.23:23
VolvoMaybe theyre microsofters that doesnt like GNU/Linux ... im just guessing of course.23:23
* micahg has no where to be for the Holiday so just answering queries in IRC :)23:23
xnoxIs 6k users enough to push updates to backports? =)23:23
micahgxnox: sure, as long as there are no crazy rdepends23:24
VolvoThats what good people do.23:24
xnoxOur ppa is very popular but backports can have a wider audience ;-)23:24
VolvoMicrosoft people go to conferences (booring ones) sit there and get bum-rot :)23:24
bdrungxnox: 1 user would be enough for backports. :)23:25
* micahg is almost an official backporter23:25
bdrungmicahg: i am waiting for the backport natty changes for not installing all backports by default23:26
Volvomicahg: Be honest, how long have you been packaging for ? / I can help if i wish.23:26
micahgVolvo: I've been working with packaging for about a year and a half now23:27
xnoxmicahg your are awesome =)23:27
Volvomicahg: Not bad, not bad at all.23:27
micahgVolvo: I still have plenty to learn23:28
Volvomicahg: And learn you shall.23:28
bdrungit's an exponential learning curve :)23:28
xnoxBTW I have just graduated with Electonics Engineering degree MEng. I'd love get into Open-source / linux / with packaging stuff work. But so far I have found just one graduate entry level job in the uk.23:28
xnoxI wish there were more jobs in OSS.23:28
Volvomicahg: Uni student, private or company etc ?23:29
micahgxnox: http://webapps.ubuntu.com/employment/23:29
bdrungmicahg: wow, that list got quite long23:29
micahgVolvo: working for a company23:29
micahgbdrung: indeed :)23:29
Volvomicahg: If i look at their frontpage or some subpage i dont see "Microsoft gold partner", right ?23:30
micahgVolvo: you might...23:30
micahgactually noy23:30
micahg*not, but I think they are anyways23:30
micahgVolvo: my work happens to be with OSS though23:31
VolvoHmmz, doesnt mean youre tainted, but if you want you can priv the name and ill look it up.23:31
* micahg wonders if this qualifies for OT23:32
VolvoAh! Cool. There are many companies that love OSS23:32
VolvoFor Oh so many reasons or treasons towards them.23:32
bdrungmicahg: do you have time for sponsoring?23:32
* xnox facepalm. I had xiphos in the /usr/local/bin from development........23:33
micahgbdrung: maybe, I was going to look at the rhythmbox-radio-browser bug23:33
bdrungxnox: why should a ubuntu developer install something in /usr/local? ;)23:33
* xnox wants bash to print `which $command` if it's not in /usr/bin or /usr23:33
bdrungmicahg: can you look at bug #678283?23:33
ubottuLaunchpad bug 678283 in Ubuntu "Sync python-pyproj 1.8.8-1 (universe) from Debian experimental (main)" [Wishlist,Incomplete] https://launchpad.net/bugs/67828323:33
micahgbdrung: sure23:34
bdrungmicahg: thanks23:34
micahgbdrung: in a bit though?23:34
bdrungmicahg: it doesn't hurry23:34
xnoxbdrung, waf-cache + build + install < 2s. Debuild + dpkg + libeatmydata > 2s23:34
micahgbdrung: k, I'll do it after dinner23:34
bdrungxnox: either build a package or build it locally (without installing it)23:35
xnoxright xiphos works fine with new gtkhtml and xul20 =)23:35
xnoxuploading to ppa for testing =)23:35
quadrisprobye all23:55

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