[12:07] jbailey: like, building the first basic cpio archive with tools (busybox and klibc, etc.) on the buildd, and then doing the module cpio archive on the client === jbailey digs through the logs to remember what jdub is responding to. =) [12:08] w00t /lastlog [12:08] jdub: No. [12:09] jdub: Fabio pointed out that it makes the story complicated for people who do home-built kernels if we're not careful about it. [12:10] jbailey: hrm, extra option on make-kpkg? [12:11] gotta run away to the country :-) [12:11] ciao! [12:11] slacker ;) [12:11] jdub: 'bye. =) === lu|brb is now known as luis_ [12:11] it's pretty rad how i can hibernate windows on my desktop :-) === Zebaz [i=keyserso@r200-40-26-72-dialup.adinet.com.uy] has joined #ubuntu-devel [12:14] people who build their own kernels worryme [12:14] it was normal 10 years ago, but not today [12:17] well, it would be fun if the distribution kernel supported everything you needed. last time I checked at work, we were 2-3 things away from that though. :/ [12:17] (we do have the policy of distribution kernel where available, for easier secuirty updates though) [12:18] maswan: I'm afraid we will never be able to run dist kernels everywhere... [12:18] torkel: yeah, I know [12:19] maswan: at least not until ClusterFs changes their mind :-( === sabdfl [n=mark@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel [12:30] evening sabdfl [12:30] hey tseng === sabdfl 's fingers hurt from launchpad hacking === fissy [n=david@whitehillnet.plus.com] has joined #ubuntu-devel === opi [n=emil@195.69.82.35] has joined #ubuntu-devel === carstenh [n=carstenh@p54A63BF7.dip0.t-ipconnect.de] has joined #ubuntu-devel === Arnia [n=jgeldart@128-14-101-159.adsl.legend.co.uk] has joined #ubuntu-devel [12:43] [2] + Stopped tail -f log [12:43] (breezy-i386)mdz@concordia:~ $ fg [12:43] tail -f log [12:43] tail: cannot read realtime clock: Invalid argument [12:43] elmo: is that normal? [12:50] I dunno, amd64 has traditionally had troubles with the RTC [12:50] but I've never seen userland things like tail try to use it before [12:51] ok, the world has officially gone mad [12:51] someone stop it, I want to get off [12:51] this tin of tuna has written on it (and I'm not kidding); Allergy warning: CONTAINS FISH [12:52] dude, if daisyduke can think it's chicken... === terrex [n=terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel === opi [n=emil@195.69.82.35] has joined #ubuntu-devel [12:56] is Evolution broken for Breezy? [12:59] http://www.netsplit.com/tmp/contains-fish.jpg [01:01] Keybuk, can be dangerus [01:01] IT'S A TIN OF TUNA! OF COURSE IT CONTAINS FISH! [01:02] Keybuk, well, maybe it's cat food? Cat food can contain tuna, but it's not a fish ;) [01:02] at least it doesn't say "May Contain Dolphin" [01:02] LOL [01:02] Keybuk, it's missing the ,,Please, save the animals'' and ,,Don't eat me!'' tags, too === rbelem [n=rodrigo@200.97.69.222] has joined #ubuntu-devel === otavio is now known as otavio[off] [01:20] jbailey: so I've run into a situation where I need to be able to conditionalize the loading of a module in initramfs [01:21] jbailey: currently I just list the module in a modules.d file and everything is cool [01:21] jbailey: but I need to be able to either a) disable its inclusion in the initramfs at initramfs-build-time, or b) disable its loading at runtime === luis_ is now known as lu|away === _d4vid [n=xxx@tor/session/x-2f6766321b5a26b6] has joined #ubuntu-devel [01:33] mdz: You can do either. Hooks are at buildtime and runtime. Basically, they're shell scripts that have access to all of the functions that the main scripts do. [01:34] mdz: If you look in /usr/share/initramfs-tools/hooks, you'll find the build time hooks that get called. [01:35] Otherwise, you can also just drop a script in to the right directory in /usr/share/initramfs-tools/scripts/ to get it called at the right time. [01:38] jbailey: if I understand correctly, being listed in modules.d means both inclusion in the ramfs and being loaded at runtime, so I don't think I have a choice [01:45] mdz: You can put a thing in the hook script to "manual_add_modules FOO" to cause it to be included in the initramfs, and then modprobe the module in a runtime script [01:47] force_load FOO causes it to be included and always loaded as if it were in modules.d [01:54] jbailey: thanks === alexarch [n=alex@ipa254.16.tellas.gr] has joined #ubuntu-devel === alexarch [n=alex@ipa254.16.tellas.gr] has left #ubuntu-devel ["Leaving"] === segfault [i=carlos@prognus.com.br] has joined #ubuntu-devel [02:11] jbailey: force_load didn't work for me [02:11] jbailey: it was not even copied into the initramfs [02:12] it certainly looks like it should though === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel [02:13] sorry for the OT, but who is responsible for setting up mailing lists? [02:14] segfault: setting them up, or deciding whether they are appropriate? [02:16] well, both. i'd like to know if its possible to create a list for translations discussion, ubuntu-l10n-pt-br === jbull [n=jonah@c-24-34-36-87.hsd1.ma.comcast.net] has joined #ubuntu-devel [02:16] segfault: community council [02:17] ok, i'll add to the agenda of the next meeting [02:23] is there any plan to include reiser4 support in the default kernel? or just when it gets into the vanilla kernel? [02:24] jbailey: it does get added to conf/modules, but the .ko isn't included in the fs [02:24] segfault: kernel-team@lists.ubuntu.com === camilotelles [n=Camilo@201.32.223.192] has joined #ubuntu-devel === azeem [n=mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel [02:26] aha [02:26] force_load() [02:26] { [02:26] manual_add_modules ${module} [02:26] echo ${@} >>${DESTDIR}/conf/modules [02:26] } [02:26] jbailey: ${module} should be $1 [02:27] that certainly took a long time to spot === womble [n=mpalmer@r220-101-164-37.cpe.unwired.net.au] has joined #ubuntu-devel [02:31] Hmm. But then parameters to the module won't get included. [02:31] I'm guessing that in the bit that loads them on I need to remember to filter the extra bits at that time. [02:32] Does anyone else skim the thread subjects for "Colony CD 3" and get mental audio of Cartman singing "Swiss Colony Beef Log"? [02:34] jbailey: parameters? [02:34] jbailey: you told me to invoke force_load FOO, but that causes manual_add_modules to be invoked without arguments [02:38] womble: no. [02:38] ;) === jbull [n=jonah@c-24-34-36-87.hsd1.ma.comcast.net] has left #ubuntu-devel ["Leaving"] === camilotelles_ [n=Camilo@201.32.223.192] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@bl5-43-167.dsl.telepac.pt] has joined #ubuntu-devel [03:04] mdz: Right, Shouldn't answer questions while I'm on the phone. =) The idea is that you could say something like "3c509 io=0x280" and have it pass the parameter to the module. [03:04] But I see what you mean. manual_add_modules needs the ${1} [03:04] I thought you mean on the echo line instead of the ${@} === thierry [n=thierry@modemcable211.48-131-66.mc.videotron.ca] has joined #ubuntu-devel === Robinho_Peixoto [n=robinho@201.32.210.47] has joined #ubuntu-devel [03:21] hmm, anyone know off hand how to say either sort by or grep by line length without resorting to python/perl? [03:25] | wc -l | sort -n? [03:26] echo -e "foo\nbarfoo" | egrep '^.{3}$' [03:28] skip the $ if you want all lines with at a length of at least n [03:28] carstenh: aha, thanks, good idea [03:29] segfault: wc would also have worked too, tnx === camilotelles [n=Camilo@201.32.223.192] has joined #ubuntu-devel === jbull [n=jonah@c-24-34-36-87.hsd1.ma.comcast.net] has joined #ubuntu-devel === _d4vid [n=xxx@tor/session/x-39fe03f91c72c812] has joined #ubuntu-devel === rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-devel === wasabi [n=wasabi@c-67-173-207-169.hsd1.tx.comcast.net] has joined #ubuntu-devel === mpt [n=mpt@200.101.54.223] has joined #ubuntu-devel === mpt [n=mpt@200.101.54.223] has joined #ubuntu-devel === jp [n=jp@200-85-202-241.bk3-dsl.surnet.cl] has joined #ubuntu-devel === jp [n=jp@200-85-202-241.bk3-dsl.surnet.cl] has joined #ubuntu-devel [04:09] Is there a general tutorial on programming pygtk? For instance, I am curious about actual project layout... not just how to code. [04:10] wasabi: Different people will probably have wildly different ideas about how to structure their PyGTK projects. [04:11] One of the benefits of OSS -- you get to look at lots of real-world examples to hone your own style. [04:12] congrats dudes, breezy is rocking a lot! thanks :) === sivang [n=sivang@box79162.elkhouse.de] has joined #ubuntu-devel === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel === thoreauputic [n=prospero@wolax8-093.dialup.optusnet.com.au] has joined #ubuntu-devel === camilotelles [n=Camilo@201.32.223.192] has joined #ubuntu-devel === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel === seth_k [n=seth@asmallorange.com] has joined #ubuntu-devel === aroman [n=aroman@CPE00508b49d017-CM0010954a140a.cpe.net.cable.rogers.com] has joined #ubuntu-devel === jcole [n=jcole@atlwebproxy2.core.hp.com] has joined #ubuntu-devel === ajmitch [n=ajmitch@203.89.166.146] has joined #ubuntu-devel === doko [n=doko___@dsl-084-059-069-234.arcor-ip.net] has joined #ubuntu-devel [05:03] Treenaks, you about? [05:07] Treenaks, if you see this, your PyBlosxom murdered Planet Ubuntu's RSS feeds. If you'll take a look, you'll notice that your DC:Creator is being returned as Martijn van de Streek and the carets are breaking the RSS feeds. Thanks! === jay [n=jay@208.60.223.246] has joined #ubuntu-devel === henke [n=henrik@host022.robackshus3.ac.se] has joined #ubuntu-devel === kentaur [n=kent@adsl-065-006-206-159.sip.mia.bellsouth.net] has joined #ubuntu-devel === avanspronsen [n=andrewv@69.156.155.107] has joined #ubuntu-devel === Robinho_Peixoto [n=robinho@201.32.210.47] has joined #ubuntu-devel === henke [n=henrik@host022.robackshus3.ac.se] has joined #ubuntu-devel === LaserJock [n=LaserJoc@ppp-69-239-136-157.dsl.renocs.pacbell.net] has joined #ubuntu-devel === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel === moquist [n=moquist@pool-68-237-137-146.man.east.verizon.net] has joined #ubuntu-devel [07:09] What would be the proper way to return the system's dist (hoary, breezy, etc) from the command line? [07:10] /etc/lsbsomething [07:10] ahh yes [07:11] lsb_release or something [07:11] lsb_release -a (for all info) [07:11] seth_k: ok, thnx [07:11] as a command [07:13] cheers Treenaks [07:13] good to see you on Planet now btw :) [07:13] 1/q seth_k [07:13] uh [07:18] seth_k: see pm :) === seth_k_ [n=seth@asmallorange.com] has joined #ubuntu-devel [07:20] apologies Treenaks if you had a question, I got disconnected. Did you want to ask something? [07:27] is gnome-app-install prefered over synaptic in breezy? [07:30] rob^: depends on what you want to do :) [07:30] write about installing applications in Yelp [07:30] ask the docteam then :) [07:30] I am the lead author of the faq guide [07:31] thats odd, I did a search for ssh in gnome-app-install for "ssh" and it turned up nothing [07:31] rob^: gnome-app-install doesn't contain everything [07:32] yeah.. hmm === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [07:35] CRITICAL - 580 processes running [07:35] GOOD MORNING FABBIONE [07:35] ahha [07:35] morning elmo :) [07:35] i am only at -j150 [07:35] it can't be only me [07:36] elmo: did you tell Karl not to worry about these general warnings? ;) [07:38] i didn't expect you to be up at this time of the day [07:38] mdz: wake up dude? [07:50] Pygtk folks: I am trying to take some binary data and turn it into a pixbuf or something suitable for putting in a GtkImage widget. [07:50] I know the mime type only. [07:55] fabbione: yes? [07:57] mdz: i think i have a fix for unionfs.. i am building a test kernel for you [07:57] if that works, you can blame unionfs upstream... [07:58] what i see is that unionfs_delete_inode doesn't lock the kernel like all the others 2983 FS do [07:58] and it doesn't trunkate the inode before such operation [07:58] that might lead to a race in certain operations [07:58] = oops [07:58] i can't be 100% sure.. but we can give it a shot [07:59] mdz: what falvour do you need to test? [08:00] so i can probably speed up the build [08:00] (i need to go away anyhow) === LaserJock [n=LaserJoc@ppp-69-239-136-157.dsl.renocs.pacbell.net] has left #ubuntu-devel [] [08:05] fabbione: I've implemented a workaround in ltsp [08:05] to avoid using unionfs at all [08:05] mdz: meh.. i would still like to see if the fix work [08:05] fabbione: but nonetheless, this works 100% in 2.6.12-6.10, and 0% in 2.6.12-7.11 [08:05] mdz: yes i got that from the bug report.. [08:06] I didn't see any changes which looked relevant, but it is difficult to see which actual files in the kernel tree change from one revision to another [08:06] do you have some tools which do this? [08:06] it is especially hard when 400k lines of diff are uploaded in one revision [08:06] mdz: compare the 2 linux-tree ? [08:06] mdz: i would have uploaded early and with less changes, but we had colony 3 in the way [08:06] fabbione: apply the patches in both places and diff -ru? [08:07] I suppose that works [08:07] mdz: the 2 linux-tree have already the patches applied... [08:07] so you just need to rediff it [08:07] oh, they do? I thought they weren't applied until the build [08:07] linux-tree is already patched iirc.. [08:07] it's in the description [08:08] + we ship the patch on top of upstream [08:08] Package: linux-source-2.6.12 [08:08] Description: Linux kernel source for version 2.6.12 with Ubuntu patches [08:09] fabbione: BenC was able to reproduce this on different hardware, by the way, I don't think it's related to acpi or otherwise hardware related [08:09] fabbione: that is the description for the binary package; are the patches applied in the source package as well? [08:09] mdz: ok.. if you can tell me what flavour you need, i can give you a module to test right now [08:10] 386 [08:10] mdz: apt-get source linux-source-2.6.12 -> patches are in debian/patches [08:10] ltsp only uses generic kernels [08:10] apt-get install linux-source-2.6.12 patches are applied [08:10] fabbione: right, apt-get install linux-source-2.6.12 gets you the current version only [08:10] which doesn't help to diff between two versions [08:11] but if there is a rules target to apply all the patches, I can use that [08:11] fabbione@concordia:~/deve/linux-source-2.6.12-2.6.12/debian/build/build-386/fs/unionfs/unionfs.ko [08:11] mdz: grab that one and tell me if it works [08:12] mdz: use the morgue to get the old version.. [08:12] or get it from baz.. [08:12] but than you will need to build it [08:13] or use the target monolith in the source [08:13] why would I want to build it? [08:13] apt-get source... [08:13] I just want to diff the source [08:13] ./debian/rules monolith [08:13] isn't there a debian/rules target to apply all patches? [08:13] and than diff [08:13] yes [08:13] i am just writing it to you [08:13] the above [08:13] apply all patches = "monolith"?? [08:13] make the monolith in the old and new [08:13] how about "patch" [08:13] monolith does something more... [08:14] mdz: there is also patch, but please use monolith [08:14] if you want to get extraheadakes use patch [08:14] up to you.. [08:14] ok, so you do have a target called patch, but it doesn't work right? [08:14] or what? [08:14] mdz: i don't recall all the details right now. there is some extra stuff done by monolith [08:15] it's ages i don't touch that stuff [08:15] or even look at it [08:15] fabbione: were you able to reproduce the unionfs bug? [08:15] no because i woke up 2 hours ago... [08:15] and it's saturday morning.. and i absolutely need to go and take a break for we [08:15] yes, it's nearly midnight on friday here [08:16] the module from concordia breaks in exactly the same way as the old one [08:16] ok.. [08:16] but it's ok, forget it [08:16] I have a contingency plan [08:16] I am ditching unionfs [08:16] ok.. [08:16] even better... [08:16] we obviously can't rely on it [08:16] it's too fragile [08:17] it didn't even compile for a long while on ppc [08:17] anyway.. i am off... have a good weekend guys [08:17] bye [08:42] infinity: did you see the oo.o2 failure already? [08:43] infinity: seems like it might be something similar to the cairo fixes you're making === pef [n=loic@lns-vlq-39f-81-56-130-224.adsl.proxad.net] has joined #ubuntu-devel [08:44] hello === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel [09:08] mdz : Will look into it. [09:08] infinity: short version: mozilla-dev: Depends: mozilla-browser (= 2:1.7.11-0ubuntu1) but it is not going to be installed [09:08] Alright, easy enough to hunt down. [09:11] There are still ~100 packages depending on libcairo1, so I expect some archive weirdness while I sort out the build failures and finish seb's transition. [09:12] No big deal. [09:14] <\sh> infinity: send me a list with packages MOTUs could work on... [09:14] <\sh> infinity: will deal with it a little bit later..need to go to office...the pope and his energy is erasing our dtv smartcards *grmpf* [09:15] \sh : apt-cache rdepends libcairo1, and see if it's in section universe/* ? :) [09:15] <\sh> infinity: yeah...I'm just lazy ,-) [09:15] \sh : Most of it just needs to be retries on the buildds in the right order though, so probably not muhc for you to help with unless you see obvious breakage (like what I just fixed with firefox and oregano) [09:15] s/retries/retried/ [09:17] <\sh> infinity: k...will deal with it when I'm back home...It's 7:17 UTC and office called me 6:00 UTC... that'll be a bad day [09:17] I see lots of black "flicker" in firefox (since the cairo update I think) [09:18] Treenaks : firefox hasn't been updated for the new cairo yet. Wait for it to build, installe the new one, then complain if it still sucks. :) [09:18] <\sh> ok...gentlemen see u later [09:18] infinity: ok :) [09:19] (But yes, I've noticed newly-started windows seem to start out as big black rectangles, etc.. Though only with mozilla-based apps, in my case thuderbird and firefox) [09:19] I'm waiting for the transition to be done before I pass a verdict on that, though. [09:19] EEK.. that usplash ubuntu-logo.. on my 1024x768 laptop.. stretched.. without antialiasing [09:19] *shudder* [09:20] mjg59's already admitted to not being much of an artist. :) [09:20] I'm sure AndyFitz will provide us with something prettier in fairly short order, but it's more important to get the technical side hammered out first (so we know if we can even ship the feature) [09:21] infinity: oh sure.. [09:21] infinity: but the scaling is the problem here :) [09:21] infinity: siliconmotion = sucky hardware :) === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-devel [09:36] Treenaks: the resolulution is 640x480 at that stage. [09:37] highvoltage : Yes, but the laptop isn't. [09:37] At any rate, a slightly less ugly logo will help a bit, but stretching laptop displays pretty much always looks crap. === infinity writes to Santa, asking for more bandwidth for Christmas. === infinity also writes to mdz, asking for that apt-get source mix-n-match feature. [09:39] infinity: you could script that a lot sooner than waiting for me to add it to apt [09:39] Yeah, it generally involves a Ctrl-C, followed by expletives, followed by downloading a previous version of the source so I have an orig.tar.gz, then the current again. [09:39] It's the Ctrl-C and swearing bit I'd like to avoid. [09:40] scripts usually don't swear ;-) [09:40] Apple has it figured out. [09:40] You haven't read any of mine.. [09:40] They don't boot with a logo. [09:40] They boot with the simpliest two tone animation they can. [09:41] We should boot with nothing but a small spinning Ubuntu logo haha === `anthony [n=anthony@220-253-11-94.VIC.netspace.net.au] has joined #ubuntu-devel === sedak [n=fred@82-32-125-115.cable.ubr04.hawk.blueyonder.co.uk] has joined #ubuntu-devel [09:41] the ubuntu logo doesn't spin [09:41] We could boot with a compuer with a happy face on the monitor. No one's ever done THAT before. [09:41] haha [09:41] my apple booted with a logo the last time I checked [09:42] And when the boot fails, switch it to a sad face, with NO OTHER EXPLANATION. [09:42] That would rock. [09:42] mdz, os x. It's just a small spinning graphic. [09:42] wasabi: not the version I have [09:42] ? [09:42] it's a grayscale logo in the center of the screen [09:42] me grabs iboko [09:43] oh. i dont even have os x. doh. [09:44] wasabi: i took away my bootsplash by just appending vga=791 to my kernel line :) [09:44] infinity: we could play a sound as well [09:45] Mithrandir : Now you're talking. [09:45] Maybe some sort of distinctive chord, played through the internal speaker. [09:46] yeah [09:46] It'll be revolutionary. [09:46] that'll sound _great_ on boomboxes like the x86-es. [09:47] getting to .ca is cheap, it appears. [09:47] Not for me. :/ [09:47] Getting anywhere from .au isn't cheap though. [09:47] that's because .au is on the wrong side of the planet. :-) [09:48] getting from one side of .ca to the other side is not that cheap... [09:49] getting from .no to .ca is ~4kNOK which is about 500EUR. [09:51] my sister just did it (.ca to .ca), and she paid the equivalent of 450EUR. [09:51] but I could get free hotel my parent place... === robitaille wonders how to announce to the family that he could be town for a few days, but will barely have time to see them because of a love-day, and a bunch of BOFs sessions... [10:00] just tell them that you're at a developer gathering which takes up all the time? === mitsuhiko [n=blackbir@80.122.201.98] has joined #ubuntu-devel [10:04] grrr. [10:04] evms seg faulting. =( === bytee [n=byte@fedora/byte] has joined #ubuntu-devel === jsgotangco [n=jgotangc@info1-111.info.com.ph] has joined #ubuntu-devel === zeedo [n=zeedo@www.reboot-robot.net] has joined #ubuntu-devel === dand [n=dand@freenet.cs.utt.ro] has joined #ubuntu-devel === Simira [n=rpGirl@150.84-48-74.nextgentel.com] has joined #ubuntu-devel === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel === darkling [n=hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu-devel [11:08] Who is doing all the liblaunchpadintegration stuff? [11:10] infinity: I think it's a mvo/jamesh/seb128 thing [11:11] at least, they were talking about it on -meeting 20 hours ago === enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel [11:15] Right, well, it's broken. I'll poke someone. [11:15] ooh! pokeage === OculusAquilae [n=oculus@p548D2E9A.dip0.t-ipconnect.de] has joined #ubuntu-devel === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel === kyncani [n=kyncani@lns-vlq-25-ren-82-254-152-81.adsl.proxad.net] has joined #ubuntu-devel === Robinho_Peixoto [n=robinho@201.32.210.47] has joined #ubuntu-devel [11:30] infinity: I have the new firefox, and it still does the black areas thing === GeoffDeGeoff [n=andrew@84.12.180.143] has joined #ubuntu-devel === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-devel === niran [n=niran@cpe-67-10-213-51.houston.res.rr.com] has joined #ubuntu-devel === Danten [n=danten@h227n4c1o1049.bredband.skanova.com] has joined #Ubuntu-devel === mitsuhiko [n=blackbir@80.122.201.98] has joined #ubuntu-devel === WaterSevenUb [n=WaterSev@bl5-52-3.dsl.telepac.pt] has joined #ubuntu-devel === wasabi [n=wasabi@c-67-173-207-169.hsd1.tx.comcast.net] has joined #ubuntu-devel === topyli [n=juha@dsl-hkigw3pa5.dial.inet.fi] has joined #ubuntu-devel === Valandil [n=chrys@dsl-084-056-102-108.arcor-ip.net] has joined #ubuntu-devel === n [n=n@213.78.209.47] has joined #ubuntu-devel [12:15] I've just tried the latest opensuse beta and I'm very impressed with its 'Suspend to disk' shutdown/boot feature which has halved my boot time. Will breezy implement this too? === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-devel === wasabi_ [n=wasabi@c-67-173-207-169.hsd1.tx.comcast.net] has joined #ubuntu-devel [12:24] oh noes. [12:24] i think evms may have clobbered my data. [12:25] this is not good. *panic* === shackan [n=shackan@host76-82.pool8257.interbusiness.it] has joined #ubuntu-devel === Nermal [n=peter@dynamic-62-56-53-25.park-s46b.dslaccess.co.uk] has joined #ubuntu-devel === Mez [n=Mez@cpc3-lich4-3-0-cust227.brhm.cable.ntl.com] has joined #ubuntu-devel [12:40] any ideas if gaim 1.5.0 will be added to breezy before release ? [12:41] or is there a package freeze in effect yet ?> === Nermal reads topic === Nermal [n=peter@dynamic-62-56-53-25.park-s46b.dslaccess.co.uk] has left #ubuntu-devel ["Client] === ivoks [n=ivoks@lns01-0020.dsl.iskon.hr] has joined #ubuntu-devel === zwnj [n=behnam@81.31.160.199] has joined #ubuntu-devel === zwnj [n=behnam@81.31.160.199] has left #ubuntu-devel [] === mez_ [n=Mez@cpc3-lich4-3-0-cust227.brhm.cable.ntl.com] has joined #ubuntu-devel === dand [n=dand@freenet.cs.utt.ro] has joined #ubuntu-devel === nibs [n=angel@cable88a108.usuarios.retecal.es] has joined #ubuntu-devel [01:09] elmo, ping === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel === ogra [n=ogra@p5089CC3B.dip.t-dialin.net] has joined #ubuntu-devel === one2 [n=me@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-devel === Robinho_Peixoto [n=robinho@201.32.210.47] has joined #ubuntu-devel === one2 [n=me@cpe-66-87-4-181.ut.sprintbbd.net] has left #ubuntu-devel ["Leaving"] === terrex [n=terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel === terrex [n=terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel === katzor [n=udssr@p54BA1D47.dip0.t-ipconnect.de] has joined #ubuntu-devel === OculusAquilae [n=oculus@p548D1059.dip0.t-ipconnect.de] has joined #ubuntu-devel [02:00] so hmm, what's this stuff about libxcursor-dev doesn't include libXcursor.la file anymore? how should I be able to compile stuff now? === azeem [n=mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel === shackan [n=shackan@host60-107.pool8257.interbusiness.it] has joined #ubuntu-devel === Elleo [n=Elleo@shellsong.plus.com] has joined #ubuntu-devel === Mitario [n=michiel@sikkes.xs4all.nl] has joined #ubuntu-devel === avanspronsen [n=andrewv@69.156.155.107] has joined #ubuntu-devel === mmm [n=k@85.99.2.119] has joined #ubuntu-devel === LinuxJones [n=willy@blk-222-221-81.eastlink.ca] has joined #ubuntu-devel === jsgotangco [n=jgotangc@info1-126.info.com.ph] has joined #ubuntu-devel === LinuxJones [n=willy@blk-222-221-81.eastlink.ca] has joined #ubuntu-devel === mmm [n=k@85.99.2.119] has left #ubuntu-devel [] === Freggy [n=frederik@dD5E00760.access.telenet.be] has joined #ubuntu-devel === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel === olemke [n=olemke@p54897181.dip.t-dialin.net] has joined #ubuntu-devel === cassidy [n=cassidy@169-198.242.81.adsl.skynet.be] has joined #ubuntu-devel === d [n=d@213.78.209.47] has joined #ubuntu-devel === eruin [n=eruin@76.84-48-29.nextgentel.com] has joined #ubuntu-devel [03:45] I'm currently running Kubuntu Hoary w/ KDE 3.4.2. If I upgrade the kernel, will a 'Suspend to disk' option appear under the KDE shutdown menu? What kernel version do I need? === winkle [n=winkle@lgh3814234.vittran.norrnod.se] has joined #ubuntu-devel [04:07] teprrr : You don't need .la files to compile anything.. === hawk_78 [n=hawk@host22-222.pool8175.interbusiness.it] has joined #ubuntu-devel === Alex [n=hauntedu@sourcemage/HauntedUnix] has joined #ubuntu-devel === dsas [n=dean@host86-129-12-143.range86-129.btcentralplus.com] has joined #ubuntu-devel [04:11] Evenin' [04:15] infinity, could you have a look if my schoolbell/tool uploads ended up in the queue ? i seem to have wrongly assumed that jinty (schoolbell/tool maintainer) is whitelisted... === herzi [n=herzi@c149184.adsl.hansenet.de] has joined #ubuntu-devel === cassidy [n=cassidy@169-198.242.81.adsl.skynet.be] has joined #ubuntu-devel === _d4vid [n=xxx@tor/session/x-7d0a2485431f30ae] has joined #ubuntu-devel [04:48] <_d4vid> re all [04:50] <_d4vid> play Sonny Black und Saad - fickdeinemutterslang [04:51] please turn that off. [04:53] ogra : Erm, which queue would that be? === pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel [04:54] infinity, upload ? [04:54] pitti, hey [04:54] ogra : If it's not on -changes, I can't see it. (ie: anything in queue/new is out of my jurisdiction) [04:54] Moin [04:54] infinity, oh, ok [04:54] infinity, thanks then [04:54] Yo pitti. [04:55] pitti, new schooltool/bell have no more debian dirs in orig.tar.gz :) === otavio [n=otavio@unaffiliated/otavio] has joined #ubuntu-devel [04:55] infinity: saw your uploads, will do them now. THanks a lot === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [04:56] pitti : NP. Just needed to find a spare moment to do them. Sorry for the delay. :/ === camilotelles [n=Camilo@201.32.223.192] has joined #ubuntu-devel === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-devel === kentaur [n=kent@adsl-065-006-206-159.sip.mia.bellsouth.net] has joined #ubuntu-devel === Arrogance [n=aks@ottawa-hs-209-217-110-104.d-ip.magma.ca] has joined #ubuntu-devel === zeedo [n=zeedo@www.reboot-robot.net] has joined #ubuntu-devel === pef [n=loic@lns-vlq-39f-81-56-130-224.adsl.proxad.net] has joined #ubuntu-devel === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel [05:43] (quit [05:43] heh === arsen_ [n=arsen@devel.priocom.com] has joined #ubuntu-devel === skora [n=skora@24-50-193-209.clvdoh.adelphia.net] has joined #ubuntu-devel === xerox [n=xerox@adsl-163-237.38-151.net24.it] has joined #ubuntu-devel === brenner [n=Unknown@WNPP-p-203-54-24-83.prem.tmns.net.au] has joined #ubuntu-devel === brenner [n=Unknown@WNPP-p-203-54-24-83.prem.tmns.net.au] has left #ubuntu-devel ["Leaving"] === infinito [n=infinito@75.Red-80-59-227.pooles.rima-tde.net] has joined #ubuntu-devel === _d4vid [n=xxx@tor/session/x-4a6d7156f377a3cf] has joined #ubuntu-devel === Lathiat is now known as lathiat === zeedo [n=zeedo@www.reboot-robot.net] has joined #ubuntu-devel === blueyed [n=daniel@iD4CC1379.versanet.de] has joined #ubuntu-devel === Mitario [n=michiel@sikkes.xs4all.nl] has joined #ubuntu-devel [06:31] hi everyone [06:31] hola === Mitario wonders if there's a bazaar plugin available for eclipse === eruin [n=eruin@76.84-48-29.nextgentel.com] has joined #ubuntu-devel === bur[n] er shrugs === skora [n=skora@24-50-193-209.clvdoh.adelphia.net] has left #ubuntu-devel ["Adios."] === quitte [i=quitte@Af966.a.pppool.de] has joined #ubuntu-devel === ozamosi [n=ozamosi@h192n5c1o1049.bredband.skanova.com] has joined #ubuntu-devel === ogra [n=ogra@p5089CC3B.dip.t-dialin.net] has joined #ubuntu-devel === seb128 [n=seb128@ANancy-151-1-29-66.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel === seb128 [n=seb128@ANancy-151-1-29-66.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel === seb128 [n=seb128@ANancy-151-1-29-66.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [06:49] seb128 : Want to look at totem's build failure and fix it?... Looks related to liblaunchpadintegration. [06:49] yeah, I've that on my list? [06:49] s/?/!/ === Alex [i=hauntedu@sourcemage/HauntedUnix] has joined #ubuntu-devel [06:50] infinity: have you planned to kick the libcairo stuff that stopped on pixman issue? [06:50] should I give you a list ? [06:50] seb128 : What is/was the issue? [06:50] cairo used to depends on libpixman [06:50] seb128 : And I can keep throwing stuff back over and over again, but it'd be nice if you told me it was going to work this time. :) [06:51] and now they have a copy of it (for stability reason, they don't want to expose cairo to pixman changes) [06:51] Ew. [06:51] so libcairo.la dropped the reference to libpixman [06:51] but a lot of other .la got the reference to it before [06:51] (.la files are evil) [06:51] since cairo doesn't grab libpixman [06:51] the builds break on the .la [06:52] But, uhm. Dude. Ew. We're supposed to try to rid the world of statically bundled libraries, not introduce more. [06:52] with the eel2/nautilus/... list I give you that's fine now [06:52] we just need to push a rebuild for everything that had this issue [06:52] Well, I gave everything back after eel2/nautilus, so anything that's failed again is failed for all new issues... [06:53] weird [06:53] the daily build log pages has very few try for i386 [06:53] I'll give it one more try. [06:53] My list may also be incomplete. [06:53] file-roller as an example === Alex [n=hauntedu@sourcemage/HauntedUnix] has joined #ubuntu-devel [06:53] no retry since the 18th [06:53] and we fixed that yesterday, the 19th [06:53] I've a list of such example if you want ... [06:53] Yeahp, no file-roller in my list. I rule. === arsen_ [n=arsen@devel.priocom.com] has left #ubuntu-devel [] [06:54] If you have a complete list, by all means give it to me. :) [06:55] not really, I've a list of main packagew where binary_version != source_version [06:57] That list is about 500 source packages long. [06:57] (300 and something on i386, I guess) [06:57] clearlooks epiphany-browser evolution-exchange file-roller gconf-editor gnome-media gnome-netstatus gnome-panel gnome-pilot gnome-python gnome-python-extras gnome-system-tools gnopernicus gst-plugins0.8 nautilus-sendto [06:57] And not much help. :) [06:57] you can kick that [06:58] Alright, I added that to list of stuff I punted a few minutes ago. [06:59] We'll see what build after the next cron.daily. [06:59] s/build/builds/ [06:59] I'm trying to use the netboot images and I've tried 8/17, 8/18, 8/19, and current, but they all seem to fail in the same way though Colony 3 didn't. Are any of these equivalent to Colony 3? [07:00] seb128 : Oh, want to look at oregano, too? Looks like it's dying on cairo API breakage. [07:01] infinity: vte rhythmbox control-center gthumb gaim metacity vim [07:01] these still depends on cairo1 too, probably to kick [07:02] seb128 : file-roller built. Looks good. [07:02] rock [07:02] infinity: I'll have a look on cairo, I've noticed it ... but totem first :) [07:03] s/cairo/oregano/ [07:03] I assume. [07:03] correct [07:03] totem builds fine here and on concordia === seb128 wonders why it's not happy with launchpad-integration on the buildds === eruin [n=eruin@76.84-48-29.nextgentel.com] has joined #ubuntu-devel === kobold [n=kobold@catv-50638d13.catv.broadband.hu] has joined #ubuntu-devel [07:05] /usr/X11R6/bin/fglrxconfig [07:05] /usr/X11R6/bin/fglrxinfo [07:05] should I file a bug against this? seems wrong to have bin files nowhere near the path === quitte [i=quitte@Af966.a.pppool.de] has left #ubuntu-devel [] [07:07] seb128 : Using the same versions of all the build-deps (and clean chroots)? [07:08] seb128 : Looks like a missing -llaunchpadintegration somewhere to me. [07:08] infinity: no, I'm trying the chroot now. But the package a configure.ac change and a autoconf update ... [07:11] jay: netboot images won't ever be equivalent to CD images, because they're incomplete [07:11] jay: they will rely on the current state of the mirror at the time you install them === jkossen [n=jochem@jkossen.nl] has joined #Ubuntu-devel [07:14] mdz: should a bug be reported on it or is it currently a WIP still? [07:14] jay: it hasn't really seen any testing from our side; it depends on what the failure is [07:15] if it's just uninstallable packages, that's normal === azeem [n=mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel [07:15] mdz: a message box comes up (when the partitioner is about to start) that says: ??? ???? and it just infinite loops [07:15] ./configure: line 19903: PKG_PROG_PKG_CONFIG: command not found [07:15] hum [07:16] jay: that's deserving of a bug report, but be sure it isn't already reported [07:16] seb128: aclocal && autoconf? [07:16] mdz: alright i'll check again to make sure. thanks === hmrocha [n=hrocha@87-196-83-75.net.novis.pt] has joined #ubuntu-devel [07:17] mdz: no sure if that's normal, that happens on the totem build log but doesn't stop anything [07:18] seb128: uhm, it doesn't stop anything? It surely should? [07:18] mdz, could you move gnuchess and libassetml1 to main, they are approved in the main inclusion queue and would avoid the constant gcompris spam in the buildlogs [07:20] ogra: gcompris spam in buildlogs? [07:20] ./configure: line 19903: PKG_PROG_PKG_CONFIG: command not found [07:20] checking for pkg-config... /usr/bin/pkg-config [07:20] ... [07:20] Mithrandir: http://people.ubuntu.com/~lamont/buildLogs/t/totem/1.1.4-0ubuntu2/totem_1.1.4-0ubuntu2_20050820-0952-i386-failed.gz [07:20] mdz, yes... http://hwdb.ubuntu.com/buildlogs/ [07:21] gcompris cat build without gnuchess... but gets retried every 30 min it seems [07:21] =( I think evms just friend my 500GBs of movies. [07:21] fried [07:21] oh, in the gcompris build logs :-) [07:21] cant even [07:21] seb128: uhm, there's something funky in how that configure was created. [07:21] Mithrandir: why ? [07:21] ogra: gnuchess is not in http://people.ubuntu.com/~mdz/anastacia.txt [07:21] seb128: because it's an unexpanded macro [07:22] ogra: gcompris does not build-depend on it [07:22] seb128: from pkg.m4: [07:22] AC_DEFUN([PKG_CHECK_EXISTS] , [07:22] [AC_REQUIRE([PKG_PROG_PKG_CONFIG] )dnl [07:22] but for some reason, PKG_PROG_PKG_CONFIG wasn't expanded. [07:22] ogra: unless you changed that just today === jammcq [n=jam@pcp09011044pcs.watrfd01.mi.comcast.net] has joined #ubuntu-devel [07:22] jammcq: hey [07:22] mdz, err, nope.. it depends on it, but doesnt build depend... [07:22] Mithrandir: what is charged to expand it? [07:23] seb128: it's missing from aclocal.m4 [07:23] ogra: what depends on it? [07:23] gcompris [07:24] afaik... [07:24] seb128: but gets added if I run aclocal-1.7 by hand [07:24] mizar:[/etc/gdm] apt-cache show gcompris | grep gnuchess [07:24] zsh: done noglob apt-cache show gcompris | === JanC [n=janc@dD5E086DA.access.telenet.be] has joined #ubuntu-devel [07:24] ogra: it looks like someone uploaded a new version with a new build-dep on gnuchess [07:25] since the last germinate [07:25] mdz, thats very strange [07:25] seb128, that was your upload i assume then [07:25] does it have some evil automatic modification of control? [07:26] hmm, it shouldnt... no control.in afaik... lest me pull the source [07:26] the source is huge [07:26] yup === Arrogance [n=aks@ottawa-hs-209-217-110-104.d-ip.magma.ca] has joined #ubuntu-devel === shackan [n=shackan@host60-107.pool8257.interbusiness.it] has joined #ubuntu-devel [07:27] mdz, i'm getting used to huge sources with edubuntu ... see nvu :/ [07:27] mdz: ho [07:27] ogra: what my upload, of what? [07:27] ogra: the cairo upload are "no changes upload" [07:27] seb128, gcompris rebuild for cairo.... [07:27] that's just "apt-get source .. dch" [07:28] strange [07:28] i'll look at the source and fix whats necessary... [07:29] <\sh> this is not my day [07:29] <\sh> 4 hours in the morning, now 4 hours in the evening...I didn't get any sleep..but work for the company [07:30] mdz : Once the last libgl1-xorg deps are dead in main (which should be true in a cron.daily or two), I assume I have a green light to fix {ed,k,}ubuntu-meta? (-desktop depends on libgl1-xorg) [07:30] ogra: gcompris is scheduled for demotion to universe [07:30] according to anastacia [07:30] mdz : Uploads are signed and queued, just waiting untul the new X builds, which kills libgl1-xorg from the x-window-system-core metapackage (which -desktop also depends on) [07:30] mdz, why ? [07:30] mdz, it was approve already [07:30] ogra: packages only go in main when they are seeded, or a dependency of a seeded package === terrex [n=terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel [07:31] (do I need to add that to /topic?) [07:31] infinity: wtf is that doing in a seed? [07:31] mdz : Send it out in a "tips for new employees" brochure when people sign on. [07:31] infinity: oh, indirectly through the metapackage [07:31] mdz, ah... i commented it to have edubuntu-desktop installable again... until all other deps are approved too [07:31] (which is done) [07:32] ogra: don't do that [07:32] mdz, Kamion told me so... sorry [07:32] mdz : Actually, I have NO idea why it's ALSO depended on by the -desktop metapackages, since the metapackages depend on x-window-system-core, which in turn depends on GL. Hrm. I could/should just kill the dep completely, rather than switching it. [07:32] infinity: the metapackages are generated straight from the seeds, so if there's a direct dep (and it wasn't hand hacked), someone seeded it [07:33] <\sh> hmmm... [07:33] <\sh> usr/lib/mozilla-firefox/firefox-bin: symbol lookup error: /usr/lib/mozilla-firefox/components/libgfx_gtk.so: undefined symbol: pango_xft_get_font_map [07:33] <\sh> nice [07:33] ./desktop: * libgl1-xorg # depended upon by libgl1-xorg-dri, but lsb dep on virtual libgl1 makes it ordering-dependent [07:33] mdz : Looks like a longstanding thing. I see in the changelog where the xlibmesa-gl dep was switched to libgl1-xorg. Weird. [07:34] infinity: so it's a workaround for lsb confusing germinate [07:34] mdz : lsb depends on libgl1-mesa | libgl1 ... (well, it does now, used to be libgl1-xorg | libgl1) [07:34] oh [07:34] mdz : Either way, doesn't germinate prefer the first alternate, and go with that? [07:34] then we can remove that [07:34] infinity: yes, but lsb used to depend on "libgl1" [07:34] Ahh. Well, fixed now. [07:35] infinity: let's wait for the dust to settle before changing the seed, but I think we can remove that [07:35] Kay, but I will need to change the metpackages by hand, then, or people will have conflicting packaging on their hands. [07:36] (Which I was prepared to do anyway, I didn't realise they were automated via the seeds) [07:36] In retrospect, I suppose that should have been obvious. [07:36] ogra: ah, I see, the dep isn't new; it was just broken when gcompris was moved to main, and by removing it from the seed, you caused germinate to ignore its deps, so they never showed up for promotion to main [07:37] mdz, ok... i'll re add it to the desktop seed.... [07:37] infinity: apt-get source ubuntu-meta && cd ... && ./update && build [07:37] ogra: _all_ of its deps have approved reports now? [07:37] mdz, yup [07:37] mdz, i'm only missin 3 server reports and have two packages that need work, then edubuntu is sorted [07:38] mdz : Slick. But if you're saying I should keep the change out of the seeds for now, I assume I should just hand-hack desktop-* for now, then ./update in a later upload after the dust has indeed settled and the seeds have been shuffled? [07:38] infinity: no, go ahead and change the seed, but change the package name rather than removing it entirely for now [07:39] mdz : Ahh, check. Consider it done. [07:39] infinity: you need to wait up to 10 minutes or so for the seeds to be refreshed at ~cjwatson before running update [07:39] which is really a bug which should be fixed [07:39] but pretty much everything which looks at the seed does that [07:39] s/seed/seeds/ [07:39] Fair nuff. I'm waiting on some builds anyway, so it's no big deal. === highvoltage [n=Jono@196.25.192.240] has joined #ubuntu-devel [07:40] <\sh> infinity: make that firefox works again ;) === dand [n=dand@83.103.205.136] has joined #ubuntu-devel [07:42] ARGH [07:42] arch_run_editor: please set $EDITOR [07:42] i hate baz for not falling back to a default $EDITOR [07:42] GRR === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel [07:45] ogra: don't forget to merge ubuntu->edubuntu seeds from time to time [07:45] I have been doing it for you [07:45] mdz, i just did that 5 mins ago before the commit... hopefully they dont clash now [07:46] I just removed a package from supported [07:46] every time we do that, we need to merge or it doesn't take effect [07:46] yup, Kamion explained that to me... sorry for being so slow in understanding the anactacia stuff [07:46] but i thin i got it now [07:47] think even === Arrogance [n=aks@ottawa-hs-209-217-123-142.d-ip.magma.ca] has joined #ubuntu-devel [07:48] I have tried to add some documentation as we go [07:48] hopefully the procedure on maininclusionqueue is clear now [07:48] and i finally convinced edubuntu-server to be on the CD.... :) [07:48] we should document the metapackage stuff somewhere === jsgotangco [n=jgotangc@info1-16.info.com.ph] has joined #ubuntu-devel [07:49] Mithrandir: where is your unionfs casper branch again? === poningru [n=poningru@n128-227-27-8.xlate.ufl.edu] has joined #ubuntu-devel === poningru [n=poningru@n128-227-27-8.xlate.ufl.edu] has joined #ubuntu-devel === poningru [n=poningru@n128-227-27-8.xlate.ufl.edu] has left #ubuntu-devel ["Leaving"] === brz [n=brzy@209-47-142-224.real.ca] has joined #ubuntu-devel [07:56] mdz: tollef.fog.heen@canonical.com/casper--unionfs--0 [07:56] ogra : You may want to sync your seeds again, then. [07:56] Mithrandir: thanks === dcraven [n=dcraven@CPE000f3d5d5cd1-CM014340007726.cpe.net.cable.rogers.com] has joined #ubuntu-devel [07:59] Mithrandir: I've made a breezy branch and merged that into mainline, thanks [07:59] (that = your unionfs branch) === brz is now known as _dev_urandom === doko [n=doko@dsl-084-059-069-234.arcor-ip.net] has joined #ubuntu-devel [08:02] infinity, thanks [08:04] mdz: I thought unionfs was breezy+1? [08:04] mdz: since it didn't make FF [08:04] Mithrandir: right. I've created a breezy branch, and I've merged your changes onto mainline (not the breezy branch) [08:04] mdz: ah, then I understand. :-) [08:06] mdz : Now that xorg's libraries have all been fully modularised, would it not be a good idea to stop explicitly seeding them all, and let germinate just do its job figuring out what we actually need? [08:06] infinity: them all? are we doing that for something other than libgl? [08:06] we shouldn't seed any libraries IMO === doko [n=doko@dsl-084-059-069-234.arcor-ip.net] has joined #ubuntu-devel [08:07] mdz : I just noticed that supported pretty much has everything that used to be generated from xorg source explicitly seeded. [08:07] elmo: we only do it where germinate does the wrong thing and it's hard to fix [08:07] infinity: oh, you mean the -dev/-dbg packages [08:07] Including some stuff we don't actually ship anymore. [08:08] right, I've been clearing that stuff out as I notice it, but we need to do a thorough audit for stuff which is only in main due to a -dev package in supported [08:08] archive not registered: ubuntu-devel@lists.ubuntu.com [08:08] how the christing bananas did baz lose that? [08:09] mdz : Yeah, a mess of dev stuff, it looks like. Isn't germinate supposed to DTRT with build-deps for dev packages? [08:09] mdz: Can we shift toshset to main in the near future? [08:10] infinity: it does. however, we found that in the end we had a whole bunch of -dev packages ending up in extra because we were using one binary from the source and not others [08:10] mjg59: wiki.ubuntu.com/MainInclusionQueue [08:10] er [08:10] UbuntuMainInclusionQueue [08:13] err, the packagenamed in the seeds are source packages, right ? has someone a suggestion why i am told that gartoon isnt available ... ? its definately there... [08:13] packagenames indeed [08:15] elmo: Can you sync toshset from unstable? [08:16] ogra : No, seeds are binary packages. [08:17] eeek... ok [08:17] i'm silly, ignore me... *sigh* [08:17] (I expected them to be a mix of source/binary, like Packages-arch-specific when I first looked at them, and was disappointed to find out they weren't) [08:21] indeed its logical to have the binary names in there, since you might not want all binarys from one source in main.... [08:22] Right, but since you may also want the complete source, a P-a-s style %source notation would be nice. [08:22] Oh well. [08:23] that would avoid things like changing binary package names around and having things suddenly demoted to universe [08:23] leaving stupid people like me fairly confused [08:24] It would also cover the "we want all the -dbg/-dev package for libfoo installed" case, without naming them all. [08:24] But it's a put up or shut up thing, I'm sure, and I haven't even looked at germinates code yet. [08:25] s/germinates/germinate's/ === kobold [n=kobold@catv-50638d13.catv.broadband.hu] has left #ubuntu-devel [] === incomple1e [n=mu@195.62.234.66] has joined #ubuntu-devel === leonel [n=leonel@201.137.163.18] has joined #ubuntu-devel [08:33] so ... to upgrade from hoary new install to breezy just apt-get dist-upgrade ? [08:35] leonel: #ubuntu, please === leonel kicks himself to #ubuntu === jbull [n=jonah@c-24-34-36-87.hsd1.ma.comcast.net] has joined #ubuntu-devel [08:39] Mithrandir: what's the difference between pkgconfig and pkg-config? [08:39] elmo : Is jackass still running on only one CPU? [08:40] mdz : Gratuitous renaming. The latter is the canonical name, I believe. [08:40] At least, I think that's the direction I renamed the CVS module... === infinity tries to remember. [08:41] ogra: schoolbell has an inclusion report but is not seeded [08:43] mdz, its only a dependency from schooltool which is pending, since sadfl requested a new upstream version first... i told pitti to wait until thats in (got the new source today from jinty and uploaded) [08:44] mdz, we only need libschoolbell... [08:45] s/from/of [08:45] ogra: I've promoted everything which was approved and in anastacia [08:45] mdz, thanks a lot :) [08:45] but there are several extraneous reports for packages which are not seeded [08:46] from edubuntu ? [08:47] yes, mostly [08:47] scons ftgl blender kio-apt xaos gnuchess libassetm1 schoolbell [08:47] they are in the package i just upload [08:47] i uncommented evrything now... [08:48] package? [08:48] execpt nvu [08:48] * Added gcompris to desktop-i386, desktop-amd64, desktop-powerpc [08:48] * Added tuxpaint to desktop-i386, desktop-amd64, desktop-powerpc [08:48] * Added blender to desktop-i386, desktop-amd64, desktop-powerpc [08:48] * Added gnome-icon-theme-gartoon to desktop-i386, desktop-amd64, [08:48] desktop-powerpc [08:48] * Added tuxmath to desktop-i386, desktop-amd64, desktop-powerpc [08:48] ogra: I don't understand. did you add those by hand? [08:48] * Added xaos to desktop-i386, desktop-amd64, desktop-powerpc [08:48] blender is in universe [08:49] tuxpaint is in universe [08:49] xaos is in universe [08:49] the update script doesn't add packages which are not in main. how did you do this? [08:49] they are in the seeds [08:50] please tell me what you did [08:50] i had uncommented them temporarily [08:50] in edubuntu-meta [08:50] i ran the update script after updating the seeds [08:50] ARGH [08:50] you added universe to the update script?? [08:50] nope [08:50] someone did [08:50] i didnt touch the update script ecept uncommenting the unsupported arches as you told me [08:51] ok, from the beginning: [08:51] someone did, and it wasn't me or colin [08:52] 1. i added everything to the seeds and ran the update script for the first time... this left edubuntu-desktop and -server uninstallable for weeks... [08:52] 2. Kamion told me to comment the unneeded stuff for now... [08:52] mdz: pkgconfig is the old, deprecated source package name. [08:52] 3. i uncommented what was approved [08:53] ogra: the very first version of edubuntu-meta has universe in the update script [08:53] this is wrong [08:53] no wonder its packages were uninstallable for months [08:54] hmm... i didnt touch it... i'm pretty sure... but its enabled here too... strange [08:54] ogra: who made the package, if not you? [08:54] i took ubuntu-meta.... [08:54] ...which does not and has never had universe in the update script... [08:54] hmm... [08:55] i really cant remember touching the update script except when you told me .... [08:55] i correcte it now [08:55] corrected even [08:56] ogra: please don't upload [08:56] I will fix it [08:56] did you already upload a 0.10? I don't see it in the queue or in the archive [08:56] forget it; I'll upload 0.11 [08:57] no, i just killed the upload and wiped the -0.10 dir [08:57] 0.11 uploaded [08:58] ok, thanks.... sorry for making so much fuss, but i still dont know how universe got in there... [08:58] ogra: the update script is written so that it doesn't add packages to the dependencies unless they are in main [08:58] ogra: for the express purpose of avoiding the package being uninstallable [08:58] you disabled that check by adding universe [08:58] yes, i understand that... [09:01] Meh. I spend all day berating people for not testing before uploading, then catch myself doing it twice in a row. Perhaps I'll take myself out back and shoot myself. === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel === camilotelles [n=Camilo@200165215194.user.veloxzone.com.br] has joined #ubuntu-devel === ogra goes to beat his head against a wall for some hours since he really doesnt know how universe got in his package but is 100%sure nobody else touched it [09:04] ogra: I imagine that you thought it should be there because some of the packages you wanted were in universe [09:04] but the packages are designed to work within main, and all edubuntu packages should be in main [09:05] we talked about that, but perhaps it was after you created the package [09:05] mdz, might be, but i *absolutely* cant remember editing it... thats what bothers me... === {Seb} [n={Seb}@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-devel === mjg59 starts writing a script to autoconfigure IRDA [09:06] <\sh> mjg59: u rock [09:06] <\sh> and I packaged gajim 0.8 right now...and it's the best gtk jabber client I know now [09:06] <\sh> just PSI for gtk [09:07] <\sh> with dbus capabilities [09:07] <\sh> and written in python [09:08] mjg59: what are we going to do about swsusp vs. kernel mismatches for breezy? [09:10] mjg59: ideally we ought to refuse to suspend if the new default kernel is different from the old default kernel; that won't catch all cases but I think they probably deserve what they get if they explicitly choose a different kernel [09:10] mjg59: unfortunately I don't see a way to make it work nicely without parsing menu.lst === mvirkkil [n=mvirkkil@vipunen.hut.fi] has joined #ubuntu-devel [09:10] ya know, once again I'm reminded of one thing about GNOME that *really* needs to be fixed [09:10] apps that don't save their config/state when you logout while they're running [09:14] mdz: Yeah. Something needs to deal with grub. === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-devel === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-devel [09:46] <{Seb}> it seems flashplayer-mozilla has gone from multiverse [09:46] <{Seb}> in breezy [09:46] <{Seb}> sorry - ignore that === jane__ [n=JaneW@wbs-146-136-127.telkomadsl.co.za] has joined #ubuntu-devel [09:58] mjg59: mailed you a gross hack [09:59] elmo: can you whitelist muszilla@users.sourceforge.net if he's not whitelisted already [10:00] mdz: Heh. Right, I'll check it out later on [10:00] <\sh> and I packaged gajim 0.8 right now...and it's the best gtk jabber client I know now [10:00] c66l8 [10:01] If people could test http://www.srcf.ucam.org/~mjg59/tmp/irda-setup.sh I would love them forever [10:01] mjg59: if you know how to look up symbols inside a vmlinuz, it could be made quite a lot more accurate by extracting system_utsname [10:01] hm, that should have been "cool!" (keyboard fucked up again) [10:01] mdz: Not off the top of my head [10:02] mjg59: 22:02:06 ERROR 403: Forbidden. [10:02] I suppose it'd be a matter of un-gzipping the right bit and correlating with System.map [10:02] but I'm far too lazy [10:03] <\sh> guys...I'm surprised...gnome looks better then a week ago === camilotelles_ [n=Camilo@200165215194.user.veloxzone.com.br] has joined #ubuntu-devel [10:05] Mithrandir: Uhm. Try again? [10:05] Oh. That's odd. [10:05] still 403 [10:05] It's a+w [10:05] Hrm. [10:05] Lose the .sh at the end [10:06] Something on the server doesn't like shell screipts [10:06] ogra: Looks like your machine ought to be using nsc-ircc [10:06] mjg59: got it [10:07] mjg59: how do you want me to test it? Apart from running it and seeing it complain about missing setserial, I mean. :-P [10:07] Mithrandir: Heh. Install setserial, run it, tell me what /var/run/irdadev looks like === tortoise_ [n=tortoise@81-86-105-156.dsl.pipex.com] has joined #ubuntu-devel [10:08] mjg59: you'll break my suspend now, you know that? [10:08] Mithrandir: Oh, probably [10:08] Illegal UART type: undefined [10:08] irda-setup: line 63: true=false: command not found [10:08] : tfheen@thosu ~ > cat /var/run/irdadev [10:08] /dev/ttyS1 sir [10:09] Whoops [10:09] Excessive $ [10:09] you haven't tested this on your x40 at all? :-P [10:09] I have, but you have a later BIOS version [10:10] So it actually works for you [10:10] Mine has broken IR [10:10] ah, ok [10:10] mine has spoken with my phone on several occasions [10:11] Mithrandir: Can you grab it again and retry? [10:11] cat /var/run/irdadev [10:11] irda0 fir [10:11] no error messages [10:11] Ok, that looks better [10:11] Rock [10:11] Now I just need more PNP IDs [10:11] And to rewrite irda-utils === trygvebw [n=trygvebw@216-84-238.5002.adsl.tele2.no] has joined #ubuntu-devel [10:18] <\sh> mjg59: what u need? I have this nc6000 with the smsc-ircc2 chipset which is not working [10:20] \sh: If you run the code from http://www.csai.unipa.it/peri/toshsat1800-irdasetup/ does smsc-ircc2 work? === BenC [n=bcollins@ip68-107-227-12.hr.hr.cox.net] has joined #ubuntu-devel [10:21] <\sh> mjg59: I tried...never successfull [10:22] <\sh> but I will give it a try again... [10:22] <\sh> I think I should take the time to test irda on the portege [10:23] \sh: You've seen http://people.debian.org/~pxt/nc6000/ ? [10:24] what do y'all think: https://wiki.ubuntu.com/CACertInclusion [10:25] <\sh> mjg59: not until now :) [10:25] <\sh> mjg59: I will give it a try tomorrow morning :) [10:25] <\sh> right now I need to test gajim [10:25] desrt: It would currently involve changing the name of Firefox to something else [10:26] mjg59; isn't that why we already call it "firefox" instead of "mozilla firefox" and use a different icon? [10:26] desrt: No [10:26] It's called "firefox" rather than "mozilla firefox" to indicate that it's not the official build. Changing the default SSL certificates would require changing it away from firefox [10:26] that's extremely harsh [10:27] Yeah === desrt goes to read some moz trademark junk [10:28] cacert is pushing for their root cert to be included upstream, though [10:29] ya [10:29] someone just gave me a link to a ranting blog entry [10:29] i'm not sure what to make of it, but it sounds like mozilla are being dickslaps about it [10:30] http://blog.cacert.org/2005/07/81.html [10:30] eh, not everyone trusts cacert [10:31] tseng: their CA policy is just fine, IMO, but they're on crack wrt some of the GPG stuff [10:32] Mozilla won't accept the CA root certificate until they're satisfied that they hand it out sensibly [10:33] their blog is funny [10:33] and up to here, sensibly ~= "with a large fee for services rendered" [10:34] capitalism == bad, and wep can be cracked in "minutes" === mitsuhiko [n=blackbir@80.122.201.98] has joined #ubuntu-devel === _d4vid [n=xxx@tor/session/x-b1fdeb32baa55521] has joined #ubuntu-devel === _d4vid [n=xxx@tor/session/x-b1fdeb32baa55521] has left #ubuntu-devel ["Ex-Chat"] [10:35] eh, not everyone trusts cacert [10:35] I don't trust verisign... [10:35] ya [10:35] if _I_ can get a cert for a (not yet) existing company, everybody can... [10:36] SSL is only vaguely trustworthy as an authentication method [10:36] eh, i dont "trust" anyone that isnt a well established business for some time *AND* has a valid cert === camilotelles [n=Camilo@200165215194.user.veloxzone.com.br] has joined #ubuntu-devel [10:36] but thats probabyl a different issue [10:36] "valid" according to what? [10:36] some other business says "oh ya.. you can trust these guys" [10:37] yes [10:37] ... [10:37] <\sh> hmmm.... [10:37] <\sh> /usr/include/python2.4/pyconfig.h:835:1: warning: "_POSIX_C_SOURCE" redefined [10:37] <\sh> how can I get rid of this error? [10:37] it's a warning [10:38] <\sh> yeah...is there a way of getting rid of it? [10:38] desrt: the cert validating amazon.com doesnt protect me 100% from someone squatting on it from the begining [10:38] desrt: but it does offer you something for MiM or similar === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel [10:43] tseng: do you think it's by accident that all the canonical certs are self-signed even though sabdfl did Thawte? [10:43] Mithrandir: erm. it is, actually. i think we're starting to get a few from komodo now :-) [10:43] <\sh> LOL [10:44] :) [10:44] comodo I think [10:44] we tried to get some from thawte but they proved too difficult to deal with [10:44] sabdfl: we are? Amazing :-) Might get rid of some of those multiple ssl vhosts on the same ip as well in the process? [10:44] <\sh> sabdfl: u r surprising me every single time u r appearing from nowhere ,-) [10:45] currently appearing from my kitchen [10:45] just get certs from cacert [10:45] \sh: I think his IRC client went "bling" when I said his name. [10:45] \sh: ^ [10:45] tho i was just in another window, hacking on my w/e gift to the launchpad team [10:45] sabdfl: fingers bleeding yet? [10:46] mdz: somewha [10:46] t [10:46] <\sh> Mithrandir: hmmm....or sabdfl wrote an irssi plugin for sending out sms to his mobile when his name is hilighted [10:46] silbs doesn't believe i can add an LP subsystem in a weekend [10:46] \sh: he doesn't use irssi, TTBOMK [10:46] <\sh> no irssi? come on...,-) [10:46] sabdfl: "can" or "should"? ;-) [10:47] <\sh> hmmm....rhythmbox and rbscrobbler are not running anymore together === ogra_ [n=ogra@p5089F9C9.dip.t-dialin.net] has joined #ubuntu-devel [10:48] <\sh> ah now...it lost the password somehow [10:49] \sh; oh. they were deprecated === poningru [n=poningru@n128-227-27-8.xlate.ufl.edu] has joined #ubuntu-devel === ogra_ [n=ogra@p5089F9C9.dip.t-dialin.net] has joined #ubuntu-devel === ogra__ [n=ogra@p5089D9EE.dip.t-dialin.net] has joined #ubuntu-devel === camilotelles_ [n=Camilo@200165215194.user.veloxzone.com.br] has joined #ubuntu-devel [11:09] <\sh> ogra__: how many gnome/gtk uploads I should do per release cycle? [11:10] \sh, as many as you like indeed :) [11:10] mjg59, thanks for the info.. i'll check if i can use nsc-ircc [11:10] <\sh> ogra__: check this out: throw away gaim ,-) use gajim ;) http://linux.blogweb.de/archives/81-Gajim-The-PSI-on-Gnome.html [11:11] ogra__: Could you try running http://www.srcf.ucam.org/~mjg59/tmp/irda-setup and tell me what /var/run/irdadev looks like afterwards? [11:12] mjg59, yup... downloading that was the last thing i tried before my wlan broke :) tryin again now... === ogra__ digs for a old mobile phone with irda [11:12] ogra__: The name's a bit misleading - this will only set up IRDA, not actually start it [11:12] I need to modify irda-utils to handle that === bob_too [n=chris@rrcs-24-153-179-246.sw.biz.rr.com] has joined #ubuntu-devel [11:17] mjg59, setserial isnt installed by default it seems [11:17] ogra__: Indeed [11:18] [84615.106088] nsc_ircc: Unknown parameter `0' [11:18] (dmesg output) [11:19] ogra__: Gah. [11:19] ogra__: Edit it and change "OPTIONS=0" to OPTIONS="" [11:20] [84650.513255] nsc-ircc, Found chip at base=0x02e [11:20] [84650.513268] nsc-ircc, driver loaded (Dag Brattli) [11:20] [84650.515628] IrDA: Registered device irda0 [11:20] [84650.515654] nsc-ircc, Found dongle: HP HSDL-1100/HSDL-2100 [11:20] looks good [11:20] ogra__: Rock [11:20] ogra__: What does /var/run/irdadev have? [11:20] And what hardware is this? [11:20] irda0 fir [11:21] still my amd64 laptop (acer Aspire 1520) [11:21] Cool [11:21] That all looks good [11:21] same for me, with a Thinkpad T40 [11:22] [4582947.644000] nsc-ircc, Using dongle: IBM31T1100 or Temic TFDS6000/TFDS6500 === seth_k [n=seth@d-ip-129-15-213-244.wireless.ou.edu] has joined #ubuntu-devel [11:23] Treenaks, planet RSS still dead, don't think you changed the right bits :( [11:24] torkel: Rocking [11:24] Basically, what this does is look through your PNP data and try to find an IR device [11:24] mjg59: nice [11:24] If it finds a fast IR device, it works out which serial port it's attached to and turns off the UART [11:24] Then it loads the driver [11:25] If the driver loading fails, or if it can't work out which driver to use, it sets the serial port up to match the PNP data [11:25] Then it records this information in a format that can be parsed by irda-utils when it starts up [11:26] Basically, all SIR ports (and most FIR ones) have a PNP of PNP0510 or PNP0511 associated with them [11:26] So this is actually fairly easy [11:26] No idea why nobody's written it before [11:26] heh... [11:26] Most FIR ones have a model specific thing that lets you work out the chip, too === azeem [n=mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel === azeem [n=mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel [11:38] mdz: you may have a point [11:40] Damni. No, acpipnp is missing entries on some machines. === mjg59 tries to figure out why === sedak [n=fred@82-32-125-115.cable.ubr04.hawk.blueyonder.co.uk] has joined #ubuntu-devel === azeem [n=mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel [11:52] LOL === Nafallo sees that badgerdance for the first time ;-) [11:53] elmo: hpoj seems to need some help getting back into universe [11:53] you got is working? [11:53] wrong channel sorry === johnio [n=johnio@user-0c2img6.cable.earthlink.net] has joined #ubuntu-devel [11:53] yay, ltsp-client is installable again... finaly === ogra thanks seb128 in absence === johnio [n=johnio@user-0c2img6.cable.earthlink.net] has left #ubuntu-devel ["Leaving"]