/srv/irclogs.ubuntu.com/2005/06/16/#ubuntu-devel.txt

=== scorpix_ [~scorpix@as34-b148.qualitynet.net] has joined #ubuntu-devel
=== xuzo [~xuzo@81-203-43-239.user.ono.com] has joined #ubuntu-devel
Riddellseb128: how is Debian planning on handling the menu issue?12:13
seb128installing to /etc/gnome12:13
Riddellseb128: so ignoring /etc/xdg altogether?12:13
seb128and setting XDG_CONFIG_DIRS from gnome-session12:14
=== schweeb [~chris@209.120.232.21] has joined #ubuntu-devel
Riddelldoesn't seem very elegant12:14
seb128why ?12:14
seb128renaming is not a good option12:15
Riddellthat's true12:15
seb128you need to patch every single app usings the menus12:15
=== jcole [~jcole@atlwebproxy1.core.hp.com] has left #ubuntu-devel []
seb128XDG_CONFIG_DIRS is documented by the spec and doesn't break the compatibility with any piece of code12:16
seb128and the standard /etc/xdg/menus/applications.menu will be the Debian menu12:16
seb128so you can pick the Debian menu or the desktop one 12:16
Riddellah hah12:17
=== chol [chol@y.olaglig.nu] has left #ubuntu-devel ["zz"]
Amaranth*boggle*12:17
seb128what?12:17
Amaranth/etc/gnome?12:18
seb128using /etc/xdg/gnome or /etc/gnome/xdg is the same no ?12:18
=== Amaranth pesters the xdg list harder to come up with a solution
seb128that doesn't matter12:18
seb128XDG_CONFIG_DIRS is a spec point12:18
seb128and can point to any folder, doesn't make a difference12:18
Amaranthyeah, but smeg is not going to work on debian12:19
seb128why ?12:19
Amaranthbecause they have the same name but are in different locations12:19
seb128it doesn't respect XDG_CONFIG_DIRS ?12:19
Amaranththey all get dumped in XDG_CONFIG_HOME/menus/12:19
Amaranthall the user .menu files, i mean12:19
seb128and ?12:19
Amaranth/etc/gnome/xdg/applications.menu and /etc/kde/xdg/applications.menu12:20
Amaranthboth would be $XDG_CONFIG_HOME/menus/applications.menu12:20
Amaranthwell, the real paths, but yeah12:20
Amaranthi left out menus/12:20
seb128I don't get the issue12:20
seb128you edit the GNOME menu with smeg12:21
Amaranththey overwrite each other12:21
seb128what happens?12:21
Amaranthon debian ~/.config/menus/applications.menu would be created12:21
Amaranthyou edit the KDE menu with smeg, on debian ~/.config/menus/applications.menu would be created12:21
seb128bah, you are just saying that for an user, custom launcher are defined for both menus?12:22
seb128seems all right to me12:22
Amaranthno, i'm saying if they edit a GNOME menu then edit a KDE one the GNOME one gets wiped out12:22
seb128why ?12:22
Amaranth...12:22
Amaranthbecause they both will get saved as ~/.config/menus/applications.menu12:23
Amaranthactually, it'll be worse than wiping it out12:23
seb128oh, right, that's the full menu12:23
seb128not only the changes12:23
Amaranthit'll basically dump the two together in weird ways12:23
Amaranthno, it's the changed12:23
Amarantherr, changes12:23
seb128is that the changes to merge?12:23
Amaranthyes12:23
seb128or the menu?12:23
seb128if that's the changes, that's fine12:23
seb128they can be merge with the current desktop menu12:24
seb128no?12:24
Amaranthactually, smeg will probably just end up with the debian menu at /etc/xdg/menus/applications.menu and users will bitch at me12:24
Amaranthno12:24
Amaranthif they edit the GNOME one then edit the KDE one you'll get the KDE's one changes dumped into the GNOME menu12:25
seb128"dumped"?12:25
seb128you create a launcher for "emacs" by example12:25
=== Amaranth starts over
seb128it's listed as a new item for editor12:25
seb128both GNOME and KDE menus will list it, no ?12:25
Amaranththat's not what i'm talking about12:25
Amaranth/etc/gnome/xdg/menus/applications.menu and /etc/kde/xdg/menus/applications.menu12:26
Amaranthboth of these will be ~/.config/menus/applications.menu for the user changes12:26
seb128right12:26
Amaranthif you edit the GNOME menus with smeg this file gets created with <MergeFile> pointing to the gnome one and has changes to the gnome menu12:26
Amaranthif you then edit the kde menus with smeg this file gets editted and KDE changes added to it12:27
seb128kright12:27
Amaranthbut <MergeFile> still points to the gnome one12:27
Amaranthand it will then have KDE and GNOME stuff in it12:27
=== xuzo [~xuzo@81-203-43-239.user.ono.com] has joined #ubuntu-devel
seb128changing the .menu names is not good neither since it means to patch every app using them12:29
Amaranththis solution is worse12:30
mdzseb128: what do you think is the best way to handle https://bugzilla.ubuntu.com/show_bug.cgi?id=7150 ?12:30
seb128which one?12:30
Amaranthseb128: /etc/gnome/xdg12:30
mdzseb128: we need some way to disable the locking at boot time12:30
Amaranthhaving gnome-applications.menu and kde-applications.menu but having applications-merged/ still work for both of them is the best solution, imo12:31
=== Arrogance [~aks@CPE0013104c07d6-CM001225423850.cpe.net.cable.rogers.com] has joined #ubuntu-devel
seb128mdz: thinking about it12:32
mdzseb128: perhaps a gconf key to disable the menu item?12:33
azeemif you add gconf keys, you could make it point out the location of XDG_CONFIG_DIRS as well12:34
seb128mdz: this key is /apps/panel/global/disable_lock_screen12:34
seb128mdz: but the issue is only the menu item?12:35
seb128ie, what happen if you close your laptop with the liveCD running, does it get locked?12:36
seb128azeem: speaking about what?12:36
azeemabout the need to set XDG_CONFIG_DIRS as environment variable in gnome-session or so12:38
azeembut uhm, I haven't followed the discussion, so you'd better ignore me12:38
seb128azeem: the discussion is not about the variable, but the .menu file names12:38
Amaranthunless 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 works12:40
Amaranthactually...12:41
Amaranthif gnome-session sets $XDG_CONFIG_HOME too it just might work12:41
seb128discussion about it with Debian guy on #gnome-debian12:42
seb128that starts to be ugly12:42
seb128depending on environment variables is not really robust12:42
Amaranththe only other real option is having different names then12:43
seb128<Np239> the case of the user using both KDE and GNOME, and wanting different menus in both, is almost unsolvable12:44
seb128<Np239> are there *really* such users?12:44
seb128he has a point too12:44
Amaranthsure, but it's better to find a solution than just say it'll never happen12:45
mdzseb128: I can fix the lid problem by modifying the configuration file12:46
mdzseb128: the menu item is the only issue12:46
tsengAmaranth: why find a solution if there isnt a problem, though12:46
seb128mdz: the menu item has already a key, just set /apps/panel/global/disable_lock_screen12:46
mdzseb128: perfect, thanks12:46
Amaranthtseng: These files don't just go away when you stop using GNOME or whatever.12:46
seb128mdz: "gconftool-2 -s /apps/panel/global/disable_lock_screen true"12:46
mdzseb128: my next issue is that for LTSP I need to force xscreensaver to only blank (no graphics hacks)12:46
seb128with a "-t bool" 12:46
Amaranthtseng: 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
AmaranthIf you try to use smeg with KDE, I mean.12:47
seb128that will learn you to no go away from GNOME :p12:47
tseng:D12:48
Nafallohehe12:48
Amaranthseb128: 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
AmaranthOnce again, broken.12:48
seb128make a special case to smeg to make this one working :)12:49
Amaranthreally broken, actually12:49
Amaranthbecause the menus will use ~/.config/menus/applications.menu and it merges the KDE one12:49
Amaranthso your GNOME menus are KDE menus12:49
Amaranthand the /etc/gnome/xdg/menus/applications.menu is completely ignored12:49
Nafallohmm, router reboot, bbl.12:49
Amaranthseb128: I'm not adding any more hacks to work around broken implementations.12:50
Amaranthjust set $XDG_CONFIG_HOME to ~/.config/gnome/ or ~/.config/kde/ and all is fixed12:50
seb128bah12:52
tsengAmaranth: er so what happenes to openbox and monodevelop in the same session12:53
tsengdo i get ~/.config/gnome/openbox/rc.xml ?12:53
seb128Amaranth: atm Mandriva uses XDG_CONFIG_DIRS12:53
Amaranthnot unless you're using gnome-session12:54
tsengwell I am12:54
tsengand I use both those apps which use the XDG standard12:54
tsengplease dont break them.12:54
Amaranthtseng: Ok, so the _only_ solutions are gnome-*.menu, kde-*.menu or just using the same menu in all DEs.12:54
seb128do they use applications.menu ?12:54
tsengno12:55
seb128does rename it to gnome-applications.menu break them ?12:55
tsengbut he wants to set the whole directoy to something else than where my configs already are12:55
Amaranthtseng: I don't want to. I'm trying to figure out how to fix the problems Debian is trying to cause me.12:55
tsengheh12:55
seb128Debian is not trying to cause any problem to you12:55
=== Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel
mdzogra: are you around?12:56
srbakerhrm01:05
srbakeri want update-manager to give me the changelog entry.01:06
srbakerlooks like i might ahve some hacking to do01:06
tsengthats what the bottom panel is for01:06
tsengie the Changes tab01:06
Amaranthsure, but that's always empty01:07
tsengbecause its never on the server01:07
tsengits not a matter of adding any code to the client.01:07
=== mdke [~mdke@81-178-74-18.dsl.pipex.com] has joined #ubuntu-devel
mdkehey Amaranth did you hear smeg is in gentoo portage01:52
=== maswan [maswan@kennedy.acc.umu.se] has joined #ubuntu-devel
Amaranthmdke: yeah, the author of pyxdg is a gentoo dev, he did it01:53
=== lifeless_ [~robertc@dsl-116.12.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel
mdkeawesome01:54
mdkei'm gonna try it01:54
=== 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
Nafallo*sigh* someone has broken usb-storage :-P02:22
=== 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
daniels_Nafallo: pong03:01
Nafallodaniels: ahh, I asked fabbione before. it's solved :-)03:02
tsengdaniels: dbus?03:05
danielstseng: *cough*03:07
=== 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
jsgotangcomorning everyone03:41
tsenghi03:41
=== chris38-home [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
jdubmdz: ping03:56
mdzjdub: pong03:57
jdubmdz: so, php4-mysql -> doesn't pass security review?03:57
mdzI know of no reason why it can't be in main03:58
mdzI think infinity based php4-universe on what happened to be in universe at the time03:58
jdubright03:58
jdubthat's a pretty crucial package, really should be in main03:58
mdzand it's been in universe since warty03:58
mdzyeah, it should be03:58
mdzall the best php4 crapware uses it03:59
danielsright03:59
jdubdefinitely can't diddle with main/universe in hoary? :)03:59
mdzno, not in hoary03:59
danielsif mysql's in main, php4-mysql should be so too03:59
jsgotangcoi agree03:59
danielsthe only reason it was in universe was for b-ds, not security04:02
blueyedwill breezy have php5 packages?04:20
=== blahrus [~blahrus@12-223-50-121.client.insightbb.com] has joined #ubuntu-devel
mdzjdub: since you're timezone compatible, can you relay that to infinity?04:25
mdzblueyed: yes04:25
=== 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
jdubmdz: ok04:43
jdubmdz: now is actually a very good time though04:43
mdzjdub: yeah, and so of course I'm on my way out04:50
=== 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
wasabiX in breezy fixed?05:54
=== wasabi installs anyways.
fabbionemorning05:55
=== yogi [foobar@iucha.net] has joined #ubuntu-devel
=== scorpix [~scorpix@as4-4.qualitynet.net] has joined #ubuntu-devel
wasabiinteresting. there is no breezy pbuilder script for my ppc box.06:03
wasabin/m!06:04
=== Keybuk [~scott@descent.netsplit.com] has joined #ubuntu-devel
=== [Chameleon] [~Paul@000f660c9c52.click-network.com] has joined #ubuntu-devel
bob2so, just how terribly gross is supermount and submount?06:15
Lathiatlast check supermount worked but was a bit 'wrong'06:16
=== zenrox [~zenrox@71.115.192.65] has joined #ubuntu-devel
stuNNedhi06:42
stuNNedi stopped getting mail from the -devel list, is it down or?06:42
Amaranthit could just be quiet06:43
Keybukmeh06:49
Keybukso now, the version of dpkg I build in sid chroot is uninstallable on hoary06:49
Keybukand the version I build on hoary is uninstallable on sid06:49
Keybuk...sometimes I see Ian's point :p06:49
schweebKeybuk: hey, at least sarge is out, so they can start making some more drastic changes06:50
schweebnot that it'll change much of anything06:50
Keybukactually, sarge released with libc6 2.3.2.ds1-2206:50
Keybukhoary only had 2.3.2.ds1-20ubuntu1306:51
Keybukand there's a shlibs difference in there06:51
Keybukso stuff built on sarge won't install on hoary \o/06:51
schweebnice06:51
Keybukand firefox is busted :-/06:52
Keybuknothing to do with shlibs, hoary or sargfe06:52
Keybukjust it's busted06:52
danielsif it crashes all the time, try disabling greasemonkey06:55
Keybukwasn't that, just some random XUL corruption06:55
Keybukdownload manager won't work, password manager, etc06:55
danielsoh, right06:57
danielsyeah, that's definitely firefox06:57
KeybukI blame thom06:57
Amaranthdaniels: thanks, maybe that'll help06:58
Amaranthi don't even use greasemonkey06:58
Amaranthbut it's installed and firefox dies randomly06:58
danielsif I go to theage.com.au and middle-click four links with greasemonkey enabled, it'll crash06:59
danielssometimes on the first, sometimes it takes all four06:59
danielsbut I can open as many as I like without it, and it's fine06:59
=== Amaranth just installed session saver
Amarantheven if firefox goes down more than <insert dirty joke> i just reopen it and keep working07:00
Lathiatheh07:00
Lathiati like that in epiphany07:00
Lathiatcomes free :)07:00
danielsi did the same, but it's still annoying07:00
Keybukwell, purging firefox and my config, and reinstalling fixed it07:03
tepsipakkihmm, the kernel update-notifier probably shouldn't alarm the user if the running kernel version has not been updated, but another07:21
tepsipakki?07:21
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel
mdztepsipakki: it shouldn't alarm them, but it should notify them that they should reboot in order to update their kernel07:31
tepsipakkithat's what i meant07:32
tepsipakkiok, maybe a normal user doesn't have more than one kernel version at a time..07:33
=== stub [~stub@203-217-37-199.dyn.iinet.net.au] has left #ubuntu-devel []
fabbionemdz: we don't have much choise in that respect without a lot of hackery in kernel postinst07:53
fabbionemdz: probably the easiest is to make a better notification message..07:53
=== OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
=== shawarma [~sh@193.108.190.126] has joined #ubuntu-devel
tepsipakkifabbione: 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:08
tepsipakkiminor thing though08:09
fabbionetepsipakki: yes i understood the problem. 08:11
fabbioneand the issue is that to compare the running kernel with the one in upgrade phase is a lot of hackery 08:11
fabbioneso my suggestion is to change the notification message to be more clear08:12
tepsipakkiisn't that already done at least if you make a kernel of your own with kernel-package?08:12
tepsipakkiI mean, it warns if you are updating a running kernel08:12
tepsipakkior at least it used to in debian08:12
fabbionepartially yes08:13
Zombtepsipakki: I cannot remeber any signle time where this message has helped me in any way. Never.08:13
Zombs,single,case,08:13
tepsipakkizomb: you mean the warning and the "do you _really_ want to continue updating" -message?08:14
fabbionewe did shut that off08:15
Zombtepsipakki: 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
fabbionewe only really yell and scream if you are trying to remove the running kernel08:15
tepsipakkizomb: yeah, true ;)08:15
tepsipakkithe 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:17
tepsipakkiso it really doesn't matter much if the breezers see that message a few times more08:18
tepsipakki(breezer = a wacko running breezy)08:18
tepsipakki(like me)08:18
=== thoreauputic [~prospero@wolax9-003.dialup.optusnet.com.au] has joined #ubuntu-devel
=== daniels kicks automake int eh nuts.
Lathiatdaniels: so, moving X to autotools was a good idea right? :)08:22
infinitydaniels, jdub, mdz : Part of the ServerTeam spec for Breezy was to get all the supportable PHP extensions re-seeded to main.09:03
danielsLathiat: i think so09:05
Lathiatdaniels: :)09:05
danielslibx11's compile is completely stuffed though09:05
Lathiatdaniels: does X in breezy "work" yet?09:05
danielsLathiat: sudo ln -s /usr/bin/mkfontscale /usr/X11R6/bin/mkfontscale, and yes09:06
=== `anthony [~anthony@ekorp-203-63-137-225.eoff.ekorp.com] has joined #ubuntu-devel
Lathiatdaniels: do all these symlinks break future upgrades? :)09:07
danielsLathiat: not this one, no09:08
danielswell, the best solution, actually09:08
danielsedit /usr/bin/mkfontdir, change /usr/X11R6/bin to /usr/bin09:08
=== mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
mdzand then run it on all the fontdirs09:10
mdzdepending on when you upgraded, possibly09:10
Lathiati think i'll just wait a little more :)09:10
=== 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
bob2is it just me or is podcasting stupidly overhyped?09:54
\shpodcasting is stupidly overhyped09:55
Lathiatindeed09:55
bob2it's just rss with urls to mp3/vorbis files, right?09:55
Lathiatnah no vorbis09:55
Lathiatcus ipod doesnt play it09:56
Lathiatit doesnt exist!09:56
Lathiati do th esame thign for amateur internet tv shows09:56
Lathiatits not like its amazing :)09:56
=== dand [~dand@gw.datagroup.ro] has joined #ubuntu-devel
bob2is there any relationship at all to "ipods" or did someone just go "ipod...casting, AWESOME.  oh wait, we'll get sued.  PODCASTING!"09:56
Treenaksbob2: no relation to ipods, other than a piece of software that /downloads/ the mp3 and puts in on your ipod09:57
Treenaksbob2: for macos09:57
Treenaksbob2: so, yes, I'd say it's massively over-hyped09:57
bob2hah09:57
=== koke [~koke@155.210.13.152] has joined #ubuntu-devel
mptRoughly, podcasting is to audio files as shell scripts are to Unix10:05
Treenaksmpt: isn't it more like "audio blogging" (like "photo blogging") ?10:08
mptTreenaks: That's a subset. Radio stations also use it, and radio stations don't regard themselves as Weblogs.10:08
Treenaksmpt: true, but they tend to use it for on-demand re-streaming of programs10:09
=== 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
kokemvo: around?10:35
kokemvo: look at http://www.w3.org/RDF/Validator/ARPServlet.tmp/servlet_153904.png10:35
kokemvo: or http://www.w3.org/RDF/Validator/ , validate http://www.amedias.org/~koke/gaim.appinstall , graph only10:36
kokeif there's any RDF guru in the room, help is welcome10:36
=== pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel
mvokoke: looking now10:44
=== enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel
pittielmo: please sync libpg-perl and php4-pgsql from Sid10:47
pittiseb128: pin10:53
pittig10:53
Amaranthmpt: 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
seb128pitti: pong10:54
seb128pitti: got my mail?10:54
mptAmaranth: No, as in they're an automation mechanism10:55
Amaranthseb128: are you doing the /etc/gnome/xdg move? i noticed you reverted the name change10:55
seb128Amaranth: please join #gnome-debian on irc.gnome.org10:56
mvokoke: looks good so far10:57
=== Darth_X [Darth_X@S0106000c41bb93e6.no.shawcable.net] has joined #ubuntu-devel
fabbionedoes anybody remember how to print all the items after a certain item in awk?11:00
fabbionelike: foo bar baz tla11:01
fabbionei want awk to print only all the entries AFTER bar (known as $2)11:01
sladennormally I'd just use 'cut'11:02
fabbionesladen: cut is not the best with whitespaces11:02
=== herzi [~herzi@d079137.adsl.hansenet.de] has joined #ubuntu-devel
fabbionespecially when you don't know what kind of whitespace can be in the file11:03
fabbioneand how many11:03
KamionI tend to use tr first to sort out the whitespace11:03
Kamione.g. tr -s '\t' ' '11:03
Kamionactually probably tr -s ' ' '\t' to avoid having to use cut -d11:04
fabbionehmm ok11:05
sladenfabbione: what you appear to be doing is  sed -e 's/^(.*[ \t] *)//'  ?11:06
sladenor [^ \t] +[ \t] +11:07
fabbionesladen: basically i need parse a file similar to fstab11:09
fabbionewhere i have the first entry as a device, the second entry as a name and the rest are options11:10
fabbionebut i want to grab all the options in one shot11:10
fabbioneto pass the export command11:10
=== xuzo [~xuzo@bolgo.cent.uji.es] has joined #ubuntu-devel
pittifabbione: echo "hallo foo bar baz" | perl -ne '@a = split; print "@a[2..100] \n"'11:15
=== Darth_X [Darth_X@S0106000c41bb93e6.no.shawcable.net] has left #ubuntu-devel []
infinityfabbione : echo " foo bar baz tla" | awk '{n=3; while(n <= NF) {print $n; n++}}'11:15
Kamionyou could use perl's autosplit if you're going to do that11:15
pittiright11:16
Kamion11:16
Kamioner11:16
=== fabbione scratches his head :)
Kamionecho "hallo foo bar baz" | perl -alne 'print "@F[2..100] "'11:16
fabbioneok thanks :)11:17
Kamionor 2..$#F, better11:17
Kamionenough now? :)11:17
=== infinity prefers awk's startup time to perl's...
fabbioneway too muc h:)11:17
pittifabbione: C, use getpwent() (just to spam you a little further :-) )11:17
fabbionepitti: ehehe11:18
fabbioneinfinity: your solution is almost right :) except that print in awk adds \n11:19
fabbionefor now the winner is....11:22
fabbioneKamion!11:22
Kamionaha11:22
Kamionpitti: I thought we'd agreed not to apply pkgstriptranslations to dpkg - or do I misremember?11:22
Kamion# dpkg -L dpkg | grep usr/share/locale11:22
Kamion# 11:22
pittiKamion: hmm, odd, I asked lamont to blacklist it...11:23
pittiKamion: I check that again with him11:23
Kamioninfinity: do you know about the translations blacklist stuff?11:23
pittiinfinity: ^ /etc/pkgstriptranslations.conf on the buildds11:23
pittiKamion: Hoary is alright at least, that's only breezy11:25
Kamionright, I should've said, yeah11:31
infinitypitti : Will fix in a few.  Thanks.11:32
Kamionelmo: please sync dpkg from experimental11:35
elmokamion: is it going to BREAK THE WORLD(tm)? :p11:36
pittimaybe dpkg should be synced after fixing the pkgstriptranslations blacklist?11:36
mdkeSimira, around?11:37
Simiramdke: yup11:37
seb128pitti: going to update the languagepacks?11:37
mdkethat was quick11:37
Kamionelmo: includes our previous changes; it does change DEB_*_GNU_CPU to i486, which doko asked for I think11:37
mdkeSimira, how is your shop going?11:37
pittiseb128: still no go from Rosetta...11:37
seb128pitti: grumpf, k11:37
pittiseb128: however, for breezy I can crank up my scripts gain11:37
pittiagian, even11:37
Kamionelmo: I think anything liable to be broken by that will already have been broken by the last BREAK THE WORLD though11:37
pittiseb128: it requires some manual work which was probably already done in Rosetta, but shouldn't take more than an hour11:38
seb128pitti: would be nice, some app have 0% of translation atm11:38
pittiseb128: alright, will schedule it11:38
seb128thanks11:38
Simiramdke: 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
pittiseb128: btw, you uploaded some gnome packages recently? let's see whether the POT extraction worked...11:38
seb128pitti: a bunch11:38
Simiramdke: I'm ordering a bunch of t-shirts soon, though. Hoping to bring them to Debconf, maybe11:39
elmoKamion: done11:39
elmopitti: done too11:39
mdkeSimira, ooh, where do you order em?11:39
seb128pitti: it should works fine, I got a FTBFS because of a POTFILES.in listing a sourcefile not shipped with the tarball :p11:39
pittielmo: merci11:39
Simiramdke: a Norwegian profiler bureau11:39
seb128that's sign it runs the pot generation :)11:39
pittineat11:39
mdkeSimira, oh gotcha11:40
pittiseb128: you uploaded gnome-panel, but not gnome-menus?11:40
pittiseb128: http://people.ubuntu.com/~pitti/dload-strippedtar.txt11:40
seb128I uploaded both a couple of times11:40
mdkeSimira, ok cool well good luck with it after august anyhow11:40
infinitypitti : Should it only be blacklisted in breezy, then?.. Not retroactively in old chroots, I assume.11:40
pittiinfinity: it should be alright in hoary11:40
pittiinfinity: can you please copy hoary's blacklist to breezy for now?11:41
seb128pitti: lemme try on gnome-menus11:41
Kamionelmo: hmm ... how about we make that dpkg from incoming, so that #312383 doesn't annoy us11:41
mdkeSimira, maybe you can convince someone at canonical to give you a hand11:41
Kamion(he says, having done a baz update)11:41
pittiseb128: Warning: tarball gnome-menus_2.11.1.1-0ubuntu4_translations.tar.gz does not contain a POT file11:41
pittiseb128: ^ is that the latest version?11:41
seb128yep11:41
infinitypitti : Hoary and breezy have the same blacklist.  Neither lists dpkg.11:41
pittiinfinity: hum, then this was apparently just good luck.. can you please fix both then?11:42
seb128pitti: but gnome-menus has not C files translated11:42
elmogrr11:42
pittiseb128: btw, the list is not complete (see the error below)11:42
seb128pitti: the only translations here are .directory files11:42
seb128and 2 .py files11:42
pittiseb128: ah, right, so no gettext anyway?11:42
seb128it seems to use getting, a sec11:43
pittiseb128: oops, I should clean up my overrides11:43
elmoKamion: done11:45
Kamionta11:45
infinitypitti : 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:45
pittiinfinity: I can do that for my sake; can you please mail me the current version?11:46
pittiinfinity: since security updates for dpkg are very unlikely, we can probably ignore hoary for now11:47
jameshseb128: 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-buddy11:47
seb128jamesh: what about it ?11:47
infinitypitti : Nothing stopping an upload to hoary-updates too, but it's probably a non-issue.11:48
jameshseb128: application crashes -> display bug buddy -> file bug in malone11:48
infinitypitti : Anyhow, mailed.11:48
jamesh(or some crash dump reporting launchpad component11:48
pittithanks11:48
seb128jamesh: there is a spec running about automatic crash reporting too11:48
pittiinfinity: so the next time the buildds are updated, you need to force the overwriting of the conffile?11:48
infinitypitti : 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. :)11:49
=== qingl [~qingl@222.51.247.68] has joined #ubuntu-devel
infinitypitti : But I will babysit and make sure they all get updated properly anyway, yes.11:49
tsengis anyone getting mail from breezy-changes?11:49
jameshseb128: okay.  Is that going to replace bug-buddy?11:49
pittitseng: yes, works11:49
tsengpitti: k, i stopped getting sometime last night I think11:50
seb128jamesh: that's in discussion ... pitti's find the bug-buddy UI too complicated by example11:50
tsengmight be all mail :/11:50
pittitseng: hm, I didn't check that thoroughly11:50
pittijamesh: 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
pittijamesh: for my part I'd prefer a small pygtk app11:51
jameshseb128/pitti: imo, it is good to separate crash dumps from actual bug reports, so it probably shouldn't just dump stuff directly into malone11:51
pittijamesh: right11:52
seb128yeah11:52
pittijamesh: we'll keep a separate db11:53
pittijamesh: right now a prototype is at http://debcrash.piware.de11:53
pittijamesh: this actually works already, but of course it's not used so far11:53
jameshpitti: we might want it integrated with launchpad11:53
infinitypitti : 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
jameshpitti: to associate crash reports with bugs11:53
pittijamesh: at least we should preprocess them and group crashes together by pacakge, version, and function the crash occurred in11:55
jameshpitti: yep.11:55
jameshpitti: have you seen the Microsoft crashdump software, or the mozilla Talkback (again, for Windows) apps?11:57
pittijamesh: no11:57
jameshpitti: The talkback app lets you enter a comment, email address and a URL11:58
infinityEpiphany has one too.11:58
infinitySo, go crash epiphany to see it.11:58
jameshpitti: and lets you see the data it's about to send, and exclude parts you don't want to send11:58
Amaranthisn't that what bug-buddy is?11:58
infinity(Not hard, there's a bug against firefox with a page that crashes it reproducibly)11:58
jameshAmaranth: bug-buddy is half bug reporting and half crash reporting11:59
pittijamesh: http://people.ubuntu.com/~pitti/crashrep-gui.png <- that's my current prototype; needs much beautification, but it shouldn't be more complicated than that11:59
Lathiatinfinity: just ptrace it and write some random code over some page :)11:59
shawarmainfinity: Or kill -11 `pidof epiphany` ? That should also to the trick.11:59
jameshpitti: here's one of Talkback: http://www.czilla.cz/clanky/images/tb-06-talkback-4.png12:01
Treenaksjamesh: nice, works in SuSE here as well12:02
pittijamesh: that looks nice. we can hide the details behind a button, but IMHO the user should always see what he reports12:02
pittijamesh: i. e. environment variables and stack traces might contain sensitive information12:02
jameshpitti: here's an official URL: http://www.mozilla.org/quality/qfa.html12:02
pittijamesh: I think the idea of TB and my prototype is the same: a very easy one-step dialog12:03
=== scorpix_ [~scorpix@as8-235.qualitynet.net] has joined #ubuntu-devel
jameshpitti: the talkback code also sends potentially sensitive data: list of shares you're connected to, list of printers, processes currently running, etc12:03
pittijamesh: bug-buddy has several pages, fetches info from some gnome db, etc, and is too big for us12:03
jameshpitti: it also sends data about how long the process was running before it crashed, number of times you've run the program, system uptime, etc12:04
pittijamesh: good idea, we should add that as well12:04
jsgotangcojdub, ping?12:05
jameshpitti: I think it also does total runtime for all runs of a program -- can be useful to guess how bad a crash bug is12:07
seb128yeah12:08
pittijamesh: well, I don't think we can add the total number of runs to the report, since we have to modify packages for that12:08
jameshpitti: yeah.12:08
pittijamesh: but we can add the uptime and the process uptime; still, the stack trace is certainly the most interesting piece anyway12:09
=== jamesh goes to see if he can crash firefox on a windows box
pittiinfinity: ah, now I know why we made this a conffile...12:09
pittiinfinity: the idea was to not enable stripping by default, it should only be enabled manually12:09
infinitypitti : So we can do rapid changes, or so it can be turned on/off?12:09
pittiinfinity: but I think we should externalize the blacklist12:10
infinitypitti : cat /etc/default/pkgstripstranslations | grep ^ENABLED12:10
pittiinfinity: /etc/pkgstriptranslations.blacklist ?12:10
pittiinfinity: I should also add regexp support while I'm at it12:11
pittiinfinity: by keeping the blacklist separate, buildd maintenance should be easy, right?12:12
infinitypitti : Oh, neat.  It's written in shell.12:12
infinitypitti : 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.12:12
=== alerim [~alerim@courbevoie-104-1-146.net1.nerim.net] has joined #ubuntu-devel
pittiinfinity: in theory other distros or even users might want to customize it12:13
pittiinfinity: I think it should be a conffile12:13
infinitypitti : Other distros would customise at the source level, so that's a non-issue.  Users, though.  <shrug>.. leave it a conffile, then.12:13
pittiinfinity: but since we won't touch it at the buildds, that doesn't hurt us12:13
infinitypitti : Just move everything to /etc/pkgstriptranslations/{main.cf,blacklist.cf}12:14
pittiok12:14
infinityThat has the added bonus that the old conffile won't get in your way on this upgrade. ;)12:14
pittiinfinity: hmm, well, moving conffiles ...12:14
pittiinfinity: no, I have to handle the move properly...12:14
infinitypitti : Is usually a bad and horrible thing.  But, seriously, who is using this package right now other than the buildds?12:14
pittiinfinity: nobody will use this package in practice, but still12:14
=== infinity thinks this is a package that probably should have been in a private repo.
infinityToo late for that, I guess.12:15
pittiI think having it in the archive for derivatives and people to play with it makes sense12:15
infinityI still don't see the harm in hardcoding the blacklist in the source package, though.12:17
infinityThe only people who really want to change it are distributors, who can customise the package.12:17
pittiinfinity: well, yes; keeping the original conffile location would save me much unnecessary maintscripts fu12:18
infinityBut.  Whatever you feel is best.  I don't much care, as long as updating it is easy enough for us.12:18
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel
infinityTouching a bunch of chroots is icky and wrong.12:18
pittiinfinity: if you agree, I just add /etc/pkgstriptranslations.blacklist12:18
infinity<shrug>... Okay.12:18
infinityAnd just make sure it's read AFTER the conf file.  SO it can overwrite an old blacklist in the conffile. :)12:19
pittiyeah, the old list will be ignored entirely12:19
infinityCool.  Then I officially don't have to do anything.12:19
infinityYay me.12:20
pittiinfinity: the blacklist will just consist of a bunch of package names or regexps12:20
infinity(I'll go clean up the conffiles anyway)12:20
infinityI still dislike having a conffile that you KNOW will be modified.12:20
infinityThat feels broken.12:20
infinity /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
pittiinfinity: for my sake I'll add a default file12:21
pitti*sigh* three conffiles for a simple shell script, but well, I'll do it12:22
infinityWell, if you add the /etc/default one, you can not break out the blacklist.12:22
tsengKamion: you said the problem with beagle ftbfs amd64 was libxss-dev doesnt depend on libxss?12:22
pittihm?12:22
infinitySince the main conffile will almost never be touched, right?12:22
pittiinfinity: right12:22
infinity(Assuming the only reason people usually touch it, including the buildds, is to enable/disable the package)12:23
pittiinfinity: so why I can't separate the blacklist then?12:23
infinityOh, you can if you want.  I meant you can (not seperate), not you (can not) seperate.12:23
pittiah :-)12:24
pittiyou should declare the precedence of your language operators :-)12:24
infinityWill do in the future. :)12:24
Kamiontseng: yeah12:25
=== Safari_Al [~tr@ppp241-50.lns2.adl2.internode.on.net] has joined #ubuntu-devel
tsengKamion: thanks, ill work around it for now.12:26
infinitypitti : Anyhow, whatever you end up doing, just ping me when you upload, so I can make sure it all updates correctly. :)12:28
pittiyes, will do; thanks for your input12:28
infinityI think I may go buy some ice cream.12:28
=== susus [~sz@p5089ED0E.dip.t-dialin.net] has joined #ubuntu-devel
=== ogra [~ogra@p5089ED0E.dip.t-dialin.net] has joined #ubuntu-devel
jameshpitti: here's the other half of the mozilla talkback stuff: http://talkback.mozilla.org/12:42
=== 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
mdkewhere is the best place to ask for nautilus help on irc?01:15
Treenaks#ubuntu probably ?01:15
mdkehmm tried that01:15
mdkeis there an official nautilus chan?01:15
=== jbailey [~jbailey@CPE000ded9d787c-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-devel
seb128mdke: bugzilla for bugs01:25
seb128mdke: there is #nautilus chan on irc.gnome.org but that's not really an user chan01:26
mdkeseb128, yeah found it01:26
mdkethanks01:26
Lathiatss01:26
=== Robinho_Peixoto [~preview@200.128.80.254] has joined #ubuntu-devel
jbaileyelmo: Are you able to sync from experimental to breezy?01:28
pittithat's possible01:29
jbaileyOoo.01:29
seb128mdke: it used to work?01:29
mdkeseb128, what is that?01:30
jbaileyDoes it keep syncing, or do I have to poke for each sync?01:30
Kamionjbailey: the latter01:30
seb128mdke: you have not opened a bug on nautilus?01:30
mdkeseb128, yes, just now01:30
jbaileyKamion: Thanks.01:30
seb128mdke: is that a request for a new feature, or a bug?01:30
mdkeseb128, new feature01:31
shawarmaAm I the only one unable to run 'apt-get build-dep evolution-exchange' ?01:31
seb128<alex_away> man01:31
seb128<alex_away> now i have to close that bug01:31
seb128ah ah01:31
seb128mdke: <alex_away> we don't generally want hover things01:31
mdkewell he can close it I guess01:31
mdkeone of the other guys in there gave me good feedback on the idea01:32
mdkeseb128, i guess another way of showing the information apart from hover would be equally helpful, like in the bar at the bottom01:32
=== doko_ [~doko___@dsl-084-059-040-073.arcor-ip.net] has joined #ubuntu-devel
elmojbailey: yes01:37
ograseb128, ping01:39
seb128?01:40
ograseb128, you got mdz's xscreensaver mail ?01:40
seb128yep01:40
ograseb128, what do you think ?01:40
seb128I've no clue on this atm01:40
ograseb128, ah, ok....01:41
seb128dunno xscreensaver enough01:41
seb128I've never played with it01:41
ograseb128, long term there is a bug from jdub i'd like to close and put the settings in gconf....01:41
ograbut thats rather breezy+101:41
ograok, but if you have no clue, i'll try to sort it myself01:42
mdkeseb128, i'd like it if you comment on the bug. If it gets closed, no problem01:43
seb128I've no comment to make on this01:43
mdkeok01:44
mdkesorry01:44
dokoogra: 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:45
ogradoko, file a bug ? ;)01:46
=== ogra would rather have an option that ebales a preselection of screensaver groups..... one could be "only 2D screensavers"
ograenables01:47
KaiL_the only good screensaver is a blank screen01:47
KaiL_at least in times of DPMS01:48
ograKaiL_, depends :)01:48
=== eruin [~eruin@213-145-179-140.dd.nextgentel.com] has joined #ubuntu-devel
ograKaiL_, i love to read panlet.ubuntu.com on my screensaver :)01:48
ograplanet even01:48
Lathiatdoko: xscreensaver shoud be throttled if you shut the lid01:49
ograeven with a 3D font ;)01:49
Lathiati.e. screensavers stop running01:49
Lathiataiui anyway01:49
ograLathiat, thats an excellent idea.... yo should follow up on dokos bug ;)01:49
Lathiatah01:49
Lathiaturl?01:49
ograLathiat, doko ?01:49
dokoLathiat: no, that's not the same.01:50
ogradoko, it is, if you get a lid on your desktop PC .... ;)01:51
Lathiatheh01:51
Lathiatjust fold your monitor over :)01:51
ogradoko, and i really cant resolve your lack of hardware ;-P01:51
dokoogra: I can't help that you cannot sleep because the fan on your amd64 notebook is always turned on.01:55
TreenaksI see a solution:01:56
Treenaksogra: give him your notebook :)01:56
dokootoh, it drains the battery so fast, that it get's quiet without a bugfix01:56
KaiL_lol01:56
ogradoko, notebook == living room or office room, bed == sleeping room01:56
KaiL_or send the Laptop to S3 :)01:56
ograi dont sleep in front of my hardware ;)01:56
TreenaksKaiL_: S501:56
KaiL_Treenaks: or that01:56
KaiL_at least not S001:56
Treenakstrue01:57
Treenaksok.. 8mpix pics can safely be enlarged to 75x50cm posters01:57
Treenaks\o/01:57
=== thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel
KaiL_...and if the Laptop doesn't support S3 on Linux, it sucks ;)01:58
KaiL_the only box, I've seen, which doesn't want S3 is my desktop - as always01:59
=== bska|mobile [~bskahan@pool-70-19-72-137.ny325.east.verizon.net] has joined #ubuntu-devel
stuNNedi stopped getting mail from the list for some odd reason, am i banned? :D02:06
AmaranthstuNNed: -devel is just quiet, i think02:08
tsengno I think the lists are actually broken02:08
stuNNedAmaranth: i checked the archives, there are new messages from yesterday didn't come through..02:08
tsengi uploaded many packages since the last ones shown on breezy-changes02:08
stuNNedyes as couldn't access the archives like 2 days ago02:08
AmaranthstuNNed: iirc if they get 3 bounces from you you're dropped form the list02:09
lamontpitti: grep -l  dpkg build-*/chroot-*/etc/pkgstriptranslations.conf produces no output on any buildd02:09
lamont(none of which still have hoary chroots, only hoary-{security,updates} and others02:10
pittilamont: yes, we already noticed; I'll fix pkgstriptranslations to maintain a separate black list which I can update by uploads02:10
lamontI expect that the true blacklist wants to be the union of what's in pkgstriptranslations.conf, and the builtin list02:11
=== koke [~koke@155.210.13.152] has joined #ubuntu-devel
=== danielki [~daniel@i3ED6956F.versanet.de] has joined #ubuntu-devel
danielkihey02:16
shawarmaIs there a way to match the Suite:-keyword from the Release file in /etc/apt/preferences ?02:20
shawarmaAnd how about the Codename-entry?02:21
=== 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
dokoelmo, Kamion: please can you move libgcj-dev from universe to main, build dependency for ecj-bootstrap, db4.302:29
ogradoko, you know the new process for moving to main ? http://www.ubuntulinux.org/wiki/UbuntuMainInclusionQueue02:31
=== AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel
mdkejdub, around?02:33
=== yuval [~yuval@85-64-240-155.barak-online.net] has joined #ubuntu-devel
dokoeek, even for library packages?02:35
ogradoko, for reverse dependencys.... pitti has to review them and requires a Report before02:36
ograhe mailed -devel about it ;)02:36
pittidoko: you can create a report yourself to speed things up :-)02:37
tsenginfinity: can you please give back beagle?02:37
dokoogra, pitti: a report for a symlink. nice.02:38
pittidoko: it's *only* the -dev package?02:38
dokopitti: yes02:39
dokoI'll add gnat-4.0 and bison-doc later02:39
lamontseb128: what does gdk-pixbuf-query-loaders do?02:41
lamont(besides hang on hppa, that is...)02:41
Treenaksthey load gdk pixbuf queries?02:41
pittidoko: hm, alright, fine for me :-)02:41
lamontTreenaks: that was my thought, but then I wondered why do they need their queries loaded, and into what?02:42
Treenakslamont: good point02:42
pittielmo: libgcj-dev is empty, adding to main is fine02:42
=== svenl_ [~luther@AStrasbourg-251-1-75-78.w82-126.abo.wanadoo.fr] has joined #ubuntu-devel
infinitytseng : Sure.02:50
tsenginfinity: thanks.02:51
infinityIs it somehow going to magically be happier now?02:53
tsenginfinity: yes, i broke gecko-sharp and it wasnt fixed yet when it tried to build beagle02:54
tsengi guess the dep-waiter would fix that eventually02:54
infinityNo.02:54
infinityThat particular bug just stays as a failure until a real person looks at it.02:54
tsengk02:55
infinity(Well, currently... I'm going to see about making it even smarter)02:55
tsengwell building it now should work a bit better.02:55
infinityLooks like it's going better, yeah.02:56
tsengdo you have the lamont workspace?02:57
infinityAs in, it didn't die in the first 3 seconds with "I can't install anything, cause the world is broken, help!"02:57
tseng30 tiled xterms on buildd shells02:57
infinityI don't have the screen resolution to do that, yet.  But i type fast. :)02:57
infinity(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)02:58
=== spacey [~spacey@145.33.144.151] has joined #ubuntu-devel
infinity"Oh my god, what's all that scrolling text, argh!02:58
tsenghah02:58
tsengyou need ogra's keyboard02:58
tsengno key labels02:58
infinitydvorak?02:58
tsengand then make it dvorak.02:58
ograheh02:58
tsengthatd show her.02:58
infinityI've had no labels, but qwerty still.02:59
infinityI can't type on dvorak to save my life.02:59
tsengive not tried it.02:59
dokoMithrandir: can you update ia32-libs in breezy? I get a "error creating symbolic link `./usr/lib32/libGL.so.1': No such file or directory02:59
\shinfinity: sktream and simage are ok :) please remove sear from the frozenapps 02:59
ograinfinity, http://www.daskeyboard.com/03:00
ograIf 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.03:00
=== chris38-home2 [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
ograhahaha03:00
pittiinfinity: you should do to save your fingers03:00
=== motaboy [~motaboy@host238-41.pool80182.interbusiness.it] has joined #ubuntu-devel
tsengogra: as funny as the page is, i think it might be cool to have one.03:00
spaceyis linux virtual server suppose to work on ubuntu?03:01
ograbut $80, just because they saved money on printing ?03:01
tsengogra: the spring thing.03:01
tsengmight be handy03:01
ogratseng, i'd like to test that first :)03:01
infinityogra : Looks nice.03:01
tsengya.03:01
infinity\sh : on it.03:02
ograit sounds very reasonable though03:02
tsengthe one I really dont get is the happy hacker keybd03:02
\shinfinity: thx03:02
infinityogra : 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:03
ograinfinity, yes, but i wouldnt buy such a thing without testing.... 03:04
infinityYeah, I'm really picky about keyboards.03:05
infinityAlso sucks that it's USB only.03:05
tsengps2-usb is a very simple adapter03:06
tsengit might even come with one.03:06
tsengi have several03:06
infinitySystem Requirements03:07
infinity    * DOS, Windows 3.1 or higher. If you still use DOS or Windows 3.1, please send us a postcard screen shot.03:07
=== qingl [~qingl@222.51.247.68] has left #ubuntu-devel []
pittielmo: please sync postgresql-8.0 from sid03:07
Lathiatinfinity: haha03:07
infinityAs 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
infinity(Which is why said adapter will work with, say, an MS IntelliMouse, but not some random BrandX USB mouse)03:08
Lathiatinfinity: in most cases03:08
Lathiati have heard of some active translators03:08
tsengah there goes the mailing lists03:09
=== ozamosi [~ozamosi@cust-adsl-80-252-171-204-dynamic.areteadsl.se] has joined #ubuntu-devel
\shinfinity: can u remove glcpu as well from the frozenapps...I just try to rebuild it with the new libcommoncpp2 version03:09
mvoelmo: can you please sync synaptic from debian incoming? (override ok)03:10
infinitytseng : Looks like beagle was much happier this time around.  You win a gold star.03:10
tsenginfinity: amd64 pass?03:10
infinitytseng : Yup.03:10
tsenginfinity: woo, thanks for the kick.03:10
ograYAYYYYYYYYYYYYYYYYYYYYYYYyyyyyyy03:11
Treenaksogra: ?03:11
ograTreenaks, <tseng> infinity: amd64 pass?03:11
Treenaksogra: ah03:12
Treenaksogra: leet :)03:12
tsengTreenaks: E-LITE.03:12
infinity\sh : I already unfroze glcpu a day or two ago.  If it's still in my list, I suck. :)03:12
=== Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel
\shinfinity: it is ;) 03:12
infinity\sh : Is not.03:13
infinity:)03:13
\shinfinity: u r a cheater ;)03:13
pittiinfinity: could you please have a look why qt-x11-free 3:3.3.4-1ubuntu6 is not attempted to be built?03:14
infinitypitti : Spite.03:15
infinity(And an sbuild bug)03:15
infinityLet me fix the latter and get back to you.03:15
pittithanks03:16
pittiinfinity: (and congrats of becoming the "my package doesn't build" pestering guy :-)03:16
ograoh, thats infinity now03:17
ogra?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
pittiinfinity: is it the same bug that keeps pike7.6_7.6.24-1ubuntu4 from being built on anything but amd64?03:22
\shpitti: ha..problems with postgresql-dev .. does it depend on your postgresql-8.0 breaks da world announcement?03:23
infinitypitti : Looks like it, yes.03:24
pitti\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 again03:24
pitti\sh: in particular, packages already using pg_config will even work now, but most packages don't, so they are screwed03:24
infinitypitti L And several others.03:25
pitti\sh: but I didn't understand your question properly, can you re-explain? (or /msg me in German *hehe)03:25
\shpitti: postgresql-dev doesn't want to install on breezy03:26
pittihm?03:26
\shpitti: so i'll get some errors from pbuilder 03:26
\sh(the last try was this morning)03:26
pittiwhoops03:26
=== mgalvin [~mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-devel
pitti\sh: WTH? it only depends on libpq-dev (unversioned) and libpq-dev is installable03:27
=== pitti is confused
pitti\sh: I mean, it isn't particularly useful anyway, but it should at least work03:28
infinitypitti : Yay.  sbuild bug fixed, qt-x11-free blows up spectacularly on configure. :)03:28
ajmitchpitti: libpq-dev: Conflicts: postgresql-dev but 7.5.4 is to be installed03:28
infinityXRandR support cannot be enabled due to functionality tests!03:29
infinity Turn on verbose messaging (-v) to ./configure to see the final report.03:29
infinity If you believe this message is in error you may use the continue03:29
infinity switch (-continue) to ./configure to continue.03:29
infinitymake: *** [libqt-stamp]  Error 10103:29
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
pittiinfinity: still? *sign*03:29
pittiinfinity: I added the missign libxrandr b-dep, I hoped that this would fix it03:29
infinity*sign* indeed. ;)03:29
\shpitti: moment...i'll try again :)03:29
infinitypitti : Can you get it to build locally?03:30
pittiajmitch: ah, right. my bad03:30
infinitypitti : Or are you just bouncing random sources off the buildds and praying? :)03:30
ograinfinity, all X includes are borked currently....03:30
infinityogra : Sweet.03:30
ograat least randr and xlibs03:30
ogradaniels said it should be solved today...03:30
\sh-> Considering  postgresql-dev (>= 7.4.6-1)03:31
\sh   -> Trying postgresql-dev03:31
pittiinfinity: I need the lib in the dchroot to test03:31
\sh       -> Cannot install postgresql-dev; apt errors follow:03:31
\shReading package lists... Done03:31
\shBuilding dependency tree... Done03:31
\shSome packages could not be installed. This may mean that you have03:31
\shrequested an impossible situation or if you are using the unstable03:31
\shdistribution that some required packages have not yet been created03:31
\shor been moved out of Incoming.03:31
\shThe following information may help to resolve the situation:03:31
pitti\sh: alright, I know the bug03:31
\shThe following packages have unmet dependencies:03:31
\sh  postgresql-dev: Depends: libpq-dev but it is not going to be installed03:31
\shand the last breezy update was 5 mins ago03:31
infinity\sh : THe bug is known. :)03:32
\shpitti: k03:32
infinity\sh : In future, that kind of stuff is a little more appreciated in #flood. :)03:33
=== \sh should go home now and he should take a nap...after this horrible day
infinity(Or someone could start #ubuntu-flood, if you feel like being gratuitously different)03:33
pitti\sh: my original idea was that an already installed p-dev would automatically be replaced by libpq-dev on upgrade, and p-dev removed03:33
infinitypitti : pike7.6 seems to be going fine though, so you win 1 out of 2.03:34
pittihehe03:34
\shinfinity: sry...:(03:34
infinityParsing "/build/buildd/pike7.6-7.6.24/build/linux-2.6.10-i686/traditional.xml"...03:34
infinityLayouting...03:34
infinity"Layouting"?03:34
infinityIn whose world is that a word?03:34
pittiinfinity: qt is really a daniels-ish thing now, the added b-dep was just a quick try...03:34
infinitypitti : Sounds like, yeah.03:35
\shargl...do not put any "ish" in your sentence..until tomorrow03:35
infinityI could set it to an arbitrary dep-wait on some random X lib or other >> the current version.03:35
infinityYou don't hilight on "ish" do you?03:35
infinityThat would be kinda weirdish.03:36
ograinfinity, http://www.ish.de/03:36
pittimaybe that's the reason for his backslash?03:36
ograinfinity, thats where he works ;)03:36
infinityAhh. :)03:36
ograand i can understand he doesnt like to read it here, i worked there too ;)03:37
ajmitch\sh: my condolences, a hard day at work? :)03:37
\shajmitch: company politics suck03:37
\shajmitch: and spreading lies suck more03:37
ajmitchouch, yes03:37
ograajmitch, thats what made me resign :)03:37
ograbut \sh has a thicker skin it seems :)03:38
=== tseng wonders why the new gnome removes Run
ajmitchtseng: menu rearrangement & patching?03:38
\shogra: u know exactly about whom I'm talking...03:38
\shogra: i need the money03:38
tsengajmitch: it was removed intentionally03:39
ograprobably we finally get a running gnome-launchbox03:39
tsengjust not sure of the rationale03:39
infinityOh, dear god.03:39
tsengbecause starting a terminal and doing (foo &) is lame03:39
infinityThat's not the sbuild bug I thought it was, it's a lamont bug.03:39
tsengi guess ill just add the panel button03:40
=== wasabi_ [~wasabi@70.247.30.215] has joined #ubuntu-devel
azeemtseng: there's still a keyboard shortcut for it I thought?03:41
tsengazeem: i could make one03:41
tsengazeem: i use a real window manager03:41
ogratseng, alt-f2 should be default 03:42
tsengindeed.03:42
=== 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 ["...]
AndyFitzaudit(1118319949.184:0)initialized03:51
AndyFitzkernel panic - not syncing : vfs : unable to mount root fs on unknown-block(0,0)03:51
tsengAndyFitz: owned.03:52
AndyFitzwhats the rizzie dizzie ?03:52
zulhmmm...03:52
AndyFitztseng,   totally pwned03:52
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel
ajmitchAndyFitz: initrd didn't get created right, I guess, boot with the old kernel & renstall the new one?03:54
=== zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
AndyFitzajmitch,   the old kernels will be there ?  grub isnt showing them03:56
=== AndyFitz hopes they are still there
ograAndyFitz, they are not in the menu if you hit ESC at boot ?03:57
zulAndyFitz: 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=64000003:58
zulsomehow the dbg kernel is booting first on the grube03:58
AndyFitzzul,  cheers mate03:59
AndyFitzogra,  dunno mate  i'll check on reboot03:59
zulill talk to fabbione when he gets back03:59
AndyFitzajmitch.   thanks for your help too mate03:59
AndyFitzbrb03:59
zulAndyFitz: the non-debug kernels should be lower down on the grub list as well04:00
=== AndyFitz [~Andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel []
pittiinfinity: new pkgstriptranslations uploaded04:01
pittiinfinity: no action required from your side; however, you may remove the nostrip" option from the conffiles to clean up, if you want04:02
seb128pitti: can you read the current comment on #9760 please? 04:03
seb128pitti: not sure if that's an alsa issue ...04:03
infinitypitti : Spiff.  Thanks.04:05
pittiseb128: hm, I'm a bit confused about that bug04:05
pittiseb128: the mic is normally muted04:06
pittiseb128: otherwise many people would get unexpected feedback loops which should be avoided04:06
seb128k, so that's probably his "bug"04:06
=== 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
AndyFitzbugger  ,  same panic error.   the version is  2.6.10-5-38604:10
zuloh i thought you were talking about 2.6.12...not sure whats up then previous version should be in grub04:12
elmopitti: WTF?  empty?04:12
=== bskahan [~bskahan@pool-68-161-24-71.ny325.east.verizon.net] has joined #ubuntu-devel
pittielmo: well, it only provides a dependency and the usual changelog/copyright stuff, but no interesting stuff04:13
elmopitti: postgres sync done04:13
elmomvo: done04:15
pittithanks04:15
elmolibgcj-dev promoted04:16
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
mdkeelmo, hi. can you add Mikko Virkkil to the docteam repo, he says he emailed his key to ya04:20
Treenakspitti: can I start fixing/uploading postgresql stuff from universe yet? (and do you have a howto?)04:20
pittiTreenaks: sure, I sent one to u-devel04:21
=== Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel
pittiTreenaks: main transition is done04:21
Kamionmako: you don't need to change the meta-userlinux source package name as well?04:21
pittiTreenaks: and Debian folks start to fix packages, too, so it's (hopefully) just a matter of time04:21
pittiTreenaks: so if you fix something, please give the maintainer a short ping04:22
Treenakspitti: oh cool04:22
Nafallopitti: should cryptsetup lucsFormat /dev/sda -y segfault or am I doing something wrong? :-)04:22
TreenaksNafallo: luksFormat with a k04:22
TreenaksNafallo: not a c04:22
pittistill, it shouldn't segfault04:22
Treenakspitti: good point04:22
NafalloTreenaks: right. typo here, not in the console ;-).04:23
pittiNafallo: can you compile a debug version and get a backtrace?04:23
Nafallopitti: k04:23
infinitypitti : When the X stuff gets fixed, remind me to kick QT again.04:25
pittiinfinity: sure04:26
makoKamion: they won't notice it :)04:27
elmomdke: yes, it only got oked, like a day ago, I'll get to it in a bit04:28
mdkeelmo, thanks. who ok's em?04:28
=== shaya [~spotter@user-0ccembr.cable.mindspring.com] has joined #ubuntu-devel
shayawhat's the policy for what libraries on x86-64 get 32bit versions for /lib32 ?04:29
=== jamin [~jamin@sys-216.87.56.250.primary.net] has joined #ubuntu-devel
Kamionshaya: the ones that are needed for applications we have to ship 32-bit04:29
Kamionwhich is basically OpenOffice.org04:29
Kamionpitti: perl's been fixed, in case you didn't notice04:30
=== robertj [~rcaskey@cai17.music.uga.edu] has left #ubuntu-devel ["Leaving"]
pittiKamion: cool, thanks04:30
pittiKamion: will try that soon04:30
elmomdke: I asked enrico, since he's been the one managing the accounts on the svn server so far04:30
shayaKamion: reason I ask is that Sun gave us an opteron box and we installed hoary on it04:30
=== ozamosi_ [~ozamosi@80.252.185.147] has joined #ubuntu-devel
shayabut then when we went to install sunray (32bit app) many libs werent available04:31
mdkeelmo, ok cool04:31
mdkethanks!04:31
shayahacked around it via ar -x of the 32 bit libs04:31
shayabut not a good solution04:31
Kamionshaya: 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
shayais that a breezy goal?04:31
shayaor future?04:31
Kamionfuture I think, ask Mithrandir04:31
shayak, thanks04:32
=== 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
Kamionpitti: just warning so that you can stop working around it. :)04:35
pittiKamion: yeah, I talked with bod about this yesterday, and he had an update in the works; I just didn't see the outcome04:35
=== thesaltydog [~yoshi@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...]
jdubinfinity: rad!04:40
Nafallopitti: you got mail :-)04:44
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel
pittiKamion: rad, perl works :-)04:47
=== pamri [~pamri@dialpool-210-214-120-84.maa.sify.net] has joined #ubuntu-devel
Kamioncool04:49
pittiNafallo: thanks; can you generate a stack trace, too, please?04:51
Nafallopitti: i.e. strace? gdb doesn't give anything :-/04:51
pittiNafallo: huh, no stack trace with gdb?04:52
NafalloProgram received signal SIGSEGV, Segmentation fault.04:52
Nafallo0x00002aaaaaf455b0 in strlen () from /lib/libc.so.604:52
pittiNafallo: strace traces system calls, not stacks04:52
Nafallothat's all :-/04:52
pittiNafallo: you might need a debugging version04:52
Nafallopitti: I've followed http://www.ubuntulinux.org/wiki/DebuggingProgramCrash :-)04:53
pittiNafallo: apt-get source cryptsetup; cd cryptsetup-*; DEB_BUILD_OPTIONS=nostrip,noopt debuild -us -uc -b04:53
pittiNafallo: then you can sudo gdb on the binary in the built source directory (or install the deb, as you wish)04:54
pittiNafallo: ah, wait04:56
Nafallopitti: cryptsetup needs to have sudo? I might try that first then ;-)04:56
=== newz2000 [~chatzilla@12-226-91-204.client.mchsi.com] has joined #ubuntu-devel
pittiNafallo: is above output just the standard reaction after run? or the output after actually doing "backtrace"?04:57
pittiNafallo: well, it needs it to setup the device mapper, and to access /dev/sda in the first place04:57
Nafallopitti: after run.04:57
pittiNafallo: ah, please do a "backtrace" after it crashed04:58
=== SquishyWaffle [~GTaylor@130-127-67-44.lehotsky.clemson.edu] has joined #ubuntu-devel
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...]
Nafallopitti: hehe, I should not trust wikis blindly ;-)04:59
pittiNafallo: calling it without sudo and with -y doesn't crash for me (it just prints out some failure messages)04:59
pittiNafallo: point 5 in the wiki describes the bt call04:59
SquishyWafflebefore 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.04:59
Nafallo"thread apply" and stuff yes. just typing backtrace worked better :-).05:00
newz2000I keep getting an OOPS during install (configuring iptables)05:00
newz2000I'm trying to make a kickstart install cd05:00
newz2000I've tried all I know (not much) and can't get around it05:01
=== ahuman01 [~ahuman01@141.152.253.158] has joined #ubuntu-devel
newz2000Any way that you know of to track this down?05:02
Nafallowhy can't I copy the damn text from the console?05:04
Nafallopitti: mail sent :-)05:06
=== SquishyWaffle [~GTaylor@130-127-67-44.lehotsky.clemson.edu] has left #ubuntu-devel ["Kopete]
Nafalloirritating that I couldn't copy paste from the console right to evo though...05:06
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has joined #ubuntu-devel
Nafallopitti: is there a sizelimit that must be meet?05:10
pittiNafallo: no, that should work fine05:11
newz2000does this mean anything? http://rafb.net/paste/results/YQ1PlQ51.html05:11
pittiNafallo: i c&p multiple pages of output already05:11
Nafallopitti: hmm, strange.05:11
=== otavio [~otavio@201.10.58.28] has joined #ubuntu-devel
Nafallopitti: in any case. the device is a 8MB CF-card ;-)05:12
otavioHello 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:12
tsengyou can solve it by not using esd05:13
tsengor making your other apps play to esd05:13
pittiotavio: yes, switch to libesd-alsa005:13
otaviotseng: but then GNOME doesn't play some songs05:13
otaviopitti: I'm already using it05:13
=== hunger [~hunger@p54A65260.dip.t-dialin.net] has left #ubuntu-devel ["...]
otaviopitti: that's why i'm asking about it.05:13
pittiotavio: then upgrade to libasound2 1.0.9 to get dmix by default05:13
ograotavio, just let your apps use esd too... and this belongs to #ubuntu05:13
otaviopitti: I doesn't understand why05:13
otavioogra: not exactly since it's a bug05:14
pittiovavio: it works fine in breezy05:14
otaviopitti: I already tried to upgarde and didn't work.05:14
ograotavio, nope05:14
otaviopitti: yeah?05:14
ograotavio, its a bug of the app if it doesnt support esd output in hoary....05:15
pittiotavio: hm, then dmix does not work for your sound card apparently. Can you please file a bug? (assign it to martin.pitt)05:15
pittiotavio: oh, that's hoary?05:15
pittiotavio: no bug then, please, that's a known issue05:15
pittiotavio: it's fixed in breezy05:15
ograpitti, no, thats debian if i got it right05:15
pittihrm05:15
otaviopitti: and what was did to solve it? can you inform me?05:15
pittifile a Debian bug then :-)05:15
otavioogra: yes, Debian05:15
otaviopitti: I want to try to have it fixed on Debian also05:16
Nafallopitti: segfault on my 64MB usbstick to ;-)05:16
otaviopitti: since we can cooperate on it.05:16
pittiotavio: 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
ograotavio, for hoary we made sure all supported apps support esd output by default....05:16
pitti^ yes, but that doesn't help Debian05:17
pittifor Debian we have to offer a non-esd interface, too05:17
=== blueyed [~daniel@iD4CC12C5.versanet.de] has joined #ubuntu-devel
ogranope... but explains his problem .....05:17
pitti(same for ubuntu, FWIW)05:17
otavioogra: not exactly since I saw some people having problems with hoary too05:17
=== zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel
ograotavio, not with supported apps ;)05:17
pittiotavio: yes, in hoary we used libesd0 which used the oss interface and blocks *everything*05:17
zyga:-)05:18
pittiogra: right, but folks might want to use nonsupported ones, too :-) (I want at least)05:18
=== zyga used gaim to get on IRC for the first time
ograotavio, i admit, there is a good bunch of apps in universe that might have that bug05:18
otaviopitti: thanks a lot 05:18
pittiotavio: I think using polypaudio on top of ALSA dmix is a sane solution for now05:18
otaviopitti: thanks a lot 05:18
pittiotavio: just odd that it doesn't work for you...05:18
pittiotavio: 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 box05:19
otaviopitti: i think polyaudio doesn't exist on Debian yet05:19
pittiah, bad05:20
pittiotavio: well, we tried it in Hoary and it was too buggy, but it should be much better now05:20
otaviopitti: but this isn't a big issue since we can add it05:20
pittiotavio: esd+dmix = the suck05:20
pittithat's the problem05:20
=== zyga [~zyga@chello084010088079.chello.pl] has left #ubuntu-devel []
tsengdoes polyp+dmix still have audio sync issues?05:20
=== bska|mobile [~bskahan@pool-70-19-61-5.ny325.east.verizon.net] has joined #ubuntu-devel
tsenggst audio is always goofy on esd05:21
pittiotavio: right now breezy has gstreamer -> alsa directly, but that's still too unstable05:21
ograheh, tseng your changelogs get famous :)05:21
ograhttp://lists.ubuntu.com/archives/ubuntu-users/2005-June/038225.html05:21
=== mxpxpod [~BryanForb@mxpxpod.user] has joined #ubuntu-devel
=== SloMoSnail [~slomo@p5487F5E1.dip.t-dialin.net] has joined #ubuntu-devel
tsengogra: heh.05:21
=== zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel
otaviopitti: so the best solution right now is use polyaudio + alsa?05:22
pittiotavio: I think so, yes05:23
pittiotavio: that was at least the outcome of the AudioInfrastructure BoF05:23
pittiotavio: you still don't get sound for multiple users, but at least you can use esd+alsa in parallel05:24
pittis/esd/polypaudio/05:24
=== zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel
otaviopitti: can you point to me where I can find the sources of it?05:24
pitti"it" == ?05:24
ograhmm, tseng but he is our best tester ;) http://lists.ubuntu.com/archives/ubuntu-users/2005-June/038227.html05:25
tsengi saw that05:25
otaviopitti: polyaudio05:25
otaviopitti: sorry05:25
tsengi think his beagled is broken because he is too bleeding edge05:26
tsengi broke the sqlite dllmap05:26
pittiah05:26
ograah05:26
pittiotavio: right now, just from archive.u.c05:26
otaviopitti: do you have any problem if I include it on Debian?05:26
pittiotavio: however, some upstream guy fixed some bugs in his branch, I will pull and apply them soon05:26
pittiotavio: of course now :-)05:27
=== Echylo [~echylo@120-146.246.81.adsl.skynet.be] has joined #ubuntu-devel
tsengogra: it can stay broken until I fix it, its breezy, I dont support it :)05:27
pittiotavio: not, even05:27
pittiotavio: to the contrary05:27
pittiotavio: however, what about this:05:27
ograotavio, we appreciate every package that goes back upstream (to debian)05:27
pittiotavio: I'll apply the fixes soon and ping you back when I have an updated and tested package?05:27
ogratseng, yep, no objections :)05:27
otaviopitti: nice05:27
pittiotavio: of course you can already upload the current version, it is not _that_ bad :-)05:28
otaviopitti: I'll put it on Debian-BR-CDD for testing in meanwhile05:28
pittiotavio: actually, uploading right now is pretty good, so it can pass NEW05:28
otaviopitti: nice. I'll look at it05:28
pittiotavio: http://archive.ubuntu.com/ubuntu/pool/universe/p/polypaudio/05:28
danielsogra: eh, not all X includes05:29
tsenghttp://packages.ubuntu.com/breezy/sound/polypaudio is easier to use imo05:29
pittiHey daniels, good to meet you :-)05:29
danielsogra: basically, stuff which didn't put -I/usr/X11R6/include and instead just hoped it'd land in the include path somehow is now broken05:29
ogradaniels, error: X11/Xlib.h: No such file or directory is a *bit* essential ;)05:29
danielsit'll get unbroken later05:29
tsengdaniels: cough.05:29
danielsogra: -I/usr/X11R6/include, it's the app's fault05:29
pittidaniels: 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
danielsogra: but it will get fixed anyway05:29
danielspitti: probably needs -I/usr/X11R6/include05:30
danielswill check it out05:30
pittithanks05:30
ogradaniels, i trued several variations of -I :) but i'll try again05:30
ogratried even05:30
tsengdaniels: are you fixing libxss-dev doesnt dep on libxss1?05:31
danielstseng: yeah, all the -devs05:31
tsengdaniels: thanks :D05:31
pittitseng: indeed, I'm still not used to p.u.c...05:34
tsengpitti: its great stuff i send the page to my sponsor to grab sources05:36
tsengits all on there now05:36
=== mdz [~mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #ubuntu-devel
=== pitti -> dinner
otaviopitti: thanks a lot05:44
=== 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
danielsgah, I'm way too tired, and autotools has defeated me :(06:14
danielshttp://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:14
danielsxorg tomorr,w06:15
danielssorry about that06:15
Kamiondaniels: 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 work06:17
danielsKamion: sure, if you need it06:18
Kamionok, thanks06:18
danielsno worries06:18
Kamionyeah, it bones fresh installs06:18
danielssorry to be blocking; didn't realise you were trying to get it done tomorrow06:18
danielsyeah, I can see how that would be a problem if you were doing a colony ;)06:18
Kamions'ok, ADSL stuff has been ... interesting06:18
danielsi've spent all frigging day banging my head into banks, travel agents, and autotools06:19
Kamiondon't know yet whether it'll be up when I move06:19
danielsahr, wot fun06:19
danielscolony release over gprs? :)06:19
Kamionand it'll only be a megabit rather than 2 as I'd hoped, due to line quality06:19
Kamiondaniels: is there a baz archive I should be branching or anything?06:21
=== OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
danielsKamion: not yet, unfortunately.  i've been shit in that regard.06:22
Kamionoh, bugger, it's xutils, not xfonts-utils06:23
Kamiondamnit, that means uploading xorg06:23
danielsyeah06:23
danielsi'm getting libx11 out now, which is up to 10min on my amd6406:23
danielsthat'll be the first noticeable chink in the time it takes to compile xorg (well, *really* noticeable; fonts were a fair hit)06:24
danielsKamion: my solution was to ship a local copy of mkfontdir (ship it out of debian/local), that has /usr/bin rather than /usr/X11R6/bin06:24
KamionI might leave it to you then; I don't have disk space handy to compile xorg :(06:25
danielsok06:25
danielsany specific time it'd be good to have it done by?06:26
=== |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
pittiseb128: alright, I imported breezy with my langpack scripts, I'm going to build new packs now06:30
=== daniels [~daniels@202-44-183-17.nexnet.net.au] has joined #ubuntu-devel
danielsKamion: so yeah, any specific time tomorrow?06:37
=== |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
danielsKamion: 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
daniels(UTC+10)06:38
Kamiondaniels: if I had them built by lunchtime my time after I get back from collecting the removal van, that'd be top06:38
Kamionso 6 your time sounds good06:38
danielscool, I'll try to stick to that as closely as I can06:38
Kamioncheers dude06:38
danielsjust 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 Karlsruhe06:39
danielsno worries06:39
Kamionyeah, that sounds bad06:39
=== Kamion recovers 1.8GB from an old build tree inside a chroot
danielsmmm, I know how that goes06:41
danielsi worked out at one stage I had about 30GB of X build trees from packages alone06:42
danielsmy ~ 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 230GB06:42
Lathiatouch06:43
infinityYeah, I have goldfish diskspace usage too.06:43
infinityMakes me wonder if perhaps I should just stop buying hard drives.06:44
danielsi need to get another couple of 250GB drives soon06:44
Lathiati wish i had that much disk space :)06:44
infinitydaniels : Also, go to bed.  It's late.06:44
=== dand [~dand@83.103.205.136] has joined #ubuntu-devel
danielsinfinity: this is true06:45
danielsbut I'm watching libX11 builds spin around and around06:45
danielsi'll go to bed when it passes make distcheck06:45
=== 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.
bob2does ccache help much?07:02
danielshrm07:03
Lathiatdaniels: did you break your build so it loops...? :)07:05
bob2Lathiat: go to bed!07:05
Lathiatbob2: workign :(07:05
pittibob2: can I teach "baz replay" to strip off initial directories, like "patch -p1"?07:06
bob2pitti: hm, no07:07
bob2why would you want to?07:07
pittibob2: I just patched postgresql-8.0.3/debian/rules in postgresql--devel--8.007:08
bob2use case, use case, usecase :-)07:08
LathiatUSE="case"07:08
pittibob2: and it would be cooool to replay the patch to postgresql-7.4.8/debian/rules in postgresql--devel--7.407:08
=== drbyte [~byte@206.13.39.33] has joined #ubuntu-devel
bob2pitti: replay doesn't Just Work?07:08
pittibob2: i. e. "baz replay -p1 branch--patch-foo07:08
pittibob2: nope07:08
bob2hm, why?07:08
Kamionwhy does postgresql--devel--7.4 have a postgresql-7.4.8 subdirectory?07:08
Kamionthat seems pretty pointless07:08
pittibob2: it stumbles over the wrong dirnames07:08
bob2pitti: that's odd07:09
pittiKamion: well, that's still from the time when we actually managed other files in the parent directory07:09
bob2they should be the same logical file07:09
bob2regardless of how it was moved07:09
Kamionpitti: I think that's why you're losing07:09
Kamionbob2: assuming they actually share history ...07:09
pittibob2: $ baz replay pkg-postgresql-private@lists.alioth.debian.org--2005/postgresql--devel--8.0--patch-8607:09
pitti* patching for revision pkg-postgresql-private@lists.alioth.debian.org--2005/postgresql--devel--8.0--patch-8607:09
pittiA   {arch}/postgresql/postgresql--devel/postgresql--devel--8.0/pkg-postgresql-private@lists.alioth.debian.org--2005/patch-log/patch-8607:09
pitti?M  postgresql-8.0-8.0.3/debian/changelog07:09
pitti?M  postgresql-8.0-8.0.3/debian/rules07:09
bob2Kamion: well, yeah07:10
pittiKamion: no, of course they don't share history, otherwise I could just merge07:10
bob2oh07:10
Kamionpitti: well then07:10
pittiKamion: that's why I tried replay with a single -patch-N07:10
Kamionmove those trees to have sensible structures :-)07:10
pittibob2: anyway, it's not a big deal and it doesn't occur very often07:10
bob2pitti: baz get-changeset pkg-postgresql-private@lists.alioth.debian.org--2005/postgresql--devel--8.0--patch-86 ,,cset ; baz show-changeset --diffs ,,cset > foo.patch07:11
pittibob2: get-changeset, show-changeset, and good old patch -p1 do the same07:11
bob2right07:11
bob2yeah, when you don't have history baz kinda curls up in the corner and cries07:11
danielsLathiat: no, I'm just running distcheck.  a lot.07:11
pittibob2: I thought replay could apply patches regardless of history and branching07:11
Lathiatdaniels: ah07:11
Lathiatdaniels: ccache?07:11
bob2pitti: nah, same applicagtion code as replay07:12
=== otavio [~otavio@201.10.58.28] has joined #ubuntu-devel
=== otavio [~otavio@201.10.58.28] has left #ubuntu-devel []
pittibob2: another thing, will show-changeset eventually work with archive/branch arguments in addition to directories?07:12
pittibob2: I often want to look at a patch, but always typing two commands and remove the temporary dir is a bit cumbersome07:13
bob2hmm07:13
bob2it should, yes07:13
jdubhttp://www.alobbs.com/images/3ubuntu.jpg07:15
tsengjdub: wow thanks for the warning.07:16
jduboops07:16
jdubsorry :)07:16
mdznot worksafe :-)07:16
\shROTFL07:16
danielsno, not even close07:16
danielsLathiat: keep touching CFLAGS et al07:17
tsengunless you work for mark, I guess07:17
bob2hah07:17
Lathiatdaniels: ah07:17
\shjdub: blog it :)07:18
jdubi've soundered it07:18
Lathiathaha07:18
Lathiatthats class07:18
=== jdub blogs
\shhmm....07:21
pittielmo: FYI, I seeded the NEW language-pack-ug07:24
KamionUG07:25
Kamionwhat an excellent language code07:25
pittiKamion: ever heard of "Uighur"?07:25
=== pitti does not even know the earth quadrant this comes from...
Kamionno - I just found it in iso_639.tab ...07:25
pittiKamion: nice, there is a language "Umbundu" :-)07:26
danielsWHOOHOO!07:27
=== daniels looks at libX11-6.2.1.tar.bz2.
danielsso, make distcheck took between 9 and 10 minutes to run07:28
luis_uighur is from the same neck of the woods as mongolian, IIRC07:28
danielsxorg on the same machine takes between 45 and 50 minutes to do its thing07:28
danielsdo the maths.07:28
daniels'night kids.07:28
pittisleep well, daniels07:28
jdubluis_: no necks left in those woods. :)07:29
Nafallodaniels: night :-)07:29
luis_northwestern china, so I was pretty close07:30
=== mvo goes to play hockey now
\shcan somebody reach http://sourceforge.net/projects/eric-ide07:35
ska-fanneed the homepage of eric3?07:37
ska-fan\sh: I can reach the sf site07:38
\shhmmmm..07:38
\shnow it works..strange..the whole morning and afternoon i couldn't get sf.net07:39
ska-fanAh, bist ja auch deutsch07:42
pittimdz: 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 idiom07:42
=== dholbach [foobar@td9091d93.pool.terralink.de] has joined #ubuntu-devel
dholbachhi07:43
pittimdz: 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 completely07:43
pittiHi dholbach 07:43
dholbachelmo: could you pretty please sync  ncmpc  from unstable?07:43
dholbachhi pitti07:43
Kamionmdz: the real problem seems to me to be that partman puts the fully resolved device name in fstab, not the /dev/cdrom alias or similar07:43
Kamionmdz: so I'll have a look at fixing that07:43
pittimdz: 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-ROMs07:44
pittiright :-)07:44
KamionI can also change to /media/cdrom etc. fairly easily if we can confirm that apt-cdrom will be happy without /cdrom07:44
dholbachhi mako, do you know who Andrs Orellana is?07:50
tseng(gnome-cups-icon:5798): WARNING **: IPP request failed with status 103007:51
tsengpitti do you know why i get this in my log every few seconds?07:51
tsengare we polling something now07:51
=== 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
dholbachhey AndyFitz, you wanted to put some UDU movies online ;-)07:52
pittitseng: did you activate network printing?07:52
pittitseng: erm, LAN printer detection?07:53
tsengpitti: not inentionally07:53
tsengintentionally.07:53
pittitseng: in g-cups-manager, is the option set in global settings?07:53
tsengno07:53
AndyFitzdholbach,  hey yes.  that would be rad07:54
dholbach:)07:54
AndyFitzgotta compress them first07:54
AndyFitzand get my kernel working first07:54
pittitseng: then I assume cups just tries to find an IPP server, but doesn't find one07:54
tsengpitti: yeah.07:54
bob2AndyFitz: htf are you still up?07:54
tsengpitti: i guess its the icon, thats running.07:54
dholbachhey bob2 :)07:55
pittiyeah, gnome-cups-icon07:55
tsengyes.07:55
AndyFitzbob2:  nah i slept now im awake07:55
bob2hah07:55
bob2dholbach: oh, I suck, I know, sorry :)07:55
AndyFitzaudit(1118319949.184:0):initialized07:55
dholbachbob2: no... you don't - you like "bernd, das brot", which is advanced coolness - for someone not living in germany :)07:55
tsengjdub: youre such a twat07:55
jdub:-)07:56
tseng:)07:56
bob2hahaha07:56
AndyFitzjdub,  you're awake tooo ?07:56
mdzKamion, pitti: sounds like a reasonable compromise07:57
jdubyes07:57
jdubi am having terrible trouble getting back into a sane rhythm07:57
dholbachbob2: and you're not the only one :)07:57
AndyFitzinsanity07:57
\shdholbach: bernd das brot?07:58
dholbach\sh: yes07:58
dholbachbob2: jblack is a fan of "bern, das brot" too - and you're not the only one lagging behind key-signing wise :)07:58
\shdholbach: u don't talk about this strange tv series?07:58
tsengi dont think i signed any keys yet07:59
tsengbesides the ones i did while still in sydney07:59
dholbach\sh: i do: imagine talking to random guys in sydney and you end up talking about "bernd, das brot" in the end...07:59
tsengdholbach: was ist bernd?07:59
\shdholbach: oh my.."who is bundescancelor of germany?" "bernd, das brot"08:00
bob2dholbach: hehehe08:00
dholbachtseng: http://www.bernddasbrot.com/08:00
bob2dholbach: we stayed up late watching it in england08:00
tsengoh yes I have seen him08:00
=== dholbach shakes head in disbelief
bob2I just wish it had subtitles08:00
bob2he has a website!08:01
bob2and a BerndBoard!08:01
dholbachhahaha08:01
tsengif he is das brot, i wonder what he eats.08:01
bob2das boot, maybe?08:01
bob2"episodenfuhrer" = "episode list"?08:02
dholbach\sh: here you can see, why i like all these guys :)08:02
dholbachbob2: yes08:02
tsengbob2: mmm, steel08:02
jdubtseng: das keine brot08:02
\shwell...08:02
dholbachhe has a wikipedia page as well: http://de.wikipedia.org/wiki/Chili_TV and merchandise08:03
bob2MERCHANDISE?08:03
bob2oh man08:03
AndyFitzkernel panic - not syncing : vfs : unable to mount root fs on unknown - block (0,0)08:03
\shi 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
AndyFitzbugger me, how did that happen08:03
bob2helmut the former porn star is awesome, too08:04
bob2but not many people got to listen to Choice Bro Tafe08:04
=== 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
\shjdub: thx for blogging this nifty picture..right now, i'm thinking about a kde splash with it ;)08:06
=== 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
pittiDear seb128, I want my Applications menu back08:09
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
dholbachpitti: i still have it08:10
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
ogradholbach, including the gnome-control-center ? 08:11
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
dholbachyes08:11
lamontinfinity: ??08:12
=== pitti 's Applications menu is empty. zero. null. nada.
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
Lathiatpitti: haha08:12
Kamionpitti: I ate it. It was crunchy.08:13
=== CarlFK [~CarlK@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
pitti*whine*08:13
=== 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
lamontso should we ban CarlFK if he doesn't quit bouncing?08:14
Lathiati think so08:14
Treenakslamont: maybe for a while08:14
Lathiatit appeasr to be his fault08:14
=== 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
StargazerI'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??08:23
=== pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel
sladenStargazer:  the 'shimmering' is possibly the result of drawing-whilst the DAC is also reading out the image08:27
sladenStargazer: eg.  lack of double-buffering08:27
lsuactiafner just.. /ignore CarlFK all08:29
=== martink [~martin@p54B3A457.dip0.t-ipconnect.de] has joined #ubuntu-devel
StargazerSladen - How is this fixed?08:34
sladenStargazer: daniels maybe to shed some light08:35
dokoseb128: do you have contact with the cairo maintainer?08:36
seb128doko: no08:36
seb128why08:36
seb128?08:36
dokoto sync cairo for libgcj08:37
seb128sync cairo where from where?08:37
seb128I've updated to 0.5 for ubuntu, Debian has 0.408:38
=== _Legion_ [~adebarbar@labi.fi.uba.ar] has joined #ubuntu-devel
=== Alessio [~Alessio@host103-28.pool8253.interbusiness.it] has joined #ubuntu-devel
mdzwasabi: did you see my question yesterday about xerces-j?  if we can get that out of the dependency chain, we're basically done08:45
mdzfabbione: so I have discovered further corruption in my filesystem08:45
mdzand my RAM tests out OK08:45
mdzI need to pull backups to determine approximately when it happened08:46
mdzRiddell: 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 remainder08:47
=== scorpix_ [~scorpix@as4-22.qualitynet.net] has joined #ubuntu-devel
dholbachwhat was the solution for the "fixed font" problem again?08:55
ogradholbach, setting the right font path08:56
dokomdz: currently looking at xerces-java, wasabi is short of time09:00
mdzdholbach: there were two, one had to do with the font path, the other with the path in mkfontdir09:00
jdubWITNESS THE POWER OF sebuild!09:01
=== ozamosi_ is now known as ozamosi
\shjdub: check the planet, dude :) 09:01
seb128hey jdub :)09:01
dholbachmdz: i changed so many things, i couldn't remember, when i told a friend09:01
\shand why can't I see my links on the planet?09:02
seb128jdub: I'm considering package gtk CVS (not for the archive but to put the packages online for people who wants to try it)09:02
jdubthe top three blog entries on planet ubuntu are about nudity or bottoms09:03
seb128jdub: we will not do 10x10 if we keep trying to slow down every single change by fear to break something09:03
dholbachjdub: we're getting there :)09:03
\shjdub: no :)09:03
jdubseb128: ha ha! :)09:03
\shmine is about kde and love09:03
desrtseb128; i finally convinced davyd to take the battstat patch09:03
seb128jdub: seriously, is there any reason to be that cautious against gtk?09:03
seb128desrt: cool09:04
desrtseb128; just a heads up for when gnome-applets breaks next time you try to patch it09:04
seb128desrt: I've read the comments on the bug09:04
desrtoh.  good :)09:04
seb128you guys are going to roll a 2.11.3 ?09:04
desrtup to davyd, i guess?09:04
seb128right09:04
seb128doko: ?09:06
=== Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel
dokoseb128: !09:12
=== Echylo [~echylo@120-146.246.81.adsl.skynet.be] has joined #ubuntu-devel
seb128doko: 09:12
seb128<doko> to sync cairo for libgcj09:12
seb128<seb128> sync cairo where from where?09:12
seb128<seb128> I've updated to 0.5 for ubuntu, Debian has 0.409:12
seb128is there any issue with 0.5 ?09:13
dokothey need to be in sync for a binary compatible libgcj09:13
seb128I'm probably to change cairo again soon09:13
=== Treenaks ROFLs at jdub-blog
seb128GNOME starts using cairo so I'm probably going to update that with GNOME when required09:14
dokoit's ok if it doesn't change the API, or else we have keep two versions09:14
seb128it breaks the API09:15
seb128there are breaking it as much as possible now to get it stable soon09:15
dholbachwhy does libgcj want cairo?09:16
dokofun, then it looks like we will need two versions09:16
dokodholbach: swing?09:16
dholbachhmhmmhmh09:16
=== dholbach nods slowly
seb128doko: what 2 versions?09:16
doko0.5 and the version for which you'll break API compatibility09:17
seb1280.4 and 0.5 which conflicts?09:17
seb128versions have to conflict...09:17
dokowhy?09:17
seb128because they keep the same soname09:18
seb128that's a working branch, no API stability garanty09:18
seb128so they don't change the soname when they change the API09:18
dokoI don't care, I can rename the lib or choose a random soname09:18
seb128ugly09:18
dokoupstream looks more ugly09:18
seb128no09:19
seb128if you break the API every commit you want to change the soname every time?09:19
dokono, but for releases.09:19
seb128that's a working branch, that's not mean to be used by stable apps09:20
dholbachg*mm for example changes the soname for every api-breaking release in an unstable branch09:20
seb128dholbach: ...09:21
dholbachseb128: what? :)09:21
seb128stop making advertissement for g*mm09:21
dholbachi don't :)09:22
seb128I don't care of what they do, that's not the discussion09:22
seb128:p09:22
seb128and g*mm is used and follow GNOME09:22
jdubhaha09:23
dholbachyeah... i talked about the unstable releases09:23
danielkihehe09:23
danielkithe murrayc virus09:23
dholbachdanielki: want to add some remarks on API stability? :)09:23
seb128dholbach: I know but still, nothing to do with the discussion :)09:23
danielkidholbach :)09:24
dholbachseb128: i wanted to add an example - now stop complaining :)09:24
seb128dholbach: I complain because I don't like this "I'm going to fork cairo package with a random soname"09:24
dholbach*nod* somebody should bug upstream imho to change it every release09:25
seb128let's update cairo on Debian and Ubuntu by following new version09:25
seb128dholbach: oh, c'mon09:25
seb128DUDE09:25
=== pitti sighs at polypaudio
seb128they are working to stabilize it soon so they can use it for gtk2.809:25
pittiwhy oh why all audio stuff is so utterly broken?09:26
seb128stop bitching about a 0.4/0.5 version of a lib09:26
seb128better to make all the required changes now09:26
dholbachseb128: 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 causes09:27
dholbachi'm not saying they shouldnt do changes09:27
seb128you are bitching about details for a 0.n version of a lib09:27
dholbachand recompiling 2-3 packages that already use the unstable branch doesn't hurt at all09:27
seb128go to package something useful rather :)09:27
dholbachi merely pointed out, what i'd do09:27
dholbachseb128: new gnomecanvasmm is compiling, so i stopped by in the discussion09:28
pittidudes, and you two want to cooperate in the Gnome team? :-)09:28
seb128yeah, he has main upload right now, I'm scared09:28
danielkiheh09:28
dokopitti: it's easy, rewrite gnome in C# ;)09:28
pittidoko: ah, and mono has The Perfect Sound Driver?09:29
dholbachdoko: you don't want that :)09:29
seb128dholbach: gtkmm 2.6.209:30
seb128dholbach: oh, glibmm 2.7.1, be ready, that will start beeing fun soon09:30
dholbachyeah09:30
ogradoko, Novell does that after they brought yast in as a control-center replacement ;)09:30
\shcan someone explain, why the gpl and openssl license are not compatible? 09:39
\shwhy is apache license and gpl license not compatible09:43
=== chris38-home [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
\shi got it ...:(09:47
=== 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
bokkoWhat 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:50
tsenga what?09:51
tsenglinux doesnt know where you are mounting a device until you tell it09:51
bokkoWhat else can I use besides / for a mount point for installation?09:51
tsengor hal decides for you, in modern times.09:51
tsengyou can use anything you want09:51
bokkowell rhfc3 does not like seeing a / mount point on a different partition09:52
bokkocan I just make something up and mount it there?09:52
tsengcommon for auxillary devices would be /media/foo or /mnt/foo09:52
tsengfedora core doesnt know what a / mount point is.. it sees a partition09:52
bokkotseng: it saw ubuntu mounted on / when I did the install last time09:53
bokkotseng: terminated the install and said fix it09:53
tsengoh the installer?09:53
bokkotseng: yeah, I was booting from the cd to try and fix grb since the ubuntu grub install ignored freebsd on the first partition09:54
danielkiwell I doubt the problem has anything to do with mount points09:55
=== rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel
dholbachseb128: straaange, i packaged gtkmm 2.6.2 a month ago09:56
bokkodanielki: not entirely, I just was not sure if / was a requisite for any sort of linux install09:56
danielki'cause those aren't stored on the partitions but in fstab09:56
seb128dholbach: weird09:56
danielkievery Unix needs a /09:56
bokkodanielki:oh ok09:57
dholbachseb128: murrayc seems to have released new code with an old release number09:57
dholbachseb128: but i'll have another look09:57
seb128dholbach: the tarball would have been rejected I think09:57
dholbachhave a look at ftp://ftp.gnome.org/pub/gnome/sources/gtkmm/2.6/09:57
dholbachgtkmm-2.6.2.news  1 KB  15.04.200509:58
dholbachgtkmm-2.6.2.tar.gz  5865 KB  09.06.2005  09:58
seb128k, so he has overwritten the previous tarball09:58
seb128kick him :)09:58
danielkimurrayc sometimes forgets stuff like this :)09:58
=== henriquemaia [~henriquem@cb-217-129-171-196.netvisao.pt] has joined #ubuntu-devel
bokkoOk 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
dholbachi see :)09:58
danielkino wonder considering the huge number of projects he's usually working on in parallel09:59
bokkoseend = seen09:59
tsengbokko: did you read the topic btw09:59
dholbachdanielki: i absolutely don't blame him09:59
danielkidholbach: usually he realizes it before uploading the tarball, though :)09:59
jdubseb128: man, i am going to put a very noisy fascist scream in install-module when someone tries to overwrite a tarball09:59
dholbachjdub: do it now! :)09:59
seb128jdub: good idea, I thought he would reject the upload or at lest DISPLAY SOMETHING SCARY10:00
bokkotseng: yeah, people told me to come here and ask since no one seemed to know the prob in #ubuntu10:00
tsengthose people should stop suggesting that.10:00
tsengwe should note that for the new "newbie help squad" team.10:01
bokkohaha well I am about to wipe ubuntu and just go with rhfc3 and solaris10:01
bokkoif I can't get the network stuff working10:01
bokkodhclient.conf mod and disabling ip6 was wat the forums suggested10:01
dholbachbokko: you might try the mailing list ubuntu-users@lists.ubuntu.com10:02
justinbokko: most likely another fix that someone came up with after "fixing a similar problem" which isn't similar at all10:02
bokkodholbach: oh ok 10:02
bokkojustin: yeah but it was all I came across when I googled the network problem in 5.410:03
bokkojustin: hardware works cause other OS on the same machine can grab from the dhcp and route10:03
=== henriquemaia [~henriquem@cb-217-129-171-196.netvisao.pt] has joined #ubuntu-devel
=== blueyed [~daniel@iD4CC15E3.versanet.de] has joined #ubuntu-devel
bokkojustin: 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 time10:04
=== bokko [~asda@66-168-210-147.cpe.ga.charter.com] has left #ubuntu-devel []
tsenghm10:05
tsengalt.erotica.ubuntu.networking10:05
tsengmight have something10:05
danielkihaha10:06
dholbachi guess i'll wait for him to re-release :)10:07
danielkiyep10:09
danielkishall I whack him for you? :)10:09
seb128dholbach: waouh, upload to main :)10:09
dholbachseb128: you're right... it was my first one!10:10
dholbachseb128: first one without training wheels10:10
seb128congrats10:10
dholbachseb128: WOW, does that feel good!10:10
seb128you call me wheel?10:10
=== mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
dholbachseb128: of course not... nobody could re-invent you :)10:11
=== dholbach hugs seb128
dholbachdanielki: don't worry... he'll manage :)10:11
=== seb128 hugs dholbach
=== danielki is touched
dholbachand pitti is not here... he couldn't witness gnome love :)10:12
=== HiddenWolf [~hidden@136.94.dynamic.phpg.net] has joined #ubuntu-devel
=== grover [~grover@216-99-218-29.dsl.aracnet.com] has joined #ubuntu-devel
mvogroup hug?10:13
dholbachif somebody would blog this to planet.ubuntu ... ubuntu and its community was even more questionable ;)10:13
tsengso i removed every copy of the tomboy pixmap on my system10:16
tsengand it still comes up10:16
tsengwith tintin10:16
tsengi wonder if he rolled it into the exe or something in cvs10:17
tsengsomething is evil.10:17
dholbachtseng: did you ever hear about audio images, like in  http://www.bastwood.com/aphex.php ?10:18
dholbachmust be in some .mp3 file :)10:19
tsenghm no10:19
=== r0bby [~wakawaka@cpe-204-210-133-115.hvc.res.rr.com] has joined #ubuntu-devel
tsengthats crazy10:19
dholbachaudio images are the geekiest thing i ever saw10:19
dholbachbut it'd explain a lot if aphex twin tried to make his songs *look* good ;-)10:23
seb128dholbach: \o/ (new upload)10:29
dholbachwowoohoo10:29
dholbachexcellent10:29
=== pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel
=== JanC [~janc@JanC.member.lugwv] has joined #ubuntu-devel
dokoelmo: 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-dev10:36
martinklooks suspiciously like ooo build deps10:38
elmodoko: doesn't seem to know about libdb4.3-java, but otherwise done10:39
dokook, then libdb4.2-dev and libdb4.2-java10:41
dholbachelmo: could you pretty please sync  ncmpc  from unstable (if you didn't do so already)10:42
elmodoko: done10:42
dokoelmo: thanks10:42
elmodholbach: no10:42
elmo [dpkg-source output:]  dpkg-source: error: file ncmpc_0.11.1.orig.tar.gz has size 273803 instead of expected 273489 10:43
dholbachoh nice10:43
elmowe have a different orig.tar.gz to Debian10:43
dholbachargl10:43
dholbachok10:43
dholbachwill ask him, what went wrong there10:44
dholbachthanks10:44
=== 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
dokoelmo: ubuntu-changes-auto is not announced on http://lists.ubuntu.com/mailman/listinfo/10:55
mdzdoko: fixed10:59
mdzdoko: any luck with xerces-j?11:00
=== LinuxJones [~willy@blk-222-221-81.eastlink.ca] has joined #ubuntu-devel
=== zyga [~zyga@chello084010088079.chello.pl] has joined #ubuntu-devel
elmodoko: tell jdub11:11
=== pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel
zygapitti: hello11:14
pittiHi zyga 11:14
zygado you know about any portable FILE * style library with customizable streams that can be used without glibc?11:15
elmodholbach: who uploaded that ncmpc?11:15
Nafallopitti: you're aware of luks-tools?11:15
pittizyga: no, sorry11:16
pittiNafallo: erm, no?11:16
Nafallopitti: http://www.flyn.org/projects/luks-tools/index.html11:16
dholbachelmo: me, he sent me the adjusted patches - it will unfortunately be only fixed with a new upstream release11:16
zygaI ran into portability problems unfortunatly11:16
elmodholbach: it was for 'unstable', didn't have a valid Changed-By and didn't have an 'ubuntu' in the version11:17
zygait seems that my favourite argument vector parser argp is tied to glibc stream implementation11:17
pittiNafallo: neat, thanks :-)11:17
zygaand thus it cannot be used in portable code :/11:17
zyga(lowest common denominator strikes again)11:17
=== Nafallo -> phone
dholbachelmo: thank you for telling me... arg - there you see what apt-get.org remnants do with me...11:18
=== KaiL [KaiL@p548F389F.dip.t-dialin.net] has joined #ubuntu-devel
ska-fanHow do I find out which package has ppmmake? xscreensaver's webcollage needs it.11:27
dholbachdlocate or apt-file11:27
dholbachor http://packages.ubuntu.com11:27
=== 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
elmodear god why is apache-mod-auth-pam in main??11:41
Nafalloelmo: you're cleaning? ;-)11:42
=== zyga [~zyga@chello084010088079.chello.pl] has left #ubuntu-devel []
=== vuntz is now known as vuntz|zZz
tsengelmo: i fixed the gtkhtml stuff just for you11:49
elmotseng: cheers11:49
elmoDOKO YOU ARE THE SUCK11:52
tsengoh man11:52
ographeew11:54
=== mako waves at elmo and mdz
mako(btw: the ubuntu manifesto is going to totally rock)11:55
mdzmako: so apparently meta-userlinux is in hoary-updates/universe11:55
mdzthe binaries don't seem to be there, though11:56
elmocan't we just call it screwyouandthetrademarkhorseyourodeinon and be done with it?11:56
elmothe binaries have a iiinteresting REJDCT11:56
makolisten, 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 later11:57
elmoejected: meta-ul-desktop-base_0.02-1ubuntu2_all.deb: md5sum check failed.11:57
elmoRejected: meta-ul-desktop-base_0.02-1ubuntu2_all.deb: actual file size (3230) does not match size (3218) in .changes11:57
makoelmo: 11:57
mako?11:57
dilingermako: is the spectre of Free haunting ubuntu?  is ubuntu planning to throw off the shackles that have bound it to lesser distributions?11:57
mdzwe shouldn't do a halfassed job of it; if we're going to remove the name from the packages, we should do that11:57
elmomako: that Should Not Happen11:58
elmo(tm)11:58
mdzthe other 12 bytes were for the angels11:58
elmothat's just like  crack11:59
elmoto be bigger in the .changes11:59
elmothe otherway round I can understand/conceive of how it would happen, but err.. 11:59
elmothe deb itself is valid too11:59
makouserlinux puts the meta in metapackages11:59
mdzand the sig on the .changes is valid?11:59
elmomdz: yeah11:59
makoor rather, the dyna in metapackages12:00
makodilinger: i read like 5 manifestos this afternoond and then did the outline and intro12:00
mdzfirst I get silent data corruption on my desktop12:00
mdzand now this12:00
mdzmaybe we're all pwned12:00
mdzor maybe there's increased sunspot activity12:00

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