=== scorpix_ [~scorpix@as34-b148.qualitynet.net] has joined #ubuntu-devel === xuzo [~xuzo@81-203-43-239.user.ono.com] has joined #ubuntu-devel [12:13] seb128: how is Debian planning on handling the menu issue? [12:13] installing to /etc/gnome [12:13] seb128: so ignoring /etc/xdg altogether? [12:14] and setting XDG_CONFIG_DIRS from gnome-session === schweeb [~chris@209.120.232.21] has joined #ubuntu-devel [12:14] doesn't seem very elegant [12:14] why ? [12:15] renaming is not a good option [12:15] that's true [12:15] you need to patch every single app usings the menus === jcole [~jcole@atlwebproxy1.core.hp.com] has left #ubuntu-devel [] [12:16] XDG_CONFIG_DIRS is documented by the spec and doesn't break the compatibility with any piece of code [12:16] and the standard /etc/xdg/menus/applications.menu will be the Debian menu [12:16] so you can pick the Debian menu or the desktop one [12:17] ah hah === chol [chol@y.olaglig.nu] has left #ubuntu-devel ["zz"] [12:17] *boggle* [12:17] what? [12:18] /etc/gnome? [12:18] using /etc/xdg/gnome or /etc/gnome/xdg is the same no ? === Amaranth pesters the xdg list harder to come up with a solution [12:18] that doesn't matter [12:18] XDG_CONFIG_DIRS is a spec point [12:18] and can point to any folder, doesn't make a difference [12:19] yeah, but smeg is not going to work on debian [12:19] why ? [12:19] because they have the same name but are in different locations [12:19] it doesn't respect XDG_CONFIG_DIRS ? [12:19] they all get dumped in XDG_CONFIG_HOME/menus/ [12:19] all the user .menu files, i mean [12:19] and ? [12:20] /etc/gnome/xdg/applications.menu and /etc/kde/xdg/applications.menu [12:20] both would be $XDG_CONFIG_HOME/menus/applications.menu [12:20] well, the real paths, but yeah [12:20] i left out menus/ [12:20] I don't get the issue [12:21] you edit the GNOME menu with smeg [12:21] they overwrite each other [12:21] what happens? [12:21] on debian ~/.config/menus/applications.menu would be created [12:21] you edit the KDE menu with smeg, on debian ~/.config/menus/applications.menu would be created [12:22] bah, you are just saying that for an user, custom launcher are defined for both menus? [12:22] seems all right to me [12:22] no, i'm saying if they edit a GNOME menu then edit a KDE one the GNOME one gets wiped out [12:22] why ? [12:22] ... [12:23] because they both will get saved as ~/.config/menus/applications.menu [12:23] actually, it'll be worse than wiping it out [12:23] oh, right, that's the full menu [12:23] not only the changes [12:23] it'll basically dump the two together in weird ways [12:23] no, it's the changed [12:23] err, changes [12:23] is that the changes to merge? [12:23] yes [12:23] or the menu? [12:23] if that's the changes, that's fine [12:24] they can be merge with the current desktop menu [12:24] no? [12:24] actually, smeg will probably just end up with the debian menu at /etc/xdg/menus/applications.menu and users will bitch at me [12:24] no [12:25] if they edit the GNOME one then edit the KDE one you'll get the KDE's one changes dumped into the GNOME menu [12:25] "dumped"? [12:25] you create a launcher for "emacs" by example === Amaranth starts over [12:25] it's listed as a new item for editor [12:25] both GNOME and KDE menus will list it, no ? [12:25] that's not what i'm talking about [12:26] /etc/gnome/xdg/menus/applications.menu and /etc/kde/xdg/menus/applications.menu [12:26] both of these will be ~/.config/menus/applications.menu for the user changes [12:26] right [12:26] if you edit the GNOME menus with smeg this file gets created with pointing to the gnome one and has changes to the gnome menu [12:27] if you then edit the kde menus with smeg this file gets editted and KDE changes added to it [12:27] kright [12:27] but still points to the gnome one [12:27] and it will then have KDE and GNOME stuff in it === xuzo [~xuzo@81-203-43-239.user.ono.com] has joined #ubuntu-devel [12:29] changing the .menu names is not good neither since it means to patch every app using them [12:30] this solution is worse [12:30] seb128: what do you think is the best way to handle https://bugzilla.ubuntu.com/show_bug.cgi?id=7150 ? [12:30] which one? [12:30] seb128: /etc/gnome/xdg [12:30] seb128: we need some way to disable the locking at boot time [12:31] having gnome-applications.menu and kde-applications.menu but having applications-merged/ still work for both of them is the best solution, imo === Arrogance [~aks@CPE0013104c07d6-CM001225423850.cpe.net.cable.rogers.com] has joined #ubuntu-devel [12:32] mdz: thinking about it [12:33] seb128: perhaps a gconf key to disable the menu item? [12:34] if you add gconf keys, you could make it point out the location of XDG_CONFIG_DIRS as well [12:34] mdz: this key is /apps/panel/global/disable_lock_screen [12:35] mdz: but the issue is only the menu item? [12:36] ie, what happen if you close your laptop with the liveCD running, does it get locked? [12:36] azeem: speaking about what? [12:38] about the need to set XDG_CONFIG_DIRS as environment variable in gnome-session or so [12:38] but uhm, I haven't followed the discussion, so you'd better ignore me [12:38] azeem: the discussion is not about the variable, but the .menu file names [12:40] unless they have a different name they can't live side-by-side even if they are in different directories, due to the way the whole system works [12:41] actually... [12:41] if gnome-session sets $XDG_CONFIG_HOME too it just might work [12:42] discussion about it with Debian guy on #gnome-debian [12:42] that starts to be ugly [12:42] depending on environment variables is not really robust [12:43] the only other real option is having different names then [12:44] the case of the user using both KDE and GNOME, and wanting different menus in both, is almost unsolvable [12:44] are there *really* such users? [12:44] he has a point too [12:45] sure, but it's better to find a solution than just say it'll never happen [12:46] seb128: I can fix the lid problem by modifying the configuration file [12:46] seb128: the menu item is the only issue [12:46] Amaranth: why find a solution if there isnt a problem, though [12:46] mdz: the menu item has already a key, just set /apps/panel/global/disable_lock_screen [12:46] seb128: perfect, thanks [12:46] tseng: These files don't just go away when you stop using GNOME or whatever. [12:46] mdz: "gconftool-2 -s /apps/panel/global/disable_lock_screen true" [12:46] seb128: my next issue is that for LTSP I need to force xscreensaver to only blank (no graphics hacks) [12:46] with a "-t bool" [12:47] tseng: If you've been using GNOME for a couple months and editting menus with smeg then decide you'd rather be a KDE user things will be broken. [12:47] If you try to use smeg with KDE, I mean. [12:47] that will learn you to no go away from GNOME :p [12:48] :D [12:48] hehe [12:48] seb128: What if they were a KDE user for a couple months and edited their menus with smeg then decided to switch to GNOME? [12:48] Once again, broken. [12:49] make a special case to smeg to make this one working :) [12:49] really broken, actually [12:49] because the menus will use ~/.config/menus/applications.menu and it merges the KDE one [12:49] so your GNOME menus are KDE menus [12:49] and the /etc/gnome/xdg/menus/applications.menu is completely ignored [12:49] hmm, router reboot, bbl. [12:50] seb128: I'm not adding any more hacks to work around broken implementations. [12:50] just set $XDG_CONFIG_HOME to ~/.config/gnome/ or ~/.config/kde/ and all is fixed [12:52] bah [12:53] Amaranth: er so what happenes to openbox and monodevelop in the same session [12:53] do i get ~/.config/gnome/openbox/rc.xml ? [12:53] Amaranth: atm Mandriva uses XDG_CONFIG_DIRS [12:54] not unless you're using gnome-session [12:54] well I am [12:54] and I use both those apps which use the XDG standard [12:54] please dont break them. [12:54] tseng: Ok, so the _only_ solutions are gnome-*.menu, kde-*.menu or just using the same menu in all DEs. [12:54] do they use applications.menu ? [12:55] no [12:55] does rename it to gnome-applications.menu break them ? [12:55] but he wants to set the whole directoy to something else than where my configs already are [12:55] tseng: I don't want to. I'm trying to figure out how to fix the problems Debian is trying to cause me. [12:55] heh [12:55] Debian is not trying to cause any problem to you === Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel [12:56] ogra: are you around? [01:05] hrm [01:06] i want update-manager to give me the changelog entry. [01:06] looks like i might ahve some hacking to do [01:06] thats what the bottom panel is for [01:06] ie the Changes tab [01:07] sure, but that's always empty [01:07] because its never on the server [01:07] its not a matter of adding any code to the client. === mdke [~mdke@81-178-74-18.dsl.pipex.com] has joined #ubuntu-devel [01:52] hey Amaranth did you hear smeg is in gentoo portage === maswan [maswan@kennedy.acc.umu.se] has joined #ubuntu-devel [01:53] mdke: yeah, the author of pyxdg is a gentoo dev, he did it === lifeless_ [~robertc@dsl-116.12.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel [01:54] awesome [01:54] i'm gonna try it === jnc__ [~jnc@c-67-184-244-31.hsd1.il.comcast.net] has joined #ubuntu-devel === Mithrand1r [~tfheen@vawad.err.no] has joined #ubuntu-devel === torkel [torkel@shaka.acc.umu.se] has joined #ubuntu-devel === bytee [~byte@pentafluge.infradead.org] has joined #ubuntu-devel === daniels_ [~daniels@amnesiac.heapspace.net] has joined #ubuntu-devel === elmo [~james@83-216-141-215.jamest298.adsl.metronet.co.uk] has joined #ubuntu-devel === tepsipakki [~tjaalton@replicant.hut.fi] has joined #ubuntu-devel === kent [~kent@c-bdc871d5.432-1-64736c13.cust.bredbandsbolaget.se] has joined #ubuntu-devel === stuNNed [~implosion@stunned.user] has joined #ubuntu-devel === chris38 [~bayle@192.44.60.65] has joined #ubuntu-devel === mbeattie [~mbeattie@ool-4355f1f7.dyn.optonline.net] has joined #ubuntu-devel === robtaylor [~robtaylor@217.204.121.82] has joined #ubuntu-devel === vuntz|home [~vuntz@volin.imag.fr] has joined #ubuntu-devel === wasabi [~wasabi@c-67-174-81-195.hsd1.tx.comcast.net] has joined #ubuntu-devel === dilinger [dilinger@mouth.voxel.net] has joined #ubuntu-devel === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel === thoreauputic [~prospero@wolax8-211.dialup.optusnet.com.au] has joined #ubuntu-devel [02:22] *sigh* someone has broken usb-storage :-P === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel === aeddan [~aeddan@203.39.89.243] has joined #ubuntu-devel === thoreauputic [~prospero@wolax7-249.dialup.optusnet.com.au] has joined #ubuntu-devel [03:01] Nafallo: pong [03:02] daniels: ahh, I asked fabbione before. it's solved :-) [03:05] daniels: dbus? [03:07] tseng: *cough* === tseng *COUGH* === SloMo [~slomo@p5487F5E1.dip.t-dialin.net] has joined #ubuntu-devel === stub [~stub@203-217-37-199.dyn.iinet.net.au] has joined #ubuntu-devel === henriquemaia [~henriquem@cb-217-129-171-196.netvisao.pt] has joined #ubuntu-devel === mdke [~mdke@mdke.user] has joined #ubuntu-devel === jsgotangco [~jsg@202.57.71.235] has joined #ubuntu-devel [03:41] morning everyone [03:41] hi === chris38-home [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [03:56] mdz: ping [03:57] jdub: pong [03:57] mdz: so, php4-mysql -> doesn't pass security review? [03:58] I know of no reason why it can't be in main [03:58] I think infinity based php4-universe on what happened to be in universe at the time [03:58] right [03:58] that's a pretty crucial package, really should be in main [03:58] and it's been in universe since warty [03:58] yeah, it should be [03:59] all the best php4 crapware uses it [03:59] right [03:59] definitely can't diddle with main/universe in hoary? :) [03:59] no, not in hoary [03:59] if mysql's in main, php4-mysql should be so too [03:59] i agree [04:02] the only reason it was in universe was for b-ds, not security [04:20] will breezy have php5 packages? === blahrus [~blahrus@12-223-50-121.client.insightbb.com] has joined #ubuntu-devel [04:25] jdub: since you're timezone compatible, can you relay that to infinity? [04:25] blueyed: yes === tritium [~tritium@12-208-96-155.client.insightBB.com] has joined #ubuntu-devel === robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [04:43] mdz: ok [04:43] mdz: now is actually a very good time though [04:50] jdub: yeah, and so of course I'm on my way out === eruin [~eruin@213-145-179-140.dd.nextgentel.com] has left #ubuntu-devel ["Leaving"] === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === ealden [~ealden@219.90.91.13] has joined #ubuntu-devel [05:54] X in breezy fixed? === wasabi installs anyways. [05:55] morning === yogi [foobar@iucha.net] has joined #ubuntu-devel === scorpix [~scorpix@as4-4.qualitynet.net] has joined #ubuntu-devel [06:03] interesting. there is no breezy pbuilder script for my ppc box. [06:04] n/m! === Keybuk [~scott@descent.netsplit.com] has joined #ubuntu-devel === [Chameleon] [~Paul@000f660c9c52.click-network.com] has joined #ubuntu-devel [06:15] so, just how terribly gross is supermount and submount? [06:16] last check supermount worked but was a bit 'wrong' === zenrox [~zenrox@71.115.192.65] has joined #ubuntu-devel [06:42] hi [06:42] i stopped getting mail from the -devel list, is it down or? [06:43] it could just be quiet [06:49] meh [06:49] so now, the version of dpkg I build in sid chroot is uninstallable on hoary [06:49] and the version I build on hoary is uninstallable on sid [06:49] ...sometimes I see Ian's point :p [06:50] Keybuk: hey, at least sarge is out, so they can start making some more drastic changes [06:50] not that it'll change much of anything [06:50] actually, sarge released with libc6 2.3.2.ds1-22 [06:51] hoary only had 2.3.2.ds1-20ubuntu13 [06:51] and there's a shlibs difference in there [06:51] so stuff built on sarge won't install on hoary \o/ [06:51] nice [06:52] and firefox is busted :-/ [06:52] nothing to do with shlibs, hoary or sargfe [06:52] just it's busted [06:55] if it crashes all the time, try disabling greasemonkey [06:55] wasn't that, just some random XUL corruption [06:55] download manager won't work, password manager, etc [06:57] oh, right [06:57] yeah, that's definitely firefox [06:57] I blame thom [06:58] daniels: thanks, maybe that'll help [06:58] i don't even use greasemonkey [06:58] but it's installed and firefox dies randomly [06:59] if I go to theage.com.au and middle-click four links with greasemonkey enabled, it'll crash [06:59] sometimes on the first, sometimes it takes all four [06:59] but I can open as many as I like without it, and it's fine === Amaranth just installed session saver [07:00] even if firefox goes down more than i just reopen it and keep working [07:00] heh [07:00] i like that in epiphany [07:00] comes free :) [07:00] i did the same, but it's still annoying [07:03] well, purging firefox and my config, and reinstalling fixed it [07:21] hmm, the kernel update-notifier probably shouldn't alarm the user if the running kernel version has not been updated, but another [07:21] ? === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel [07:31] tepsipakki: it shouldn't alarm them, but it should notify them that they should reboot in order to update their kernel [07:32] that's what i meant [07:33] ok, maybe a normal user doesn't have more than one kernel version at a time.. === stub [~stub@203-217-37-199.dyn.iinet.net.au] has left #ubuntu-devel [] [07:53] mdz: we don't have much choise in that respect without a lot of hackery in kernel postinst [07:53] mdz: probably the easiest is to make a better notification message.. === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === shawarma [~sh@193.108.190.126] has joined #ubuntu-devel [08:08] fabbione: what I actually meant was that if I have two different kernel versions installed (in this case 2.6.10/2.6.12) and the one that is not running got updated, I still am told to reboot ;) [08:09] minor thing though [08:11] tepsipakki: yes i understood the problem. [08:11] and the issue is that to compare the running kernel with the one in upgrade phase is a lot of hackery [08:12] so my suggestion is to change the notification message to be more clear [08:12] isn't that already done at least if you make a kernel of your own with kernel-package? [08:12] I mean, it warns if you are updating a running kernel [08:12] or at least it used to in debian [08:13] partially yes [08:13] tepsipakki: I cannot remeber any signle time where this message has helped me in any way. Never. [08:13] s,single,case, [08:14] zomb: you mean the warning and the "do you _really_ want to continue updating" -message? [08:15] we did shut that off [08:15] tepsipakki: yes, that one. Makes as much sense as saying "you are crossing the road on green, are you really really really really ... sure, it has been green when you arrived, ..." [08:15] we only really yell and scream if you are trying to remove the running kernel [08:15] zomb: yeah, true ;) [08:17] the more I think of it, the more I'm ok with the current way it works, because when a normal user updates the distro the kernel either gets critical updates or a totally new version that replaces the old one.. [08:18] so it really doesn't matter much if the breezers see that message a few times more [08:18] (breezer = a wacko running breezy) [08:18] (like me) === thoreauputic [~prospero@wolax9-003.dialup.optusnet.com.au] has joined #ubuntu-devel === daniels kicks automake int eh nuts. [08:22] daniels: so, moving X to autotools was a good idea right? :) [09:03] daniels, jdub, mdz : Part of the ServerTeam spec for Breezy was to get all the supportable PHP extensions re-seeded to main. [09:05] Lathiat: i think so [09:05] daniels: :) [09:05] libx11's compile is completely stuffed though [09:05] daniels: does X in breezy "work" yet? [09:06] Lathiat: sudo ln -s /usr/bin/mkfontscale /usr/X11R6/bin/mkfontscale, and yes === `anthony [~anthony@ekorp-203-63-137-225.eoff.ekorp.com] has joined #ubuntu-devel [09:07] daniels: do all these symlinks break future upgrades? :) [09:08] Lathiat: not this one, no [09:08] well, the best solution, actually [09:08] edit /usr/bin/mkfontdir, change /usr/X11R6/bin to /usr/bin === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [09:10] and then run it on all the fontdirs [09:10] depending on when you upgraded, possibly [09:10] i think i'll just wait a little more :) === justdave [~dave@66-227-241-236.dhcp.aldl.mi.charter.com] has joined #ubuntu-devel === hsprang [~henning@c169156.adsl.hansenet.de] has joined #ubuntu-devel === julien [julien@feng.planet-work.com] has joined #ubuntu-devel === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel === mpt [~mpt@203-167-186-66.dsl.clear.net.nz] has joined #ubuntu-devel [09:54] is it just me or is podcasting stupidly overhyped? [09:55] <\sh> podcasting is stupidly overhyped [09:55] indeed [09:55] it's just rss with urls to mp3/vorbis files, right? [09:55] nah no vorbis [09:56] cus ipod doesnt play it [09:56] it doesnt exist! [09:56] i do th esame thign for amateur internet tv shows [09:56] its not like its amazing :) === dand [~dand@gw.datagroup.ro] has joined #ubuntu-devel [09:56] is there any relationship at all to "ipods" or did someone just go "ipod...casting, AWESOME. oh wait, we'll get sued. PODCASTING!" [09:57] bob2: no relation to ipods, other than a piece of software that /downloads/ the mp3 and puts in on your ipod [09:57] bob2: for macos [09:57] bob2: so, yes, I'd say it's massively over-hyped [09:57] hah === koke [~koke@155.210.13.152] has joined #ubuntu-devel [10:05] Roughly, podcasting is to audio files as shell scripts are to Unix [10:08] mpt: isn't it more like "audio blogging" (like "photo blogging") ? [10:08] Treenaks: That's a subset. Radio stations also use it, and radio stations don't regard themselves as Weblogs. [10:09] mpt: true, but they tend to use it for on-demand re-streaming of programs === Simira [~Simira@140.80-202-212.nextgentel.com] has joined #ubuntu-devel === seb128 [~seb128@ANancy-151-1-42-76.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel === thesaltydog [~pippo@62.211.45.57] has joined #ubuntu-devel === chmj [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-devel [10:35] mvo: around? [10:35] mvo: look at http://www.w3.org/RDF/Validator/ARPServlet.tmp/servlet_153904.png [10:36] mvo: or http://www.w3.org/RDF/Validator/ , validate http://www.amedias.org/~koke/gaim.appinstall , graph only [10:36] if there's any RDF guru in the room, help is welcome === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel [10:44] koke: looking now === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel [10:47] elmo: please sync libpg-perl and php4-pgsql from Sid [10:53] seb128: pin [10:53] g [10:54] mpt: as shell scripts are to Unix? there are too many of them that suck but when you find a good one you cherish it? :) [10:54] pitti: pong [10:54] pitti: got my mail? [10:55] Amaranth: No, as in they're an automation mechanism [10:55] seb128: are you doing the /etc/gnome/xdg move? i noticed you reverted the name change [10:56] Amaranth: please join #gnome-debian on irc.gnome.org [10:57] koke: looks good so far === Darth_X [Darth_X@S0106000c41bb93e6.no.shawcable.net] has joined #ubuntu-devel [11:00] does anybody remember how to print all the items after a certain item in awk? [11:01] like: foo bar baz tla [11:01] i want awk to print only all the entries AFTER bar (known as $2) [11:02] normally I'd just use 'cut' [11:02] sladen: cut is not the best with whitespaces === herzi [~herzi@d079137.adsl.hansenet.de] has joined #ubuntu-devel [11:03] specially when you don't know what kind of whitespace can be in the file [11:03] and how many [11:03] I tend to use tr first to sort out the whitespace [11:03] e.g. tr -s '\t' ' ' [11:04] actually probably tr -s ' ' '\t' to avoid having to use cut -d [11:05] hmm ok [11:06] fabbione: what you appear to be doing is sed -e 's/^(.*[ \t] *)//' ? [11:07] or [^ \t] +[ \t] + [11:09] sladen: basically i need parse a file similar to fstab [11:10] where i have the first entry as a device, the second entry as a name and the rest are options [11:10] but i want to grab all the options in one shot [11:10] to pass the export command === xuzo [~xuzo@bolgo.cent.uji.es] has joined #ubuntu-devel [11:15] fabbione: echo "hallo foo bar baz" | perl -ne '@a = split; print "@a[2..100] \n"' === Darth_X [Darth_X@S0106000c41bb93e6.no.shawcable.net] has left #ubuntu-devel [] [11:15] fabbione : echo " foo bar baz tla" | awk '{n=3; while(n <= NF) {print $n; n++}}' [11:15] you could use perl's autosplit if you're going to do that [11:16] right [11:16] [11:16] er === fabbione scratches his head :) [11:16] echo "hallo foo bar baz" | perl -alne 'print "@F[2..100] "' [11:17] ok thanks :) [11:17] or 2..$#F, better [11:17] enough now? :) === infinity prefers awk's startup time to perl's... [11:17] way too muc h:) [11:17] fabbione: C, use getpwent() (just to spam you a little further :-) ) [11:18] pitti: ehehe [11:19] infinity: your solution is almost right :) except that print in awk adds \n [11:22] for now the winner is.... [11:22] Kamion! [11:22] aha [11:22] pitti: I thought we'd agreed not to apply pkgstriptranslations to dpkg - or do I misremember? [11:22] # dpkg -L dpkg | grep usr/share/locale [11:22] # [11:23] Kamion: hmm, odd, I asked lamont to blacklist it... [11:23] Kamion: I check that again with him [11:23] infinity: do you know about the translations blacklist stuff? [11:23] infinity: ^ /etc/pkgstriptranslations.conf on the buildds [11:25] Kamion: Hoary is alright at least, that's only breezy [11:31] right, I should've said, yeah [11:32] pitti : Will fix in a few. Thanks. [11:35] elmo: please sync dpkg from experimental [11:36] kamion: is it going to BREAK THE WORLD(tm)? :p [11:36] maybe dpkg should be synced after fixing the pkgstriptranslations blacklist? [11:37] Simira, around? [11:37] mdke: yup [11:37] pitti: going to update the languagepacks? [11:37] that was quick [11:37] elmo: includes our previous changes; it does change DEB_*_GNU_CPU to i486, which doko asked for I think [11:37] Simira, how is your shop going? [11:37] seb128: still no go from Rosetta... [11:37] pitti: grumpf, k [11:37] seb128: however, for breezy I can crank up my scripts gain [11:37] agian, even [11:37] elmo: I think anything liable to be broken by that will already have been broken by the last BREAK THE WORLD though [11:38] seb128: it requires some manual work which was probably already done in Rosetta, but shouldn't take more than an hour [11:38] pitti: would be nice, some app have 0% of translation atm [11:38] seb128: alright, will schedule it [11:38] thanks [11:38] mdke: I've barely started planing it yet. I have no time for it before august, the earliest. And I don't have any idea about how to run a webshop, so I need to look up some things around it. [11:38] seb128: btw, you uploaded some gnome packages recently? let's see whether the POT extraction worked... [11:38] pitti: a bunch [11:39] mdke: I'm ordering a bunch of t-shirts soon, though. Hoping to bring them to Debconf, maybe [11:39] Kamion: done [11:39] pitti: done too [11:39] Simira, ooh, where do you order em? [11:39] pitti: it should works fine, I got a FTBFS because of a POTFILES.in listing a sourcefile not shipped with the tarball :p [11:39] elmo: merci [11:39] mdke: a Norwegian profiler bureau [11:39] that's sign it runs the pot generation :) [11:39] neat [11:40] Simira, oh gotcha [11:40] seb128: you uploaded gnome-panel, but not gnome-menus? [11:40] seb128: http://people.ubuntu.com/~pitti/dload-strippedtar.txt [11:40] I uploaded both a couple of times [11:40] Simira, ok cool well good luck with it after august anyhow [11:40] pitti : Should it only be blacklisted in breezy, then?.. Not retroactively in old chroots, I assume. [11:40] infinity: it should be alright in hoary [11:41] infinity: can you please copy hoary's blacklist to breezy for now? [11:41] pitti: lemme try on gnome-menus [11:41] elmo: hmm ... how about we make that dpkg from incoming, so that #312383 doesn't annoy us [11:41] Simira, maybe you can convince someone at canonical to give you a hand [11:41] (he says, having done a baz update) [11:41] seb128: Warning: tarball gnome-menus_2.11.1.1-0ubuntu4_translations.tar.gz does not contain a POT file [11:41] seb128: ^ is that the latest version? [11:41] yep [11:41] pitti : Hoary and breezy have the same blacklist. Neither lists dpkg. [11:42] infinity: hum, then this was apparently just good luck.. can you please fix both then? [11:42] pitti: but gnome-menus has not C files translated [11:42] grr [11:42] seb128: btw, the list is not complete (see the error below) [11:42] pitti: the only translations here are .directory files [11:42] and 2 .py files [11:42] seb128: ah, right, so no gettext anyway? [11:43] it seems to use getting, a sec [11:43] seb128: oops, I should clean up my overrides [11:45] Kamion: done [11:45] ta [11:45] pitti : Erm. /etc/pkgstriptranslations is a conffile belonging to your package. Why don't you just keep it up to date with the current list, and I can stop making changes to these conffiles altogether? :) [11:46] infinity: I can do that for my sake; can you please mail me the current version? [11:47] infinity: since security updates for dpkg are very unlikely, we can probably ignore hoary for now [11:47] seb128: I was looking at http://udu.wiki.ubuntu.com/LaunchpadIntegration a bit more, and I thought of one integration point that we didn't cover before: bug-buddy [11:47] jamesh: what about it ? [11:48] pitti : Nothing stopping an upload to hoary-updates too, but it's probably a non-issue. [11:48] seb128: application crashes -> display bug buddy -> file bug in malone [11:48] pitti : Anyhow, mailed. [11:48] (or some crash dump reporting launchpad component [11:48] thanks [11:48] jamesh: there is a spec running about automatic crash reporting too [11:48] infinity: so the next time the buildds are updated, you need to force the overwriting of the conffile? [11:49] pitti : If you rewrite it to use a static (non-conffile) list in /usr/share, then I won't have to make sure the conffiles get properly updated. :) === qingl [~qingl@222.51.247.68] has joined #ubuntu-devel [11:49] pitti : But I will babysit and make sure they all get updated properly anyway, yes. [11:49] is anyone getting mail from breezy-changes? [11:49] seb128: okay. Is that going to replace bug-buddy? [11:49] tseng: yes, works [11:50] pitti: k, i stopped getting sometime last night I think [11:50] jamesh: that's in discussion ... pitti's find the bug-buddy UI too complicated by example [11:50] might be all mail :/ [11:50] tseng: hm, I didn't check that thoroughly [11:51] jamesh: well, the program it self is too big for our purposes, of course we could strip it down (but that would still be a fork) [11:51] jamesh: for my part I'd prefer a small pygtk app [11:51] seb128/pitti: imo, it is good to separate crash dumps from actual bug reports, so it probably shouldn't just dump stuff directly into malone [11:52] jamesh: right [11:52] yeah [11:53] jamesh: we'll keep a separate db [11:53] jamesh: right now a prototype is at http://debcrash.piware.de [11:53] jamesh: this actually works already, but of course it's not used so far [11:53] pitti: we might want it integrated with launchpad [11:53] pitti : Just ping me when the new stripstanslations is ready to go, so I can hit all the chroots and make sure things update sanely. [11:53] pitti: to associate crash reports with bugs [11:55] jamesh: at least we should preprocess them and group crashes together by pacakge, version, and function the crash occurred in [11:55] pitti: yep. [11:57] pitti: have you seen the Microsoft crashdump software, or the mozilla Talkback (again, for Windows) apps? [11:57] jamesh: no [11:58] pitti: The talkback app lets you enter a comment, email address and a URL [11:58] Epiphany has one too. [11:58] So, go crash epiphany to see it. [11:58] pitti: and lets you see the data it's about to send, and exclude parts you don't want to send [11:58] isn't that what bug-buddy is? [11:58] (Not hard, there's a bug against firefox with a page that crashes it reproducibly) [11:59] Amaranth: bug-buddy is half bug reporting and half crash reporting [11:59] jamesh: http://people.ubuntu.com/~pitti/crashrep-gui.png <- that's my current prototype; needs much beautification, but it shouldn't be more complicated than that [11:59] infinity: just ptrace it and write some random code over some page :) [11:59] infinity: Or kill -11 `pidof epiphany` ? That should also to the trick. [12:01] pitti: here's one of Talkback: http://www.czilla.cz/clanky/images/tb-06-talkback-4.png [12:02] jamesh: nice, works in SuSE here as well [12:02] jamesh: that looks nice. we can hide the details behind a button, but IMHO the user should always see what he reports [12:02] jamesh: i. e. environment variables and stack traces might contain sensitive information [12:02] pitti: here's an official URL: http://www.mozilla.org/quality/qfa.html [12:03] jamesh: I think the idea of TB and my prototype is the same: a very easy one-step dialog === scorpix_ [~scorpix@as8-235.qualitynet.net] has joined #ubuntu-devel [12:03] pitti: the talkback code also sends potentially sensitive data: list of shares you're connected to, list of printers, processes currently running, etc [12:03] jamesh: bug-buddy has several pages, fetches info from some gnome db, etc, and is too big for us [12:04] pitti: it also sends data about how long the process was running before it crashed, number of times you've run the program, system uptime, etc [12:04] jamesh: good idea, we should add that as well [12:05] jdub, ping? [12:07] pitti: I think it also does total runtime for all runs of a program -- can be useful to guess how bad a crash bug is [12:08] yeah [12:08] jamesh: well, I don't think we can add the total number of runs to the report, since we have to modify packages for that [12:08] pitti: yeah. [12:09] jamesh: but we can add the uptime and the process uptime; still, the stack trace is certainly the most interesting piece anyway === jamesh goes to see if he can crash firefox on a windows box [12:09] infinity: ah, now I know why we made this a conffile... [12:09] infinity: the idea was to not enable stripping by default, it should only be enabled manually [12:09] pitti : So we can do rapid changes, or so it can be turned on/off? [12:10] infinity: but I think we should externalize the blacklist [12:10] pitti : cat /etc/default/pkgstripstranslations | grep ^ENABLED [12:10] infinity: /etc/pkgstriptranslations.blacklist ? [12:11] infinity: I should also add regexp support while I'm at it [12:12] infinity: by keeping the blacklist separate, buildd maintenance should be easy, right? [12:12] pitti : Oh, neat. It's written in shell. [12:12] pitti : If the blacklist is sometihng that should always be handled by you, just move it out of /etc entirely. I only want it as a conffile if there's value in that. === alerim [~alerim@courbevoie-104-1-146.net1.nerim.net] has joined #ubuntu-devel [12:13] infinity: in theory other distros or even users might want to customize it [12:13] infinity: I think it should be a conffile [12:13] pitti : Other distros would customise at the source level, so that's a non-issue. Users, though. .. leave it a conffile, then. [12:13] infinity: but since we won't touch it at the buildds, that doesn't hurt us [12:14] pitti : Just move everything to /etc/pkgstriptranslations/{main.cf,blacklist.cf} [12:14] ok [12:14] That has the added bonus that the old conffile won't get in your way on this upgrade. ;) [12:14] infinity: hmm, well, moving conffiles ... [12:14] infinity: no, I have to handle the move properly... [12:14] pitti : Is usually a bad and horrible thing. But, seriously, who is using this package right now other than the buildds? [12:14] infinity: nobody will use this package in practice, but still === infinity thinks this is a package that probably should have been in a private repo. [12:15] Too late for that, I guess. [12:15] I think having it in the archive for derivatives and people to play with it makes sense [12:17] I still don't see the harm in hardcoding the blacklist in the source package, though. [12:17] The only people who really want to change it are distributors, who can customise the package. [12:18] infinity: well, yes; keeping the original conffile location would save me much unnecessary maintscripts fu [12:18] But. Whatever you feel is best. I don't much care, as long as updating it is easy enough for us. === hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel [12:18] Touching a bunch of chroots is icky and wrong. [12:18] infinity: if you agree, I just add /etc/pkgstriptranslations.blacklist [12:18] ... Okay. [12:19] And just make sure it's read AFTER the conf file. SO it can overwrite an old blacklist in the conffile. :) [12:19] yeah, the old list will be ignored entirely [12:19] Cool. Then I officially don't have to do anything. [12:20] Yay me. [12:20] infinity: the blacklist will just consist of a bunch of package names or regexps [12:20] (I'll go clean up the conffiles anyway) [12:20] I still dislike having a conffile that you KNOW will be modified. [12:20] That feels broken. [12:21] /etc/default/pkgfoo makes more sense if you just want enabled/disabled to be edited without people (usually) touching the rest of the config. [12:21] infinity: for my sake I'll add a default file [12:22] *sigh* three conffiles for a simple shell script, but well, I'll do it [12:22] Well, if you add the /etc/default one, you can not break out the blacklist. [12:22] Kamion: you said the problem with beagle ftbfs amd64 was libxss-dev doesnt depend on libxss? [12:22] hm? [12:22] Since the main conffile will almost never be touched, right? [12:22] infinity: right [12:23] (Assuming the only reason people usually touch it, including the buildds, is to enable/disable the package) [12:23] infinity: so why I can't separate the blacklist then? [12:23] Oh, you can if you want. I meant you can (not seperate), not you (can not) seperate. [12:24] ah :-) [12:24] you should declare the precedence of your language operators :-) [12:24] Will do in the future. :) [12:25] tseng: yeah === Safari_Al [~tr@ppp241-50.lns2.adl2.internode.on.net] has joined #ubuntu-devel [12:26] Kamion: thanks, ill work around it for now. [12:28] pitti : Anyhow, whatever you end up doing, just ping me when you upload, so I can make sure it all updates correctly. :) [12:28] yes, will do; thanks for your input [12:28] I think I may go buy some ice cream. === susus [~sz@p5089ED0E.dip.t-dialin.net] has joined #ubuntu-devel === ogra [~ogra@p5089ED0E.dip.t-dialin.net] has joined #ubuntu-devel [12:42] pitti: here's the other half of the mozilla talkback stuff: http://talkback.mozilla.org/ === KaiL_ [KaiL@p548F4709.dip.t-dialin.net] has joined #ubuntu-devel === bskahan [~bskahan@pool-70-19-23-167.ny325.east.verizon.net] has joined #ubuntu-devel === Robinho_Peixoto [~preview@200.128.80.254] has joined #ubuntu-devel [01:15] where is the best place to ask for nautilus help on irc? [01:15] #ubuntu probably ? [01:15] hmm tried that [01:15] is there an official nautilus chan? === jbailey [~jbailey@CPE000ded9d787c-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-devel [01:25] mdke: bugzilla for bugs [01:26] mdke: there is #nautilus chan on irc.gnome.org but that's not really an user chan [01:26] seb128, yeah found it [01:26] thanks [01:26] ss === Robinho_Peixoto [~preview@200.128.80.254] has joined #ubuntu-devel [01:28] elmo: Are you able to sync from experimental to breezy? [01:29] that's possible [01:29] Ooo. [01:29] mdke: it used to work? [01:30] seb128, what is that? [01:30] Does it keep syncing, or do I have to poke for each sync? [01:30] jbailey: the latter [01:30] mdke: you have not opened a bug on nautilus? [01:30] seb128, yes, just now [01:30] Kamion: Thanks. [01:30] mdke: is that a request for a new feature, or a bug? [01:31] seb128, new feature [01:31] Am I the only one unable to run 'apt-get build-dep evolution-exchange' ? [01:31] man [01:31] now i have to close that bug [01:31] ah ah [01:31] mdke: we don't generally want hover things [01:31] well he can close it I guess [01:32] one of the other guys in there gave me good feedback on the idea [01:32] seb128, i guess another way of showing the information apart from hover would be equally helpful, like in the bar at the bottom === doko_ [~doko___@dsl-084-059-040-073.arcor-ip.net] has joined #ubuntu-devel [01:37] jbailey: yes [01:39] seb128, ping [01:40] ? [01:40] seb128, you got mdz's xscreensaver mail ? [01:40] yep [01:40] seb128, what do you think ? [01:40] I've no clue on this atm [01:41] seb128, ah, ok.... [01:41] dunno xscreensaver enough [01:41] I've never played with it [01:41] seb128, long term there is a bug from jdub i'd like to close and put the settings in gconf.... [01:41] but thats rather breezy+1 [01:42] ok, but if you have no clue, i'll try to sort it myself [01:43] seb128, i'd like it if you comment on the bug. If it gets closed, no problem [01:43] I've no comment to make on this [01:44] ok [01:44] sorry [01:45] ogra: an option to disable the 3D screensavers would be very nice. the screen can sleep, but not me, because the fan in the powerbook turns on. [01:46] doko, file a bug ? ;) === ogra would rather have an option that ebales a preselection of screensaver groups..... one could be "only 2D screensavers" [01:47] enables [01:47] the only good screensaver is a blank screen [01:48] at least in times of DPMS [01:48] KaiL_, depends :) === eruin [~eruin@213-145-179-140.dd.nextgentel.com] has joined #ubuntu-devel [01:48] KaiL_, i love to read panlet.ubuntu.com on my screensaver :) [01:48] planet even [01:49] doko: xscreensaver shoud be throttled if you shut the lid [01:49] even with a 3D font ;) [01:49] i.e. screensavers stop running [01:49] aiui anyway [01:49] Lathiat, thats an excellent idea.... yo should follow up on dokos bug ;) [01:49] ah [01:49] url? [01:49] Lathiat, doko ? [01:50] Lathiat: no, that's not the same. [01:51] doko, it is, if you get a lid on your desktop PC .... ;) [01:51] heh [01:51] just fold your monitor over :) [01:51] doko, and i really cant resolve your lack of hardware ;-P [01:55] ogra: I can't help that you cannot sleep because the fan on your amd64 notebook is always turned on. [01:56] I see a solution: [01:56] ogra: give him your notebook :) [01:56] otoh, it drains the battery so fast, that it get's quiet without a bugfix [01:56] lol [01:56] doko, notebook == living room or office room, bed == sleeping room [01:56] or send the Laptop to S3 :) [01:56] i dont sleep in front of my hardware ;) [01:56] KaiL_: S5 [01:56] Treenaks: or that [01:56] at least not S0 [01:57] true [01:57] ok.. 8mpix pics can safely be enlarged to 75x50cm posters [01:57] \o/ === thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel [01:58] ...and if the Laptop doesn't support S3 on Linux, it sucks ;) [01:59] the only box, I've seen, which doesn't want S3 is my desktop - as always === bska|mobile [~bskahan@pool-70-19-72-137.ny325.east.verizon.net] has joined #ubuntu-devel [02:06] i stopped getting mail from the list for some odd reason, am i banned? :D [02:08] stuNNed: -devel is just quiet, i think [02:08] no I think the lists are actually broken [02:08] Amaranth: i checked the archives, there are new messages from yesterday didn't come through.. [02:08] i uploaded many packages since the last ones shown on breezy-changes [02:08] yes as couldn't access the archives like 2 days ago [02:09] stuNNed: iirc if they get 3 bounces from you you're dropped form the list [02:09] pitti: grep -l dpkg build-*/chroot-*/etc/pkgstriptranslations.conf produces no output on any buildd [02:10] (none of which still have hoary chroots, only hoary-{security,updates} and others [02:10] lamont: yes, we already noticed; I'll fix pkgstriptranslations to maintain a separate black list which I can update by uploads [02:11] I expect that the true blacklist wants to be the union of what's in pkgstriptranslations.conf, and the builtin list === koke [~koke@155.210.13.152] has joined #ubuntu-devel === danielki [~daniel@i3ED6956F.versanet.de] has joined #ubuntu-devel [02:16] hey [02:20] Is there a way to match the Suite:-keyword from the Release file in /etc/apt/preferences ? [02:21] And how about the Codename-entry? === bskahan [~bskahan@pool-68-161-24-71.ny325.east.verizon.net] has joined #ubuntu-devel === Danten [~danten@h98n9c1o1049.bredband.skanova.com] has joined #ubuntu-devel [02:29] elmo, Kamion: please can you move libgcj-dev from universe to main, build dependency for ecj-bootstrap, db4.3 [02:31] doko, you know the new process for moving to main ? http://www.ubuntulinux.org/wiki/UbuntuMainInclusionQueue === AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel [02:33] jdub, around? === yuval [~yuval@85-64-240-155.barak-online.net] has joined #ubuntu-devel [02:35] eek, even for library packages? [02:36] doko, for reverse dependencys.... pitti has to review them and requires a Report before [02:36] he mailed -devel about it ;) [02:37] doko: you can create a report yourself to speed things up :-) [02:37] infinity: can you please give back beagle? [02:38] ogra, pitti: a report for a symlink. nice. [02:38] doko: it's *only* the -dev package? [02:39] pitti: yes [02:39] I'll add gnat-4.0 and bison-doc later [02:41] seb128: what does gdk-pixbuf-query-loaders do? [02:41] (besides hang on hppa, that is...) [02:41] they load gdk pixbuf queries? [02:41] doko: hm, alright, fine for me :-) [02:42] Treenaks: that was my thought, but then I wondered why do they need their queries loaded, and into what? [02:42] lamont: good point [02:42] elmo: libgcj-dev is empty, adding to main is fine === svenl_ [~luther@AStrasbourg-251-1-75-78.w82-126.abo.wanadoo.fr] has joined #ubuntu-devel [02:50] tseng : Sure. [02:51] infinity: thanks. [02:53] Is it somehow going to magically be happier now? [02:54] infinity: yes, i broke gecko-sharp and it wasnt fixed yet when it tried to build beagle [02:54] i guess the dep-waiter would fix that eventually [02:54] No. [02:54] That particular bug just stays as a failure until a real person looks at it. [02:55] k [02:55] (Well, currently... I'm going to see about making it even smarter) [02:55] well building it now should work a bit better. [02:56] Looks like it's going better, yeah. [02:57] do you have the lamont workspace? [02:57] As in, it didn't die in the first 3 seconds with "I can't install anything, cause the world is broken, help!" [02:57] 30 tiled xterms on buildd shells [02:57] I don't have the screen resolution to do that, yet. But i type fast. :) [02:58] (I'm ordering a new laptop, then I'll do the 7000 xterms thing, just cause it'll make my girlfriend frightened of touching my computer... A great security feature) === spacey [~spacey@145.33.144.151] has joined #ubuntu-devel [02:58] "Oh my god, what's all that scrolling text, argh! [02:58] hah [02:58] you need ogra's keyboard [02:58] no key labels [02:58] dvorak? [02:58] and then make it dvorak. [02:58] heh [02:58] thatd show her. [02:59] I've had no labels, but qwerty still. [02:59] I can't type on dvorak to save my life. [02:59] ive not tried it. [02:59] Mithrandir: can you update ia32-libs in breezy? I get a "error creating symbolic link `./usr/lib32/libGL.so.1': No such file or directory [02:59] <\sh> infinity: sktream and simage are ok :) please remove sear from the frozenapps [03:00] infinity, http://www.daskeyboard.com/ [03:00] If you are an elite programmer who can write sophisticated code under tight deadlines, someone who makes impossible projects possible; or a Silver Web Surfer your colleagues turn to when they need IT advice: this keyboard is for you. === chris38-home2 [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [03:00] hahaha [03:00] infinity: you should do to save your fingers === motaboy [~motaboy@host238-41.pool80182.interbusiness.it] has joined #ubuntu-devel [03:00] ogra: as funny as the page is, i think it might be cool to have one. [03:01] is linux virtual server suppose to work on ubuntu? [03:01] but $80, just because they saved money on printing ? [03:01] ogra: the spring thing. [03:01] might be handy [03:01] tseng, i'd like to test that first :) [03:01] ogra : Looks nice. [03:01] ya. [03:02] \sh : on it. [03:02] it sounds very reasonable though [03:02] the one I really dont get is the happy hacker keybd [03:02] <\sh> infinity: thx [03:03] ogra : I like the text about the key switches and the weight... I do like a good keyboard. I don't much care if ithas printing or not, though it's a cute "feature". [03:04] infinity, yes, but i wouldnt buy such a thing without testing.... [03:05] Yeah, I'm really picky about keyboards. [03:05] Also sucks that it's USB only. [03:06] ps2-usb is a very simple adapter [03:06] it might even come with one. [03:06] i have several [03:07] System Requirements [03:07] * DOS, Windows 3.1 or higher. If you still use DOS or Windows 3.1, please send us a postcard screen shot. === qingl [~qingl@222.51.247.68] has left #ubuntu-devel [] [03:07] elmo: please sync postgresql-8.0 from sid [03:07] infinity: haha [03:08] As for the USB/PS2 thing, does the device not have to be capable of speaking both protocols?... The adapters are just electrical adapters, not logical. [03:08] (Which is why said adapter will work with, say, an MS IntelliMouse, but not some random BrandX USB mouse) [03:08] infinity: in most cases [03:08] i have heard of some active translators [03:09] ah there goes the mailing lists === ozamosi [~ozamosi@cust-adsl-80-252-171-204-dynamic.areteadsl.se] has joined #ubuntu-devel [03:09] <\sh> infinity: can u remove glcpu as well from the frozenapps...I just try to rebuild it with the new libcommoncpp2 version [03:10] elmo: can you please sync synaptic from debian incoming? (override ok) [03:10] tseng : Looks like beagle was much happier this time around. You win a gold star. [03:10] infinity: amd64 pass? [03:10] tseng : Yup. [03:10] infinity: woo, thanks for the kick. [03:11] YAYYYYYYYYYYYYYYYYYYYYYYYyyyyyyy [03:11] ogra: ? [03:11] Treenaks, infinity: amd64 pass? [03:12] ogra: ah [03:12] ogra: leet :) [03:12] Treenaks: E-LITE. [03:12] \sh : I already unfroze glcpu a day or two ago. If it's still in my list, I suck. :) === Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel [03:12] <\sh> infinity: it is ;) [03:13] \sh : Is not. [03:13] :) [03:13] <\sh> infinity: u r a cheater ;) [03:14] infinity: could you please have a look why qt-x11-free 3:3.3.4-1ubuntu6 is not attempted to be built? [03:15] pitti : Spite. [03:15] (And an sbuild bug) [03:15] Let me fix the latter and get back to you. [03:16] thanks [03:16] infinity: (and congrats of becoming the "my package doesn't build" pestering guy :-) [03:17] oh, thats infinity now [03:17] ? === AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] === ogra goes to look for the list === `anthony [~anthony@220-253-4-229.VIC.netspace.net.au] has joined #ubuntu-devel [03:22] infinity: is it the same bug that keeps pike7.6_7.6.24-1ubuntu4 from being built on anything but amd64? [03:23] <\sh> pitti: ha..problems with postgresql-dev .. does it depend on your postgresql-8.0 breaks da world announcement? [03:24] pitti : Looks like it, yes. [03:24] \sh: postgresql-dev 7.5.4 just depends on libpq-dev to aid in transition for users, but that won't help to make most packages build again [03:24] \sh: in particular, packages already using pg_config will even work now, but most packages don't, so they are screwed [03:25] pitti L And several others. [03:25] \sh: but I didn't understand your question properly, can you re-explain? (or /msg me in German *hehe) [03:26] <\sh> pitti: postgresql-dev doesn't want to install on breezy [03:26] hm? [03:26] <\sh> pitti: so i'll get some errors from pbuilder [03:26] <\sh> (the last try was this morning) [03:26] whoops === mgalvin [~mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-devel [03:27] \sh: WTH? it only depends on libpq-dev (unversioned) and libpq-dev is installable === pitti is confused [03:28] \sh: I mean, it isn't particularly useful anyway, but it should at least work [03:28] pitti : Yay. sbuild bug fixed, qt-x11-free blows up spectacularly on configure. :) [03:28] pitti: libpq-dev: Conflicts: postgresql-dev but 7.5.4 is to be installed [03:29] XRandR support cannot be enabled due to functionality tests! [03:29] Turn on verbose messaging (-v) to ./configure to see the final report. [03:29] If you believe this message is in error you may use the continue [03:29] switch (-continue) to ./configure to continue. [03:29] make: *** [libqt-stamp] Error 101 === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [03:29] infinity: still? *sign* [03:29] infinity: I added the missign libxrandr b-dep, I hoped that this would fix it [03:29] *sign* indeed. ;) [03:29] <\sh> pitti: moment...i'll try again :) [03:30] pitti : Can you get it to build locally? [03:30] ajmitch: ah, right. my bad [03:30] pitti : Or are you just bouncing random sources off the buildds and praying? :) [03:30] infinity, all X includes are borked currently.... [03:30] ogra : Sweet. [03:30] at least randr and xlibs [03:30] daniels said it should be solved today... [03:31] <\sh> -> Considering postgresql-dev (>= 7.4.6-1) [03:31] <\sh> -> Trying postgresql-dev [03:31] infinity: I need the lib in the dchroot to test [03:31] <\sh> -> Cannot install postgresql-dev; apt errors follow: [03:31] <\sh> Reading package lists... Done [03:31] <\sh> Building dependency tree... Done [03:31] <\sh> Some packages could not be installed. This may mean that you have [03:31] <\sh> requested an impossible situation or if you are using the unstable [03:31] <\sh> distribution that some required packages have not yet been created [03:31] <\sh> or been moved out of Incoming. [03:31] <\sh> The following information may help to resolve the situation: [03:31] \sh: alright, I know the bug [03:31] <\sh> The following packages have unmet dependencies: [03:31] <\sh> postgresql-dev: Depends: libpq-dev but it is not going to be installed [03:31] <\sh> and the last breezy update was 5 mins ago [03:32] \sh : THe bug is known. :) [03:32] <\sh> pitti: k [03:33] \sh : In future, that kind of stuff is a little more appreciated in #flood. :) === \sh should go home now and he should take a nap...after this horrible day [03:33] (Or someone could start #ubuntu-flood, if you feel like being gratuitously different) [03:33] \sh: my original idea was that an already installed p-dev would automatically be replaced by libpq-dev on upgrade, and p-dev removed [03:34] pitti : pike7.6 seems to be going fine though, so you win 1 out of 2. [03:34] hehe [03:34] <\sh> infinity: sry...:( [03:34] Parsing "/build/buildd/pike7.6-7.6.24/build/linux-2.6.10-i686/traditional.xml"... [03:34] Layouting... [03:34] "Layouting"? [03:34] In whose world is that a word? [03:34] infinity: qt is really a daniels-ish thing now, the added b-dep was just a quick try... [03:35] pitti : Sounds like, yeah. [03:35] <\sh> argl...do not put any "ish" in your sentence..until tomorrow [03:35] I could set it to an arbitrary dep-wait on some random X lib or other >> the current version. [03:35] You don't hilight on "ish" do you? [03:36] That would be kinda weirdish. [03:36] infinity, http://www.ish.de/ [03:36] maybe that's the reason for his backslash? [03:36] infinity, thats where he works ;) [03:36] Ahh. :) [03:37] and i can understand he doesnt like to read it here, i worked there too ;) [03:37] \sh: my condolences, a hard day at work? :) [03:37] <\sh> ajmitch: company politics suck [03:37] <\sh> ajmitch: and spreading lies suck more [03:37] ouch, yes [03:37] ajmitch, thats what made me resign :) [03:38] but \sh has a thicker skin it seems :) === tseng wonders why the new gnome removes Run [03:38] tseng: menu rearrangement & patching? [03:38] <\sh> ogra: u know exactly about whom I'm talking... [03:38] <\sh> ogra: i need the money [03:39] ajmitch: it was removed intentionally [03:39] probably we finally get a running gnome-launchbox [03:39] just not sure of the rationale [03:39] Oh, dear god. [03:39] because starting a terminal and doing (foo &) is lame [03:39] That's not the sbuild bug I thought it was, it's a lamont bug. [03:40] i guess ill just add the panel button === wasabi_ [~wasabi@70.247.30.215] has joined #ubuntu-devel [03:41] tseng: there's still a keyboard shortcut for it I thought? [03:41] azeem: i could make one [03:41] azeem: i use a real window manager [03:42] tseng, alt-f2 should be default [03:42] indeed. === robtaylor [~robtaylor@217.204.121.82] has joined #ubuntu-devel === AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel === hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...] [03:51] audit(1118319949.184:0)initialized [03:51] kernel panic - not syncing : vfs : unable to mount root fs on unknown-block(0,0) [03:52] AndyFitz: owned. [03:52] whats the rizzie dizzie ? [03:52] hmmm... [03:52] tseng, totally pwned === hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel [03:54] AndyFitz: initrd didn't get created right, I guess, boot with the old kernel & renstall the new one? === zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel [03:56] ajmitch, the old kernels will be there ? grub isnt showing them === AndyFitz hopes they are still there [03:57] AndyFitz, they are not in the menu if you hit ESC at boot ? [03:58] AndyFitz: i just had the same thing happen to me..can you do the following when rebooting next add the following to your boot params ramdisk_size=640000 [03:58] somehow the dbg kernel is booting first on the grube [03:59] zul, cheers mate [03:59] ogra, dunno mate i'll check on reboot [03:59] ill talk to fabbione when he gets back [03:59] ajmitch. thanks for your help too mate [03:59] brb [04:00] AndyFitz: the non-debug kernels should be lower down on the grub list as well === AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] [04:01] infinity: new pkgstriptranslations uploaded [04:02] infinity: no action required from your side; however, you may remove the nostrip" option from the conffiles to clean up, if you want [04:03] pitti: can you read the current comment on #9760 please? [04:03] pitti: not sure if that's an alsa issue ... [04:05] pitti : Spiff. Thanks. [04:05] seb128: hm, I'm a bit confused about that bug [04:06] seb128: the mic is normally muted [04:06] seb128: otherwise many people would get unexpected feedback loops which should be avoided [04:06] k, so that's probably his "bug" === AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel === lamont__ [~lamont@15.238.6.6] has joined #ubuntu-devel [04:10] bugger , same panic error. the version is 2.6.10-5-386 [04:12] oh i thought you were talking about 2.6.12...not sure whats up then previous version should be in grub [04:12] pitti: WTF? empty? === bskahan [~bskahan@pool-68-161-24-71.ny325.east.verizon.net] has joined #ubuntu-devel [04:13] elmo: well, it only provides a dependency and the usual changelog/copyright stuff, but no interesting stuff [04:13] pitti: postgres sync done [04:15] mvo: done [04:15] thanks [04:16] libgcj-dev promoted === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [04:20] elmo, hi. can you add Mikko Virkkil to the docteam repo, he says he emailed his key to ya [04:20] pitti: can I start fixing/uploading postgresql stuff from universe yet? (and do you have a howto?) [04:21] Treenaks: sure, I sent one to u-devel === Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel [04:21] Treenaks: main transition is done [04:21] mako: you don't need to change the meta-userlinux source package name as well? [04:21] Treenaks: and Debian folks start to fix packages, too, so it's (hopefully) just a matter of time [04:22] Treenaks: so if you fix something, please give the maintainer a short ping [04:22] pitti: oh cool [04:22] pitti: should cryptsetup lucsFormat /dev/sda -y segfault or am I doing something wrong? :-) [04:22] Nafallo: luksFormat with a k [04:22] Nafallo: not a c [04:22] still, it shouldn't segfault [04:22] pitti: good point [04:23] Treenaks: right. typo here, not in the console ;-). [04:23] Nafallo: can you compile a debug version and get a backtrace? [04:23] pitti: k [04:25] pitti : When the X stuff gets fixed, remind me to kick QT again. [04:26] infinity: sure [04:27] Kamion: they won't notice it :) [04:28] mdke: yes, it only got oked, like a day ago, I'll get to it in a bit [04:28] elmo, thanks. who ok's em? === shaya [~spotter@user-0ccembr.cable.mindspring.com] has joined #ubuntu-devel [04:29] what's the policy for what libraries on x86-64 get 32bit versions for /lib32 ? === jamin [~jamin@sys-216.87.56.250.primary.net] has joined #ubuntu-devel [04:29] shaya: the ones that are needed for applications we have to ship 32-bit [04:29] which is basically OpenOffice.org [04:30] pitti: perl's been fixed, in case you didn't notice === robertj [~rcaskey@cai17.music.uga.edu] has left #ubuntu-devel ["Leaving"] [04:30] Kamion: cool, thanks [04:30] Kamion: will try that soon [04:30] mdke: I asked enrico, since he's been the one managing the accounts on the svn server so far [04:30] Kamion: reason I ask is that Sun gave us an opteron box and we installed hoary on it === ozamosi_ [~ozamosi@80.252.185.147] has joined #ubuntu-devel [04:31] but then when we went to install sunray (32bit app) many libs werent available [04:31] elmo, ok cool [04:31] thanks! [04:31] hacked around it via ar -x of the 32 bit libs [04:31] but not a good solution [04:31] shaya: we know that there isn't a full 32-bit environment. In reality, you're probably better off with a chroot until full multiarch gets implemented. [04:31] is that a breezy goal? [04:31] or future? [04:31] future I think, ask Mithrandir [04:32] k, thanks === thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [04:35] pitti: just warning so that you can stop working around it. :) [04:35] Kamion: yeah, I talked with bod about this yesterday, and he had an update in the works; I just didn't see the outcome === thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel === hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...] [04:40] infinity: rad! [04:44] pitti: you got mail :-) === hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel [04:47] Kamion: rad, perl works :-) === pamri [~pamri@dialpool-210-214-120-84.maa.sify.net] has joined #ubuntu-devel [04:49] cool [04:51] Nafallo: thanks; can you generate a stack trace, too, please? [04:51] pitti: i.e. strace? gdb doesn't give anything :-/ [04:52] Nafallo: huh, no stack trace with gdb? [04:52] Program received signal SIGSEGV, Segmentation fault. [04:52] 0x00002aaaaaf455b0 in strlen () from /lib/libc.so.6 [04:52] Nafallo: strace traces system calls, not stacks [04:52] that's all :-/ [04:52] Nafallo: you might need a debugging version [04:53] pitti: I've followed http://www.ubuntulinux.org/wiki/DebuggingProgramCrash :-) [04:53] Nafallo: apt-get source cryptsetup; cd cryptsetup-*; DEB_BUILD_OPTIONS=nostrip,noopt debuild -us -uc -b [04:54] Nafallo: then you can sudo gdb on the binary in the built source directory (or install the deb, as you wish) [04:56] Nafallo: ah, wait [04:56] pitti: cryptsetup needs to have sudo? I might try that first then ;-) === newz2000 [~chatzilla@12-226-91-204.client.mchsi.com] has joined #ubuntu-devel [04:57] Nafallo: is above output just the standard reaction after run? or the output after actually doing "backtrace"? [04:57] Nafallo: well, it needs it to setup the device mapper, and to access /dev/sda in the first place [04:57] pitti: after run. [04:58] Nafallo: ah, please do a "backtrace" after it crashed === SquishyWaffle [~GTaylor@130-127-67-44.lehotsky.clemson.edu] has joined #ubuntu-devel === hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...] [04:59] pitti: hehe, I should not trust wikis blindly ;-) [04:59] Nafallo: calling it without sudo and with -y doesn't crash for me (it just prints out some failure messages) [04:59] Nafallo: point 5 in the wiki describes the bt call [04:59] before I go reporting this would someone mind duplicating it for me?: Open mozilla-thunderbird and select multiple messages, hit reply-all. This crashes the client entirely for me with a strange error message in the console. [05:00] "thread apply" and stuff yes. just typing backtrace worked better :-). [05:00] I keep getting an OOPS during install (configuring iptables) [05:00] I'm trying to make a kickstart install cd [05:01] I've tried all I know (not much) and can't get around it === ahuman01 [~ahuman01@141.152.253.158] has joined #ubuntu-devel [05:02] Any way that you know of to track this down? [05:04] why can't I copy the damn text from the console? [05:06] pitti: mail sent :-) === SquishyWaffle [~GTaylor@130-127-67-44.lehotsky.clemson.edu] has left #ubuntu-devel ["Kopete] [05:06] irritating that I couldn't copy paste from the console right to evo though... === hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel [05:10] pitti: is there a sizelimit that must be meet? [05:11] Nafallo: no, that should work fine [05:11] does this mean anything? http://rafb.net/paste/results/YQ1PlQ51.html [05:11] Nafallo: i c&p multiple pages of output already [05:11] pitti: hmm, strange. === otavio [~otavio@201.10.58.28] has joined #ubuntu-devel [05:12] pitti: in any case. the device is a 8MB CF-card ;-) [05:12] Hello folks, I saw some people having same problem I have on Debian using EsounD and ALSA. esd keeps using /dev/dsp and then other applications cannot use it. Some idea how solve it? [05:13] you can solve it by not using esd [05:13] or making your other apps play to esd [05:13] otavio: yes, switch to libesd-alsa0 [05:13] tseng: but then GNOME doesn't play some songs [05:13] pitti: I'm already using it === hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...] [05:13] pitti: that's why i'm asking about it. [05:13] otavio: then upgrade to libasound2 1.0.9 to get dmix by default [05:13] otavio, just let your apps use esd too... and this belongs to #ubuntu [05:13] pitti: I doesn't understand why [05:14] ogra: not exactly since it's a bug [05:14] ovavio: it works fine in breezy [05:14] pitti: I already tried to upgarde and didn't work. [05:14] otavio, nope [05:14] pitti: yeah? [05:15] otavio, its a bug of the app if it doesnt support esd output in hoary.... [05:15] otavio: hm, then dmix does not work for your sound card apparently. Can you please file a bug? (assign it to martin.pitt) [05:15] otavio: oh, that's hoary? [05:15] otavio: no bug then, please, that's a known issue [05:15] otavio: it's fixed in breezy [05:15] pitti, no, thats debian if i got it right [05:15] hrm [05:15] pitti: and what was did to solve it? can you inform me? [05:15] file a Debian bug then :-) [05:15] ogra: yes, Debian [05:16] pitti: I want to try to have it fixed on Debian also [05:16] pitti: segfault on my 64MB usbstick to ;-) [05:16] pitti: since we can cooperate on it. [05:16] otavio: I already did: switch to libesd-alsa0, libasound 1.0.9 and best thing is to get rid of esd and replace it with polypaudio (since esd sounds terrible with the new libasound) [05:16] otavio, for hoary we made sure all supported apps support esd output by default.... [05:17] ^ yes, but that doesn't help Debian [05:17] for Debian we have to offer a non-esd interface, too === blueyed [~daniel@iD4CC12C5.versanet.de] has joined #ubuntu-devel [05:17] nope... but explains his problem ..... [05:17] (same for ubuntu, FWIW) [05:17] ogra: not exactly since I saw some people having problems with hoary too === zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel [05:17] otavio, not with supported apps ;) [05:17] otavio: yes, in hoary we used libesd0 which used the oss interface and blocks *everything* [05:18] :-) [05:18] ogra: right, but folks might want to use nonsupported ones, too :-) (I want at least) === zyga used gaim to get on IRC for the first time [05:18] otavio, i admit, there is a good bunch of apps in universe that might have that bug [05:18] pitti: thanks a lot [05:18] otavio: I think using polypaudio on top of ALSA dmix is a sane solution for now [05:18] pitti: thanks a lot [05:18] otavio: just odd that it doesn't work for you... [05:19] otavio: btw, I filed an alsa upstream bug recently, and they said that they are interested in hearing about devices where dmix doesn't work out of the box [05:19] pitti: i think polyaudio doesn't exist on Debian yet [05:20] ah, bad [05:20] otavio: well, we tried it in Hoary and it was too buggy, but it should be much better now [05:20] pitti: but this isn't a big issue since we can add it [05:20] otavio: esd+dmix = the suck [05:20] that's the problem === zyga [~zyga@chello084010088079.chello.pl] has left #ubuntu-devel [] [05:20] does polyp+dmix still have audio sync issues? === bska|mobile [~bskahan@pool-70-19-61-5.ny325.east.verizon.net] has joined #ubuntu-devel [05:21] gst audio is always goofy on esd [05:21] otavio: right now breezy has gstreamer -> alsa directly, but that's still too unstable [05:21] heh, tseng your changelogs get famous :) [05:21] http://lists.ubuntu.com/archives/ubuntu-users/2005-June/038225.html === mxpxpod [~BryanForb@mxpxpod.user] has joined #ubuntu-devel === SloMoSnail [~slomo@p5487F5E1.dip.t-dialin.net] has joined #ubuntu-devel [05:21] ogra: heh. === zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel [05:22] pitti: so the best solution right now is use polyaudio + alsa? [05:23] otavio: I think so, yes [05:23] otavio: that was at least the outcome of the AudioInfrastructure BoF [05:24] otavio: you still don't get sound for multiple users, but at least you can use esd+alsa in parallel [05:24] s/esd/polypaudio/ === zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel [05:24] pitti: can you point to me where I can find the sources of it? [05:24] "it" == ? [05:25] hmm, tseng but he is our best tester ;) http://lists.ubuntu.com/archives/ubuntu-users/2005-June/038227.html [05:25] i saw that [05:25] pitti: polyaudio [05:25] pitti: sorry [05:26] i think his beagled is broken because he is too bleeding edge [05:26] i broke the sqlite dllmap [05:26] ah [05:26] ah [05:26] otavio: right now, just from archive.u.c [05:26] pitti: do you have any problem if I include it on Debian? [05:26] otavio: however, some upstream guy fixed some bugs in his branch, I will pull and apply them soon [05:27] otavio: of course now :-) === Echylo [~echylo@120-146.246.81.adsl.skynet.be] has joined #ubuntu-devel [05:27] ogra: it can stay broken until I fix it, its breezy, I dont support it :) [05:27] otavio: not, even [05:27] otavio: to the contrary [05:27] otavio: however, what about this: [05:27] otavio, we appreciate every package that goes back upstream (to debian) [05:27] otavio: I'll apply the fixes soon and ping you back when I have an updated and tested package? [05:27] tseng, yep, no objections :) [05:27] pitti: nice [05:28] otavio: of course you can already upload the current version, it is not _that_ bad :-) [05:28] pitti: I'll put it on Debian-BR-CDD for testing in meanwhile [05:28] otavio: actually, uploading right now is pretty good, so it can pass NEW [05:28] pitti: nice. I'll look at it [05:28] otavio: http://archive.ubuntu.com/ubuntu/pool/universe/p/polypaudio/ [05:29] ogra: eh, not all X includes [05:29] http://packages.ubuntu.com/breezy/sound/polypaudio is easier to use imo [05:29] Hey daniels, good to meet you :-) [05:29] ogra: basically, stuff which didn't put -I/usr/X11R6/include and instead just hoped it'd land in the include path somehow is now broken [05:29] daniels, error: X11/Xlib.h: No such file or directory is a *bit* essential ;) [05:29] it'll get unbroken later [05:29] daniels: cough. [05:29] ogra: -I/usr/X11R6/include, it's the app's fault [05:29] daniels: could you please take a look at the current qt-x11-free FTBFS? it complains about an xrandr issue; I already added the build-dependency, but that didn't help :-( [05:29] ogra: but it will get fixed anyway [05:30] pitti: probably needs -I/usr/X11R6/include [05:30] will check it out [05:30] thanks [05:30] daniels, i trued several variations of -I :) but i'll try again [05:30] tried even [05:31] daniels: are you fixing libxss-dev doesnt dep on libxss1? [05:31] tseng: yeah, all the -devs [05:31] daniels: thanks :D [05:34] tseng: indeed, I'm still not used to p.u.c... [05:36] pitti: its great stuff i send the page to my sponsor to grab sources [05:36] its all on there now === mdz [~mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #ubuntu-devel === pitti -> dinner [05:44] pitti: thanks a lot === otavio [~otavio@201.10.58.28] has left #ubuntu-devel [] === bradb [~bradb@modemcable082.64-130-66.mc.videotron.ca] has joined #ubuntu-devel === zyga [~zyga@chello084010088079.chello.pl] has left #ubuntu-devel [] === Echylo [~echylo@120-146.246.81.adsl.skynet.be] has joined #ubuntu-devel === astro76 [~james@astro76.user] has joined #ubuntu-devel === pitti_ [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel === scorpix [~scorpix@62.150.147.46] has joined #ubuntu-devel === ska-fan [~ska-fan@dsl-082-082-194-102.arcor-ip.net] has joined #ubuntu-devel === luis_ [~louie@c-66-31-46-131.hsd1.ma.comcast.net] has joined #ubuntu-devel === Echylo [~echylo@120-146.246.81.adsl.skynet.be] has joined #ubuntu-devel === terrex [~terrex@84-122-69-8.onocable.ono.com] has joined #ubuntu-devel === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel [06:14] gah, I'm way too tired, and autotools has defeated me :( [06:14] http://www.livejournal.com/users/fooishbar/61082.html in particular, as well as EXTRA_DIST stupidity (it will silently fail to actually put the files in the distdir in some circumstances) [06:15] xorg tomorr,w [06:15] sorry about that [06:17] daniels: would you mind if I did the xfonts-core fix, then (unless it's already in your queue)? if possible, I'd really like to have a serious go at Colony 2 tomorrow, before I have to move house and have an as-yet-undetermined amount of time when I can't do CD work [06:18] Kamion: sure, if you need it [06:18] ok, thanks [06:18] no worries [06:18] yeah, it bones fresh installs [06:18] sorry to be blocking; didn't realise you were trying to get it done tomorrow [06:18] yeah, I can see how that would be a problem if you were doing a colony ;) [06:18] s'ok, ADSL stuff has been ... interesting [06:19] i've spent all frigging day banging my head into banks, travel agents, and autotools [06:19] don't know yet whether it'll be up when I move [06:19] ahr, wot fun [06:19] colony release over gprs? :) [06:19] and it'll only be a megabit rather than 2 as I'd hoped, due to line quality [06:21] daniels: is there a baz archive I should be branching or anything? === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel [06:22] Kamion: not yet, unfortunately. i've been shit in that regard. [06:23] oh, bugger, it's xutils, not xfonts-utils [06:23] damnit, that means uploading xorg [06:23] yeah [06:23] i'm getting libx11 out now, which is up to 10min on my amd64 [06:24] that'll be the first noticeable chink in the time it takes to compile xorg (well, *really* noticeable; fonts were a fair hit) [06:24] Kamion: my solution was to ship a local copy of mkfontdir (ship it out of debian/local), that has /usr/bin rather than /usr/X11R6/bin [06:25] I might leave it to you then; I don't have disk space handy to compile xorg :( [06:25] ok [06:26] any specific time it'd be good to have it done by? === |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel [06:30] seb128: alright, I imported breezy with my langpack scripts, I'm going to build new packs now === daniels [~daniels@202-44-183-17.nexnet.net.au] has joined #ubuntu-devel [06:37] Kamion: so yeah, any specific time tomorrow? === |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel [06:38] Kamion: i'd like to get to the travel agent asap tomorrow morning, then go to the gym after, so all that probably has me getting home about 3pm, so uploading by about 6? [06:38] (UTC+10) [06:38] daniels: if I had them built by lunchtime my time after I get back from collecting the removal van, that'd be top [06:38] so 6 your time sounds good [06:38] cool, I'll try to stick to that as closely as I can [06:38] cheers dude [06:39] just need to get in in the morning so Thai don't cancel my ticket and leave me holding a $700 cancellation fee and no way to get to Karlsruhe [06:39] no worries [06:39] yeah, that sounds bad === Kamion recovers 1.8GB from an old build tree inside a chroot [06:41] mmm, I know how that goes [06:42] i worked out at one stage I had about 30GB of X build trees from packages alone [06:42] my ~ expands to fit the available space; it was fitting in 6 once upon a time, then 10, then 25, then 40, then 100, and now it's about 230GB [06:43] ouch [06:43] Yeah, I have goldfish diskspace usage too. [06:44] Makes me wonder if perhaps I should just stop buying hard drives. [06:44] i need to get another couple of 250GB drives soon [06:44] i wish i had that much disk space :) [06:44] daniels : Also, go to bed. It's late. === dand [~dand@83.103.205.136] has joined #ubuntu-devel [06:45] infinity: this is true [06:45] but I'm watching libX11 builds spin around and around [06:45] i'll go to bed when it passes make distcheck === zenrox [~zenrox@71.115.192.65] has joined #ubuntu-devel === daniels 's eyes glaze over watching gcc scroll through the same bit of code. Again. [07:02] does ccache help much? [07:03] hrm [07:05] daniels: did you break your build so it loops...? :) [07:05] Lathiat: go to bed! [07:05] bob2: workign :( [07:06] bob2: can I teach "baz replay" to strip off initial directories, like "patch -p1"? [07:07] pitti: hm, no [07:07] why would you want to? [07:08] bob2: I just patched postgresql-8.0.3/debian/rules in postgresql--devel--8.0 [07:08] use case, use case, usecase :-) [07:08] USE="case" [07:08] bob2: and it would be cooool to replay the patch to postgresql-7.4.8/debian/rules in postgresql--devel--7.4 === drbyte [~byte@206.13.39.33] has joined #ubuntu-devel [07:08] pitti: replay doesn't Just Work? [07:08] bob2: i. e. "baz replay -p1 branch--patch-foo [07:08] bob2: nope [07:08] hm, why? [07:08] why does postgresql--devel--7.4 have a postgresql-7.4.8 subdirectory? [07:08] that seems pretty pointless [07:08] bob2: it stumbles over the wrong dirnames [07:09] pitti: that's odd [07:09] Kamion: well, that's still from the time when we actually managed other files in the parent directory [07:09] they should be the same logical file [07:09] regardless of how it was moved [07:09] pitti: I think that's why you're losing [07:09] bob2: assuming they actually share history ... [07:09] bob2: $ baz replay pkg-postgresql-private@lists.alioth.debian.org--2005/postgresql--devel--8.0--patch-86 [07:09] * patching for revision pkg-postgresql-private@lists.alioth.debian.org--2005/postgresql--devel--8.0--patch-86 [07:09] A {arch}/postgresql/postgresql--devel/postgresql--devel--8.0/pkg-postgresql-private@lists.alioth.debian.org--2005/patch-log/patch-86 [07:09] ?M postgresql-8.0-8.0.3/debian/changelog [07:09] ?M postgresql-8.0-8.0.3/debian/rules [07:10] Kamion: well, yeah [07:10] Kamion: no, of course they don't share history, otherwise I could just merge [07:10] oh [07:10] pitti: well then [07:10] Kamion: that's why I tried replay with a single -patch-N [07:10] move those trees to have sensible structures :-) [07:10] bob2: anyway, it's not a big deal and it doesn't occur very often [07:11] pitti: baz get-changeset pkg-postgresql-private@lists.alioth.debian.org--2005/postgresql--devel--8.0--patch-86 ,,cset ; baz show-changeset --diffs ,,cset > foo.patch [07:11] bob2: get-changeset, show-changeset, and good old patch -p1 do the same [07:11] right [07:11] yeah, when you don't have history baz kinda curls up in the corner and cries [07:11] Lathiat: no, I'm just running distcheck. a lot. [07:11] bob2: I thought replay could apply patches regardless of history and branching [07:11] daniels: ah [07:11] daniels: ccache? [07:12] pitti: nah, same applicagtion code as replay === otavio [~otavio@201.10.58.28] has joined #ubuntu-devel === otavio [~otavio@201.10.58.28] has left #ubuntu-devel [] [07:12] bob2: another thing, will show-changeset eventually work with archive/branch arguments in addition to directories? [07:13] bob2: I often want to look at a patch, but always typing two commands and remove the temporary dir is a bit cumbersome [07:13] hmm [07:13] it should, yes [07:15] http://www.alobbs.com/images/3ubuntu.jpg [07:16] jdub: wow thanks for the warning. [07:16] oops [07:16] sorry :) [07:16] not worksafe :-) [07:16] <\sh> ROTFL [07:16] no, not even close [07:17] Lathiat: keep touching CFLAGS et al [07:17] unless you work for mark, I guess [07:17] hah [07:17] daniels: ah [07:18] <\sh> jdub: blog it :) [07:18] i've soundered it [07:18] haha [07:18] thats class === jdub blogs [07:21] <\sh> hmm.... [07:24] elmo: FYI, I seeded the NEW language-pack-ug [07:25] UG [07:25] what an excellent language code [07:25] Kamion: ever heard of "Uighur"? === pitti does not even know the earth quadrant this comes from... [07:25] no - I just found it in iso_639.tab ... [07:26] Kamion: nice, there is a language "Umbundu" :-) [07:27] WHOOHOO! === daniels looks at libX11-6.2.1.tar.bz2. [07:28] so, make distcheck took between 9 and 10 minutes to run [07:28] uighur is from the same neck of the woods as mongolian, IIRC [07:28] xorg on the same machine takes between 45 and 50 minutes to do its thing [07:28] do the maths. [07:28] 'night kids. [07:28] sleep well, daniels [07:29] luis_: no necks left in those woods. :) [07:29] daniels: night :-) [07:30] northwestern china, so I was pretty close === mvo goes to play hockey now [07:35] <\sh> can somebody reach http://sourceforge.net/projects/eric-ide [07:37] need the homepage of eric3? [07:38] \sh: I can reach the sf site [07:38] <\sh> hmmmm.. [07:39] <\sh> now it works..strange..the whole morning and afternoon i couldn't get sf.net [07:42] Ah, bist ja auch deutsch [07:42] mdz: btw, Kamion and I talked about the CDROM-in-fstab issue; the problem was that a server install doesn't have pmount, and "mount /cdrom" is still a very common idiom === dholbach [foobar@td9091d93.pool.terralink.de] has joined #ubuntu-devel [07:43] hi [07:43] mdz: so it's questionable whether we want to break server installations and maybe a bunch of other things (apt-cdrom, for example) just to get rid of CD-ROMs in fstab completely [07:43] Hi dholbach [07:43] elmo: could you pretty please sync ncmpc from unstable? [07:43] hi pitti [07:43] mdz: the real problem seems to me to be that partman puts the fully resolved device name in fstab, not the /dev/cdrom alias or similar [07:43] mdz: so I'll have a look at fixing that [07:44] mdz: however, we can change e. g. /dev/hdc to /dev/cdrom if it is available, so that this will survive changing the wiring of CD-ROMs [07:44] right :-) [07:44] I can also change to /media/cdrom etc. fairly easily if we can confirm that apt-cdrom will be happy without /cdrom [07:50] hi mako, do you know who Andrs Orellana is? [07:51] (gnome-cups-icon:5798): WARNING **: IPP request failed with status 1030 [07:51] pitti do you know why i get this in my log every few seconds? [07:51] are we polling something now === lsuactiafner [~noirrac@tpc-ip-nas-1-p07.telkom-ipnet.co.za] has joined #ubuntu-devel === AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel [07:52] hey AndyFitz, you wanted to put some UDU movies online ;-) [07:52] tseng: did you activate network printing? [07:53] tseng: erm, LAN printer detection? [07:53] pitti: not inentionally [07:53] intentionally. [07:53] tseng: in g-cups-manager, is the option set in global settings? [07:53] no [07:54] dholbach, hey yes. that would be rad [07:54] :) [07:54] gotta compress them first [07:54] and get my kernel working first [07:54] tseng: then I assume cups just tries to find an IPP server, but doesn't find one [07:54] pitti: yeah. [07:54] AndyFitz: htf are you still up? [07:54] pitti: i guess its the icon, thats running. [07:55] hey bob2 :) [07:55] yeah, gnome-cups-icon [07:55] yes. [07:55] bob2: nah i slept now im awake [07:55] hah [07:55] dholbach: oh, I suck, I know, sorry :) [07:55] audit(1118319949.184:0):initialized [07:55] bob2: no... you don't - you like "bernd, das brot", which is advanced coolness - for someone not living in germany :) [07:55] jdub: youre such a twat [07:56] :-) [07:56] :) [07:56] hahaha [07:56] jdub, you're awake tooo ? [07:57] Kamion, pitti: sounds like a reasonable compromise [07:57] yes [07:57] i am having terrible trouble getting back into a sane rhythm [07:57] bob2: and you're not the only one :) [07:57] insanity [07:58] <\sh> dholbach: bernd das brot? [07:58] \sh: yes [07:58] bob2: jblack is a fan of "bern, das brot" too - and you're not the only one lagging behind key-signing wise :) [07:58] <\sh> dholbach: u don't talk about this strange tv series? [07:59] i dont think i signed any keys yet [07:59] besides the ones i did while still in sydney [07:59] \sh: i do: imagine talking to random guys in sydney and you end up talking about "bernd, das brot" in the end... [07:59] dholbach: was ist bernd? [08:00] <\sh> dholbach: oh my.."who is bundescancelor of germany?" "bernd, das brot" [08:00] dholbach: hehehe [08:00] tseng: http://www.bernddasbrot.com/ [08:00] dholbach: we stayed up late watching it in england [08:00] oh yes I have seen him === dholbach shakes head in disbelief [08:00] I just wish it had subtitles [08:01] he has a website! [08:01] and a BerndBoard! [08:01] hahaha [08:01] if he is das brot, i wonder what he eats. [08:01] das boot, maybe? [08:02] "episodenfuhrer" = "episode list"? [08:02] \sh: here you can see, why i like all these guys :) [08:02] bob2: yes [08:02] bob2: mmm, steel [08:02] tseng: das keine brot [08:02] <\sh> well... [08:03] he has a wikipedia page as well: http://de.wikipedia.org/wiki/Chili_TV and merchandise [08:03] MERCHANDISE? [08:03] oh man [08:03] kernel panic - not syncing : vfs : unable to mount root fs on unknown - block (0,0) [08:03] <\sh> i wonder why "bernd, das brot" is much more known then helmut schroeder, i mean gerd kohl, ey man, gerhard schroeder and helmut kohl ;) [08:03] bugger me, how did that happen [08:04] helmut the former porn star is awesome, too [08:04] but not many people got to listen to Choice Bro Tafe === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:06] <\sh> jdub: thx for blogging this nifty picture..right now, i'm thinking about a kde splash with it ;) === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:09] Dear seb128, I want my Applications menu back === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:10] pitti: i still have it === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:11] dholbach, including the gnome-control-center ? === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:11] yes [08:12] infinity: ?? === pitti 's Applications menu is empty. zero. null. nada. === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:12] pitti: haha [08:13] pitti: I ate it. It was crunchy. === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:13] *whine* === pitti goes out to beg for a new one === dholbach pats Kamion on the back === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel [08:14] so should we ban CarlFK if he doesn't quit bouncing? [08:14] i think so [08:14] lamont: maybe for a while [08:14] it appeasr to be his fault === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel === CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel === mode/#ubuntu-devel [+o lamont] by ChanServ === mode/#ubuntu-devel [+b CarlFK!*@*] by lamont === mode/#ubuntu-devel [-o lamont] by lamont === lamont notes that /deop and /frop are pretty close, in the keyboard scheme of things === pitti reboots === chmj [~patric@wbs-196-46-70-166.wbs.co.za] has joined #ubuntu-devel === henriquemaia [~henriquem@cb-217-129-171-196.netvisao.pt] has joined #ubuntu-devel === Stargazer [~star@S01060080c6f819b2.vf.shawcable.net] has joined #ubuntu-devel [08:23] I'm running Ubuntu 5.04 PPC with a G3 Lombard.. Can someone give me some advice as to why playing video (divx, qt etc) produces shimmering white dots all over the screen, and when using KDE there is graphic corruption in the title bars, and viewing jpgs everything appears with a yellow film/filter?? === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel [08:27] Stargazer: the 'shimmering' is possibly the result of drawing-whilst the DAC is also reading out the image [08:27] Stargazer: eg. lack of double-buffering [08:29] just.. /ignore CarlFK all === martink [~martin@p54B3A457.dip0.t-ipconnect.de] has joined #ubuntu-devel [08:34] Sladen - How is this fixed? [08:35] Stargazer: daniels maybe to shed some light [08:36] seb128: do you have contact with the cairo maintainer? [08:36] doko: no [08:36] why [08:36] ? [08:37] to sync cairo for libgcj [08:37] sync cairo where from where? [08:38] I've updated to 0.5 for ubuntu, Debian has 0.4 === _Legion_ [~adebarbar@labi.fi.uba.ar] has joined #ubuntu-devel === Alessio [~Alessio@host103-28.pool8253.interbusiness.it] has joined #ubuntu-devel [08:45] wasabi: did you see my question yesterday about xerces-j? if we can get that out of the dependency chain, we're basically done [08:45] fabbione: so I have discovered further corruption in my filesystem [08:45] and my RAM tests out OK [08:46] I need to pull backups to determine approximately when it happened [08:47] Riddell: please review the anastacia output that elmo provided, seed anything which ought to be seeded, and let me know when we can proceed with demoting the remainder === scorpix_ [~scorpix@as4-22.qualitynet.net] has joined #ubuntu-devel [08:55] what was the solution for the "fixed font" problem again? [08:56] dholbach, setting the right font path [09:00] mdz: currently looking at xerces-java, wasabi is short of time [09:00] dholbach: there were two, one had to do with the font path, the other with the path in mkfontdir [09:01] WITNESS THE POWER OF sebuild! === ozamosi_ is now known as ozamosi [09:01] <\sh> jdub: check the planet, dude :) [09:01] hey jdub :) [09:01] mdz: i changed so many things, i couldn't remember, when i told a friend [09:02] <\sh> and why can't I see my links on the planet? [09:02] jdub: I'm considering package gtk CVS (not for the archive but to put the packages online for people who wants to try it) [09:03] the top three blog entries on planet ubuntu are about nudity or bottoms [09:03] jdub: we will not do 10x10 if we keep trying to slow down every single change by fear to break something [09:03] jdub: we're getting there :) [09:03] <\sh> jdub: no :) [09:03] seb128: ha ha! :) [09:03] <\sh> mine is about kde and love [09:03] seb128; i finally convinced davyd to take the battstat patch [09:03] jdub: seriously, is there any reason to be that cautious against gtk? [09:04] desrt: cool [09:04] seb128; just a heads up for when gnome-applets breaks next time you try to patch it [09:04] desrt: I've read the comments on the bug [09:04] oh. good :) [09:04] you guys are going to roll a 2.11.3 ? [09:04] up to davyd, i guess? [09:04] right [09:06] doko: ? === Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel [09:12] seb128: ! === Echylo [~echylo@120-146.246.81.adsl.skynet.be] has joined #ubuntu-devel [09:12] doko: [09:12] to sync cairo for libgcj [09:12] sync cairo where from where? [09:12] I've updated to 0.5 for ubuntu, Debian has 0.4 [09:13] is there any issue with 0.5 ? [09:13] they need to be in sync for a binary compatible libgcj [09:13] I'm probably to change cairo again soon === Treenaks ROFLs at jdub-blog [09:14] GNOME starts using cairo so I'm probably going to update that with GNOME when required [09:14] it's ok if it doesn't change the API, or else we have keep two versions [09:15] it breaks the API [09:15] there are breaking it as much as possible now to get it stable soon [09:16] why does libgcj want cairo? [09:16] fun, then it looks like we will need two versions [09:16] dholbach: swing? [09:16] hmhmmhmh === dholbach nods slowly [09:16] doko: what 2 versions? [09:17] 0.5 and the version for which you'll break API compatibility [09:17] 0.4 and 0.5 which conflicts? [09:17] versions have to conflict... [09:17] why? [09:18] because they keep the same soname [09:18] that's a working branch, no API stability garanty [09:18] so they don't change the soname when they change the API [09:18] I don't care, I can rename the lib or choose a random soname [09:18] ugly [09:18] upstream looks more ugly [09:19] no [09:19] if you break the API every commit you want to change the soname every time? [09:19] no, but for releases. [09:20] that's a working branch, that's not mean to be used by stable apps [09:20] g*mm for example changes the soname for every api-breaking release in an unstable branch [09:21] dholbach: ... [09:21] seb128: what? :) [09:21] stop making advertissement for g*mm [09:22] i don't :) [09:22] I don't care of what they do, that's not the discussion [09:22] :p [09:22] and g*mm is used and follow GNOME [09:23] haha [09:23] yeah... i talked about the unstable releases [09:23] hehe [09:23] the murrayc virus [09:23] danielki: want to add some remarks on API stability? :) [09:23] dholbach: I know but still, nothing to do with the discussion :) [09:24] dholbach :) [09:24] seb128: i wanted to add an example - now stop complaining :) [09:24] dholbach: I complain because I don't like this "I'm going to fork cairo package with a random soname" [09:25] *nod* somebody should bug upstream imho to change it every release [09:25] let's update cairo on Debian and Ubuntu by following new version [09:25] dholbach: oh, c'mon [09:25] DUDE === pitti sighs at polypaudio [09:25] they are working to stabilize it soon so they can use it for gtk2.8 [09:26] why oh why all audio stuff is so utterly broken? [09:26] stop bitching about a 0.4/0.5 version of a lib [09:26] better to make all the required changes now [09:27] seb128: that's cool, but if people want to use it and that's a good thing in the stabilizing process they should try to avoid problems an unchanged soname causes [09:27] i'm not saying they shouldnt do changes [09:27] you are bitching about details for a 0.n version of a lib [09:27] and recompiling 2-3 packages that already use the unstable branch doesn't hurt at all [09:27] go to package something useful rather :) [09:27] i merely pointed out, what i'd do [09:28] seb128: new gnomecanvasmm is compiling, so i stopped by in the discussion [09:28] dudes, and you two want to cooperate in the Gnome team? :-) [09:28] yeah, he has main upload right now, I'm scared [09:28] heh [09:28] pitti: it's easy, rewrite gnome in C# ;) [09:29] doko: ah, and mono has The Perfect Sound Driver? [09:29] doko: you don't want that :) [09:30] dholbach: gtkmm 2.6.2 [09:30] dholbach: oh, glibmm 2.7.1, be ready, that will start beeing fun soon [09:30] yeah [09:30] doko, Novell does that after they brought yast in as a control-center replacement ;) [09:39] <\sh> can someone explain, why the gpl and openssl license are not compatible? [09:43] <\sh> why is apache license and gpl license not compatible === chris38-home [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel [09:47] <\sh> i got it ...:( === r0b [~r0b@66-23-211-252.clients.speedfactory.net] has joined #ubuntu-devel === bokko [~asda@66-168-210-147.cpe.ga.charter.com] has joined #ubuntu-devel [09:50] What are possible alternatives to set for a mount point when doing a virgin ubuntu install? Other Linux distributions may complain if there is another / mount point it sees on a different partition. [09:51] a what? [09:51] linux doesnt know where you are mounting a device until you tell it [09:51] What else can I use besides / for a mount point for installation? [09:51] or hal decides for you, in modern times. [09:51] you can use anything you want [09:52] well rhfc3 does not like seeing a / mount point on a different partition [09:52] can I just make something up and mount it there? [09:52] common for auxillary devices would be /media/foo or /mnt/foo [09:52] fedora core doesnt know what a / mount point is.. it sees a partition [09:53] tseng: it saw ubuntu mounted on / when I did the install last time [09:53] tseng: terminated the install and said fix it [09:53] oh the installer? [09:54] tseng: yeah, I was booting from the cd to try and fix grb since the ubuntu grub install ignored freebsd on the first partition [09:55] well I doubt the problem has anything to do with mount points === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel [09:56] seb128: straaange, i packaged gtkmm 2.6.2 a month ago [09:56] danielki: not entirely, I just was not sure if / was a requisite for any sort of linux install [09:56] 'cause those aren't stored on the partitions but in fstab [09:56] dholbach: weird [09:56] every Unix needs a / [09:57] danielki:oh ok [09:57] seb128: murrayc seems to have released new code with an old release number [09:57] seb128: but i'll have another look [09:57] dholbach: the tarball would have been rejected I think [09:57] have a look at ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/2.6/ [09:58] gtkmm-2.6.2.news 1 KB 15.04.2005 [09:58] gtkmm-2.6.2.tar.gz 5865 KB 09.06.2005 [09:58] k, so he has overwritten the previous tarball [09:58] kick him :) [09:58] murrayc sometimes forgets stuff like this :) === henriquemaia [~henriquem@cb-217-129-171-196.netvisao.pt] has joined #ubuntu-devel [09:58] Ok here is one other different question, I had ubuntu 5.4 installed and the nick was seend by the hardware browser, but it could not get an ip address from the router. I modified the dhclient.conf to add a , and interface-mtu line in it as well as disabling ip6. still not ip. Static assignments to valid ip4 address could not connect to the gateway, andy idea what is wrong? [09:58] i see :) [09:59] no wonder considering the huge number of projects he's usually working on in parallel [09:59] seend = seen [09:59] bokko: did you read the topic btw [09:59] danielki: i absolutely don't blame him [09:59] dholbach: usually he realizes it before uploading the tarball, though :) [09:59] seb128: man, i am going to put a very noisy fascist scream in install-module when someone tries to overwrite a tarball [09:59] jdub: do it now! :) [10:00] jdub: good idea, I thought he would reject the upload or at lest DISPLAY SOMETHING SCARY [10:00] tseng: yeah, people told me to come here and ask since no one seemed to know the prob in #ubuntu [10:00] those people should stop suggesting that. [10:01] we should note that for the new "newbie help squad" team. [10:01] haha well I am about to wipe ubuntu and just go with rhfc3 and solaris [10:01] if I can't get the network stuff working [10:01] dhclient.conf mod and disabling ip6 was wat the forums suggested [10:02] bokko: you might try the mailing list ubuntu-users@lists.ubuntu.com [10:02] bokko: most likely another fix that someone came up with after "fixing a similar problem" which isn't similar at all [10:02] dholbach: oh ok [10:03] justin: yeah but it was all I came across when I googled the network problem in 5.4 [10:03] justin: hardware works cause other OS on the same machine can grab from the dhcp and route === henriquemaia [~henriquem@cb-217-129-171-196.netvisao.pt] has joined #ubuntu-devel === blueyed [~daniel@iD4CC15E3.versanet.de] has joined #ubuntu-devel [10:04] justin: I'll see what listserv has or just uninstall, fiddled with this thing for 2 days trying to get net working, probably not going to waste any more time on it...thanks for your time === bokko [~asda@66-168-210-147.cpe.ga.charter.com] has left #ubuntu-devel [] [10:05] hm [10:05] alt.erotica.ubuntu.networking [10:05] might have something [10:06] haha [10:07] i guess i'll wait for him to re-release :) [10:09] yep [10:09] shall I whack him for you? :) [10:09] dholbach: waouh, upload to main :) [10:10] seb128: you're right... it was my first one! [10:10] seb128: first one without training wheels [10:10] congrats [10:10] seb128: WOW, does that feel good! [10:10] you call me wheel? === mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel [10:11] seb128: of course not... nobody could re-invent you :) === dholbach hugs seb128 [10:11] danielki: don't worry... he'll manage :) === seb128 hugs dholbach === danielki is touched [10:12] and pitti is not here... he couldn't witness gnome love :) === HiddenWolf [~hidden@136.94.dynamic.phpg.net] has joined #ubuntu-devel === grover [~grover@216-99-218-29.dsl.aracnet.com] has joined #ubuntu-devel [10:13] group hug? [10:13] if somebody would blog this to planet.ubuntu ... ubuntu and its community was even more questionable ;) [10:16] so i removed every copy of the tomboy pixmap on my system [10:16] and it still comes up [10:16] with tintin [10:17] i wonder if he rolled it into the exe or something in cvs [10:17] something is evil. [10:18] tseng: did you ever hear about audio images, like in http://www.bastwood.com/aphex.php ? [10:19] must be in some .mp3 file :) [10:19] hm no === r0bby [~wakawaka@cpe-204-210-133-115.hvc.res.rr.com] has joined #ubuntu-devel [10:19] thats crazy [10:19] audio images are the geekiest thing i ever saw [10:23] but it'd explain a lot if aphex twin tried to make his songs *look* good ;-) [10:29] dholbach: \o/ (new upload) [10:29] wowoohoo [10:29] excellent === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel === JanC [~janc@JanC.member.lugwv] has joined #ubuntu-devel [10:36] elmo: please could you install on davis/breezy: unixodbc-dev firefox-dev kdelibs4-dev libarts1-dev libqt3-mt-dev libsndfile1-dev epm libdb4.3-dev libdb4.3-java libboost-dev sablotron libsablot0-dev libwpd8-dev [10:38] looks suspiciously like ooo build deps [10:39] doko: doesn't seem to know about libdb4.3-java, but otherwise done [10:41] ok, then libdb4.2-dev and libdb4.2-java [10:42] elmo: could you pretty please sync ncmpc from unstable (if you didn't do so already) [10:42] doko: done [10:42] elmo: thanks [10:42] dholbach: no [10:43] [dpkg-source output:] dpkg-source: error: file ncmpc_0.11.1.orig.tar.gz has size 273803 instead of expected 273489 [10:43] oh nice [10:43] we have a different orig.tar.gz to Debian [10:43] argl [10:43] ok [10:44] will ask him, what went wrong there [10:44] thanks === jammcq [~jam@pcp09022402pcs.watrfd01.mi.comcast.net] has joined #ubuntu-devel === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel === ike [~avatar@83-131-71-246.adsl.net.t-com.hr] has joined #ubuntu-devel [10:55] elmo: ubuntu-changes-auto is not announced on http://lists.ubuntu.com/mailman/listinfo/ [10:59] doko: fixed [11:00] doko: any luck with xerces-j? === LinuxJones [~willy@blk-222-221-81.eastlink.ca] has joined #ubuntu-devel === zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel [11:11] doko: tell jdub === pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel [11:14] pitti: hello [11:14] Hi zyga [11:15] do you know about any portable FILE * style library with customizable streams that can be used without glibc? [11:15] dholbach: who uploaded that ncmpc? [11:15] pitti: you're aware of luks-tools? [11:16] zyga: no, sorry [11:16] Nafallo: erm, no? [11:16] pitti: http://www.flyn.org/projects/luks-tools/index.html [11:16] elmo: me, he sent me the adjusted patches - it will unfortunately be only fixed with a new upstream release [11:16] I ran into portability problems unfortunatly [11:17] dholbach: it was for 'unstable', didn't have a valid Changed-By and didn't have an 'ubuntu' in the version [11:17] it seems that my favourite argument vector parser argp is tied to glibc stream implementation [11:17] Nafallo: neat, thanks :-) [11:17] and thus it cannot be used in portable code :/ [11:17] (lowest common denominator strikes again) === Nafallo -> phone [11:18] elmo: thank you for telling me... arg - there you see what apt-get.org remnants do with me... === KaiL [KaiL@p548F389F.dip.t-dialin.net] has joined #ubuntu-devel [11:27] How do I find out which package has ppmmake? xscreensaver's webcollage needs it. [11:27] dlocate or apt-file [11:27] or http://packages.ubuntu.com === blueyed [~daniel@iD4CC17EB.versanet.de] has joined #ubuntu-devel === Nafallo -> here === KaiL [KaiL@p548F389F.dip.t-dialin.net] has joined #ubuntu-devel === Arr0gance [~aks@CPE0013104c07d6-CM001225423850.cpe.net.cable.rogers.com] has joined #ubuntu-devel === blueyed [~daniel@iD4CC17EB.versanet.de] has joined #ubuntu-devel === anibal [ams@ns1.mssinc.biz] has joined #ubuntu-devel [11:41] dear god why is apache-mod-auth-pam in main?? [11:42] elmo: you're cleaning? ;-) === zyga [~zyga@chello084010088079.chello.pl] has left #ubuntu-devel [] === vuntz is now known as vuntz|zZz [11:49] elmo: i fixed the gtkhtml stuff just for you [11:49] tseng: cheers [11:52] DOKO YOU ARE THE SUCK [11:52] oh man [11:54] pheew === mako waves at elmo and mdz [11:55] (btw: the ubuntu manifesto is going to totally rock) [11:55] mako: so apparently meta-userlinux is in hoary-updates/universe [11:56] the binaries don't seem to be there, though [11:56] can't we just call it screwyouandthetrademarkhorseyourodeinon and be done with it? [11:56] the binaries have a iiinteresting REJDCT [11:57] listen, if the option is "do insane shit and take it out now to avoid criticism" and "wait until IF someone says anything and then do the above" i say take the later [11:57] ejected: meta-ul-desktop-base_0.02-1ubuntu2_all.deb: md5sum check failed. [11:57] Rejected: meta-ul-desktop-base_0.02-1ubuntu2_all.deb: actual file size (3230) does not match size (3218) in .changes [11:57] elmo: [11:57] ? [11:57] mako: is the spectre of Free haunting ubuntu? is ubuntu planning to throw off the shackles that have bound it to lesser distributions? [11:57] we shouldn't do a halfassed job of it; if we're going to remove the name from the packages, we should do that [11:58] mako: that Should Not Happen [11:58] (tm) [11:58] the other 12 bytes were for the angels [11:59] that's just like crack [11:59] to be bigger in the .changes [11:59] the otherway round I can understand/conceive of how it would happen, but err.. [11:59] the deb itself is valid too [11:59] userlinux puts the meta in metapackages [11:59] and the sig on the .changes is valid? [11:59] mdz: yeah [12:00] or rather, the dyna in metapackages [12:00] dilinger: i read like 5 manifestos this afternoond and then did the outline and intro [12:00] first I get silent data corruption on my desktop [12:00] and now this [12:00] maybe we're all pwned [12:00] or maybe there's increased sunspot activity