=== bolivar [~bolivar@host-193-246-220-24.midco.net] has joined #ubuntu-devel [04:10] mdz: heh, irssi-text -> glib2.0 ;-) === lamont wanders in, grumbles at OO.o [04:17] jdub: dude, glib1.2 is gone from desktop now [04:17] that is so rad [04:17] also, i did not build the glib1.2 support in polypaudio [04:17] we will kill it [04:17] and esound [04:17] it's a long way from being kicked out of main though [04:17] lots of gtk1.2 apps in supported [04:18] yeah [04:18] what about that bongy accounting package? ;) [04:18] the one that you spazzed over, while all this other ancient cruft goes in supported? :-P [04:18] heh [04:19] installed from universe and working fine, thankyouverymuch [04:19] that's good [04:19] needed a gal upload to get it building [04:19] no fixes required? [04:19] aha [04:19] okay, so [04:19] i want to write a little script [04:19] that tells me which of my packages are universey [04:21] it's sort of a hacky thing to want to do [04:21] because there's no record of where stuff came from [04:22] all you can do is compare it to where the packages are in the archive now [04:22] that's basically what apt-show-versions does [04:22] which should be in universe [04:22] -> /var/lib/apt/lists/*universe*_Packages ;-) [04:24] (awk '/^Package:/ { print $2 }' /var/lib/apt/lists/*warty_universe*Packages ; dpkg --get-selections | awk '{ print $1 }') | sort | uniq -d === mdz gags [04:26] haha [04:26] apt-cache dumpavail | grep-dctrl -nsPackage -FSection universe [04:26] grep-dctrl is not installed by default ;) [04:27] comm -12 <(apt-cache dumpavail | grep-dctrl -nsPackage -FSection universe/ |sort) <(dpkg --get-selections | cut -f1 |sort) [04:27] grep-dctrl is in supported, and is the right tool for the job :-P [04:28] 28 packages here [04:29] 47 8) [04:29] a bunch of them from gnucash [04:29] and a handful from grepmail [04:29] dict is showing up in there for now :-) [04:29] that'll go away [04:29] debian-policy is in universe :-) [04:29] that's almost blasphemous [04:30] whoa [04:30] hmm, i had some random libgnome-vfs crap installed that I didn't need, probably bbuild-deps of something [04:30] down to 27 now [04:30] man [04:30] firefox doesn't start :| [04:30] if i move away my .firefox, it's fine [04:30] 2 of them are already slated to move into main [04:31] mdz: hadn't seen the 'will approve bind9 sync' before - thanks for requesting it [04:32] lamont: I went ahead and fixed vim as well, since it was breaking all sorts of things (including the base install) [04:33] yeah - was just reading that bug report, see the change. thanks. [04:34] ran out of time last night before getting exactly the plan in my head. Bad timing that. [04:34] lamont: regarding oo.o, Sep 24 13:09:47 it's an archive problem anyway, I'll fix in a sec [04:35] oo dictionaries: archive. oo/ppc: log file too big for mailer. [04:35] hmm, come to think of it, it's been 6 hours. I should probably mail elmo [04:35] oh, you just did with the bugzilla comment [04:35] oo.o is there for i386 [04:35] yep [04:35] lamont: I meant oo.o-dictionaries [04:36] oo.o was uploaded today, and also oo.o-dictionaries was supposed to move into main [04:36] oo.o/ppc binaries uploaded [04:36] I think I may just bump things up on the buildds to handle the larger log files, now.. [04:39] was already done most everywhere. even easier. :-) [04:39] the next OO.o (or other huge-logged) upload shouldn't stall for mail bouncing. [04:46] mdz: 1711 et al. [04:47] there are a growing list of bugs that make me wonder exactly when postfix is getting configured... [04:47] because root mail goes to uid 1000 if it exists (and there isn't an alias for root yet)... Hence 1711 is, um, worrysome... [04:48] but I'm not going to think too hard about it this weekend.. :-( [04:51] lamont: I assume postfix is getting configured from debootstrap [04:51] because it's part of base [04:51] this is why Debian runs MTA configuration from base-config [04:51] we probably need to do the same, but noninteractive [04:52] that would be fine. [04:52] didn't we do that at one point, and it got ripped out? [04:52] or was that because it was interactive? [04:55] because configuring it from base-config (even noninteractive) is the only way I can see to solve 1711. Well, short of having the init.d code detect first-start-with-userid-1000-present, and dtrt then.. (which would probably violate policy in 16 diff ways...) === tseng [~tseng@tseng.developer.gentoo] has joined #ubuntu-devel === tseng pokes lamont per instruction [05:00] who wants to talk mono in universe [05:01] eh? [05:02] jdub said you were k-rad and could help me in my mission of mono -> universe love [05:02] http://wiki.ubuntu.com/UniverseCandidates has some details. === lamont reads [05:04] are the source packages we care about in warty source already? or do they need to be sync'ed? [05:05] i worked off of sid because the stuff in warty (bins) were broken [05:05] i could check out building from warty source [05:05] if the sid stuff builds, and you can get mdz/jdub to approve sync'ing sid, then I can bootstrap it in the archive [05:06] likewise, if warty sources build, and just need to be appropriately beaten^Wbootstrapped, then I can do that as well. [05:06] i approve of syncing sid [05:06] much more useful than current warty universe versions [05:07] works for me... and it's easier to bootstrap from current sid, than old sid... [05:07] sorry i didnt make a source pkg with the monodevelop patch [05:08] im still figuring out debian packaging, there seem to be 10 ways to do any given task [05:08] bootstrapping isn't so bad.... It's more work when you don't have a pre-bootstrapped-on-the-right-arch set of debs.. :) [05:09] i built everything by a combination of apt-get source -b and dpkg-buildpkg [05:09] probably did everything the hardway, but barring a few bumps the stuff builds against warty main universe [05:10] right. Is it just a matter of building in the right order (and just source is needed), or do I need some build-dep binaries installed at the right magicpoints? [05:10] only major failures i recalls are monodevelop (patch on the wiki) and muine [05:10] muine wants mono-mint seemingly as a build dep [05:10] but my x86 build didnt produce such a thing [05:11] declared already, or needs to? [05:11] its my understanding its only needed on amd64 [05:11] build-deps can be arch-specific [05:11] it doesnt need it on x86... the dep is more accurately ( mono-mint || mono-jit _ [05:11] *) [05:11] buildd only uses the first one... [05:12] mono-jit [!amd64] , mono-mint [amd64] , I think === tseng looks [05:12] i dont see mono-mint in the control file [05:13] yeah - not too bad to fix, though. [05:13] jdub: do you need tseng/me to propose the sync so you can approve it, or could you send the email? [05:15] grumble. www.anywho.com crashes firefox [05:16] Segmentation fault, it says [05:16] worksforme [05:16] 0.99+1.0PR-0ubuntu1 [05:17] 0.99+1.0PR-0ubuntu3 [05:17] yeah [05:18] yay you fixed vim. [05:18] tseng: could you mail mdz/myself and lamont? [05:19] yes I can [05:19] uh oh not from gentoo.org === tseng hits gmail :) [05:19] tseng: mdz fixed vim. [05:20] jdub: what am I mailing you? [05:22] that firefox works better. [05:22] oh I thought about mono. [05:23] some secret proceedure about syncing sid [05:24] tseng: request for sync of packages (please lsit) [05:24] {jeff.waugh,lamont.jones,matt.zimmerman}@cannonical.com, yes? [05:26] should work [05:27] im leaving f-spot off the list [05:27] it doesnt work very well for me [05:29] oops i used the wrong addy after all [05:29] sent. [05:38] tseng: given timezones and such, it'll probably be monday before I do any handholding [05:38] tseng: oh! you packaged tomboy [05:38] jdub: hmm kinda [05:39] i seem to remember reading that dpkg figures out the runtime deps [05:39] but it doesnt seem to pull in the newer libgtkspell [05:39] if i install that by hand the pkg works ok [05:39] i just managed to mess it up somewhere [05:40] hmm [05:41] tomboy doesn't seem to use gtkspell [05:42] ./configure disagrees [05:43] tseng: ahr, you need to put source up in your archive :) [05:44] i could do that [05:47] just slap the files in the same dir? [05:48] yeah [05:48] and run dpkg-scansources [05:49] sure [05:49] like scan-packages [05:51] 2 mins [05:56] that should do it. [06:07] ahar, rocking :) [06:07] jdub: sorry.. working now [06:07] i r dumb. [06:08] heh [06:13] tseng: why is libgtkspell-dev in your archive, btw? [06:13] tomboy seemed pretty adament about wanting the newer lib [06:13] ah, tomboy needs > 2.0.6, we only have 2.0.5 [06:14] configure checks >=2.0.6 [06:14] ya. [06:15] so it actually works with 2.0.5 [06:15] but >= 2.0.6 does pango underlines [06:16] ah === jdub hmms. [06:16] that's really something that should be updated. [06:16] seems pretty simple [06:16] and/or didnt make anything explode [06:17] mmm [06:17] bit frivolous though [06:17] tseng: you need to add mono-mcs to the build depends [06:17] sure. [06:19] i have the sneaking suspicion... [06:20] added mono-mcs [06:20] and broke the repo again. [06:20] [DllImport ("libgtkspell.so.0")] [06:20] :P [06:20] ^ dynamically loads gtkspell [06:21] so you should add the binary name to the Depends line === lamont sleeps [06:22] night lamont :) [06:22] cya. [06:24] add gtkspell? [06:24] Depends: ${shlibs:Depends}, ${misc:Depends}, libgtkspell0 (>= 2.0.5) [06:24] hmm sure [06:30] jdub: getting late this side of the pond, ill catch you another day [06:31] 'night! [06:31] that package should suck less now [06:31] tseng: i'll send a debian dir tarball for some hints :) [06:32] hmm ok :) === doko [doko@dsl-084-057-007-236.arcor-ip.net] has joined #ubuntu-devel === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [09:59] mdz, jdub: xresprobe 0.4.9 (with interdiff) on http://people.ubuntu.com/~daniels/xresprobe; all it does is re-add some monitor frequency detection code that was lost when we got detailed timings. ok for warty? [10:00] lamont: we removed postfix from base-config for reasons that I am and was convinced are specious; if there's a good reason for me to put it back, please hand me the ammunition :) [10:01] yo Kamion [10:01] Kamion: how's the d-i wiggling going? [10:01] pretty well, productive so far [10:02] daniels: approvedf [10:03] Mithrandir: someone posted about dm-crypt devices and hal on hal-list just recently [10:07] jdub: thanks [10:08] Roar: jdub got an URL? :) [10:13] um [10:13] not in my mail client ;) [10:13] Subject: Device mapper interface and HAL [10:13] it's hosted on freedesktop.org [10:38] daniels: approved [10:39] jdub: yeah, looks interesting [10:39] Kamion: that issue with stuff appearing in base was vim, I think (in which case it's fixed now) [10:39] I tested debootstrap anyway [10:43] Kamion: http://bugzilla.ubuntu.com/show_bug.cgi?id=1545 -- mrvn has answered now, and I think his answer makes sense. [10:44] mdz: ok [10:44] mdz: yes, that would explain it [10:44] Mithrandir: yeah, I talked to him last night and he convinced me it was OK [10:45] daniels: #1153 has returned to you for more love [10:46] Kamion: ok, I'll make up a new package and get it approved, then. [10:46] mklibs HURTS my BRAIN [10:49] mdz: saw that bouncing back. was thinking of a test to see if ppp_on_boot points to ppp_on_boot.dsl; if it does, and the latter doesn't exist, force a change? === vuntz [~vuntz@fennas.vuntz.net] has joined #ubuntu-devel === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [11:10] mdz: 1545 ; http://raw.no/patches/grub_0.95+cvs20040624-3ubuntu16_2gb_limit.diff ; permission to upload? This is in the pure64 archive already, so it has been fairly well tested. (Will add bug # reference) [11:10] Mithrandir: yes [11:10] thanks a lot [11:11] and now to bed [11:12] sleep tight === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel [11:30] yay, down to zaroo bugz for me. [11:30] that mean I can do something else for a few hours. === azeem [~mbanck@socks-out.lrz-muenchen.de] has joined #ubuntu-devel === seb128 [~seb128@ANancy-111-1-16-181.w81-50.abo.wanadoo.fr] has joined #ubuntu-devel [12:45] morning === vuntz [~vuntz@fennas.vuntz.net] has joined #ubuntu-devel === vuntz [~vuntz@fennas.vuntz.net] has joined #ubuntu-devel [03:27] monodevelop-0.5.1 fixed the bug [03:27] im build debs + src for that. === lamont hands kamion 1711, and a couple other postfix bugs he's been coding around lately [03:49] guys, is there a command that turns in patch into a dpatch? monodevelop has patches wrapped in a bit of bash [03:50] ah there it is. === pitti [~martin@195.227.105.180] has joined #ubuntu-devel [05:04] tseng: rad :) [05:06] daniels: i lied, i just added the patch to 0.5 instead [05:07] either way [05:12] im out for the day, catch you cool cats later. [05:13] seeya dude === lamont passes through briefly, pointing at linux-source-2.6.8.1 (amd64,ppc), and mozilla/ppc ftbfs'es [05:23] linux-source/i386 is still building === minghua [~minghua@danube.mems.rice.edu] has joined #ubuntu-devel [05:59] hrm, what happened about new dbus/hal? [06:00] thom: what about it? [06:00] do we need new Ubuntu packages? [06:01] i believe seb/pitti were looking at bringing the new ones across [06:01] what for? [06:01] pitti has hal 0.2.98 and dbus uptodate + gvm packages ready afaik [06:01] daniels: devices locking [06:02] ah ok [06:02] i was going to say, I'm probably decently qualified to do them if they need doing ;) [06:02] daniels: BTW, sjoerd is waiting for you and dbus to upload new hal/gvm in debian :) [06:03] seb128: yeah, I just spoke to him then and asked him to NMU [06:03] what with me not having a pure Debian machine and all [06:03] ok [06:03] you guys should do a packaging team for utopia stuff [06:04] yeah, it's been floated [06:05] I told Sjoerd to not hesitate to prepare NMUs and to just anity-check them past us if he felt it necessary [06:05] since I won't have a Debian chroot for a couple of weeks yet [06:08] seb128: hypothetically, what would you think about adding the directfb patch to the Debian gtk+2.0 package? [06:09] um, wrong channel I guess, I'm really thinking about it for Debian [06:10] I've not looked on it, but could be nice [06:11] I'm trying to get the d-i gtk frontend up and running here; the gtk+2.0-directfb package turns out to be a dodgy and rather broken fork of gtk+2.0 2.0.9 or so which needs to die a horrible screaming death [06:11] it screws about with library paths in a way that makes it pretty much impossible to build d-i against it [06:12] although the gtk-directfb ported to gtk 2.4 requires, er, directfb from CVS [06:13] have you looked on kov's thread about the d-i gtk+ frontend: http://lists.debian.org/debian-gtk-gnome/2004/06/msg00315.html ? [06:14] dunno how much he has played with it, apparently he didn't have a lot of free time during the last months, but could be nice to ping him. He probably has some idea on this [06:15] I haven't, but we appear to have got about the same distance in slightly different directions [06:16] I suspect I've got a lot further with cdebconf-gtk than he has, he's got further with the build [06:16] however as far as I can tell he hasn't actually checked in any changes :( [06:16] which makes it hard to cooperate ... [06:17] I think he was trying to get some results before getting further [06:18] well, certainly there's not much point trying to improve the UI before having seen it :) [06:19] one of the problems that graphical d-i has is that nobody checks anything in though ... gtk.c hasn't been touched since March and spectacularly failed to pass even cdebconf's rudimentary tests [06:20] yes, but that's because nobody is really working on it [06:21] kov was the only guy interested for the moment apparently [06:21] well, true, most serious d-i people have been working on more urgent things [06:22] occasionally one person gets interested, works on it for a while, gets bored and goes off to do other things, and then never checks in what he's done so the next person starts over [06:22] perhaps we should open an alioth project on alioth on something for the d-i frontend [06:22] and try to get some people interested [06:23] where is the current tree ? Who is allowed to commit changes (ie: kov can commit ?) ? [06:23] you don't need an alioth project, it's in d-i [06:23] any d-i developer [06:23] yes, but the problem is that we probably don't want anybody able to commit in the d-i tree [06:24] all the changes *really* should go in d-i [06:24] lots of people already have commit access [06:24] ok [06:24] d-i is watched pretty closely too [06:24] kov is not here for the moment, but we should talk about this with him when he'll be here [06:25] well, I'll continue with what I'm doing for the moment; I'm on a roll :) [06:25] ok [06:25] I'm sure it won't be too hard to merge [06:26] afaik kov has not made big changes, so it should be easy === Enyo [~enyo@ool-435469d2.dyn.optonline.net] has joined #ubuntu-devel [06:54] Hello === mjg59 [mjg59@cavan.codon.org.uk] has joined #ubuntu-devel [08:00] do we have somewhere a list of supported languages for warty? or better: which should be supported? === vuntz [~vuntz@fennas.vuntz.net] has left #ubuntu-devel ["I] === sivang [~sivang@CBL217-132-229-100.bb.netvision.net.il] has joined #ubuntu-devel [08:38] lamont: flushing old mail? === seb128 [~seb128@ANancy-111-1-1-92.w81-248.abo.wanadoo.fr] has joined #ubuntu-devel === sivang [~sivang@CBL217-132-243-60.bb.netvision.net.il] has joined #ubuntu-devel [09:32] elmo: openoffice.org-dictionaries? [09:40] mdz: did the spell checking mail arrive on the list? [09:42] Mithrandir: did you see Matthias's post to ubuntu-devel yet? [09:42] doko: yes, I am replying [09:43] npmccallum: no, sorry, been hacking ARM cross compilers all day, will go read. [09:43] Mithrandir: its all the spell checking stuff [09:44] mdz: I thought openoffice.org-dictionaries was in warty... [09:46] mdz: nevermind, it was thesaurus that I was thinking of [09:49] mdz: are you still having problems with your scrollwheel in firefox? [09:53] thom: not today, no [09:53] thom: is there reason to believe it may have been fixed? [09:54] not that i'm aware of, but i can't duplicate it on amd64 or x86 [09:56] mdz: did you keep your old profile? [09:56] it could be related to that [09:56] thom: I didn't destroy my profile [09:56] I think it was happening to daniels [09:56] I think the problems preceded your "fix it harder" upload [09:57] heh [09:58] they're quite possibly fixed in -0ubuntu3, but moz seems to be very sensitive about profile destruction :/ [09:58] do we install ppp from base-config? [10:00] oh it's on the installer seed. guess it's enough for users with dial in broadband [10:03] oh. so, i'm getting a via mainboard for my amd64, and sata. just to give the installer a stretch :-) [10:12] sata seems to be a source of strange problems [10:12] yeah, it should be an interesting adventure [10:12] my main install will stay on pata for the time being tho :-) === justdave [~dave@24.247.63.44.gha.mi.chartermi.net] has joined #ubuntu-devel [11:49] mdz: didn't think I was... am i? [11:50] lamont: just got mail from you dated Sep 14 [11:50] lamont: ahh, you sent it to debian.org [11:50] and debian.org mail has been fucked [11:50] that must be it - was getting some myself, wondered why... [11:50] mdz: doogie just fixed master, so it could be old debian mail [11:51] so who must I convince to get the non-interactive config run of postfix into base-config? [11:51] lamont: please remind me when I'm IN THE RIGHT COUNTRY :-) [11:51] lamont: I will do it, but probably not from here [11:51] i got mail from Joey dated from the 15th about a security upload *sigh* [11:51] Kamion: wasn't meant to pester you, was looking for more ammo to give you... [11:51] lamont: ah [11:52] lamont: setting up /etc/aliases properly is sufficient ammunition for me [11:52] thanks [11:52] lamont: as far as I can tell it'll fix that bug ... [11:52] ? [11:52] yes [11:52] good-oh, will restore it then [11:52] Kamion: what are we going to do about that debootstrapped-packages-with-debconf-questions issue? [11:52] dpkg-reconfigure postfix after uid1000 is added will kill that bug [11:52] Kamion: (#1388)