=== robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu-devel === jsgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel === hunger [~hunger@p54A66842.dip.t-dialin.net] has left #ubuntu-devel ["...] [12:30] mdz: ping === azeem [~mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel === lamont__ [~lamont@15.238.5.130] has joined #ubuntu-devel === sabdfl [~mark@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel [12:51] what the heck is Colin Watson's irc nick? [12:51] Kamion === Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-devel [12:53] Slight problem understanding the .install files used by dh_install. [12:54] What is the root path they are copied from? === rcliii [~rcliii@cpe-65-26-158-102.cinci.res.rr.com] has joined #ubuntu-devel [01:01] Burgundavia: yo? [01:02] Kamion, someone on the forums, asking about OEM installer [01:02] wasabi_: root of the unpacked source package [01:02] so I mentioned to come and talk to you [01:02] Burgundavia: *shrug* will be ready when it's ready :) [01:02] indeed [01:02] Kamion, Hmm. I'm a bit confused why this used to work. [01:02] I thought I could just put usr/share/foo in the .install file. [01:03] Without preceeding it with debian/tmp [01:03] wasabi_: do you mean the left-hand side or the right-hand side of the line? [01:03] Left handed side. [01:03] Without a right handed side [01:03] wasabi_: you're using --autodest? [01:04] I am using cdbs. [01:04] or --sourcedir? [01:04] Doesn't look like that's being passed. [01:04] oh, who knows what that does === Kamion only does debhelper [01:04] Heh. [01:04] dh_install -peclipse-platform [01:04] cp: cannot stat `./usr/share/eclipse/eclipse.ini': No such file or directory [01:04] This is odd because I swear I've done this, with cdbs, before. [01:04] use DH_VERBOSE to see what it's doing === stub [~stub@203-217-37-199.dyn.iinet.net.au] has joined #ubuntu-devel [01:05] perhaps you need to use --sourcedir if ./usr/share/eclipse/eclipse.ini doesn't exist relative to the root of the source package you're building in [01:07] coin [01:08] Heh. [01:08] It does a bunch of files. [01:08] But just doesn't do this one. This one is a symlink. [01:08] wasabi_: use .links then ? [01:09] Yeah. That just means part of the logic for creating the symlink is in rules and part isn't. [01:10] This thing always beats my ass. [01:13] Duck_busy, okay... how about this. I have removed all the complicated parts. I have only usr/share/eclipse/eclipse.ini listed in .install. [01:13] And it's saying not found. === Jerrac [~user@madcab3-130.crestviewcable.com] has joined #ubuntu-devel [01:14] This has worked before without me having to tell it what the sourcedir is. [01:15] hum [01:15] was in debian/tmp/ but is now in debian// ? [01:15] I was told on the forums to talk to Kamion or mdz about my request. Are they here? [01:16] jhaltom@station-1:/dev/shm/eclipse/eclipse-3.1~RC2$ ls debian/tmp/usr/share/eclipse/eclipse.ini [01:16] debian/tmp/usr/share/eclipse/eclipse.ini [01:16] Jerrac: I'm here, but about to be dragged off to bed [01:16] ah, ok. maybe I can be quick then. [01:16] so if it's not a one-line-answer thing it'll probably have to wait :) [01:16] wasabi_: then using debian/tmp/usr/share/eclipse/eclipse.ini should strip debian/tmp and be ok [01:16] Here is my post: [01:16] I see that there is going to be an OEMInstaller: http://udu.wiki.ubuntu.com/OEMInstaller [01:16] I am working on a Ubuntu based computer to sell on ebay, the one thing I am having problems with is an easy way for the buyer to change the default username and password I have to put on with Hoary. [01:16] Is there a way I could use part of the current OEMInstaller to create a script that the buy could run when they first start the computer? As in they log in under the default username and then click the script to run it. [01:16] Thanks!! [01:16] Duck_busy, I have to put debian/tmp in .install? [01:17] See, I've just never had to do that before. [01:17] Jerrac: there isn't a "current OEMInstaller" [01:17] wasabi_: yes sir [01:17] I used ot be able to just plain list "usr/share/eclipse/eclipse.ini" [01:17] Is there some code I could use to do what I want? [01:17] wihtout a leading / [01:17] did u used .files instead of .install ? [01:17] NOpe. [01:17] Or do you have any other suggestions? [01:18] wasabi_: or dh_install --autodest ? [01:18] I've done this previously with cdbs [01:18] Jerrac: not really, if I were you I'd install without creating a user (you can do this by setting the root password instead) and run dpkg-reconfigure passwd afterwards [01:18] without touching the dh_install logic at all [01:18] wasabi_: why stop using cdbs ? [01:18] I am using cdbs. I haven't stopped. [01:18] Jerrac: but the work basically just hasn't been done yet, so you'll have to do a certain amount of stuff yourself [01:18] Actually I'm converting a non-cdbs package to cdbs [01:18] perhaps cdbs logic changed then [01:19] yah, i figured that. [01:19] but is am not aware of such changes [01:19] How do I bypass creating a user in the install? [01:19] Jerrac: like I say, set the root password [01:19] wasabi_: ask jbailey tomorrow about it [01:19] he will be able to tell you if anything changed [01:19] ok, thanks. I will try to figure that out. :D [01:20] he is cdbs main author [01:20] Jerrac: if you're working interactively, use expert mode and you'll see it [01:20] yeah [01:20] I'm looking at this package right here... java-common [01:20] Jerrac: otherwise, preseeding/kickstart can do it [01:20] In it's .install it lists etc/jvm [01:20] in it's rules it lists dh_install -i [01:20] ok, thanks! [01:20] and that's it [01:20] anyway, got to go ... [01:20] I will go work on it more. :D [01:20] Have a good evening! [01:21] ta [01:21] wasabi_: compat level is ? [01:21] oooh. ones doesn't have it listed. [01:22] the one that is broken is 4 [01:22] here it is [01:22] old behavior was .files compat stuff with like --sourcedir=debian/tmp i'm sure [01:22] ahh. [01:22] okay. that probably explains it. [01:24] wasabi_: try using : DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp [01:24] if you don't want to modify your .install files [01:24] I'll just put debian/tmp in front of everything [01:25] my install files need to copy from debian/extra also. [01:25] ok [01:27] whiprush: feh, feh, feh === dooglus [~dooglus@user-6858.l1.c2.dsl.pol.co.uk] has joined #ubuntu-devel [01:28] thom: hi :-) [01:28] Nafallo: you're welcome to, ensure that your dhcp server gives out the right details and you will [01:29] thom: it's way more complex than that I'm afraid ;-) [01:29] thom: my domain exists both outside and inside my network (with different ips assigned) [01:30] thom: I want to use the internal dns when I'm at home and whatever dns I get when I'm away. [01:30] Nafallo: so? if your dhcp server gives out the correct nameservers, then NM will configure bind9 to use them [01:30] thom: this new setup breaks that :-/ === jgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel [01:30] Nafallo: i don't see how, at all [01:30] good night folks [01:31] man, mdz's got his joeyh-game-face on for ubuntu uploads [01:31] Nafallo: all bind9 is being used for by NM is as a caching nameserver that it can reconfigure based on the instructions it recieves from dhcp === Duck_busy is now known as Duck_dodo [01:31] oh darn dh_install can't rename [01:31] yes, it totally sucks that it has to be bind9; there're moves afoot to fix that. but that's not the issue here [01:33] thom: hmm, and the instruction is not the options domain-name-servers and domain-name? [01:33] Nafallo: if it's not working, you're probably seeing the result of 11905 [01:33] which i will fix in the morning === seth_k is away: out [01:34] thom: I've recompiled with that package as build-dep :-) [01:34] thom: ehm. let me check something ;-) [01:35] well, what does "grep forwarders /var/lib/NetworkManager/NetworkManager-named.conf" give you? [01:36] thom: right now I've screwed the config a bit. but that has indeed the correct forwarder :-) [01:37] and your /etc/resolv.conf has 127.0.0.1? [01:37] thom: yes [01:37] then i don't see what the problem is? i'll fix the two bugs whiprush reported in the morning [01:38] thom: before I didn't got the correct forwarder set, cause I couldn't find my own domain. [01:39] http://help-info.de/en/Help_Info_Longhorn/longhorn_help_pane.htm [01:39] "Ask Your Community" [01:39] can you say... launchpadIntegration? [01:40] thom: right now I'm happy you came online so that I can test it again :-) [01:40] thom: thanx for explaining :-) [01:42] np === Robinho_Peixoto [~robinho@200164022028.user.veloxzone.com.br] has joined #ubuntu-devel === Robinho_Peixoto [~robinho@200164022028.user.veloxzone.com.br] has left #ubuntu-devel ["Leaving"] [01:55] mdz: i'm not keen on bind9 being necessary; i'm going to chase down what changes are needed for lwresd to be suitable and work on them tomorrow === jlj [~agp@cm-80.111.99.032.chello.no] has joined #ubuntu-devel === sabdfl [~mark@sabdfl.silver.supporter.pdpc] has left #ubuntu-devel [] === rcliii [~rcliii@cpe-65-26-158-102.cinci.res.rr.com] has joined #ubuntu-devel === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel === marcin_ant [~marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel === seth_k is back. === superted [~superted@213.167.101.222] has joined #ubuntu-devel [02:57] what does "CCDEPMODE = depmode=gcc3" mean in makefiles? im trying to build a package right now that seems to want gcc-3.4 and I have a feeling its because of the depmode [02:58] http://finaperf.com/annuaire/ [02:58] nice logo [02:59] http://finaperf.com/images/logo-finaperf.png [02:59] mako: circle of ripoffs [02:59] mako, did you see the msn one too? [02:59] dude, people mail me about the MSN one at least 4-5 times a week [02:59] oh sorry [02:59] ALL THE TIME === mdke buries himself in the ground [03:00] everybody else did too apparently :) [03:00] well, it's fine.. you don't read my email :) [03:00] that's what you think [03:00] i get trademarks@ubuntu.com [03:00] ah that explains it [03:00] so i see it all === Clint stops reading mako's email. [03:00] Clint: fine with me.. answer some of it will you [03:00] mako, one day i will apply to be a lawyer at Canonical ;) [03:01] mdke: then i get to forward to this stuff to you :) [03:01] *grins* [03:01] anyone have a link for the msn one? [03:01] better yet, my email will BE your email [03:01] Unfrgiven, hang on, it is on someone's blog [03:01] it's in mako's mailbox [03:01] i love the backports logo [03:01] reminds me of bizarro [03:01] jsgotangco: link? [03:02] Unfrgiven: it's msn-spaces [03:02] its basically the ubuntu logo in blue and the dots are inside [03:02] azeem: my inbox is a scary scary place [03:02] I can imagine [03:02] Unfrgiven, http://blog.carthik.net/vault/2005/04/14/msn-spaces-and-ubuntus-logo/ [03:02] mine already looks quite scary [03:02] whoops [03:03] Unfrgiven, sorry, follow the link to http://people.warp.es/~jorge/blog/?p=38 [03:03] woah! [03:04] heh [03:05] mdke, become Ubuntu's favorite Barrister [03:05] jsgotangco: the backports logo is pretty neat! [03:05] jsgotangco, what can i say, it would be my dream job [03:06] mako, so what is the answer to the msn-spaces trademark thing? i'm curious [03:06] Unfrgiven, yeah, totally Bizarro === _Legion_ [~adebarbar@labi.fi.uba.ar] has joined #ubuntu-devel === dooglus [~dooglus@user-6858.l1.c2.dsl.pol.co.uk] has joined #ubuntu-devel === SloMo_ [~slomo@p5487F53A.dip.t-dialin.net] has joined #ubuntu-devel [03:09] mdke: the answer is we're not doing anything about it now [03:09] i've told mark and jane [03:09] and i guess we're sitting on it [03:09] we're registering the mark as many places as we can === mako shrugs [03:09] hmm [03:10] you also have copyright in it [03:10] we were there first [03:10] well, that's going to really impact any dilution suit [03:10] Barrister, please give your pro bono opinion [03:10] heh [03:10] i'm not great on copyright [03:10] personally, i'm happy with MSN using their little pudgy friends thing [03:10] that's why I'm interested === mdke nods [03:11] what i'm worried about is that they will sue *us* just as a way to hurt us [03:11] mako, well if they do you can respond [03:11] ultimately, it's up to mark and/or his lawyers [03:11] if they think we're safe, great [03:11] i suspect it's a "how long is this string" sort of thing [03:11] jsgotangco, its basically a question of whether they WANT to do anything about it, its pretty clear that they can do if they want [03:11] we'll be able to find folks on either things === mdke nods [03:12] i mean, MS can sue for stupid things with or without the logo [03:12] are mark's lawyers SA based? [03:12] some of them (e.g., patents, etc) probably more promising than this :) [03:12] i have no idea [03:12] mark doesn't talk about his lawyers very much :) [03:12] LOL [03:13] i mean, even in situations where i think he would, he doesn't [03:13] like, his bankers.. sure.. lawyers not so much [03:13] interesting [03:13] we're not a popular race [03:14] i have a disproportionately large number of friends among your ilk [03:14] yeah i am not surprised [03:14] i've read your blog [03:14] at least one of them is trying to recruit me [03:14] mdke: you should read it daily [03:14] tseng, alright [03:14] heh, he stopped updating it [03:15] but its always great [03:15] tseng: no way dude.. 1 week break [03:15] i'm recouping my strength [03:15] i posted yesterday [03:15] ill await your triumphant return to the blogosphere [03:15] oh man.. it's gotta be good [03:15] *grins* [03:15] pressure! [03:16] i need to invent a game [03:17] night all [03:17] cya [03:17] oh man.. i thought of a good one [03:17] i want to hear that [03:18] mako: my recent favorite was about eating pennies [03:18] not really a game.. but sort of [03:18] i am going to write poetry using only the names of packages [03:18] this will be great [03:18] oh no [03:18] this reminds me so much of magnetic poetry [03:19] jsgotangco: i'm pretty good at magnetic poetry [03:19] "synergistic action" [03:19] "we come" [03:19] that was long [03:19] it was an epic [03:19] move over homer [03:19] hah [03:32] there are a lot of packages [03:32] i'm still at b [03:33] hmm probably around 17,000 [03:33] mako: you should write a poem using each of them exactly once === daniels blinks at findutils. [03:33] except the ones containing the letter 'e' [03:33] go beat dr. seuss [03:33] mdz: well, i'm going to have it make sense.. so i'm using the ones that are or could be read as real words out of context [03:35] you *have* to use apt [03:35] jdub: i'm gonna to do better [03:35] it's just a good real word [03:35] jdub: BETTER.. you'll see [03:35] i'm going to write several [03:35] mako: apt-cache dumpavail | grep-dctrl -nsPackage '' | sort | comm -12 /usr/share/dict/words [03:36] i'm going to write one in honor of sarge [03:36] mdz: nah.. i'm not *just* using the real words [03:36] are you going to ignore numbers in names? [03:36] mdz: i'm also using ones that *could* be read as real words [03:36] like apoo [03:36] "that software is totally apoo" [03:37] how about emacs [03:37] or gpg [03:37] heh [03:37] nope [03:37] probably not [03:37] dude, there are a lot of words to choose from [03:37] mako: zenity :) [03:37] the zenity of it all.... [03:37] mdz: i will do that to make sure i didn't miss any [03:39] jdub: what's wrong with apt? [03:39] hmm.. cccc, maintained by Kamion [03:39] mako: ah, right, you can use some of them phonetically [03:39] the enthusiastic spaniard said "cccc" [03:39] or compound words [03:39] exactly [03:39] mdz: i was praising it as an excellent word [03:40] jdub: oh, I misinterpreted you [03:40] oh, howa bout "cduce" [03:40] mako: so you couldn't use 'man', for instance? [03:40] as in, "cduce me" [03:40] sounds like an sms acronym heh [03:41] jdub: no, i'm using both real words and sound-alikes [03:41] i will probaly use man [03:41] man isn't a package though [03:41] 'an' 'and' [03:41] "cduce me, it feels so apoo" [03:41] ah, you're correct [03:41] damnit [03:41] so, no, i won't [03:41] aha [03:42] it is rad that 'the' exists [03:42] so you could say package names and 1 or 2 letter words [03:42] i'm happy about that [03:42] as does wtf [03:42] tseng: haha! [03:42] dude, cheesetracker!? [03:42] $ apt-cache show bbq [03:42] W: Unable to locate package bbq [03:42] E: No packages found [03:42] cock! [03:42] CHEESETRACKER?? [03:42] oh man [03:42] totally NOT a cheesetracker [03:43] $ apt-cache show cock [03:43] whiprush: Unable to locate package cock [03:43] elmo: No packages found [03:43] buh ironwolf you suck ass [03:43] irssi! [03:43] there are 660 package names which are also in dict/web2 [03:43] gosh stupid thing. [03:43] that is a pretty big vocabulary by itself [03:43] mdz: awesome [03:43] ironwolf: sorry :( [03:43] mdz: yes, it is [03:43] mdz: hrm, so that doesn't catch packages that are multiple real words with or without a hyphen. hmm. [03:43] mdz: how did you get that list? [03:43] mako: amphetamine [03:44] mdz: have it [03:44] mako: apt-cache pkgnames |sort | comm -12 /usr/share/dict/words [03:44] mako: will you let yourself pluralise if it's just a matter of adding 's'? [03:44] oh, i already did that [03:44] mako: apt-cache pkgnames |sort | comm -12 /usr/share/dict/words - [03:45] there is a distinct lack of adjectives, though [03:45] predominantly nouns [03:45] how is apt-proxy2 going? [03:46] hrm, ww [03:46] the august zebra thrust straw at the zoo === mako giggles [03:46] *snicker* [03:46] i'm going to write three [03:46] one about sarge, one about politics and one about sex [03:46] in haiku form? [03:46] no [03:46] :'-( [03:47] i MAY try to make the sarge one a limerick [03:47] (!!!) [03:47] mako: august has gotta be a sarge word ;) [03:47] jdub: ok [03:47] LIMERICK DUDE [03:47] THATS LIKE FUCKING IMPOSSIBLE [03:47] is there a Free rhyming dictionary? [03:47] i have one on my shelf [03:47] but i can't grep it [03:48] jdub: not that i've found [03:48] the bamboo beast felt evolution outguess muscle === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [03:48] ha ha [03:48] jeezz [03:49] watch out for hte bambee beast [03:49] mako: I don't know where you got this idea, but I hope there was whiskey involved [03:49] i am also not going to repeat words [03:49] mako: 'the'? :) [03:49] $ apt-cache show rules [03:49] W: Unable to locate package rules [03:49] d'oh [03:50] mako: your limerick claim sounds like a challenge [03:50] rocks! [03:50] haha [03:50] Description: Make network sockets reliable in a transparent way [03:50] mdz: dude, let me get mine out the door [03:50] i'm still on 'c' [03:50] oh, interesting, web2 doesn't have plurals in it [03:51] wow, rocks looks interesting [03:51] hahah [03:51] jdub: it DOES have 'coq' [03:51] COQ [03:51] haha! === ikuyaLoqu [~ikuya@gnulinux.good-day.net] has joined #ubuntu-devel [03:51] and coq-doc [03:51] just in case you needed instruction on proper care of your coq [03:52] exactly [03:52] my potty poem involves: cpp! apoo! [03:53] heh [03:53] tseng: "first, remove extraneous packaging" ;) [03:54] we should have packages named after all of the words in Jabberwocky [03:54] the next time I don't know what to name something, I will choose one of those [03:54] we already have bandersnatch [03:54] s/don't know what/need/ [03:54] jdub: those are equivalent [03:54] heh [03:54] I _never_ know what to name programs [03:55] casper was inspired [03:55] although it wasn't actually inspired [03:55] I lost like a week of work on that one [03:55] LTSP wouldn't even be started yet if it hadn't already had a name [03:56] is express remotely close to CD testing? [03:56] ltsp puts release-early-release-often into full effect [03:56] jdub: hmm? [03:56] i actually wrote a section of a howto on how to name packagesonce [03:56] mdz: ubuntu express, live installer [03:57] jdub: oh, "is ubuntu-express ready for people to test it" [03:57] yeah [03:57] jdub: I read that as "is ubuntu-express a good test of a CD" :-) [03:57] wow, traffic to archive blows from here atm [03:57] mdz: ah, heh, d'oh ;) [03:57] jdub: it doesn't install the boot loader [03:57] but is otherwise functional, if raw [03:57] nice [03:58] we could write a poem about six month release cycles [03:58] to catch the ubuntu-express! [03:58] it would be nice if, when one logs out of GNOME, if all of the processes in one's session exited [03:58] haha [03:58] I did not anticipate the train metaphors when I came up with that name [03:58] the press will be all over it [03:58] heh, yeah [03:59] Catch the Ubuntu 5.10 Express! [03:59] not if lugradio doesnt ruin it first [03:59] mdz: what's not dying for you? [04:00] 21886 ? Ss 0:00 /usr/lib/bonobo-activation/bonobo-activation-server --ac-activate --ior-output-fd=17 [04:00] did we convince daniels about xlibs-dev depending on all the dev packages? [04:00] 21889 ? S 0:00 /usr/lib/control-center/gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd [04:00] 21892 ? S 0:00 /usr/lib/gamin/gam_server [04:00] 21903 ? S 0:00 xscreensaver -nosplash [04:00] "transitional package" -> grr. [04:01] mdz: ouch! [04:01] I wonder how gdm handles this === Keybuk [~scott@descent.netsplit.com] has joined #ubuntu-devel [04:01] I bet it resets the X server after the session leader exits [04:01] which kills their connections to the X server, causing them to exit [04:01] jdub: xlibs-dev will never grow more dependencies. ever. [04:01] jdub: that being said, I haven't actively *removed* any dependencies ... [04:02] daniels: we need a meta package tho [04:02] jdub: we do? [04:03] it would be handy for anyone building against X stuff who doesn't really grok all of X [04:03] having one for compatibility purposes seems OK, but do we really need a metapackage for everyhting going forward? [04:03] jdub: apt-get build-dep, dude [04:03] perhaps a task, but i haven't really bought in to the task thing [04:03] jdub: by that logic, we should have a metapackage of all -dev packages in Ubuntu ;-) [04:03] tseng: outside package land [04:03] mdz: YEAH THAT TOO! [04:03] no [04:03] i mean === mdz lowers his fist of IRON [04:03] random dude using jhbuild or something [04:04] dude, jhbuild ought to be packaged [04:04] and depend on all the build-deps [04:04] jhbuild should list debian deps === mdz gesticulates wildly [04:04] garnome used to iirc [04:04] suddenly their gnome doesn't have xinerama support [04:04] mdz: i appreciate your enthusiasm, but... ;) [04:05] besides that sebuild has obsoleted jhbuild [04:06] jdub: i think the entire concept of a metapackage is broken [04:06] jdub: user convenience will turn into packages b-d'ing on every single x library in existence because a) they can and b) they can't be arsed working out which libraries they depend on [04:06] (metapackage broken -> in this case, not in general) [04:06] daniels: but you can see the issue with xinerama and friends [04:07] jdub: that's actually a separate issue [04:07] jdub: where it used to be in xlibs-static-dev, and I intentionally broke something that used to work [04:07] jdub: we don't do this for gnome, or jakarta, or anything else I can think of. why X, now that it's split up? [04:07] mdz: primarily because there are a lot of optional depends on X things [04:08] i don't know if this is the right solution [04:08] i think we need something like it for gnome [04:08] man we need a monopod package [04:08] but for different reasons [04:08] I think that if anything, we should have a grouping of development libraries for everything in desktop [04:08] tseng: it has such a bad name! [04:08] eh, imo if you want xinerama functionality, just hardcode --enable-xinerama, or whatever [04:08] jdub: dude think of 3 pees in a pod [04:08] jdub: but with 2 less pees [04:08] that way, if libXinerama would ever fall out of a package it was in (hypothetically), you would just have a hard build failure, not a silent failure to use Xinerama [04:09] daniels: most configure scripts check, it says no, they continue on -> optional depends [04:09] would it be worthwhile to load powernowd on thin clients? what portion of thin client-ish hardware is likely to support frequency scaling? [04:09] daniels: now, we can do things to make sure we don't miss these in ubuntu [04:09] jdub: right, but if you use --enable-xinerama or whatever, you break when these things disappear [04:10] instead of just silently stop using it [04:10] mdz: do those via chips do power scaling? [04:10] i think this is a general best-practice thing, not just for ubuntu [04:10] jdub: dunno [04:10] daniels: Common Man doesn't care to do that [04:10] mdz: mjg might know [04:10] mdz : A lot of smaller all-in-one systems will (and have) ship with CPUs that can frequency scale. [04:10] jdub: yeah, but he also might be asleep [04:10] most of the thin client things i've seen have via c3s or laptopish cpus [04:10] mdz : And for machines that spend a lot of their time doing very little (which thin clients tend to do), it may be a win to have half your network at low power. [04:11] jdub: that, and recycled 10-year-old desktops [04:11] oh, well, yeah [04:11] (What I don't know is if powernowd supports frequency scaling of VIA CPUs, which do support it at the hardware level) [04:11] infinity: well, there's "might be handy in some deployments" and "should be there by default" [04:11] jdub: arguably Common Man shouldn't be maintaining stuff in main? [04:11] jdub : The CPUs definitely do. I don't know if the package supports them. [04:11] mdz: i'd say there by default, removeable :) [04:12] daniels: building stuff, dude [04:12] daniels: nothing to do with ubuntu land [04:12] jdub: i think mdz's idea is a good one [04:12] i'm definitely not saying packages should b-d on a metapackage [04:12] yeah, though i'm not sure about tasks [04:13] but there should be a way for someone to say "I want to build my kernel" -> zap [04:13] er [04:13] "I want to write a GNOME app" -> zap [04:13] 'I WANT LESS SECURITY SUPPORT" [04:13] jdub: that is totally a build-dep use case [04:13] 'make that really easy' [04:13] mdz: i'm not thinking in terms of ubuntu land [04:13] consider dude who wants to build jhbuild [04:13] the one I'm driving at is sort of the traditional unix "if you install something, you have the development bits too" semantic [04:13] or write a gnome app [04:14] jdub: everything should be part of ubuntu land! [04:14] there is no other [04:14] "i appreciate your enthusiasm, but..." ;) [04:14] I'm not keen on optimizing for the case of unpackaged software [04:14] I'd rather it be a pain, to drive people into packaging ;-) [04:14] mdz: whoa, so one bit flip that says "i am a developer" and everything comes with related -dev? [04:15] or mark's idea of making sure related packages are installed [04:15] jdub: the former [04:15] if you have php and mysql installed, you should get the bindings [04:15] I haven't actually evaluated the list of packages which would result; it might be crack [04:15] but I think there's a greatest common factor "development STUFF" that we could do [04:15] ^ expression of idea, not statement ;) [04:16] which is like "what you expect to have" [04:16] mdz: particularly if it stressed the interfaces we support [04:16] we'd just have to add a jennifer check to reject packages which build-depend on it ;-) [04:16] should these things be packages at all? [04:16] what was the spec for fixing meta? [04:17] yeah, if anyone b-ds on it, I will file bugs every hour until it is fixed [04:17] daniels: you are so debian-devel [04:17] and then every two hours afterwareds out of spite, until I get bored [04:18] jdub: i hope the irony of saying that to a canonical employee in #ubuntu-devel hasn't escaped you, given threads of late [04:18] also, I haven't used any profanities in this discussion === ealden [~ealden@219.90.91.184] has joined #ubuntu-devel [04:18] i was counting on those ironies [04:18] (... yet) [04:19] jdub: and it's irony that's why we can't ship a x-development package [04:19] hth, hand, kthxbye [04:19] but, uhm, yeah [04:19] can we not use the task mechanism for this? [04:19] Tasks and metapackages are all about "all or nothing", though. [04:20] So, I say "I'm a developer" and I get every lib*{,-dev} in the archive? [04:20] That's very not keen. [04:20] it's odd that ian thinks glibc is too much divergence, but xorg and gnome aren't [04:20] infinity: for stuff you install [04:20] I want a switch that automatically makes sure I have a matching -dev for every lib I have installed, but not for ones I don't. [04:20] Which would require a bit more magic than tasks or metapackages. [04:20] yes, that's what we were talking about [04:21] To do it elegantly, it would require a new control field. === Amaranth [Amaranth@AC85809C.ipt.aol.com] has joined #ubuntu-devel [04:21] Headers: libfoo-dev [04:21] So when I install Package:, I get it's Headers:, if I want them. [04:21] Or something. [04:21] s/it's/its/... I can hear English teachers around the world screaming even now. [04:22] jdub: no dude, there's GOOD divergence (innovation), and BAD divergence [04:22] jdub: afaict, sid has all the bad divergence. from itself. :) [04:22] (Of course, that control field can be added after the fact with ftpmaster overrides, so we don't have to touch each source package, initially) === AndyFitz [~andy@CPE-139-168-167-194.qld.bigpond.net.au] has joined #ubuntu-devel [04:23] infinity: dude, it's SUPERKEEN [04:28] daniels : Shall we get xorg building on i386 today? [04:28] daniels : I fear version skew and archive oddities until we get it happy again. === daniels looks at infinity, over at his xorg build whizzing away, back at infinity. [04:28] Check. :) [04:28] Yay. [04:29] Thanks. [04:29] ARE WE THERE YET?!? :) [04:29] Can I have an ice cream? [04:31] infinity: Not until you've eaten all your pumpkin, broccoli, and zucchini. === seth_k [~seth@24-117-104-21.cpe.cableone.net] has joined #ubuntu-devel [04:32] === Mez [~Mez@82-36-228-130.cable.ubr01.perr.blueyonder.co.uk] has joined #ubuntu-devel === infinity notes that this "instal all headers" thing comes with other issues. [04:38] Like, you can have 12 versions of libdbXX installed, but only one libdb-dev. [04:39] well, it's not like anyone ever uses multiple versions of libdb [04:39] maybe you could have a Prefers header on your -dev, to make it the first of a conflicting set of packages [04:39] either that, or have apt's dependency resolver work out which one will involve removing the least packages. [04:39] which should actually be fairly trivial [04:40] apt's dependency resolver is black magic that no sane man (hi mdz!) wants to touch. :) [04:40] infinity: it's actually reasonably easy to do in this case. === mdz <-- sane [04:41] Yeah, I know. I just knee-jerk when anyone suggests diving into Culus's code. [04:41] instead of calling markRemove() on every package, you just increment a counter in an array of strings (or packages) === mdz <-- does not know how to solve SAT-3 in polynomial time [04:41] either that, or just have a list of packages to be removed for every package installed [04:42] I thought mvo was the APT maintainer these days? :p [04:42] then just pick the shortest one and install that [04:42] Keybuk : Not by choice, I'm sure. :) [04:43] hm, leaving in 5 hours or so. probably should investigate this 'packing' theory. [04:43] bring back the dselect FTP method [04:43] Keybuk: dpkg-ftp! [04:45] hm. on that note, wonder how I'll get to the airport. [04:46] where you going? [04:46] He's skipping the country to get out of the drinks he owes me. [04:46] eh, don't you still have Coopers in your fridge? :) [04:47] Keybuk: the only possible answer to this is 'your mum's house' [04:47] No. It kinda went away. [04:47] (What?... it wasn't going to drink itself) [04:47] well, there's your answer [04:49] daniels : If your xorg stuff still isn't building by the time you have to find your way to the airport, care to dump your working directory in my lap, so I can fix it up? [04:49] infinity: don't have to leave for about 5 hours yet, so it would take a fairly tremendous effort, but yeah, will do [04:52] CHECKSUM FILE(S) DISAGREE WITH DIRECTORY LISTING ABOUT WHAT FILES SHOULD BE PRESENT IN REVISION DIR OF ARCHIVE [04:52] oh yes, I know this one [04:52] it means I'm doing more than one thing at once to the same archive [04:52] bad me, I should do less [04:59] haha [04:59] dad's sitting downstairs eating tuna out of the tin [05:03] daniels: i've done that [05:11] oinkmaster [05:16] is that a euphemism for something? [05:21] /etc/gdm/Xsession invoves #!/bin/ksh but does not have a depenedency on pdksh [05:21] not any other corn shell. Suggestions would be to add this dependancy or replace [05:21] the script with on that calls /bin/sh [05:21] SSSSEEEEEEEEEEEEBBBBBBBBBBBBBBBBBBBBBBBB [05:21] infinity: seemed to work fine on amd64 here, doing a chroot test now [05:22] infinity: i can throw you a version if you want to do an i386 chroot test? [05:22] daniels : Well, it built on amd64 before, so you proved nothing. :) [05:22] daniels : Unless you turned on the via driver on amd64 in this version.. [05:22] infinity: yeah, good point [05:22] (nope, not yet, but I might on the next CVS pull, since they allege it's hopefully less broken) [05:22] (Which isn't an entirely insane idea) [05:23] And disable it on ia64, while you're at it. [05:23] The idea of an ia64 machine with a VIA embedded video chipset seems laughable to me. === Amaranth doesn't see an ia64 using a via video chipset [05:23] yeah [05:23] stop oppressing ia64 users [05:24] infinity: so ... got a fast i386 around? :) [05:24] It's in the mail. [05:24] wonder if I should feed libxext to the dogs of war^W^W^Warchive [05:24] (I can spin it on a buildd) [05:24] that'd be good if you could throw them both in locally [05:26] libxext is in chinstrap:~daniels (well, scping now) [05:26] there you go, have a libxext [05:26] this time I even used B-D rather than B-D-I [05:26] Good boy. [05:26] xorg uploading now === infinity heads off to subvert a buildd for a while. [05:31] infinity: xorg's there too, when libxext's finished building (or not) [05:41] jdub, ping [05:42] robitaille: pong [05:42] elmo: planet sync please [05:43] jdub, is it possible to put my blog on planet.u.c? [05:43] elmo: s/sync/update/ ykwim [05:43] robitaille: haha! elmo needs to update it for me :) [05:43] robitaille: committed the change only half an hour ago or something [05:43] ok...wasn't sure you got my email a few days back. thanks. [05:44] daniels: is libx11 known fucked? :p [05:44] Keybuk: i386 is known to be shit [05:44] libx11 works just fine [05:44] I can't upgrade it [05:44] libx11 is fine, if xorg is built. [05:44] it conflicts on xlibs-data [05:44] Keybuk: i know [05:45] so upgrade xorg :P [05:45] Keybuk : That's cause xorg didn't build on i386. [05:45] heh [05:45] Keybuk : Working on that right now. [05:45] right, known-fucked [05:45] (but libx11 is fine) [05:45] I guess this is also why my X server won't start? ;) [05:45] NEAT. [05:45] Fatal server error: [05:45] could not open default font 'fixed'; [05:45] ... sweet [05:46] do a dpkg-reconfigure [05:46] I think that's the single most-reported X error message. Ever. [05:46] Keybuk: it can be one of two things [05:46] on what? [05:46] Keybuk: a) you have a custom config, and need to change all your font paths to /usr/share/X11/fonts/foo [05:47] b) i'm shit, and mkfontdir is broken [05:47] b can happen in a corner case on !i386 at the moment, I'm fixing that [05:47] daniels: it was (a) [05:47] Keybuk: ahar [05:47] Keybuk: that'll go away when I fix every universe package [05:47] ha ha ha [05:47] uhm, yeah [05:48] "every universe package" ? [05:48] zgrep /usr/X11R6/lib/X11/fonts Contents-foo.gz [05:48] kind of hard to turn it into a symlink :P [05:48] heh [05:48] why? [05:48] dpkg lets you do that [05:48] and doesn't whinge like a bitch about it either [05:49] i don't want a 1266-character Replaces line, either :P [05:49] turning directories into symlinks is expressly allowed (and the reason for much pain when people try and reverse it) [05:49] heh [05:49] Keybuk: by the way, dpkg doesn't have any restrictions on line length in control fields, does it? [05:50] because, hypothetically, if one was to have a 1282-character Build-Depends line ... [05:50] that was expected to grow before it expanded [05:50] daniels: you could split it up amongst multiple lines [05:50] none that I'm aware of [05:50] if you find out, let me know ;) [05:50] word [05:50] heh [05:50] dilinger: that so doesn't work [05:51] though I'm sure evolution would've found it by now [05:51] evolution, the primary use case for "Build-Depend: the whole fucking archive" [05:51] Keybuk: it would be really cool if it could just do Build-Depend: headers [05:51] and drag in the whole fucking archive that way :P [05:51] which headers? :p [05:51] Keybuk: eh? it works for depends [05:51] dilinger: FSVO. works [05:51] heh [05:54] dpkg tends to be happy about it, but other things (*cough*katie*cough*) don't [05:54] just like .bz2 debs :P) [05:54] there's an open wishlist about dpkg automatically folding them into single lines [05:54] (diveintopython, anyone?) [05:54] katie is fine with them? === Keybuk is sure he saw stuff in jennifer to check them [05:56] when it was uploaded, katie choked [05:57] her gag reflex is improving === jdub replaces ubuntu with solaris express build 16 [05:58] on his sparc :) [05:58] opensolaris! [05:58] COMMUNITY EDITION [05:58] not good enough? [06:05] im having a problem with a package at the moment. when doing a pbuilder build, it fails as it can't find gcc-3.4. but the source doesnt have any reference to gcc-3.4. what gives?!? [06:06] what package? [06:06] Amaranth: gmetadom [06:06] (i can't help, but it would help others find the problem) [06:13] morning [06:15] shooting shoulder-to-fingertip pains -> afk for a bit [06:16] daniels: we told you to ease up on the heroin === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === moquist [~moquist@pool-64-222-131-4.man.east.verizon.net] has joined #ubuntu-devel === AndyFitz [~andy@CPE-139-168-167-194.qld.bigpond.net.au] has left #ubuntu-devel [] [06:45] infinity: poke === syndicat1 [~forgue@anthracite.aca.oakland.edu] has joined #Ubuntu-Devel [06:50] daniels : ekop [06:50] infinity: any buildd love? [06:50] daniels : Still building. (xext was fine) [06:50] dude, your buildd is crap === shaya [~spotter@user-0ccembr.cable.mindspring.com] has joined #ubuntu-devel [06:56] ../../programs/Xserver/hw/xfree86/drivers/libdriver.a(via_drv.o): In function `ViaInitXVMC': [06:57] /build/buildd/xorg-6.8.2/build-tree/xc-xserver-xorg-dbg/programs/Xserver/hw/xfree86/drivers/via/via_xvmc.c:390: undefined reference to `xf86XvMCRegisterDRInfo' [06:59] ... [06:59] it would be via, wouldn't it [06:59] nothing even CHANGED there! [06:59] unless they typoed it [06:59] Indeed. [07:00] daniels: can you tell me (I can't find any descriptions) what XvMC does? [07:01] Lathiat: it's 'xvideo motion compensation'. basically, allows you to feed video in at an earlier stage of the pipeline (i think you can basically cram raw MPEG into some cards), so you have to do less decoding in software. [07:04] ahh, what the hell does that have todo with 'motion compensation'? :) [07:05] http://www.gnome.org/~carlosg/stuff/gst/new-services.png [07:05] isn't that what BUM does? [07:05] Amaranth: somewhat,but thats *much* simplerand usable. :) [07:05] Lathiat: well, it makes it more tolerable when you have large videos with lots of movement :) else you can't get the data in fast enough, so your videos end up looking like arse [07:06] daniels: oh i see [07:06] Lathiat: i think there's also some code in the hardware-specific libraries to enable actual on-card motion compensation though [07:06] Lathiat: Exactly, BUM is more of a poweruser interface. [07:07] Amaranth: i like that interface :) [07:07] actually [07:07] does that mean [07:07] 'running' [07:07] or does it mean [07:07] 'start on boot' [07:08] infinity: ... i honestly have no idea how this ever built. [07:08] daniels : Blind luck..? [07:09] oh, I see how [07:09] clever. [07:10] infinity: edit debian/patches/000_stolen_from_unichrome.sf.net.diff [07:10] infinity: search for XvMCRevision [07:11] so is usplash going to happen for breezy? [07:11] infinity: change #if foo || bar to #if defined(fnord) && ... === mbeattie [~mbeattie@ool-4355f1f7.dyn.optonline.net] has joined #ubuntu-devel === dilinger [dilinger@mouth.voxel.net] has joined #ubuntu-devel [07:11] jdub: it needs some sweet bountying [07:11] jdub: i'm on the verge of overcommitted as it is [07:12] what about that dude who wrote his own usplash? [07:12] splashy? [07:12] i thought it wasn't what we wanted? [07:12] no, but the dude might be able to do it [07:13] probably worth a shot [07:14] daniels: what does this mean fro libx11's build? [07:14] ../../include/X11/Xlib.h:3575: error: parse error before '_X_SENTINEL' [07:14] lamont : It's fixed. [07:14] daniels: so, xvmc wouldnt help if i was playing xvid? [07:14] lamont : You need the latest x11proto-core [07:14] ... -dev [07:15] (Yes, maybe I should have fixed libx11 to have a versioned build-dep on x11proto-core-dev, but I figured since it was just uploaded, we can consider it a bugfix and move on) [07:20] daniels : Changing those to ifdefs will change what they were trying to test for... [07:22] daniels : Or, did you want "if defined(XvMCRevision) && XvMCVersion > 1" (which still looks diffrently wrong to me) [07:28] infinity: you want to end up with defined(fnord) && (XvMCVersion > 1) || (XvMCRevision > 0), or whatever [07:28] basically, the protocol headers are now up to scratch, but we haven't got the latest implementation details in the server [07:28] so we never want it to test true === infinity wonders if the last commit message to via_xvmc.c upstream is relevant... [07:30] "Note that this severely brakes libviaXvMC and when this commit [07:30] is transferred to Xorg, libviaXvMC build must be disabled until [07:30] an update is made of that library." [07:31] nah, no-one cares about libviaXvMC [07:31] the whole concept of separate hardware-dependent client-side libraries is UTTER, UTTER, UTTER CRACK === tberman [~Todd@tberman.user] has joined #ubuntu-devel [07:33] crikey, it seems vfat is rather buggy [07:34] keeps trying to write beyond the end of my iAudio [07:41] ... [07:42] Generic USB mass storage? [07:42] daniels: what kernel? [07:44] fabbione: .10 still [07:44] infinity: yeah [07:46] That sounds more likebuggy hardware misreporting its volume/partition sizes. [07:47] it's always been good to me [07:47] i re-mkfs.vfat'ed the thing, upgraded the firmware, and I'm going to try again [07:48] Oh, for the love of... [07:49] daniels : Would you believe that "fnord" actually /is/ defined? === infinity just changes the statement to if 0 [07:50] infinity: you. are. not. serious. [07:51] Well, either that or you suck at cpp operator precedence. [07:52] yeah, just make the whole line #if 0 === infinity gets out and pushes. [07:58] FASTER! === tberman [~Todd@ip68-5-39-232.oc.oc.cox.net] has joined #ubuntu-devel [08:04] Kamion: can you please readd usb-modules to sparc64 in d-i? we will start shipping it in 2.6.12 [08:04] (we don't care if it fails with 2.6.10) [08:05] daniels : Oh, you may want to upload xext now to give the buildds a head start on that before we get xorg up. [08:05] infinity: good point [08:06] uploading now [08:06] can i turn the screen back on with a command? [08:06] backlight [08:06] gdm is running, but the screen is still off [08:06] i'd hate to be unable to type *and* unable to see it :-) [08:09] daniels : make install is going... Looks like we're okay with that "if 0" fix. [08:09] daniels : So, you can do that and upload xorg too. (it'll get auto-dep-waited just fine) [08:10] infinity: thanks === herzi [~herzi@c220235.adsl.hansenet.de] has joined #ubuntu-devel [08:16] Build finished fine, BTW. [08:16] aha, new xserver + xset :) [08:17] daniels: still no keyboard love [08:17] jdub, the reports I have seen from splashy on the forum seem to be very positive. It would also be great press [08:17] daniels: what else can i do to help debug? [08:17] Burgundavia: hrm? [08:18] jdub, the ubuntu specific graphical boot thingy [08:18] jdub: do you have new xorg and shit? [08:18] daniels: the very latest [08:18] smurfix, ping [08:18] jdub: like, xorg -25, libx11-6 1:6.2.1+cvs.20050615 [08:18] is -25+ in the archive now? [08:18] cock [08:18] Burgundavia: graphical boot == great press?! [08:18] mdz: 25 is in for amd64/powerpc, 26 has just gone in to fix a stupid via cock ftbfs [08:18] robitaille: [08:19] jdub, no, adopting something that someone on the forums created [08:19] (as an added bonus, I broke another big library out of 26) [08:19] daniels: i have 6.8.2-24 of both [08:19] smurfix, is smurflogbot a new permanent feature of all the LoCo channels? [08:19] now is the time for breaking things [08:19] robitaille: yes [08:19] jdub: ok, wait until new xorg lands [08:20] smurfix, great; so we can now turn off our own canadian home-made logger [08:20] daniels: ah... new more crack?? [08:20] mdz: except for my keyboard. now is the time to fix my keyboard. [08:20] fabbione: libXext is gone === fabbione kills -25 build on sparc [08:20] robitaille: I can import your old logs if you want them to continue being available [08:20] daniels: is libxaw8 gone? [08:21] fabbione: killed it in -25 [08:21] daniels: (sparc related question) [08:21] daniels: ok.. that explain [08:21] jdub: now is the time to work around your keyboard so that development marches on ;-) [08:21] hey mdz... [08:21] fabbione: morning [08:21] jdub: i had the exact same problem, it sort of mystically disappeared with a new libx11 and a couple of symlinks. um. [08:21] smurfix, I'll ask the owner of the logger if he wants to; but I think the logs are somewhat incomplete [08:21] mdz: 1.2 is almost done.. i only need to sort a few more modules and do a build test orgy [08:21] jdub: if not, I'll try to dive headlong into the code and work out WHAT THE FRIG IS GOING ON [08:22] (worst. code. ever.) === daniels dputs -26. [08:22] fabbione: ok. I probably won't be awake for much longer [08:22] mdz: you will get it when you wake up [08:22] mdz: there is no way i can manage to build it in time before you go to sleep :) [08:23] bbiab, got to head down to the post office [08:23] mdz: and not because i wouldn't love too [08:23] fabbione: when you're ready, ask elmo to move it into main [08:23] mdz: we don't have machine fast enough for that :P [08:23] mdz: yup [08:24] smurfix, what's the prefered URL for your irc logs. I see one with "free" and one with "freenode" in their URL; they appear to be the same. [08:26] robitaille: freenode. The "free" is just there because the IRC server truncated the bot's name and I didn't want to restart it Yet Again. [08:28] smurfix, ok; but "/whois smuflogbot" display a link to the "free" url. [08:29] robitaille: That's what I said -- that text comes from the Freenode IRC server. [08:29] oh. [08:29] My bot logs in with "freenode" at the end when it logs on. :-/ [08:35] mdz : Can we get libxext shoved through NEW? [08:35] infinity: not by me right now, but elmo should be awake soon enough [08:35] Alright, I'll pester him in a while. [08:36] night [08:36] 'Night. === syndicate [~forgue@anthracite.aca.oakland.edu] has joined #Ubuntu-Devel [08:38] night mdz === pitti [~pitti@195.227.105.180] has joined #ubuntu-devel [08:39] Good morning [08:41] morning pitti === Echylo [~echylo@129-184.245.81.adsl.skynet.be] has joined #ubuntu-devel === allee [~ach@dialin-212-144-128-062.arcor-ip.net] has joined #ubuntu-devel === jsgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel [09:09] maswan: ping? [09:20] <\sh> any ia64 specialists around? ,-) === hunger [~hunger@p54A661D1.dip.t-dialin.net] has joined #ubuntu-devel [09:21] <\sh> http://people.ubuntu.com/~lamont/buildLogs/c/cln/1.1.9-1ubuntu2/cln_1.1.9-1ubuntu2_20050616-2350-ia64-failed.gz [09:21] <\sh> but the other archs were ok... === thoreauputic [~prospero@wolax8-072.dialup.optusnet.com.au] has joined #ubuntu-devel === infinity has a look. === xuzo [~xuzo@bolgo.cent.uji.es] has joined #ubuntu-devel [09:30] smurfix, to quote from your e-mail: "log a hundred channels during the next ten years". Pretty impressive future to think of it that way. [09:30] robitaille: I sure hope so [09:32] smurfix, I'm also hoping for it. But first, we have to do 10x10. [09:32] hi smurfix, I reply your email to loco maillist. Category "CategoryUserpages" is not created. [09:33] xuzo: Bah. Thanks. [09:34] ;) [09:36] \sh : I think I'll defer to an ia64 porter on that one. The cause doesn't immediately jump out at me. [09:36] <\sh> infinity: i checked the upstream bugzilla and ml...but they don't mention anything concerning this problem...actually it's really on ia64 :( [09:37] Smells like toolchain to me. === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [09:38] <\sh> problem is, i'm not an expert in things like assembler..the last time i programed with assembler was on a z80 [09:38] i wrote some x86 asm [09:39] booted from a floppy toggle bitsonthe parallel port that showed up as 8 leds on this little device.:) === Lathiat wonders why 4/5 times he runs apt he ends up with some form of http error at least once === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel === JaneW [~JaneW@tpr-ip-nas-1-p278.telkom-ipnet.co.za] has joined #ubuntu-devel === doko [~doko___@dsl-084-059-075-240.arcor-ip.net] has joined #ubuntu-devel === JaneW [~JaneW@tpr-ip-nas-1-p278.telkom-ipnet.co.za] has left #ubuntu-devel ["Leaving"] === Kamion [~cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel [09:53] Lathiat: what sort of http error? [09:53] elmo, is it possible for members to get @ubuntu.com addresses now, or it's something that will only be done in the future? [09:54] jdub: done [09:55] robitaille: not right now, but it's going to be done fairly soon [09:55] elmo, ok. thanks [09:56] Kamion: ping? === seb128 [~seb128@ANancy-151-1-24-171.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel [09:58] infinity: is pkgstriptranslations 13 already installed in all buildds? [09:59] fabbione: pong [10:00] Kamion: scsi-*.udeb question :/ [10:01] Kamion: other than scsi-core... there are 3 other scsi- udebs.. all in priority standard.. do they all get loaded? or there is still a specific selection per arch? [10:03] anything priority >= standard gets loaded when anna runs [10:03] however some of those are built into the initrd and some aren't [10:03] depending on the architecture and the installation medium type [10:04] hmmm ok [10:04] i guess i will just stick the new scsi drivers in extra than [10:04] and review it later on with you === HiddenWolf [~hidden@136.215.dynamic.phpg.net] has joined #ubuntu-devel [10:05] Kamion: scsi and nic are the 2 most problematic ones at the moment.. all the others are pretty clean [10:08] if they're not the sort of SCSI controllers you'd find on huge numbers of machines, scsi-extra's generally sane === jsgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel [10:10] Kamion: i think i will defer scsi-* nic-* cleanup for the next upload.. we have no rush to add [10:10] Kamion: and given that they are the last 2 sets of udebs that needs cleaning [10:10] sure [10:11] Kamion: did you also read the scrollback about sparc64/usb? [10:11] Kamion: if you want you can readd it. i will start shipping the udebs with .12 [10:11] no, my machine crashed, haven't read scrollback at all [10:11] so it's less diff to merge for you [10:11] ah ok [10:12] I'll re-add it when we switch to .12 then [10:13] Kamion: it's ok with me at any time.. we need to move .12 in main today [10:13] ah, ok [10:13] so i think we can switch from monday or when you fell more confident with it [10:18] pitti : Is that the one you uploaded over a day ago?... I'm pretty sure it got installed yesterday when I was doing a bunch of manual chroot maintenance. [10:18] infinity: I uploaded it yesterday noon [10:18] infinity: it removed the KDE blacklist so that kde-i18n-* gets stripped now [10:19] pitti : Yeah, I think that's installed on all 12. [10:19] infinity: ok, great. Then I can ask Riddell to reupload the kde-i18n stuff [10:20] let's break KDE translations and annoy KDE users :-) [10:20] I'm all for that. I did two KDE uploads a few minutes ago too, in hopes of irritating people. [10:21] (Well, that, or to fix bugs) [10:23] elmo: according to the LanguagePackRoadmap we split the packs into KDE/Gnome/other; so this will require some major NEW love in the near future; is there anything we should do to ease this pain? [10:24] elmo: thanks! [10:24] pitti: not do it? [10:25] so we've gone from 150 x 3 to what? 150 x 6? rock on [10:25] elmo: we don't split the support packages === ikuyaLoqu [~ikuya@gnulinux.good-day.net] has joined #ubuntu-devel [10:27] pitti: where's this spec? [10:28] elmo: [10:28] http://udu.wiki.ubuntu.com/LanguagePackRoadmap [10:28] oh, blah udu [10:28] (skip the -support split, we don't do it) [10:28] Surely you remember UDU... Lots of fruit flavoured candies, people speaking with Australian accents? [10:29] lots of blood flowing in our head, standing upside down all the time... [10:30] what's the rational for splitting the non-support stuff? === spacey [~spacey@145.33.144.151] has joined #ubuntu-devel === Safari_Al [~tr@ppp241-50.lns2.adl2.internode.on.net] has joined #ubuntu-devel [10:31] elmo: if we didn't, the langpacks would contain all the KDE and Gnome translations, although almost no user will require them both [10:31] elmo: i. e. Ubuntu isntalls l-p-gnome-*, Kubuntu installs l-p-kde-* [10:31] elmo: RATIONALE [10:31] jdub: IT WAS A TYPO [10:31] elmo: ARE YOU SAYING IT'S IRRATIONAL?!? [10:31] pitti: dude, by definition the language packs are going to contain things most users will never use [10:31] elmo: IT MAKES ME MAD!!! [10:31] what makes the kde/gnome split special? [10:32] enormous amounts of translations [10:32] jdub: ITS JUST A SIMPLE MISTAKE, A PERSONS GRAMMAR DOESNT MATTER BUT THERE INTENT [10:32] we went down the one language pack per language thing for a reason, and you seem to be creeping back down the slope to madness [10:32] elmo: the special thing is we don't translate KDE yet at all [10:32] pitti: wow, that is special :) [10:33] elmo: well, we can't fit all the KDE translations onto the Ubuntu CDs, for example [10:33] "there intent"... I hope that was intentional irony. [10:33] elmo: vice versa for Kubuntu CDs [10:34] elmo: btw, supporting KDE wasn't exactly *my* idea ... :-) [10:35] pitti: perhaps we should make the split down derivative lines-- hrm, no [10:35] that's fucked up [10:35] jdub: as long as Kubutu and Ubuntu are built from the same archive and so on, that doesn't work [10:36] yeah [10:36] if Kubuntu was a proper derivative with its own buildds, Kubuntu could have its own pkgstriptranslations [10:36] and adapt the langpacks [10:36] but right now we can't [10:36] infinity: absolutely [10:37] <\sh> infinity: can u do me a favour and have a look where openscenegraph is on the buildd? i uploaded it yesterday, but it didn't show up as compiled or not compiled ;) [10:38] \sh : dep-wait on giflib-dev [10:38] \sh : Probably a broken dep-wait. Let me look at it in a few minutes. [10:40] <\sh> hmmm...giflib3g i have here [10:40] \sh : It was a bug in the auto-dep-waiter, since fixed. [10:41] \sh : Packages released and building. [10:41] <\sh> thx :) [10:46] daniels : Is your suitcase filling up yet? [10:46] brb === infinity uploads a new libxext. === pitti [~pitti@195.227.105.180] has joined #ubuntu-devel [10:49] *chuckle* it seems that Manoj comes from the daniels school of testing code [10:49] "let other people do it" [10:50] the SELinux patches he wrote for dpkg don't work [10:50] and, in fact, they don't just not work -- they don't even get compiled in to the resulting binary === Duck_dodo is now known as Duck_work [10:53] Rock. [10:53] infinity: slowly === infinity mumbles something about epochs and uploads xorg -27 === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel [11:06] ... epochs? [11:07] oh, libxext-dev b-d [11:09] uhuhuh davis for the first time in history has been faster than ia64 :) [11:11] Kamion: http://people.ubuntu.com/~fabbione/foo <- it should be detailed enough.... [11:14] fabbione: s/wegde/wedge/g please :-) [11:14] op [11:14] s [11:14] + Update fat-modules to force all modules inclusion. [11:14] what's that? [11:15] Kamion: fat vs vfat -> uppercase vs lowercase I think? [11:15] Kamion: they were optional (-drivers/...) but since we ship them, i enforced the check removing the - [11:16] Treenaks: fat-modules already contained both [11:16] fabbione: ah, ok, thanks [11:16] Kamion: i did try to enforce the sanity checks as much as i could [11:16] Kamion: given that sanity checks are good === |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel [11:18] fabbione: FWIW it'd be easier to read the changelog if it were of the form "added the following to d-i/shared/; made the following .lnk files point to shared: ...; did other stuff: ..." [11:18] since I want to read by category of change, not by individual udeb === Simira [~Simira@140.80-202-212.nextgentel.com] has joined #ubuntu-devel [11:19] Kamion: i prefer this way to be hounest... if you want i can rewrite it, but it won't take me exactly 2 minutes [11:19] fair enough, your choice [11:20] Kamion: it needs to be confortable for you to read too... [11:20] so i have no problems to rewrite it :) [11:20] it will just take some time === sabdfl [~mark@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel === bronson [~bronson@64.36.8.82] has joined #ubuntu-devel === crimsun [~crimsun@crimsun.silver.supporter.pdpc] has joined #ubuntu-devel === allee [~ach@dialin-212-144-128-062.arcor-ip.net] has joined #ubuntu-devel [11:25] humpf.. ppc barfed [11:27] 00/query jamesh [11:27] ping [11:30] fabbione : My PPC will be here on tuesday, BTW. [11:30] infinity: cool [11:30] I'm hoping it'll come in handy. :) [11:30] infinity: but the hw on davis is ok [11:31] the build barfed for a duplicate module :) [11:31] Yeah. But you can't reboot davis. [11:31] ppc64 kernels > * [11:31] i don't need to :) [11:31] (Yet) [11:31] don't even consider to touch it :) [11:32] brb [11:46] mvo: various, bad header line is popular [11:51] pitti: should I re-upload kde-i18n now? [11:51] Riddell: according to infinity it should be stripped now [11:51] Riddell: so if the new packages can build POT files, then go ahead :-) [11:51] Riddell: it would be nice to get POTs and stripped files in one shot [11:52] infinity, any idea why xlibmesa-glu-dev is missing from hoary since yesterday ? there are a lot of user complaints on the mailing list [11:54] fixed [11:55] thanks === m0rphx [~m0rphx@p83.129.197.102.tisdip.tiscali.de] has joined #ubuntu-devel [11:57] added hilarie to cron.daily too === Mez [~Mez@82-36-228-130.cable.ubr01.perr.blueyonder.co.uk] has joined #ubuntu-devel [12:06] so, future of ubuntu ppc [12:06] "how much does ibm care?" [12:08] Well, clearly someone needs to convince IBM to start making PPC laptops, since they just sold off their x86 desktop/laptop range. :) [12:09] heh [12:09] given their problems with getting laptop chips to apple, I'm not sure apple would be happy [12:09] Somehow I doubt that making Apple happy is at the top of IBM TODO list these days. [12:10] s/IBM/IBM's/ [12:10] heh i was about to say that [12:11] neither is selling hardware to a small niche home user [12:12] elmo: linux-source-2.6.12_2.6.11.94-1.2 is on the way to jackass. it will need some NEW love (udebs) and it will need to go in main (per mdz request). [12:12] tseng : Shh, a man can dream. [12:15] fabbione : Have you seen any segfaults during your builds since davis got its new kernel? [12:15] infinity: not one [12:15] Dayum. [12:15] and with -j200 the machine does NOT suffer at all [12:15] Kay, then I think we need to seriously look at upgrading the buildds. [12:15] The segfaults on the PPC buildds are irritating. [12:15] i think i am going to push it up to -j500 [12:16] concordia had problems with 500 because of only 2GB of ram [12:16] but davis has 3 :P [12:16] Anyone ever tell you that you're weird? [12:16] infinity: why? i love to wake elmo because nagios starts to scream and yell for the load :) [12:17] it's a good stability test for the kernel === gyroform [~user@129.142.34.163] has joined #ubuntu-devel [12:17] infinity: because he likes to exercise the machines? [12:17] nobody uses them.. i *RAPE* them :) === mdke [~mdke@81-178-120-20.dsl.pipex.com] has joined #ubuntu-devel [12:19] humpf.. only 20KB changes [12:20] i need to do better next time [12:20] time for food :) === matt_ [~mdke@81-178-120-20.dsl.pipex.com] has joined #ubuntu-devel === ozamosi [~ozamosi@80.252.185.147] has joined #ubuntu-devel === martink_ [~martin@p54B3BB9B.dip0.t-ipconnect.de] has joined #ubuntu-devel === tuhl [~tuhl@testdrive.topalis.com] has joined #ubuntu-devel [12:33] "Hardening Linux: a 10 step approach to a secure server" [12:33] I love you, OSNews [12:34] tseng: didn't you know? Security is just this module you bolt on at the end. [12:34] Mithrandir: its a link to a wordpress blog, ironically === Lathiat laughs === trulux [~lorenzo@67.Red-80-25-56.pooles.rima-tde.net] has joined #ubuntu-devel === Mez [~Mez@82-36-228-130.cable.ubr01.perr.blueyonder.co.uk] has joined #ubuntu-devel [12:44] elmo : openscenegraph binaries need NEW love. === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel [12:51] Alright, for i386/breezy users complaining that xorg was somewhat wedged, you should be good to upgrade now. === infinity -> weekend. === Yvonne [~fsck@cn-sdm-cr02-0148.dial.kabelfoon.nl] has joined #ubuntu-devel [12:53] infinity: have fun === JaneW [~JaneW@tpr-ip-nas-2-p10.telkom-ipnet.co.za] has joined #ubuntu-devel [12:54] mjg59: PING [12:56] JaneW, hi [01:04] hi jsgotangco === pitti [~pitti@195.227.105.180] has joined #ubuntu-devel [01:07] JaneW: Hi [01:08] any more news about October? :) === sabdfl [~mark@217.205.109.249] has joined #ubuntu-devel === thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel [01:21] @all: we want to install /sbin/unix_chkpwd as setgid shadow by default (instead of setuid root); however, setuid root is required for nis, therefore we need a statoverride there (a bit evil, but this was agreed on with Keybuk); can anybody please take a look at http://people.ubuntu.com/~pitti/nis.unix_chkpwd-deroot.diff to check for obvious mistakes? [01:21] mjg59: hello [01:22] JaneW: Hi [01:22] mjg59: are you still running with the BreezyGoal: LaptopMission? [01:22] JaneW: Yup. It'll be updated tomorrow. [01:22] Sorry, far too much real life for the past couple of weeks :) [01:23] mjg59: because it has still not been updated on http://udu.wiki.ubuntu.com/UbuntuDownUnder/BreezyGoals [01:23] mjg59: ok thanks. I was concerned that it had been forgotten [01:23] being a top priority goal that would not be good. [01:23] Sure, no problem [01:23] cool thanks [01:25] could anyone else who hasn't updated the status of their BreezyGoals please do so soon. http://udu.wiki.ubuntu.com/UbuntuDownUnder/BreezyGoals [01:25] Please put the date of the update at the start of the line for easy refernce. Thanks. === boglot [chaas@gw.workaround.org] has joined #ubuntu-devel === susus_ [~sz@p5089E11D.dip.t-dialin.net] has joined #ubuntu-devel === ogra [~ogra@p5089E11D.dip.t-dialin.net] has joined #ubuntu-devel === thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has left #ubuntu-devel ["Sto] === edd [dancer@aloo.dreamhost.com] has left #ubuntu-devel ["Leaving"] === danielki [~daniel@i3ED693E1.versanet.de] has joined #ubuntu-devel [02:07] elmo: ping [02:08] elmo: unping [02:08] jdub: ping === JaneW [~JaneW@tpr-ip-nas-1-p402.telkom-ipnet.co.za] has joined #ubuntu-devel === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel === HiddenWolf [~hidden@136.215.dynamic.phpg.net] has joined #ubuntu-devel [02:20] jbailey: build-dep missing on dash Sir [02:20] Duck_work: Context? [02:22] jbailey: cdbs2 of course [02:22] Ah. =) [02:22] i'm trying to build it [02:22] Yeah, it's not intended to require dash in the end. That's just what we're using for testing for now. [02:22] jbailey: do you have a design doc about cdbs2? [02:23] I wonder if we should add the b-d === jbailey hands a pile of napkins to tseng [02:23] jbailey: temporary b-d is not so awful to remove later [02:23] ah, skunkworks [02:23] The important bits are between the beer stain and the french fry grease. =) [02:23] library packages called libfoo-cvs are JUST WRONG [02:24] jbailey: do you know why some cdbs packages have a .cdbs-config_list? [02:24] elmo: its better if you have a bunch of stuff build-dep on it [02:24] elmo: and no epoch [02:24] jbailey: ie, gaim has gaim-1.3.1.tar.bz2.cdbs-config_list [02:25] seb128: I think that happens to all cdbs packages which were built recently; it certainly happens to all of mine and I think it's annoying... [02:25] tseng: Essentially the design stuff that I have is scattered across IRC sessions, phone calls, and in person descriptions. The problem is that the design evolves everytime dilinger and I talk to someone or touch it. [02:25] seb128: Ugh, I don't. Sorry. === magnon [~magnon@magnon.photogeeks] has joined #ubuntu-devel [02:25] pitti: yeah, same for me [02:26] tseng: I find it easiest to talk about it relative to the current cdbs, rather than as a complete design on its own. We've committed that it will have at least some basic docs in it before the first upload this time, though. [02:26] that and it put config.guess/sub stuff to the diff for a simple source rebuild [02:26] I guess nyu put that in, it's his automatically-update-config.{sub,guess} magic [02:26] I hate this magic [02:27] seb128: yes, that's why I try to purge autotools-dev as often as possible... [02:27] seb128: the condig.* stuff was due to bad stuff in clean rules, it should be solved by now [02:27] s/magic/black magic/ [02:27] seb128: welcome to how we all feel about cdbs :-P [02:27] elmo: ah ah :) [02:28] elmo: not all, happilly [02:29] elmo: did you read my message in the scrollback about 2.6.12? [02:30] fabbione: yeah [02:30] elmo: rocking [02:30] seb128: The magic that Robert put in has too many side effects, and no testsuite bits so I can't even feel safe about pulling it out with a minimum of side effects. It's incentive to do more with cdbs2. Testsuites and docs are basically all that's left for something that is good enough for most autotools uses. [02:30] elmo: can you sync nss-mdns please? [02:31] seb128: interesting timing, i was just talking about that [02:31] Lathiat: ross asked for it [02:32] cus lennart (author) was just asking me why it was so old. :) === cartman [foobar@cartman.developer.konversation] has joined #ubuntu-devel [02:32] seb128: done [02:32] elmo: thanks === cartman [foobar@cartman.developer.konversation] has left #ubuntu-devel ["Ich] === bskahan [~bskahan@m975f36d0.tmodns.net] has joined #ubuntu-devel [02:43] Duck_work: fixed with what version? [02:48] Lathiat: pong [02:48] <\sh> who can adjust the frozenappslist? [02:49] jdub: 'sok, was gonna ask about nss-mdns [02:49] jdub: but seb just got it synced so its all good:) [02:50] <\sh> argl [02:50] <\sh> i'm too slow [02:51] \sh : What needs adjusting? [02:52] is galeon still frozen? [02:52] No. [02:53] cool [02:53] thanks [02:55] <\sh> infinity: it's ok...i was to slow...new package from debian arrived [02:56] YAY NEW KERNEL [02:56] <\sh> anyone know what octave is? [02:56] mvo: [02:56] Err http://au.archive.ubuntu.com breezy-updates Release.gpg [02:56] Bad header line [IP: 82.211.81.151 80] [02:56] \sh: isnt it some obscure programming language? [02:56] mvo: i got that often [02:56] <\sh> tseng: i don't really know...but I need to compile it :( [02:56] \sh: apt-cache knows [02:56] octave - GNU Octave language for numerical computations (2.1 branch) [02:57] its guh-knew [02:57] it must be good [02:57] <\sh> when hdf5 is compiled ;) [02:58] Lathiat: try to run apt-get update -o Debug::Acquire::http=True 2> http_debug [02:59] ok,i'll let you know when i make it happennext [02:59] fabbione: 2.6.12 just floated by - didn't seem NEW, FWIW [02:59] anyone has troubles with X today? :-) [02:59] <\sh> I wasn't restarting X since the update this morning ;) [02:59] elmo: some udebs are. iirc sparc64, ia64.. probably hppa [02:59] elmo: nothing new on the main arches side [03:00] jdub: and new idiotify :p [03:00] hmm, actually I didn't update it before gdm wouldn't let me in to my default session :-/ [03:01] anyone has troubles with gdm today? ;-) [03:01] Nafallo: yeh [03:01] Nafallo: just selection GNOME as your session [03:01] Nafallo: and it works [03:01] Lathiat: oki. I'll try that and get right back :-). [03:01] fabbione: on by default? :) [03:02] jdub: it has been for awhile [03:02] in the .12 pres === JaneW [~JaneW@155.239.185.53] has joined #ubuntu-devel [03:02] yay [03:02] jdub: tsk... [03:02] Lathiat: yay! :-) [03:03] sjoerd: here? [03:03] pitti: sortof [03:03] now to X... can't activate the XKB-config :-P [03:04] mdz, pitti: can you check nss-mdns and zeroconf for sanity? :-) [03:04] sjoerd: just a quick question, what's the status of the new dbus in Debian? (which entails the transition) [03:04] jdub: I hate you :-) [03:04] jdub: no, seriously, you mean the usual main inclusion review? [03:04] pitti: yeah [03:05] pitti: the upload was rejected becasue of the planned C++ abi transition [03:05] sjoerd: even to experimental? hrmpf [03:05] pitti: unless you hate the idea out of principle or something ;) [03:05] jdub: I didn't dig into that enough to hate it yet :) === Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel [03:07] <\sh> http://blog.iansview.com/archives/64-Keep-your-computers-time-in-sync-using-HTP.html [03:07] <\sh> this could be quite interessting alternative to ntpdate [03:08] jdub, freescreensaver ? [03:09] pitti: yeah, unfortunately my exams are taking a lot more time then planned, so hal will take a while :(.. [03:09] \sh : Cute idea. [03:09] ogra: F WORD! [03:10] sjoerd: well, without dbus we can't do any other updates anyway [03:10] <\sh> infinity: yes I think so :) [03:10] jdub, feel like working on a spec ? ;) [03:10] hmm [03:10] pitti: yep, i'm going to ask for it to be allowed into experimental.. i don't really see why experimental stuff should slow down the transistion (as long as it stays in exp. untill after the transition) [03:10] everyone wants to fork [03:11] no one wants to be the dude responsible for forking it though [03:11] <\sh> infinity: do u want to package it? or should I do it tomorrow [03:11] \sh : Go nuts. I dan't have the time, or the interest. :) [03:11] <\sh> hehehe [03:11] jdub, if you provide a spec that matches all needs your fork will just smart out the original [03:11] \sh : Check to see if there's a Debian ITP first (and if not, file one... I'll sponsor your uploads to Debian) [03:12] <\sh> infinity: i will...but first tomorrow :) I want to go home just now..and then I will have a couple of pints with some friends :) [03:13] <\sh> infinity: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=313595 [03:13] seb128: latest if i remember well, i remember removing a dirty hack in cc or other gnome pkg because of such bug [03:14] k [03:16] \sh : Well, there you go. If you're impatient, contact the submitter and offer to work with him. Otherwise, just wait. :) [03:17] <\sh> infinity: any chance to put it as an alternative to ntpdate for main? [03:17] \sh : It could certainly be discussed. I'm not the man to make that decision, though. [03:19] \sh: If you want to push this, please write a spec about it and do some research [03:20] \sh: then this should be discussed in a TB meeting [03:20] <\sh> pitti: i think it could be a good alternative for laptop users in a corporate office enviroment [03:20] jdub: i'd so do it just to piss him off for that flaming email? :) [03:21] not that i'd be any good at maintaing it :) [03:21] <\sh> pitti: i will do some research and will write something on the wiki about it.. [03:21] \sh : If the code is sane, I do like the idea. But it needs a bit of an audit, and a lot of testing, I'd suspect. [03:21] \sh : ntp may be annoying for some users (due to firewalls and such), but it DOES work, and have a massive install base, etc. [03:22] its also more accurate [03:22] if you really care [03:22] Lathiat : ntpdate wouldn't be much more accurate than htpdate. [03:22] <\sh> infinity: I don't want to push ntp away ;) htp is also only running with a near webserver as I read just now..so if i put a webserver in the config file from the states, I'm in a new timezone ;) [03:22] Lathiat : I would never push this as a replacement for ntpd. [03:22] infinity: why not? ntp is sub-second [03:23] Lathiat : But for the one-off boot-time config, it's sane. [03:23] infinity: it also accounts for latency better than a http server good [03:23] s/good/could [03:23] but,sure, its accurate enough formost users [03:23] esp. if it'l work more often and not hold up the boot somuch :) [03:24] \sh : http header dates have timezones in them. Where the server is doesn't matter, except for latency. [03:24] \sh : And a one second round-trip still beats a clock that's off by minutes/hours on boot. === jk24 [~jk24@212.234.146.45] has joined #ubuntu-devel [03:25] (If you want real time syncing, run ntpd, as always.. The boot-time sync is just for a "close enough, fix the clock if it's broken" setup. [03:25] ) [03:25] <\sh> infinity: well, at home it doesn't work anyways..without a direct network connection even ntpdate is stucked ;) [03:26] infinity: xkb broken with -27? [03:26] infinity: atleast here... ;-) [03:26] Nafallo : If it was broken before, and not fixed, then "yes". [03:27] Nafallo : In other words, "I'm not sure, I was just making sure the packages built"... [03:27] infinity: was not broken with -25 [03:27] Nafallo : Tomorrow, I may look at other xorg bugs, but it's also my weekend, so I may not. :) [03:27] (Yay breezy) [03:27] Nafallo: a bunch of stuff is broken [03:27] infinity: I know. new xorg should go in on wednesdays or something ;-) [03:28] tseng: indeed. I have US keyboard for instance :-P [03:29] so speak english :) [03:29] tseng: hehe [03:29] no problem [03:29] Speaking English does seem to solve many software problems, yes. [03:29] dooh :-P [03:30] if only thom could be awake and fix 11904 everything would be less of a pain ;-) [03:31] nafallo, use him as an excuse to sleep till he fixes it. :) [03:32] such a whiner [03:32] HiddenWolf: hehe [03:32] tseng: baah, bugs :-P. [03:32] baah, whiners :-P [03:33] did you debug/fix/report those crashers yet? [03:34] tseng: there is one crasher to report :-). [03:34] 2 [03:34] 3, you can report the ctrl+f thing for me :) [03:35] tseng: I'm waiting for the new muine with builtin trayicon :-). if it exists I'll report it. [03:35] jbailey: DEB_CONFIGURE_SCRIPT_ENV is broken [03:36] well its stuck somewhere [03:36] Duck_work: Is the fix obvious? [03:37] tseng: hmm, I better try the new libxklavier first ;-) [03:37] buh [03:37] jbailey: yes, missing quotes [03:37] jbailey: is used : DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS=" -Wl,-z,defs -Wl,-O1" [03:38] and quotes for LDFLAGS were removed [03:38] seems there is another problem [03:38] during build this time [03:38] it overrides CFLAGS [03:38] if you do := instead of +=, that is [03:39] azeem: ok [03:39] Ugh, this is not what my brain is on at the moment... [03:39] Duck_work: Would you mind collecting up a diff of these things and sending it to me when you're done hacking for the day? [03:39] jbailey: i've got a config.h not found :-( === bskahan [~bskahan@m975f36d0.tmodns.net] has joined #ubuntu-devel [03:39] I'll get them merged in right away. [03:39] i could [03:40] if i am able to solve things [03:40] config.h ? [03:40] yep [03:40] It's written in shell, it shouldn't be looking for C header files. [03:40] i took a working pkg [03:40] Ah. nice! =) [03:40] Live tests! [03:40] only changed things related to cdbs [03:41] If you can reduce the problem to a test case, I would *really* appreciate it. [03:41] of course live tests [03:41] Then I can promise you from that point forward that it will never happen again. =) [03:41] ok [03:41] (We give you new bugs at each iteration, not OLD and STALE bugs!) [03:41] I sure do love fresh bugs! [03:42] jbailey: just a hint to help me do tests: what is the hook format like now ? [03:42] what is build/pkg:: equivalent ? === JaneW [~JaneW@tpr-ip-nas-1-p99.telkom-ipnet.co.za] has joined #ubuntu-devel [03:43] Duck_work: dilinger implemented it, so I don't know off hand. I remember how we had talked about it, but it almost certainly wouldn't have been implemented that way in the end. [03:43] (You know how these things go) [03:44] Nonsense, dilinger is a mind-reader, and surely did it exactly as you imagined. [03:44] He and I have had many CVS collisions with identical commits for that very reason. [03:44] dilinger: HELP REQUIRED !!! [03:44] HE'S CREEPY. [03:45] I SEE BUILD SYSTEMS [03:46] See? [03:46] CREEPY. [03:46] Duck_work: here's an example [03:46] http://mouth.voxel.net/~dilinger/rules [03:46] coin Sir dilinger [03:46] thanjks [03:46] Kamion: would it be possible to remove the "ro," from the CD-ROM fstab entries created by the installer? [03:46] np [03:47] Kamion: it prevents the r/w mount of UDF DVD-RAMs, and normal CD-ROMs default to ro anyway [03:47] pitti: I guess so - file a bug on partman-target, please? [03:47] Kamion: alright [03:47] Duck_work: note that debian/rules help should spit out all kinds of information, as well [03:48] dilinger: nice, i should | less to avoid flooding my term :-) [03:49] DEB_CONFIGURE_INVOKE is ... strange [03:50] DEB_CONFIGURE_INVOKE='cd . && /home/duck/gnusound/gnusound-0.6.2/./configure <-- i guess this is done to handle specific locations, multibuilds, ... [03:52] dilinger: all quote desapeared :-( [03:52] +s [03:52] example : [03:52] DEB_MAKE_INSTALL_TARGET='install DESTDIR=/home/duck/gnusound/gnusound-0.6.2/debian/tmp/' [03:52] DESTDIR had "" [03:55] variables are eval'd [03:55] hm, i thought i had an example there [03:55] anyways, you'll need to play around w/ escaping [03:56] the eval stuff is suboptimal, but it was the only way i could make bash and posh both happy [03:56] pitti: actually, don't worry about nss-mdns yet [03:56] they both appear to have different behavior [03:57] jdub: if you do worry about zeroconf, could you please add it to https://wiki.ubuntu.com/UbuntuMainInclusionQueue and prepare a short report for that? [03:57] dilinger: :-( [03:57] pitti: ok, but i'll leave them until they're ready together (zeroconf, avahi and nss-mdns) === seb128_ [~seb128@ANancy-151-1-44-93.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [03:59] pitti: boooooog on your cdbs/languagepack magic [03:59] (tricky case rather) [04:00] seb128_: details? [04:00] pitti: libglade2 has no po/, ./configure && make creates an empty po/ dir, your magic try to "/usr/bin/intltool-update -p --verbose;" here and returns on a "intltool-update: POTFILES.in not found." [04:00] seb128_: ah, and this exits with an error? [04:00] you should probably [ -e po/POTFILES.in ] [04:00] seb128_: so the sanest thing would rather be to append || true [04:01] intltool-update: POTFILES.in not found. [04:01] make: *** [common-post-build-arch] Erreur 2 [04:01] debuild: fatal error at line 765: [04:01] dpkg-buildpackage failed! [04:01] [04:01] that's an option too [04:01] alright, fixing now [04:01] http://cdimage.ubuntu.com/daily/current/report.html <- I wonder what all that's about [04:01] pitti: thanks [04:02] Kamion: seb128 and me too, today's dist-upgrade wants to remove many packages [04:02] we blamed daniels so far :-) [04:02] pitti: have you read the query this morning? [04:02] seb128_: erm, not your answer? I had some network trouble again :-( [04:02] Investigating libx11-6 [04:02] Package libx11-6 has broken dep on xlibs-data [04:02] Considering xlibs-data 467 as a solution to libx11-6 1474 [04:02] Added xlibs-data to the remove list [04:02] Fixing libx11-6 via remove of xlibs-data [04:02] [04:03] I said that [04:03] uh [04:03] that's apt with Debug::pkgProblemResolver=yes === doko [~doko___@dsl-084-059-081-250.arcor-ip.net] has joined #ubuntu-devel [04:04] elmo: > I'm pretty sure that's not a gtk bug === seb128_ kicks jordi [04:04] Kamion, i guess X causes that... === ogra reboots to new kernel and X [04:12] seb128_: libxkbfile-dev as build-dep for libxklavier built locally. [04:13] Nafallo: say it again? [04:14] is there any context to this? [04:14] seb128_: FTBFS on all arches. === lamont [~lamont@15.238.5.145] has joined #ubuntu-devel [04:14] seb128_: the buildlogs are fairly straightforward :-) [04:14] Hi lamont [04:15] Nafallo: you are just trying that you sit on front of the build log to bother people on IRC when something FTBFS? :) [04:15] morning pitti [04:15] Nafallo: I'm doing a bunch of syncs, I'll fix the FTBFSes later, but thanks [04:16] lamont: do you think you can fix the translation stripping tarball download soon? It's pretty much effort to correct it [04:16] (i. e. correct from my side) [04:17] seb128: k :-). === ogra [~ogra@p5089E11D.dip.t-dialin.net] has joined #ubuntu-devel [04:17] and winds up with lots of files owned by pitti in my html tree... [04:18] lamont: yeah, sorry, I recovered the good tarballs from the various buildds [04:18] lamont: thom will certainly help you to chown them to you :-) [04:18] how soon do you think you'll have packagestriptranslations fixed to make it yet another file that is delivered to "not the archive" through the normal dupload process? :-) [04:19] lamont: well, that would be dpkg-source -b'ish rather than in pkgstriptranslations, right? [04:19] pitti: checking that the a new tarball is larger than the existing one strikes me as a hack, fwiw [04:19] lamont: so far we didn't discuss that with anybody yet [04:20] that'd be a dpkg-genpackage-ish thing, by adding it to a file list/ [04:20] lamont: it is a hack, until the gettext issue on 64 bit platforms is sorted out; but that might take a while [04:20] and then teaching the archive process to magically handle it by dropping it off to the side somewhere, rather than in the mirrored archive [04:21] it's less of a hack to add $ARCH to the filename... [04:21] dilinger: makefile.sh: ## FIXME: Define CFLAGS, CXXFLAGS correctly [04:21] taht's why it is not working [04:21] lamont: I could live with $ARCH as well, I don't know about the rosetta guys === shaya [~spotter@user-0ccembr.cable.mindspring.com] has joined #ubuntu-devel [04:21] lamont: either is fine for me, whatever can be made quicker [04:23] pitti: well, since it's magic knowledge in sbuild right now (sounds of vomitting) instead of being just another file, any change is going to require me to do something... let me ponder it a bit and poke the rosetta guys about their pain levels [04:23] thanks [04:25] er. where'd xterm go? [04:25] xorg no longer builds it, but nothing else does either [04:25] daniels: ? [04:26] Kamion: good catch. if he doesn't get it back soon, we'll send guidofinity over to his place to discuss the situation... [04:26] and britney lists it as uninstallable, although it installs fine for me [04:27] wonder if it still would install after a dist-upgrade, and removing some orphaned packages [04:28] well, I did dist-upgrade; let's try dselect ... === terrex [~terrex@84-122-69-8.onocable.ono.com] has joined #ubuntu-devel [04:33] I had a couple of things from universe installed, but nothing relevant. No obsolete packages. === wasabi_ [~wasabi@207.55.180.100] has joined #ubuntu-devel [04:35] ah, libxaw8 disappeared [04:35] I did wonder about that when reading the changelog ... === dooglus [~dooglus@rincevent.net] has joined #ubuntu-devel === dr88dr88 [~gerrit@h174040.upc-h.chello.nl] has joined #ubuntu-devel [04:44] elmo: zenity gthumb galeon eog syncs please [04:48] elmo/thom: pls chown -R lamont ~lamont/public_html/translations [04:48] ANyone here familiar with how the only-ifup-when-I-load-a-module magic works? === jamin [~jamin@sys-216.87.56.250.primary.net] has joined #ubuntu-devel [04:51] seb128: done [04:52] lamont: done [04:52] elmo: thanks muchly [04:53] elmo: thank you === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel === Safari_Al [~tr@ppp241-50.lns2.adl2.internode.on.net] has joined #ubuntu-devel === netjoined: irc.freenode.net -> orwell.freenode.net === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel === crimsun [~crimsun@216.239.132.100] has joined #ubuntu-devel === bronson [~bronson@node-40240852.sjc.onnet.us.uu.net] has joined #ubuntu-devel === dr88dr88 [~gerrit@h174040.upc-h.chello.nl] has joined #ubuntu-devel === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel === spotter [~spotter@dyn-wireless-246-127.dyn.columbia.edu] has joined #ubuntu-devel [05:28] anyone using the newest X packages? [05:28] <\sh> yes [05:28] no problems? [05:29] <\sh> and xkb is broken..so don't complain ;) [05:29] more than xkb [05:29] again??? [05:29] gnome wont event start [05:29] <\sh> spotter: apt-get install ubuntu-desktop [05:29] lots of errors in .xsession-errors [05:29] ok, lets see what that installs [05:30] hrm... is there a gethostbyname in python, I wonder. [05:30] <\sh> ok...i need a hardware sponsor... [05:30] <\sh> 1. powerpc ;) [05:30] <\sh> 2. ia64 [05:31] <\sh> 3 archs ok...but ppc libtool: link: `../lib/libh5tools.la' is not a valid libtool archive === blueyed [~daniel@iD4CC1D94.versanet.de] has joined #ubuntu-devel [05:32] pitti: re pkgstriptranslations: I'm just going to disable both 64-bit architectures.. that's the simplest hack-on-hack, and the rosetta guys are OK with the possible need to handle the <10 packages that could be dropped that way [05:33] lamont: great, that's fine for me === spotter [~spotter@dyn-wireless-246-127.dyn.columbia.edu] has joined #ubuntu-devel [05:34] k, problem1 startx wants to run /usr/bin/X11/X [05:34] it doesn't exist [05:34] Xorg does though [05:34] symlink fixes that [05:34] then however, startx wants to create /var/log/Xorg.0.log, but it cant (as regular user, as root, no complaints) [05:35] as an aside, does vt switching in X work for anyone anymore? (ctrl-alt-fkey, stopped working a few weeks back for me) [05:36] ok, server isn't suid root [05:37] <\sh> spotter: can u file a bug with all those things? [05:38] chmod u+s /usr/X11R6/bin/Xorg fixed that and X starts (from startx) [05:38] yea [05:38] can you email it to me (spotter@cs.columbia.edu) in bitchx and can't copy and paste to X [05:39] and of course your comment of xkb broken again seems to be accurate [05:41] <\sh> spotter: send === Keybuk [~scott@syndicate.netsplit.com] has joined #ubuntu-devel [05:42] so, uh, am I not supposed to be able to login from gdm at the moment [05:42] ? [05:42] elmo: can you sync gnome-alsamixer again (it has been dropped on MOTU request as discussed but Daniel said he has no objection to get it again) [05:43] Keybuk: what version? [05:43] seb128: whatever was in the archive NOW-$how_long_the_update_took [05:43] I tend to blame xorg so [05:43] I get an ugly "CHOOSE YOUR SESSION WIDGET" thing [05:43] which does nothing [05:44] new gdm has an issue (using /usr/ksh instead of /usr/sh) this morning but I've fixed that for hours [05:44] did you fix it in ubuntu3? [05:44] yep [05:44] right [05:44] cancel the anti-aircraft weaponry === Keybuk nukes france instead [05:44] :p [05:44] I must have _just_ missed that when I started the upgrade [05:44] Keybuk: no-one will notice [05:45] except maybe the french [05:45] (I was _really_ far behind with breezy -- laptop's been gathering dust since UDU) [05:45] roh [05:45] I notice all the gdm binaries moved [05:45] Keybuk: I would have transitioned gdm some time ago already, but I was waiting for hct *g* [05:46] Keybuk: yeah, /usr/bin to /usr/sbin or /usr/lib [05:46] seb128: there's a #hct channel you can hassle me on now :p [05:46] nice :) [05:46] I can do "right now" imports I think [05:48] fabbione: you're not supposed to /join and /part :p [05:48] Keybuk: i was only hasseling :P [05:49] you should put it in your auto-join [05:49] and hang out with the cool kids [05:49] they're all using HCT these days === Keybuk is thinking of getting HCT charity wristbands made up [05:49] what colour should they be? [05:49] pink [05:49] Keybuk: lots of problems [05:49] about to file a bug [05:49] spotter: with? [05:50] /usr/bin/X11/X is missing (Xorg is there) [05:50] startx depends on that [05:50] oh, I fixed _those_ already :p [05:50] /usr/X11R6/bin/Xorg isn't chmod u+s [05:50] it's just session and display management that I fall over and get confused [05:50] <\sh> hmm....it's in the topic of #u-m [05:51] we should make a policy [05:51] daniels does not upload X before international travel [05:51] Keybuk: would those wristbands come with razor blades? :-) [05:51] <\sh> Keybuk: better idea...open the archives only to people who know that everything is bleeding nose buggy ,-) [05:52] it's not the bleeding nose I worry about [05:52] it's the bleeding testicles [05:52] Mmm, testicles. [05:52] <\sh> right, i can't enter my backslash ;) [05:53] <\sh> my personality ... just disappeard :( [05:53] daniels: xserver-xorg 6.8.2-27 fails to configure itself for my laptop hardware anymore (chooses vesa) and adds a "Generic Mouse" to ServerLayout without a corresponding InputDevice section [05:54] Keybuk: i can't type in X. [05:54] Keybuk: but otherwise, everything else is quite alright. :-) === ogra can.... except umlauts [05:55] <\sh> no umlauts and no backslash ;) [05:55] ogra: oh well, no one here listens to heavy metal anyway. [05:55] mdz: since xterm is currently hosed (libxaw8 got removed under it), what do you think about temporarily removing it from desktop? [05:55] hhhehehe [05:55] jdub doesn't listen to heavy metal? [05:55] SHOCK [05:56] Kamion: xterm is in desktop? [05:56] mdz: yes [05:56] Kamion: it oughtn't be [05:56] really? [05:56] er, ok [05:56] if I can get over my xterm addiction, I think the rest of the world can too ;-) [05:56] i don't think it's a terrible thing to have in desktop [05:56] and removing it doesn't save too much space :) [05:56] no [05:56] don't remove xterm please [05:57] just seems kind of an odd thing to ship without [05:57] the powerkids love us for it [05:57] even Michael Jackson uses xterm... [05:57] we can't remove it :P [05:58] heh. totem wins for most useless error message ever. [05:58] ** (totem:663): CRITICAL **: bacon_message_connection_get_is_server: assertion `conn != NULL' failed [05:58] <\sh> michael jackson uses xterm? [05:58] elmo: no luck yet to move 2.6.12 to main? [05:59] dilinger: what it useless about this? [05:59] dilinger: you have the line, function and condition b0rked [06:00] seb128: it doesn't actually mean anything to a user :p [06:00] dilinger: that's why it's not an UI dialog [06:00] dilinger: it's all a conspiracy to make people switch to kde [06:00] seb128: is it a network thing? is it misconfigured? is it a sound thing? is it having problems w/ gconf or something? dbus, maybe? what's bacon? [06:01] dilinger: that's a line to put to bugzilla so upstream knows what is wrong and can fix it [06:02] doko: it seems that twisted added a dep on zopeinterface, which wants python2.2 [06:02] mdz: ok, dropping it [06:02] <\sh> 7join #ubuntu-ppc-specialist [06:02] doko: thanks [06:07] fabbione: I moved it already [06:08] mdz: the change didn't propagate to the archive yet.. did it? [06:08] fabbione: probably not [06:08] ok [06:08] fabbione: I moved the whole thing, but most of it wants to move back to universe unless it's seeded [06:09] mdz: ah ok [06:09] mdz: i need another upload to complete the cleanup for the udebs and we can switch the installer to .12 [06:09] mdz: at that point it should be ok without seeding [06:10] fabbione: well, switching the installer is a matter of changing the seeds ;-) [06:10] fabbione: do you know what causes this xorg.conf mouse problem? it has happened before [06:11] mdz: no. it's a while i don't upgrade my machine [06:11] mdz: ... no it's not :) [06:11] Kamion, mdz: well up to you 2 to agree :) [06:11] i need to go and cook dinner guys [06:11] start to enjoy the .12 ride! [06:12] because this kernel seems to be rock solid [06:12] Kamion: oh, that variable is set in germinate or someplace instead (now?)? [06:12] <\sh> fabbione: have fun.../me is getting ready for party... === fabbione & [06:12] installer: * Kernel-Version: 2.6.10-5-amd64-generic [06:12] installer: * Kernel-Version: 2.6.10-5-386 [06:12] installer: * Kernel-Version: 2.6.10-5-itanium-smp [06:12] installer: * Kernel-Version: 2.6.10-5-power4 2.6.10-5-powerpc [06:12] installer: * Kernel-Version: 2.6.10-5-sparc64 [06:13] are those no longer meaningful? [06:13] mdz: they're perfectly meaningful, they're just not sufficient [06:13] and never have been [06:13] d-i needs to be uploaded when switching kernel versions, to rebuild the initrds and cope with any udeb rearrangements [06:13] oh Kamion please don't merge kernel-wedge yet.. i need another upload to complete the cleanup and fix sparc FTBFS [06:14] we will switch immediatly after [06:14] (question of one day MAX 2 ) [06:14] those seed variables are there so that we don't have to repeat "2.6.10-5" a zillion times in the seeds [06:14] i am off for real [06:14] bye bye [06:14] fabbione: wasn't planning to - in fact I'd rather you did it so you can coordinate any necessary kernel changes [06:14] Kamion: I don't think we disagree [06:14] Kamion: SUPER! [06:15] perhaps s/is a matter of/involves/ [06:15] mdz: oh, I think I may have misread you [06:15] yes, that [06:15] I didn't mean to imply that it was exclusively a seed change [06:15] ah, ok, I take back the disagreement :-) === Kamion tries to write his lugradio talk [06:16] Kamion: how is the house coming along? === cartman [foobar@cartman.developer.konversation] has joined #ubuntu-devel [06:17] mdz: still rather living out of boxes, but otherwise more or less sorted === danielki [~daniel@i3ED696B2.versanet.de] has joined #ubuntu-devel [06:17] Kamion: is it close to where you lived before? === hunger [~hunger@p54A661D1.dip.t-dialin.net] has joined #ubuntu-devel [06:18] I don't see anything in the changelog about the .config script changing at all, how odd [06:18] mdz: yeah, about a mile or so away, same side of town [06:18] separate study and bedroom now, which is an unbelievably excellent improvement :) [06:19] heh [06:19] http://maps.google.co.uk/maps?q=atherton+close+cambridge+to+pelham+court+cambridge&spn=0.014039,0.042443&hl=en <- moved from bottom right to top left [06:20] with my favourite pub almost equidistant between the two ;-) === radu [~radu@sky.ics.uci.edu] has joined #ubuntu-devel [06:22] mvo: "apt-get update -o Debug::Acquire:http=True" [06:22] mvo: is that right?i got not extra debug info [06:22] s/:/::/? [06:23] heh [06:23] toobad i have to wait half an hour to reproduce it again [06:24] andnow md5sum mismatches on main+universe sources -- what causes that? in betweenupdates? (i see it every so often) === Duck_work is now known as Duck_pond === cartman [foobar@cartman.developer.konversation] has left #ubuntu-devel ["Ich] [06:28] daniels: there seem to be several changes from -24 to -27 which are not documented in the changelog; are they intentional? [06:28] (at least one of them is the cause of my mouse problem) [06:29] I have no idea what is causing the driver detection bit to fail yet, though [06:30] Driver detection, as in video driver? [06:30] I see no changes to that between -24 and -27... === elmo_ [~james@83-216-141-215.jamest298.adsl.metronet.co.uk] has joined #ubuntu-devel [06:33] infinity: neither do I, but I get vesa now where before I (correctly) got ati === terrex [~terrex@84-122-69-8.onocable.ono.com] has joined #ubuntu-devel [06:35] what does dexconf mean by "multiplexed"? the logic doesn't seem to refer to the definition of that word with which I am familiar [06:35] it feels that /dev/psaux is a "multiplexed" mouse device [06:35] as well as serial devices [06:36] Yeah, I have no idea what the deal is with the mouse stuff. I'm trying to hunt the keyboard issues right now. [06:36] oh, there are keyboard issues too? === kafeine [~kori@212.39.73.142] has joined #ubuntu-devel [06:37] There are if you're not from the US. :) [06:37] (So, I didn't notice either, until people whined) [06:37] I'm from the US, but I don't use a us layout [06:37] seb128: got a few minutes for a puzzler? [06:37] xkb is completely stillborn. [06:37] mdz : Really?... Interesting. Many others have been complaining that xkb won't load or won't load their keymap, etc. [06:38] infinity: so far I've only upgraded my ltsp test laptop [06:38] where X keymap configuration has never worked [06:38] xkb errors on gnome start here [06:38] because it was waiting on the changes that went into -25 [06:38] did anyone try to use rpcgen with gcc-4.0? I have a package here were sourcefiles created by rpcgen FTBFS with gcc-4.0 :( [06:39] Right, well going from "doesn't work" to "doesn't work" wouldn't hurt much. :) [06:40] yeah, the changes didn't start it working either [06:40] argh, my at key is screwed.... [06:40] ogra: which key? ;) [06:40] i cant type mail adresses [06:40] copy this one: @ [06:40] (: [06:40] heh [06:41] (Breaking things horribly is a good way to see who is and isn't running breezy, though...) [06:41] ogra: change keyboard maps :) [06:41] seb128: nm [06:42] hmmm, gnome-keyborad-settings crashes.... [06:43] ** (gnome-keyboard-properties:13906): CRITICAL **: XkbGetKeyboard failed to get keyboard from the server! [06:43] fun [06:44] I can't even generate a config file: xserver-xorg/config/inputdevice/keyboard/layout not set. Aborting. [06:45] Hrm. Was all the xkb stuff working happily in -24? [06:45] yeh [06:45] "working" as in, it at least generated a config with the default value [06:45] The biggest change in that are is actually him reverting a patch (backport of a HEAD cleanup of xkb) which was added in -24, removed in -25... === bskahan [~bskahan@pool-70-19-81-51.ny325.east.verizon.net] has joined #ubuntu-devel [06:45] s/that are/that area/ [06:46] mdz : Well, it's hard to generate a config when every xkb-related tool you use to lint your keymap now chokes and claims the keymaps are invalid. [06:46] so the vesa thing was a red herring [06:47] Oh? [06:47] that was just "I didn't generate a config at all"; that's the one which was there from installing in the chroot [06:47] Ah. :) [06:47] So, we're at "mouse config got weird", "xkb is buggered", and "twm's postinst sucks, but only one user cares, cause no one else installs it" [06:47] Right? [06:47] (Of course, the 3rd bug is the simplest to fix... Always is) [06:48] I wonder if reintroducing this XKB HEAD cleanup patch would magically fix everyone's issues. [06:48] Maybe we should wait for daniels to find an airport in Germany and ask him why he reverted it... [06:49] Or... Not care and just put it back. [06:50] there is no default for xserver-xorg/config/inputdevice/keyboard/layout [06:50] and yet it blows up if it isn't set [06:50] Or, the third option: go to bed, cause it's 3am. Why don't I notice these things until my girlfriend yells at me? :) [06:51] the mouse config thing should be easy to fix; we can revert that patch [06:51] no clue what it was intended to do, since it wasn't in the changelog [06:51] Yeah. Well, I'll be happy to play with both in the morning, if daniels doesn't show up and fix them first. === rcliii [~rcliii@cpe-65-26-158-102.cinci.res.rr.com] has joined #ubuntu-devel [06:51] But right now is apparently a "Bad Time", since I've been working all day and have only now realised this. [06:54] I wonder if perhaps the stuff that was reverted from -24 to -25 was just a "switching from one working directory to another" brain fart. [06:55] It's not typical for people to go back and edit their old changelog entries when reverting changes, afterall. :) [06:55] Anyhow. Bed. Xorg in the morning, if others don't beat me to it. [06:55] (feel free to beat me to it) [06:56] sleep well, infinity! === stratus [~stratus@200.198.184.97] has joined #ubuntu-devel === scorpix_ [~scorpix@as17-175.qualitynet.net] has joined #ubuntu-devel [07:15] sabdfl, you around? [07:15] yes [07:16] https://wiki.ubuntu.com/MarksHoaryGoals <--need this? [07:17] oh [07:17] i just saw its linked in your homepage so there is no danger of it disappearing [07:18] sorry to bother [07:23] jdub, daniels, seb128: can we use OSD for the battery-low indicators, rather than the modeless dialog that currently pops up? === ealden [~ealden@219.90.93.187] has joined #ubuntu-devel === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel [07:25] sabdfl: xosd afaik still doesnt use freetype [07:26] it looks pretty ugly [07:26] theres a gnome osd [07:26] (that does afaik) [07:27] sarge-hoary works? === chrissturm [~chris@83-65-242-30.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === dilinger snickers [07:33] [14-Jun-2005] We just released the first release candidate for PHP 4.4.0. This is a bug-fix only release, the increased middle digit is needed because this release changes PHP's Internal API that causes existing third-party binary extensions to be incompatible with the new version. [07:34] groundbreaking [07:34] mmm... internal api bugfix [07:39] anyone know stuff about postgresql? [07:39] pitti? [07:40] meh, figured it [07:40] someone moved the socket === moyogo [~moyogo@69.156.160.45] has joined #ubuntu-devel [07:45] Kamion: are current breezy dailies somewhere close to installable? [07:50] thom: no, xterm's broken [07:50] mdz: I'll remove that from desktop for the moment just so that we have working dailies [07:50] thom: first stage works fine though [07:50] Kamion: fine with me === terrex [~terrex@84-122-69-8.onocable.ono.com] has joined #ubuntu-devel === firasR [~firas@62.150.38.165] has joined #ubuntu-devel === Treenaks upgrades gdm and watches some weird X session manager appear [08:04] (it could be an X thing though) [08:04] Treenaks: choose GNOME fromthe session list and it goes away [08:04] gdm seems tobe losing the defaultsession [08:04] Lathiat: yes, but that's not the Best solution [08:04] and starting some weirdarse thing [08:05] also, for the record, network-manager sucks (i.e. it can't connect to my simple WEP-encrypted wifi net) [08:05] Lathiat: oh, try ctrl+alt+f1 [08:05] its suposed to ask for the key if you click on a wep net [08:05] Lathiat: it does ask.. then I select "Hex key" and enter my key in hex [08:05] Lathiat: then it waits for a while, iwconfig shows everything works [08:06] Lathiat: but nm-applet thinks I'm not connected, and its right [08:06] nm has never ever worked for me once [08:06] not with my orinoco wireless,and not with my new b44+ipw2200 laptop [08:06] Lathiat: I tried with prism54 and ipw2200 === SloMoSnail [~slomo@p5487F53A.dip.t-dialin.net] has joined #ubuntu-devel === ska-fan [~ska-fan@dsl-084-059-064-204.arcor-ip.net] has joined #ubuntu-devel [08:14] anyone know why im getting "/dev/sda1 is not removable" errors (error mounting my external usb drive) [08:14] maswan: ping? [08:14] ber, ghc is gonna need rebootstrapping, or some nasty kludging [08:15] thom: yup... ghc is a pain [08:15] i did look at it not too long ago [08:15] and the worst is that even in bootstrap is FTBFS due to gcc-4.0 or something else in the toolchain [08:15] oh, joy === trulux [~lorenzo@trulux.user] has joined #ubuntu-devel [08:20] seb128: around? [08:20] never mind [08:21] well, maybe [08:21] fabbione: pong [08:21] im also getting a mass of "IPP request failedwith status 1030"from gnome-cups-icon [08:21] elmo_: ping? [08:21] maswan: hey dude.. === xuzo [~xuzo@81-203-43-239.user.ono.com] has joined #ubuntu-devel [08:29] fabbione: can you explain auto_answer in xserver-xorg.config? [08:29] it makes no sense to me === chris38-home2 [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [08:31] mdz: i can look at it.. but i am not sure it's the same code i knew a long time ago [08:31] it has been there a long time [08:32] mdz: it has always been there.. but i dunno if daniels did change it [08:32] the name of the function does not seem to describe what it does === radu [~radu@sky.ics.uci.edu] has left #ubuntu-devel ["Leaving"] [08:32] let me check.. but i need to run after.. wife is waiting me to go to the concert === qingl [~qingl@59.191.51.235] has joined #ubuntu-devel [08:33] mdz: ok.. now i remember [08:34] do you recall a long time ago when we were killing xfree86 debconf questions? [08:34] the problem was (and is for Debian) that we didn't have a proper way to answer all the questions [08:34] now.. this is ok if you have a debconf frontend that allow the user to interact with the installation [08:35] but that's not true in non-interactive or some other combination [08:35] auto_answer tries to answer these questions, if a previous answer was already present in the debconf db [08:35] sort of "use debconf" as a registry [08:36] note that when auto_answer is called there are other functions involved to gather default answers and stuff like that [08:36] does it make more sense now? === qingl [~qingl@59.191.51.235] has joined #ubuntu-devel === Duck_pond is now known as Duck_busy === mpt [~mpt@203-167-186-66.dsl.clear.net.nz] has joined #ubuntu-devel [08:44] fabbione: it seems to me that the end result is just to set a new default for the question; wouldn't this be better done with a debconf substitution? === Arrogance [~aks@CPE00112f96b894-CM001225423850.cpe.net.cable.rogers.com] has joined #ubuntu-devel [08:46] mdz: i don't really know.. i didn't design that :) it's something coming from Xfree86 / Debian [08:46] i need to go now... [08:46] cya tomorrow or monday [08:46] fabbione: bye [08:46] and thanks [08:47] mdz: no problem :) sorry that i don't have more time.. but we are alrady a bit late :) [08:47] bye [08:50] mdke: how is the new wiki working out? === `anthony [~anthony@220-253-12-30.VIC.netspace.net.au] has joined #ubuntu-devel [08:54] you can't do debconf defaults with SUBST; you have to use SET [08:54] which means you also have to test whether the current value of the question differs from the default (and possibly from previous defaults), etc. [08:56] hmm.. are dns-records for archive.ubuntu.com strictly elmo's department? [08:57] or can someone else take 130.239.18.137 out? [08:57] elmo/thom probably === maswan summons elmo/thom :) === sabdfl [~mark@host217-37-231-22.in-addr.btopenworld.com] has joined #ubuntu-devel [08:57] damn, need to check my summoning spells. :) [08:58] hi sabdfl, sorry, that was a refernce to me hitting enter on "+ maswan summons elmo/thom :)" 20 seconds before you joined === mxpxpod [~bryan@c-24-15-246-104.hsd1.il.comcast.net] has joined #ubuntu-devel [09:00] ogra: ping [09:00] daniels: around? [09:03] maswan: if the slaves are asleep summon the big boss? :-) [09:06] maswan: YOU CALLED? [09:07] who dares awake the great sabdfl === maswan trembles in fear [09:08] sabdfl: oops. I tried summoning the elmo, but must have aimed wrong. === maswan slowly backs out and says five quick hail ubuntu prayers. ;) [09:27] ALL IS PEACEFUL [09:27] night ;-) === sabdfl [~mark@host217-37-231-22.in-addr.btopenworld.com] has left #ubuntu-devel [] === sgran [~steve@lobefin.net] has joined #ubuntu-devel === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu-devel [09:32] ogra: are you around? [09:33] ogra: its getting way past working hours there [09:33] er, mxpxpod. [09:33] tseng: hrmm [09:34] tseng: I need to talk to him about using pmud instead of pbbuttonsd in the next release of ubuntu [09:34] since the latest release of pbbuttonsd really really really sucks [09:34] isnt that thom's baby? [09:34] IIRC, he told me to talk to ogra about it [09:34] huh [09:34] i didnt know ogra owned a ppc [09:34] oh, maybe I do need to talk to thom about it [09:35] holy crap! [09:35] i can type in X again! [09:35] jdub! [09:35] pants off. [09:35] anyway, I hacked powermanagement-interface to work with both pmud and pbbuttonsd [09:35] mxpxpod, hey [09:35] mxpxpod, yes, thom is the right one... [09:35] ogra: ok [09:35] ogra: how's gnome-power coming along in breezy? === jdub reboots for new kernel love. === tseng successfully routes the packet [09:36] mxpxpod, i'm currently busy with edubuntu, next week too.... then i've time to care about other stuff again.... [09:36] ogra: ah, ok [09:36] tseng: you've got a ppc, right? [09:36] no sir [09:37] nevermind [09:37] mxpxpod, gnome-power is missing the connection to pmi, but then it will be fine... i also have to decide what to do about screensaver power management, since it duplicates the functions now [09:37] heh [09:37] ogra: well, like I said to tseng, I hacked pmi to work with pmud [09:38] nice [09:38] and I know thom has wanted to get rid of pbbuttonsd for a loooong time [09:38] now I just need to figure out how to do a diff of a package while I'm building it [09:38] but i' not sure if thats necessary anymore, since hal is the input for gnome-power... and it cares for pmu devices as well [09:39] ogra: ahhh [09:39] that'd be really nice [09:39] does pmud have all the hotkey-handling stuff? [09:39] but ask thom, he's the pbuttonsd guy [09:39] Kamion: no, gnome would handle that [09:39] eh, not everyone uses GNOME [09:39] my bad === mrzero [~ole@83.243.129.233] has joined #ubuntu-devel [09:41] Kamion: actually, I think hal can handle the power button [09:42] jdub: pong [09:42] lamont: pong? [09:42] ogra: ok, another question regarding hal/gnome-power... will those two actually sleep the laptop, or will we need to invoke something when a signal is fired [09:43] seb128: no more issue [09:43] gome-power just sends a dbus message [09:43] gnome even [09:43] seb128: unless you have one for me.... [09:43] so we need a listener at the other end... thats currently missing [09:43] ogra: ah [09:43] ogra: i.e. the connection to pmi [09:43] yep [09:43] gotcha [09:44] so we'll need a pmi daemon listening or something like that [09:44] lamont: nop, just a pong in case of you need me for something [09:44] for example, yes.... or a gnome-power-backendd to be replaced by a kde-powerd or a xfce-powerd .... [09:44] ogra: ah, cool === jlj [~agp@cm-80.111.99.032.chello.no] has joined #ubuntu-devel [09:46] seb128: thansk [09:46] np :) [09:48] how close is breezy to be ready to use? [09:49] and also, is network manager ready for use on ubuntu? [09:49] jdub can type in X [09:50] tseng, i heard about that too.... he must be privileged, i cant really type in X [09:56] ok, this may be a dumb question, but what exactly does network manager do? [09:57] it screws up your network connection [09:57] does it do what netapplet does? [09:57] and in the case of kerberos authetication [09:57] tries really hard to lock you out of your pc [09:57] and will it automatically connect your ethernet when you plug it in? [09:57] network-manager is not ready to use [09:57] i just tried [09:58] heh, ok [10:00] mdz: whoa, champion (xorg upload) [10:00] it doesn't fix the xkb stuff; I didn't have time to look into that one [10:01] fixed a lot of annoying crap though! [10:01] THREE CHEERS FOR MDZ! [10:01] it looks like daniels may have inadvertently dropped some stuff from about -21 [10:01] we should take turns uploading xorg [10:01] and see where we end up [10:01] say hooray you bastards. [10:02] seb128: actually, any gtk+2.0 uploads planned soon? [10:02] 2.6.8 ftbfs? [10:03] nop, it doesn't [10:04] seb128: there was this little regression in gcc-4.0 for hppa... [10:04] binary-NMU? :) [10:04] jdub: you pinged for a reason? [10:05] that's an option for us poor ports second-class citizens, as long as there's a -ubuntu version [10:05] (or a -build version) [10:05] seb128: anything that does function pointer compares may get bad results from the compare, and behave incorrectly. [10:05] like, say, callbacks. :-( [10:06] that bug would go a long way to explaining why gdk-pixbuf-query-loaders sometimes works, sometimes hangs, no? [10:06] seb128: no, it was just a random drive-by ping [10:06] k [10:06] lamont: hum, gdk-pixbuf-query-loaders hangs sometimes? weird [10:06] only on hppa [10:07] iz hppa bog :) [10:07] and the gcc regression is that (on hppa) function pointers don't get canonized before getting compared, and therefore things that should compare equal say 'unequal' [10:07] anyway you want a source upload? there is some translation issue that could pretext a new upload :p [10:07] and yes, is optimizer/hppa b ug [10:08] k, I understand [10:08] dunno if it would fix it or not [10:08] I'll probably upload one new package on monday [10:08] I mean, it could be anything that it calls, too... :-) === tritium [~tritium@12-208-96-155.client.insightBB.com] has joined #ubuntu-devel [10:09] and since it already has a -1ubuntu1 version, I can binNMU it, although it makes elmo cry [10:09] (problem with binNMU's is that 1.0.1 > 1ubuntu1 --> bad juju) [10:10] 1ubuntu1.0.1 ? [10:12] whoa! [10:13] latest kernel also makes my laptop audio not sound like crap [10:13] fabbione: the new kernel on amd64 is fun ... no sata detection, no cpu frequency scaling, bad sound ... [10:13] jdub: eh? [10:13] i used to get a yucky buzzing noise [10:13] hm === ivoks [~ivoks@lns01-0039.dsl.iskon.hr] has joined #ubuntu-devel [10:15] hm... X in breezy after upgrade don't listen to xorg.conf about keyboard layout [10:15] ivoks: an upload was just done to fix that [10:15] oh, thanx [10:15] ivoks: build will be available soon [10:16] ivoks: temporary fix -> dpkg-reconfigure xserver-xorg [10:16] great [10:16] don't set --priority=high :) [10:16] jdub: ") [10:16] type in 'us' when it asks you for the keyboard layout [10:16] i tried that, but did't work === doko looks up buzzy [10:16] problem is that it assumes 101 keys, instad of 105 [10:16] seb 1ubuntu1.0.1 requires that -1ubuntu1 or -1ubuntu1.0 source be in the archive. [10:17] hence if the package has a raw debian version, I have no choice but a sourceful upload [10:18] right, but gtk is 1ubuntu1 [10:18] mdz/jdub; thoughts on the right answer when a 2nd class arch needs to rebuild a package or 2000 - do we hate binNMU's that much? [10:18] seb128: exactly [10:18] not a q for me :) [10:18] hence I just have to decide if I want to introduce a binNMU into the archive, or be a good little boy. [10:20] lamont: 2000? [10:21] mdz: well, one could be more careful and examine the source of everything that hppa has built using gcc-4.0 or g++4.0 to see if it compares function pointers... [10:21] for the moment, I'm ignoring it, and planning an as-discovered solution model [10:21] compiling with -O1 makes the problem go away (although no guarantees came with that answer) [10:22] o/~ we are the badgers, we are the badgers, no time for hedgehogs, cause we are the badgers! o/~ [10:22] :) [10:22] but a sourceful upload for most of them would be a waste of mirror-bandwidth [10:23] mdz: on the bright side, we force gcc-3.4 for glibc and gcc-4.0. Or maybe not -- they break big time. [10:25] (actually, gcc-4.0 might be built with gcc-4.0... that'd be bad === r0bby [~wakawaka@cpe-204-210-133-115.hvc.res.rr.com] has joined #ubuntu-devel [10:40] seb128: the xdmcp greeter seems to fail to start in my gdm now [10:40] seb128: is that just because I've upgraded and not restarted gdm yet? [10:42] mdz: so sure, could you restart gdm? If that still happens then that's a bug ... === darkling [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu-devel [10:43] seb128: I would have to log out :-) [10:43] correct :) [10:43] what does it say? [10:43] and lose all my firefox state and emacs state and xchat state :-) [10:44] a dialog opens (on the thin client) saying the greeter could not be started and the display will be disabled [10:44] "Cannot start the greeter program, you will not be able to log in. This " [10:44] "display will be disabled. Try logging in by other means and editing the " [10:44] "configuration file" [10:45] daemon/slave.c:2665 [10:45] 2792 [10:45] that po file was out of date :-) [10:45] hum, lemme try here [10:45] seb128: did gdmlogin move to a new location? [10:46] yep [10:46] ah, ok [10:46] that path is compiled in it looks like [10:46] they moved binaries from /usr/bin to /usr/sbin or /usr/lib [10:47] I probably just need to restart it, then [10:47] I hate logging out [10:47] he he [10:47] seb128: did you see when I was talking about processes being left behind from the session, with connections to the X server? [10:48] it causes some problems with LTSP-over-ssh === goedson [~goedson@BHE040233.res-com.wayinternet.com.br] has joined #ubuntu-devel [10:48] mdz: nop, when was that? what processes? [10:48] bonobo-activation-server, gnome-settings-daemon, xscreensaver [10:48] gam_server also, but I don't think that talks to X, does it? [10:49] no, it doesn't [10:49] no [10:49] so that one is ok [10:49] I'll have a look for b-a-s [10:50] bonobo is ok too [10:50] weird for g-s-d, I'm pretty sure it exits with gnome-session here [10:50] I just need for xscreensaver and g-s-d to die [10:50] oh, nm [10:50] ? [10:50] killing g-s-d seemed to cause b-a-s to exit [10:50] let me do a better test [10:52] mizar:[/tmp/gdm-2.8.0.0] sudo lsof -i G -e '->localhost:6010' [10:52] gnome-set 8704 testuser 3u IPv4 3010231 TCP localhost:55874->localhost:6010 (ESTABLISHED) [10:52] xscreensa 8718 testuser 3u IPv4 3012713 TCP localhost:57066->localhost:6010 (ESTABLISHED) [10:52] so g-s-d and xscreensaver are the only ones connected to the X server [10:52] the others are not important for this issue === LinuxJones [~willy@blk-222-221-81.eastlink.ca] has joined #ubuntu-devel [10:55] mdz: lemme try here === luis_ [~louie@cpe-024-211-128-223.nc.res.rr.com] has joined #ubuntu-devel === seb128 [~seb128@ANancy-151-1-44-93.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [11:00] mdz: no xscreensaver or gnome-settings-daemon after a logout here [11:00] seb128: hmmm [11:00] mdz: gnome-session should really stop gnome-settings-daemon [11:01] perhaps I should strace it [11:01] ? === lsuactiafner [~noirrac@tpc-ip-nas-1-p151.telkom-ipnet.co.za] has joined #ubuntu-devel [11:01] and according to Np237 xscreensaver exits when the connexion to X is broken [11:02] seb128: right, this isn't a problem with gdm logins because it resets the X server [11:02] I can't reset the X server because I can't tell when the session has ended [11:02] because these processes cause ssh to keep running [11:03] I run ssh, wait for it to exit, and then reset the server [11:03] gdm runs gnome-session, waits for it to exit, and then resets [11:03] right [11:03] gnome-session exits when it exits, but ssh doesn't exit until all connections are closed [11:04] k, so that's an issue for xscreensaver [11:04] but should not for gnome-settings-daemon, since you logout, which closes gnome-session and should stop it [11:13] Kamion: thoughts on 314368 and how it affects breezy? likewise, any issue with dropping the modutils udeb entirely? [11:19] lamont: I will likely want to compile modutils with klibc or uclibc anyway for the initramfs stuff I'm doing. [11:19] lamont: That might solve the problem in a different way? === moyogo [~moyogo@69.156.160.45] has left #ubuntu-devel ["Leaving"] [11:38] mvo: To answer your question from a while back, it's not currently possible to add comments to a Malone task, but there will soon be an "Explanation of status" field where you can put task-specific info [11:38] mpt: aha, thanks [11:39] and update it over time, wiki-like [11:40] mako: holy crap you used coq in a poem === lifeless [~robertc@dsl-11.14.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel [11:46] seb128: yo? [11:47] jdub: pong [11:47] seb128: esound 0.2.36? [11:47] seb128: want me to turn it around? [11:47] jdub: I don't care about esound, feel free to do it :) [11:48] hi folks [11:48] seb128: you make esound feel unloved [11:48] it is [11:49] maybe a stupid question, but is it possible to distribute binary contents in debian/? like debian/package.png? === seb128 kicks esound [11:49] heh [11:49] harsh. [11:49] but fair. [11:49] MORE X! [11:49] MIRROR ME HARDER! [11:49] tseng: OF COURSE I USED COQ [11:49] mako++ === bskahan [~bskahan@pool-70-19-81-51.ny325.east.verizon.net] has joined #ubuntu-devel [11:50] Super bonobo sex atop Alex! [11:50] jdub: "it's only bandwidth"? :) [11:50] jdub: what is my rss feed on puc? [11:51] maswan: says you, swede! [11:51] jdub: the one wordpress is linking to seems busted [11:51] [http://smarterits.com/~brandon/log/wp-rss2.php] [11:51] jdub: cheers [11:52] jdub: well, I wouldn't like to be living on an island where all the bits go through a single tiny straw.. :) === jdub sucks harder. [11:53] it's like a thickshake [11:53] yay for context [11:53] the harder you suck, the less you get === KaiL_ [KaiL@p548F53A5.dip.t-dialin.net] has joined #ubuntu-devel [11:53] tseng: It was tempting, but I didn't dare add encouraging comments to that. [11:54] maswan: jeff needs no encouragment [11:55] tseng: exactly. :) [11:55] i'd take offense at this, if i thought i could get away with it [11:56] siretart, uuencode the png, then it becomes text data.... uudecode it in the rules file === HiddenWolf [~hidden@136.133.dynamic.phpg.net] has joined #ubuntu-devel [11:57] i wonder what hct does about binary files [11:58] ogra: yes, but then I would have to build depend on sharutils :/ [11:58] siretart, whats wrong with that ? [11:58] well, If there is really no other way.. [11:58] siretart: no kittens will be killed for that [11:58] ok. will do [11:59] siretart, its the best way to do it... the next step is to convice upstream to use your png, so it will get included in the next upstream release ;) [11:59] ok