=== Amaranth [~travis@amaranth.user] has joined #ubuntu-motu === Arrogance [~aks@ottawa-hs-209-217-93-96.d-ip.magma.ca] has joined #ubuntu-motu [12:28] gn8 everbody === dnakata [~kvirc@alyson.feriteninjas.com] has joined #ubuntu-motu === moyogo [~moyogo@HSE-Ottawa-ppp160072.sympatico.ca] has joined #ubuntu-motu === sebest [~chatzilla@sebest.ovibes.com] has joined #ubuntu-motu === CarlFK [~CarlK@c-67-163-43-70.hsd1.il.comcast.net] has joined #ubuntu-motu [01:55] http://packages.ubuntu.com/hoary/x11/gtranscode - "transcode Pakage not available" - should something like this be reported somewhere? [01:57] already reported in malone iirc [01:57] you can compile transcode manually [01:58] it may be in hoary-extras of ubp, too [01:58] https://launchpad.ubuntu.com/malone/bugs/586 [01:58] thanks === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has joined #ubuntu-motu === kyncani [~kyncani@lns-vlq-25-ren-82-254-155-78.adsl.proxad.net] has joined #ubuntu-motu [02:00] okay, did apt-cdrom and added my cdrom to apt. Trying to do "pbuilder create --distribution hoary" to set up the chroot env to build packages however pbuilder is still complaining that it cannot find the cdrom. Anyone have this problem? The docs on https://wiki.ubuntu.com/PbuilderHowto doesn't describe this problem [02:01] I have the cdrom inserted and mounted and it's in my /apt/sources.list, when I do run "pbuilder create --distribution hoary" it errors out when trying to find stuff that is on the cdrom. [02:01] hmm? [02:02] you must not have edited your sources.list [02:02] I tried removing the cdrom line in /apt/sources.list and it still complained [02:03] I presume you mean the sources.list for your pbuilder [02:03] I have the transcode source (I have been building tc from source for years) - what does it take to make a .deb? (guessing there is a URL I need to read) === bddebian [~bddebian@pcp08717033pcs.phnixv01.pa.comcast.net] has joined #ubuntu-motu [02:03] apt-get build-dep transcode [02:03] crimsun - um.... after ./configure && make? [02:04] no, before [02:04] majic: did you edit ~/.pbuilderrc ? [02:04] yes [02:04] majic: you don't need to pass --distribution [02:05] I was following along on https://wiki.ubuntu.com/PbuilderHowto [02:05] maybe that's not the best tutorial [02:05] Worked For Me (tm) [02:05] :-) [02:06] majic: did it create the base.tar.gz successfully? [02:07] not yet. I was editing the wrong sources list. I presume I need to remove the cdrom entry. [02:07] yes [02:07] I'm rerunning pbuilder now [02:08] crimsun: You know much about UniverseUnmetDeps? [02:08] bddebian: I haven't looked at it lately [02:08] (sec) [02:08] I mean, if I "fix" something, should I put it on REVU or just make a note on that page? [02:09] not being an MOTU that is [02:10] oh, if you're not a MOTU I presume it needs to go through REVU [02:10] \sh probably will clarify [02:17] I appreciate the help crimsun, this time it worked. I'm sure if I had a few more days experience using Ubuntu I would have had enough common sense to have removed that line myself. [02:17] I spun my wheels for over an hour doing the same crap over and over with the same error =) [02:17] crimsun: OK, thx [02:18] majic: oh don't worry, I got tripped up by 99update-notifier for a bit [02:18] after a while it becomes monotonous setting up pbuilders :) [02:19] building tc - autoreconf -f -i "aclocal: configure.in: 26: macro `AM_PROG_AS' not found in library" [02:19] did you libtoolize? [02:19] um.. is that a verb? ;) [02:20] I'm going to attempt to fix the Ruby package to the latest stable release [1.8.2] , I'm probably biting off more than I can chew but we'll see. [02:20] CarlFK: it's both a verb and a command (ugh) [02:21] my tc installs have been on RH and gentoo - first time on ubuntu [02:21] CarlFK: did you check if transcode is in hoary-extras? [02:21] not to mention I never quite know what I am doing ;) [02:22] will save you quite a bit of time if it is in that repo [02:22] indeed. I don't see it in http://packages.ubuntu.com - where is extras? [02:24] crimsun: Are you taking care of the xfce stuff on MOTUToMerge? [02:24] bddebian: Jani and I are, yep [02:25] bddebian: those will all be moot after the merge from os-works [02:25] Ah OK [02:33] using deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe multiverse restricted - I get transcode: Depends: libavifile-0.7c102 (>= 1:0.7.38.20030710-1.2) but it is not installable [02:33] it that fixable, or is it build from source time? [02:34] I don't know if hoary-extras is built from breezy [02:35] im working on a hoary box === gradzac [bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-motu [02:36] ah, it's in hoary/universe [02:36] check apt-cache policy libavifile-0.7c102 [02:37] whoops, this is a breezy box... doh [02:37] they are both desktop boxes - I got confused ;) [02:43] libavifile-0.7c102: Installed: (none) Candidate: (none) Version table: [02:43] you don't appear to have hoary/universe enabled on that install [02:44] I can do that? [02:44] on a breezy box? [02:44] I wouldn't. [02:45] this is kinda a play box, so as long as it doesn't catch fire I am not to worried about it getting screwed up [02:46] Breezy has libavifile-0.7 in universe [02:46] it looks like you'll need to pull the source for transcode from hoary-extras and tweak debian/control, then compile it yourself. You'll need libavifile-0.7-dev [02:47] why hoary-extras and not cvs (which I allready have) [02:47] I know: [02:48] i need debian/control, which is in the hoary-extras package, right? [02:49] It's in all debian/Ubuntu packages :-) [02:49] hoary-extras doesn't have source [02:49] im getting dizzy [02:49] CarlFK: you don't _have_ to use hoary-extras. I simply suggested that in case it was compiled. Looks like you'll have to compile it manually regardless. [02:50] gradzac: You're from Omaha? [02:50] ok, which brings us back to libtoolize, which I ran, and still get "aclocal: configure.in: 26: macro `AM_PROG_AS' not found in library" === StoneTable [~stone@c-24-14-85-48.hsd1.il.comcast.net] has joined #ubuntu-motu [02:51] do you have autoconf installed? [02:51] yes [02:52] what version of automake? [02:57] automake (GNU automake) 1.4-p6 [02:58] afternoon [02:58] afternoon, ajmitch [02:59] CarlFK: I don't know offhand if you'll need to upgrade automake versions (~1.9) [03:00] yup - tc readme: To do this you need _recent_ versions of autoconf (>= 2.59), automake (>= 1.8) and libtool (>= 1.5) === jaldhar [~jaldhar@pcp09354467pcs.jersyc01.nj.comcast.net] has joined #ubuntu-motu [03:03] Heya ajmitch === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has joined #ubuntu-motu [03:13] ah, the ver is in the package name... automake1.8 [03:13] indeed [03:15] and I have to apt-get remove autoconf too. [03:15] er [03:15] automake === |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-motu [03:52] anyone know if someone is working on updating the version of Glade in ubuntu?? [03:54] to what? [03:55] the latest release is 2.10.0, which we have [03:55] ahh...my bad, there is a glade-2 package [03:58] ah, the ver is in the package name... automake1.8 ;) [03:59] it should just know [04:00] err === rcliii [~rcliii@cpe-65-26-158-102.cinci.res.rr.com] has joined #ubuntu-motu [04:00] how does apt automagically know what you're compiling and what version of automake it needs to give you the correct version? [04:02] automagic. [04:02] im just kidding [04:02] Amaranth: alternatives [04:02] there should be an autohell package that installs all of them [04:03] and then a script that tries each version untill something works [04:03] autohell_0.1 is NEW [04:03] that way I would have 0.0 chance of knowing what is going on. === crimsun kids [04:03] as opposed to this "I think I got it" feeling that leads to hours disapearing [04:20] Amaranth: yes, I live near Omaha [04:20] gradzac: Cool, my grandparents live there. [04:20] CarlFK: automake, autoconf....all give me headaches [04:21] Amaranth: hopefully you are some place that is not as hot/humid as it is here [04:21] gradzac: haha, Sioux City, Iowa [04:21] so yeah, it's just as hot and humid [04:22] yup :( [04:23] well...hi from 100mi north! :) [04:27] Amaranth: heh...didn't know they had the internet in Iowa :) [04:28] *smack* [04:33] Carrier Pigeon Internet Protocol [04:34] thats a messy protocol....it drops packets all over the place [04:34] heh [04:34] heh [04:34] hahaha [04:34] that just made my day [04:38] according to http://www.ietf.org/rfc/rfc1149.txt that is an audit trail. [04:38] oh yeah...I forgot there was an RFC for that :) [04:38] there is a way larger version of this somewhere [04:39] or maybe not... === trulux [~lorenzo@trulux.user] has joined #ubuntu-motu === Tonio- [~tonio@tonio.planetemu.net] has joined #ubuntu-motu === mitsuhiko [~mitsuhiko@80.122.201.98] has joined #ubuntu-motu [05:56] hello \sh [05:57] \sh, if I feed you .desktop files, will you do the package editing stuff (I don't have time to play with learning that right now) [05:58] \sh: I'm just reverting the c++ lib rename on libsdl-sound1.2 if you don't mind :) [05:58] <\sh> Burgundavia: sure.. [05:58] <\sh> ajmitch: thx [05:58] <\sh> *argl* [05:58] as it's one of a number that export a C interface [05:58] annoying, I know [05:58] <\sh> ajmitch: it was written on the list ,-) [05:58] yeah, but we've got a different name than debian now [05:58] \sh: Got any suggestions of things for me to look at next? [05:59] <\sh> bddebian: did u get any mail from katie concerning pmock? === ajmitch will have to find out how many others have this problem :) [05:59] <\sh> ajmitch: when it's not a c++ lib, I think it's correct to revert it [05:59] \sh: No, I don't think so [06:00] \sh: well, it's a C++ lib [06:00] <\sh> bddebian: please check, when your email addr is whitelisted by elmo [06:00] but doesn't export the symbols as that [06:00] thanks to our friend extern "C" [06:00] Aren't only MOTUs whitelisted? [06:00] <\sh> eeks === bddebian is still confused [06:00] <\sh> bddebian: no everybody who contribute to universe should be whitelisted [06:01] Do I contribute? ;-) [06:01] <\sh> bddebian: because only whitelisted email addresses will get replies from katie if the package is accepted or not, even when it's a sponsored upload [06:01] <\sh> bddebian: yes [06:02] <\sh> bddebian: you can ask stoopid questions, dude :) [06:02] <\sh> ajmitch: then revert it pls :) [06:02] \sh: doing so, it was already noted as that in bugzilla :) [06:03] since the debian maintainer questioned the transition [06:04] <\sh> bddebian: I'm just curious cause I've uploaded pmock with your changelog entry, and I don't receive any mail from katie, cause it would send you the mail if it's accepted or not, and I didn't receive any mail from breezy-changes [06:05] <\sh> Burgundavia: u r refering to my mail on ubuntu-devel (couple of minutes ago?) [06:05] \sh: Ah, OK. Am I to request whitelisting from elmo? [06:05] \sh, yes [06:06] <\sh> bddebian: wiki.ubuntu.com/Uploads [06:06] <\sh> Burgundavia: I thought so..I should shut the fck up early in the morning ;) [06:06] \sh, I beat you. Why not to blog when very tired --> http://www.advogato.org/person/Burgundavia/diary.html?start=21 [06:08] <\sh> Burgundavia: oh I blogged as well this morning...giving a nice trackback to Jorges Plaxo article ;) [06:08] gah [06:08] thanks for reminding me that I haven't wasted enough time reading planets today :) === ajmitch goes & reads blogs [06:09] ouch [06:09] <\sh> funny ideas I have in the early morning hours...I'm mental ill I think totally paranoid [06:09] that plaxo stuff is evil. My attitude towards non-free stuff is gradually hardening [06:10] <\sh> ajmitch: lol [06:10] \sh: It says maintainers should request whitelisting?? [06:10] <\sh> bddebian: yes you're as well a maintainer...cause u r contributing with your name and email address.. [06:11] <\sh> only keyring stuff is for approved motus [06:11] yay, new monopod release [06:11] You guys are damn confusing :-) === ajmitch will have to bug tseng [06:12] <\sh> as I said, I have mad cow desease *lol* [06:12] <\sh> ok...last cigarette and then shower and rushing to work [06:13] ok \sh :) [06:13] mmm, cigarette... [06:16] <\sh> bddebian: But u don't want to get rich? creating a case against the tobacco industry or something like that? ;) [06:17] Hell no. I take responsibility for my own actions [06:22] <\sh> bddebian: good american boy *rotfl* [06:23] hmmm [06:27] <\sh> bddebian: I was just making a joke about those people, who have cancer and were creating cases against philip morris ,-) "Hey, I just smoke 60 years of my life...i didn't know that it can kill me" [06:28] Aye [06:28] <\sh> "and now, I'm just dead, but u r at fault, u evil phillip morris" [06:28] \sh: So if I start looking at unmet deps again and I can "fix" one, where do I put it? REVU? [06:28] <\sh> bddebian: no..put it on the wiki page [06:28] <\sh> with your and stuff..provide at least a debdiff somewhere..if you need webspace, ask me pls :) [06:28] \sh: Does anyone look at that? ;-P [06:29] <\sh> bddebian: what do u think? *blink* [06:30] no, we spend all our time here talking :) [06:31] <\sh> ajmitch: not me...I'm sitting half naked in front of my laptop and I wanted to go and have a shower..but anyways...I will go later to work ,-) nobodies rushing me and I'm not on the run [06:32] heh [06:33] time for me to write some more scripts tonight, comparing library names in debian & ubuntu :) [06:33] somebody asking for a gnome-power-manager backport [06:33] Ack [06:34] <\sh> jesus... [06:34] I think we'll revert any c++ unneeded transitions, and rebuild packages that depend on them [06:34] painful, but less pain than doing it later [06:34] ajmitch: Well look at libgdal1 :-) [06:35] <\sh> whats with libgdal? [06:35] <\sh> whats with libgdal1? [06:35] I don't see any libgdal1 [06:35] Dunno but grass depends on it and it libgdal1c2 now :) [06:35] <\sh> yes right [06:35] ah there we go.. === bddebian ++ ;-) [06:36] <\sh> bddebian: so recompile [06:36] <\sh> gras [06:36] <\sh> s [06:36] bddebian: probably just one of the main apps that need rebuilt, unless you're sure that it's a C interface [06:36] s/main/many/ [06:36] \sh: Not if ajmitch is going to rename it :-) [06:36] <\sh> bddebian: no..he's not renaming it [06:36] ajmitch: I haven't looked at it that close yet [06:37] bddebian: I'm only going to revert renames on those libs that didn't need renamed [06:37] doing otherwise would be stupid :) [06:37] Heh [06:37] and would cause \sh to hunt me down [06:37] <\sh> hehe === ajmitch can't wait to get a semi-decent speed for DSL [06:38] <\sh> bddebian: before u start with unmetdeps..you should read [06:38] <\sh> https://wiki.ubuntu.com/BreezyToolchainTransition [06:38] <\sh> and https://wiki.ubuntu.com/CxxLibraryList [06:39] <\sh> most of the apps on unmetdeps have unmetdeps cause they need some rebuild love cause of the cxx transition [06:39] rebuilds are mostly done by those who can upload [06:39] <\sh> but u have to check as well the changelogs...cause doko rebuild some already [06:39] since it's only a changelog entry in most cases [06:39] I find it easiest to look on my gmail account [06:39] <\sh> and a buildX to the version [06:39] nice & simple to search breezy-changes there ;) [06:40] <\sh> I'm not allowed anymore to use gmail in germany..cause of shitty trademarks of a german idiot...who prevent google of spreading gmail to germany ,-) [06:41] <\sh> s/of/from/ [06:41] ouch [06:42] hasn't someone been to his house & 'visited' him? [06:42] <\sh> ajmitch: problem is..he's not living in germany, but on some island...he knows why ,-) [06:42] <\sh> bloody stupid rich child with no brain [06:43] yeah [06:44] bddebian: good news [06:45] gdal looks like it might be another C interfaced lib :) === ajmitch just noticed that packages.qa.debian.org has entries for 'Patch from ubuntu' down the side [06:46] <\sh> ok...gdal.h is c callable [06:47] yes, as well as a number of other headers [06:47] I haven't done any exhaustive review of the headers that get installed or the library symbols [06:47] <\sh> I hate this [06:48] <\sh> all the work for nothing...but anyways..false positives [06:48] it's ok.. [06:48] most of the work that was done was very useful === bddebian will just sit on his hands then :-) === bddebian is now known as chillywilly-jr [06:50] <\sh> ok...have to rush now...shower, leaving for office [06:50] Later \sh, I'm leaving for bed :-) [06:50] <\sh> cu later [06:50] bye [06:50] Gnight folks [06:50] <\sh> bddebian: have a good night :) [06:50] Thx [06:50] <\sh> later ajmitch [07:35] I really should install ccache [08:11] <\sh> re [08:11] hey \sh [08:12] welcome back :) === GheRivero [~ghe@hiscpdprx01.upsa.es] has joined #ubuntu-motu === GheRivero [~ghe@hiscpdprx01.upsa.es] has left #ubuntu-motu ["Abandonando"] === TMM [~hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu === carlospc [~carlospc@36.Red-217-125-73.pooles.rima-tde.net] has joined #ubuntu-motu === poningru [~poningru@pool-70-110-66-70.tampfl.fios.verizon.net] has joined #ubuntu-motu === doko__ [~doko___@dsl-084-059-080-150.arcor-ip.net] has joined #ubuntu-motu === JRe [~jre@adsl-169-178.36-151.net24.it] has joined #ubuntu-motu === Treenaks watches robitaille do lots of bug things [10:23] Malone needs so much love... [10:23] Treenaks, does malone spit out to a mailing list? [10:24] Burgundavia: no, it sends mail cc: everyone [10:24] ah [10:24] for all the MOTU stuff [10:25] I have been assigning universe packages to motu...so a lot of cc emails have been going around. Sorry about the spam. [10:25] be glad you are not still subscribed to the wiki [10:25] been spamming those people as well [10:25] robitaille: no problem... malone needs a special header to filter on thouguh [10:25] though === Danten [~danten@h53n10c1o1049.bredband.skanova.com] has joined #Ubuntu-motu [10:27] Treenaks: the "from" header seems to always come from xxxx@bugs.launchpad.ubuntu.com [10:27] at least it comes from a decent email now [10:27] robitaille: yes, but I hate the From: header :) [10:27] before it use to come from no-reply, which made sorting impossible [10:28] but I'm now going to bed. So I'm done for the night :) [10:31] Burgundavia: only dholbach & I are crazy enough to be subscribed to the whole wiki, right? [10:31] ajmitch, robitaille was [10:31] ah [10:31] ajmitch, you are going to get about 300 more emails in the next few days [10:32] malone does have the X-Generated-By: Launchpad (canonical.com) [10:32] I can handle it :) [10:32] ajmitch: yes, but I want malone mail to be different from other launchpad mail :) [10:32] Treenaks, if you don't like their email handling, bitch about it [10:32] Treenaks: heh, I don't get any other launchpad mail :) [10:32] Burgundavia: what do you think I'm doing? :P [10:32] file a bug in malone about it [10:32] Treenaks: what other lp mail do you see? [10:33] ajmitch: uh.. not much really :) [10:33] ajmitch: not yet anyway... === jsgotangco [~jgotangco@info12-93.info.com.ph] has joined #ubuntu-motu === spafbnerf [~al@vpn-gw.dctr.sa.sysfusion.net] has joined #ubuntu-motu [11:00] HURROAW [11:00] erm. [11:00] i want to package games, for ubuntu... whats the process to get them included in universe? :) [11:01] spafbnerf: the preferred way is get them into debian first [11:01] but otherwise, read wiki.ubuntu.com/MOTU [11:13] new packages get put up for review, we take a look at them when we can === herzi [~herzi@d023086.adsl.hansenet.de] has joined #ubuntu-motu [11:32] good night all [11:34] night Amaranth === opi [~emil@oppeln-bronikowski.int.pl] has joined #ubuntu-motu === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu [12:04] coolio, thx chaps... [12:05] there r sum real nice titles which r missing from the packages ;) === PlanarPlatypus [~alucard@cpc2-cove3-5-0-cust220.brhm.cable.ntl.com] has joined #ubuntu-motu === thoreauputic [~prospero@wolax8-043.dialup.optusnet.com.au] has joined #ubuntu-motu === Hieronymus [~Hieronymu@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === asad2k5 [~asad@82.194.43.180] has joined #ubuntu-motu === rob^ [~rob@rob-ubuntu.student.supporter.pdpc] has joined #ubuntu-motu === slomo [~slomo@p5487C526.dip.t-dialin.net] has joined #ubuntu-motu === slomo [~slomo@p5487C526.dip.t-dialin.net] has joined #ubuntu-motu === StoneTable [~stone@c-24-14-85-48.hsd1.il.comcast.net] has joined #ubuntu-motu === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-motu === jamessan|work [~jamessan@c-24-218-220-129.hsd1.ma.comcast.net] has joined #ubuntu-motu === comadreja [~comadreja@80.224.108.186] has joined #ubuntu-motu === PlanarPlatypus [~alucard@cpc2-cove3-5-0-cust220.brhm.cable.ntl.com] has joined #ubuntu-motu === bradb [~bradb@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-motu === Gazer [~gazer@200.68.69.97] has joined #ubuntu-motu === Mo42 [~mo@p548763DA.dip.t-dialin.net] has joined #ubuntu-motu === StoneTable [~stone@c-24-14-85-48.hsd1.il.comcast.net] has joined #ubuntu-motu === JRee [~jre@adsl-169-178.36-151.net24.it] has joined #ubuntu-motu === PlanarPlatypus [~alucard@cpc2-cove3-5-0-cust220.brhm.cable.ntl.com] has joined #ubuntu-motu === spacey [~spacey@ipd50a233d.speed.planet.nl] has joined #ubuntu-motu === rem_ [~rem@adsl-136-251-bs1.datacomm.ch] has joined #ubuntu-motu === spacey [~spacey@ipd50a233d.speed.planet.nl] has joined #ubuntu-motu === DanielN`aw [~daniel@84-72-116-21.dclient.hispeed.ch] has joined #ubuntu-motu === AstralJava [~jaska@cm-217-078-207-86.lohjanpuhelin.fi] has joined #ubuntu-motu === robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu === DanielN`aw is now known as DanielN === poningru [~poningru@pool-70-110-66-70.tampfl.fios.verizon.net] has joined #ubuntu-motu === tamir [~tamir@85-65-207-196.barak-online.net] has joined #ubuntu-motu === poningru [~poningru@pool-70-110-66-70.tampfl.fios.verizon.net] has joined #ubuntu-motu === tamir [~tamir@85-65-207-196.barak-online.net] has left #ubuntu-motu [] === lamont__ [~lamont@15.238.5.126] has joined #ubuntu-motu === crimsun_ [~crimsun@rchp4.rochester.ibm.com] has joined #ubuntu-motu === zAo^ [~zao@zAo.xs4all.nl] has joined #ubuntu-motu === CarlFK [~CarlK@c-67-163-43-70.hsd1.il.comcast.net] has joined #ubuntu-motu [04:37] apt-get build-dep transcode && ./configure && make [04:37] now what? [04:39] there isn't a motu mail list or news group? [04:39] no. [04:39] ubuntu-devel [04:39] k === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has joined #ubuntu-motu [04:46] https://launchpad.ubuntu.com/distros/ubuntu/+bugs/586 [04:47] how do I add info? [04:47] or shoudl I post to -devel and cc bigsmoke [04:52] CarlFK: https://launchpad.ubuntu.com/malone/bugs/586 then click on "add a comment" === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-motu [04:53] thanks [04:54] actually it is "New comment on this bug".... [04:54] i figured that out ;) [04:56] now that I got the transcode souce to compile, how do I make a .deb? [05:00] CarlFK: if you are going to work on #586, maybe the bug should be assigned to you :) === robitaille has been assigning dozen of Malone bug in the last few hours to try to clean things up [05:01] sure... sign me up === infinito [~infinito@75.Red-80-59-227.pooles.rima-tde.net] has joined #ubuntu-motu [05:02] or do I sign me up? [05:07] CarlFK: it would be great if you could attach an .debdiff with the modifications you did to the sourcepackage. at least try to describe what parts you had to change [05:09] no changes [05:09] CarlFK: #586 is now yours :) [05:09] oh boy... [05:10] so this deb thing... crimson lead me to belive it was "easy" and then left ;) === ogra [~ogra@p5089F6B9.dip.t-dialin.net] has joined #ubuntu-motu [05:11] CarlFK: I'm currently reading over the docs on how to build packages: http://www.debian.org/doc/maint-guide/ there is alot of information to digest and it doesn't look all that easy from a n00b perspective... [05:12] crimsun!!! === bddebian [~bddebian@user216-178-65-218.netcarrier.net] has joined #ubuntu-motu [05:12] Howdy [05:13] bddebian: hello [05:13] Hello majic [05:14] majic - thanks for the link - reading it now [05:14] CarlFK: I got spoiled using Gentoo where there are about a bazillion developers and shit gets fixed before you even realize it was broke... [05:15] so as far as building packages I'm a complete n00b [05:15] but I want to get into working on stuff for Ubuntu [05:15] ditto, ditto [05:16] Heresy [05:16] :-) [05:16] I'd like to help fix the Ruby package, I got the src and started looking over it but currently don't know where to begin to help out [05:16] bug # 12613 [05:17] the ruby package looks quite complex from my initial observation lots of patches and stuff. Can't figure out why they aren't just using the standard source package for 1.8.2 instead of a beta with a bunch of patches [05:18] is there a list of the packages I need to isntall? [05:18] CarlFK: For what? [05:18] without the comments, somehting I can cut/paste after an apt-get command [05:18] CarlFK: https://wiki.ubuntu.com/DeveloperResources , I'm using pbuilder === JRe [~jre@adsl-169-178.36-151.net24.it] has joined #ubuntu-motu [05:26] ogra: Who is responsible for the UniverseUnmetDeps wiki page? [05:26] note for anyone with admin access to MOTU's launchpad team page (https://launchpad.ubuntu.com/people/motu), there is a typo in the description on that page ("oneas" instead of "ones") [05:27] bddebian: everyone [05:27] tseng: What I mean is, who can make sure that the list is updated/correct ? I.E. who generated the list? [05:27] probably dholbach [05:27] Ah, OK [05:27] but you can make sure it is updated and correct [05:28] tseng: I'm not sure how he generated it, that's part of why I was asking :-) I wonder if he used "apt-cache unmet" ?? [05:28] i gues [05:28] with some awk and stuff [05:29] Aye. That's my problem. My regexp-fu, awk-fu, etc is severely lacking so I'm not sure the best way to rip out the "suggest" broken deps vs. the real broken deps :_) [05:30] apt-cache unmet | grep -v Suggests: | awk {'print $2'} [05:30] you mean this? [05:31] daniel should put the commands he runs at the top of the file [05:31] for consistancy [05:31] tseng: I hate you :-) === bddebian feels st00pid as always.. :-( [05:36] bddebian: sorry. [05:37] http://www.oreilly.com/catalog/shellsrptg/ [05:37] if you have time for a book, this one looks really good [05:37] tseng: I'm kidding, I appreciate it. THere is sooo much I need to learn. :'-( [05:38] grep -v = show things that dont match the next arg [05:38] awk is dead easy [05:38] print $2 = print the second column [05:40] I actually knew the grep -v part but I am totally clueless wrt awk :-) === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has joined #ubuntu-motu === MagnusR [~magru@85.194.14.142] has joined #ubuntu-motu === plugwash [plugwash@p10link.net] has joined #ubuntu-motu === Mez [~mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu [05:48] Heya Mez === bddebian is leary to start on UniverseUnmetDeps again.. [05:49] hey bddebian === bddebian2 [~bddebian@user216-178-65-218.netcarrier.net] has joined #ubuntu-motu === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-motu [06:02] hrmpf [06:02] i couldn't sign on to REVU [06:02] DanielN: did you upload any package? what is your email you used for uploading packages? [06:03] uploading? i haven't any uploading privileges [06:03] ah [06:03] you mean uploading to revu [06:03] i tried with my wiki account [06:04] DanielN: revu is not connected to the launchpad, I use my own userdatabase ;) [06:04] ok [06:05] then i can order an account? :) [06:05] Which reminds me, I still haven't gotten a confirmation on my signed CoC?? [06:05] DanielN: you give me your keyid, I add you to the keyring, you upload a package, bang, you have an account ,) [06:05] ok just a minute [06:06] siretart: that reminds me that you wanted to review my gnomeradio package ;) [06:07] Mo42: sorry, not today :( [06:07] siretart, arghs.. which one is the key-id again? [06:07] siretart: no problem... === comadreja [~comadreja@comadreja.active.supporter.pdpc] has joined #ubuntu-motu === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu [06:10] btw: is there a way for a non-motu to help with UniverseUnmetDeps? [06:11] siretart, B8F706B7 could this be possible? [06:11] DanielN: http://pgp.surfnet.nl:11371/pks/lookup?op=vindex&fingerprint=on&search=0xB8F706B7 [06:11] ok [06:12] DanielN: done, you may upload now [06:12] thanks siretart :) [06:13] Mo42, yes, make debdiffs and send them to a MOTU ro review and upload [06:15] okay, thanks... i will have a look at the list... [06:17] seems that the list is a bit out of date... [06:17] kile is on that list but i am using it on breezy/amd64 ;) === GheRivero [~ghe@81.172.94.172] has joined #ubuntu-motu [06:19] same with gxine... [06:19] Mo42: It is out of date. Use: "apt-cache unmet | grep -v Suggests: | awk {'print $2'}" (with thanks to tseng :-) ) [06:21] okay, thanks === bddebian calls forth dholbach.. [06:25] bddebian, we just phoned.. i think he'll show up today :) === GheRivero [~ghe@81.172.94.172] has left #ubuntu-motu ["Abandonando"] === dholbach [foobar@td9091b95.pool.terralink.de] has joined #ubuntu-motu [06:27] hellas [06:27] revu is stucking :/ [06:27] oh it's still REVIEW DAY! [06:27] SUPERB! [06:27] ogra: OK :-) [06:27] Hey, speak of the devil :-) [06:27] Hi dholbach [06:27] hey bddebian, how's it going? [06:27] DanielN: why? [06:27] huhu dholbach [06:28] hi siretart [06:28] dholbach, nope its transition, fix unmet deps, day... :) [06:28] that's everyday :) [06:28] oh, it's motu report day [06:28] DanielN: you just uploaded http://siretart.tauware.de/revu/details.py?upid=288, did you? [06:28] dholbach: Fine thanks. You? [06:28] siretart, i don't come on REVU.. it's stucking [06:29] dholbach: How did you generate the UniverseUnmetDeps list? DId you use apt-cache unmet? [06:29] let's gather some comments for the MOTU report! how is life? being in motu land? these days? :) [06:29] bddebian: yes [06:29] dholbach: Can we (you?) update the list? I think it's stale :) [06:29] Or I can do it if you like [06:29] bddebian: and just listed the source packages [06:29] bddebian: i can do that, no problem [06:30] dholbach: Thank you [06:30] just gather some comments on MOTU to do some serious recruiting :-p [06:30] ?? [06:30] where's the motu marketing department? :) [06:30] bddebian: i'm writing the motu report every month to show how C O O L it is to be part of the story [06:31] :) [06:31] Heh [06:31] (ok and to report... actually) [06:31] You don't want my opinion then :-) [06:31] of course [06:31] you're part of MOTU land [06:31] Not yet :-) [06:32] bddebian: you are nearly a motu, you do nearly the same stuff as the people how have to upload their work ;) [06:32] of course - you hang out with us all day and do some serious work - even if your name doesnt show up on breezy-changes - you should chang that [06:33] Well, my only issue/concern is knowing getting a good idea of what to focus on and cross contaminating work. For example some packages cross between UnmetDeps and Merge [06:33] s/knowing// [06:34] bddebian: you do better work than a bunch of motus who were already approved :) [06:34] I do? :-) [06:34] yes [06:38] dholbach: OK good, thanks. Now what should I work on? :-) [06:39] is everything fixed already? :) [06:41] I'm stuck on MOTUToMerge for now. I was thinking about going back to UniverseUnmetDeps? [06:42] i have a package with unmet dependencies that just need to be rebuild. what should i do now? [06:43] Mo42: make sure it really builds and works you want it to, add a debian/changelog entry, do a debdiff, upload it to somewhere, tell elmo/infinity to add your name to the whitelist, let somebody upload the package with applied debdiff [06:43] Mo42: My understanding is post your stuff (including debdiff) somewhere and put it on the UniverseUnmetDeps wiki page for an MOTU to review [06:44] REVU is fine too, ticking it off on the list (universeunmetdeps) is cool too [06:44] dholbach: for such small debdiff, I don't think that revu is that well suited [06:45] ok [06:45] Gah, I was told not to put it on REVU.. This is what I'm talking about dholbach. There isn't much "consistency" on HOW things should be done :_) [06:45] in the current for, I try to improve that with revu2 [06:45] Just "constructive criticism" btw :) [06:45] current form [06:45] bddebian: you can always do it in a million different ways :) [06:45] bddebian: i just realized that i have too many locally installed packages, which make the output for universeunmetdeps a bit unsuitable :/ [06:46] is it save to edit the wikipage now? or are you updating it atm? [06:46] dholbach: Well I mean as far as putting it in front of an MOTU. :-) [06:46] bddebian: you could try creating or improving a wiki page describing HOW things should be done, so if anyone tells you otherwise, point him to that page .) [06:46] Mo42: go ahead [06:46] siretart: I don't feel comfortable since I am not an MOTU yet. I certainly don't want to try to drive policy. [06:47] oh well, just forgot that i have to do a changelog-entry first... [06:47] bddebian: somebody will correct you and there's always #ubuntu-devel and ubuntu-devel@ or the motu-meeting [06:47] bddebian: just go ahead and poke someone about that. It's ok.. [06:47] bddebian: and in a lot of spaces there is a lot of policy to be still done :) [06:47] OK [06:47] bbiam === DanielN is now known as DanielN`aw [06:49] ok... what happened in the last month in motu land? :) === Valandil [~chrys@dsl-084-056-121-199.arcor-ip.net] has joined #ubuntu-motu [06:50] dholbach: Well, we decided we weren't necessary anymore, and disbanded. [06:50] :P [06:50] dholbach: how's your uni stuff going? === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has joined #ubuntu-motu === Nikopol [~mambo@i-195-137-15-67.freedom2surf.net] has joined #ubuntu-motu [06:51] Treenaks: i see - i'm going to report that :) [06:51] Treenaks: fine, still a lot to do, but i'm doing progress thanks - how are you? [06:51] dholbach: I'm fine.. really waiting for vacation now :) [06:52] cool :) [06:52] when will it be? [06:53] dholbach: sept 03 - 16 (of which 3 - 5 I'll be in Berlin) [06:54] cool === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu === Dantis [~danten@h53n10c1o1049.bredband.skanova.com] has joined #Ubuntu-motu [07:03] Treenaks: lol [07:03] okay, added debdiff for gltron to unmetdeps wiki page [07:04] Mo42: Did you actually use debdiff to generate the debdiff? [07:04] yes === jbailey [~jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-motu [07:04] why do you ask? [07:05] Hmm, debdiff has been b0rked for me, I'll have to try it again [07:05] Heya jbailey :-) [07:06] Heya Barry [07:07] do you know what makes me sad: http://lists.debian.org/debian-user-german/2005/08/msg00100.html (sorry, german) [07:09] german makes you sad/ [07:09] ? === bddebian no sprechen ze deutch ( I'm sure I chopped that sentence to shit ) :-) [07:10] german m*r*ns like the one who posted that.. [07:10] bddebian, s/chopped/funnyfied [07:10] :) [07:10] :-) [07:11] siretart: forget about trolls [07:11] sorry for violating the coc. I shouldn't have said that.. [07:11] siretart: forget it :) [07:11] dholbach: you are right. but I find that very offending :( [07:11] Hmm, I haven't gotten acknowledgement of my signed CoC yet, does that mean I can lambast everyone?? :-) [07:12] siretart: it is, but it just drains energy [07:12] ogra: I have this problem that in Spanish when I say "No habla Espanol" my accent is good enough that they don't beleive me. [07:12] > > hello Ludwig, > > > > is Debian. here > > hello Felix - and here are tolerant humans. Thus I am rather intolerant in the reference to the Judas Linux. -- MfG etc.. Werner Mahr registered Linuxuser: 295882 [07:12] jbailey: :-) [07:12] is what I cna understand of it [07:12] ogra: For some reason in Germany when I said "Ein Nein Schprech Deutsche", I didn't have the same trouble... [07:12] jbailey, hehe [07:12] siretart, what are they basically saying? [07:12] jbailey, but it brings acrross what you mean *g* [07:13] yay, wxwidgets2.6 [07:13] ogra: Totally. =) [07:13] Amaranth, now fix the apps :) [07:13] heh [07:13] ogra: haha [07:14] ogra: if someone still hasn't fixed vlc by the time i've got smeg 0.8 finished consider it done [07:14] heh... [07:14] Amaranth: I think doko grabbed vlc from bugzilla from me [07:14] Amaranth, how's your OS situation ? do you have a running ubuntu now ? [07:14] yeah, i'm back to normal [07:15] fully upgraded breezy, minus 40GB of stuff [07:15] bddebian, yes, doko has a lot of sparetime to fill since he assigned me gcompris [07:15] heh === highvoltage [~Jono@196.25.192.240] has joined #ubuntu-motu [07:16] http://dev.realistanew.com/smeg-devel/loading_everything.png <--shouldn't take too long [07:16] i redid in one day what took me a month to do last time [07:16] ogra: Je n'ais pas compris ;-P [07:17] :-p [07:17] HELLO. I can't create a debian package to save my life. I've decided to change that, and that's why I'm here. === moyogo [~moyogo@HSE-Ottawa-ppp160072.sympatico.ca] has left #ubuntu-motu ["Leaving"] [07:17] highvoltage: Welcome then :-) [07:18] bddebian: thanks! [07:18] highvoltage, so it looks like you found the right place then ;) [07:19] I am going to update the UniverseUnmetDeps list with dholbach 's script if that is OK with everyone? [07:19] bddebian, sure, go ahead [07:19] bddebian: what do you do about the old entries? [07:19] dholbach: The old entries? [07:20] the old page, the packages the people said they were working on? :() [07:20] :) [07:20] I will update manually :-) [07:20] ok, let's go :) [07:22] highvoltage: I'd start here if I were you: http://old.gpul.org/colaboraciones/dnmg/ [07:22] Nikopol: could you link that on PackagingTips ? [07:22] sure [07:23] super [07:23] hey dholbach [07:23] ok, stick your hand up, who will be in one of the next TB meetings to go for MOTU? who belongs to the motu hopefuls? [07:23] dholbach: I heared that some work was done to have an ubuntu specific packaging guide, right? [07:24] hey sivang [07:24] sivang: tseng and ajmitch were working on it AFAIK [07:24] dholbach: Actually it's an older version of the dnmg from the one already there. [07:24] but I found it simpler ;) [07:24] :) [07:24] dholbach: ah cool, becasue the new maintainer guide is not something to learn too much from , a mere intro nothing more [07:24] dholbach: Maybe me [07:25] dholbach: how many packages do you need to have uploaded before you can be at the TB meeting ? [07:26] sivang: we don't have a package number - it's more how comfortable the team in general feels with that person [07:26] We are using the Dungeon Masters Guide for packaging?? ;-P [07:26] hahaha [07:26] bddebian: roll a d20 [07:26] Treenaks: rofl [07:26] bddebian: ok... that's one motu hopeful, who else? [07:26] You successfully package the software! [07:26] hahaha [07:27] Nikopol: that link isn't working for me [07:28] Nikopol: thanks [07:28] mmm - working fine here.... [07:28] highvoltage: it is an old version of that but it's less full of extra information than the newer one [07:28] weird, it's working now. [07:28] and hence easier to follow for the first packaging experience [07:29] majic: :) - ah well [07:29] highvoltage: PackagingTips on the wiki is good too [07:29] there is an updated version of this that I was reading this morning on the debian website [07:29] dholbach: ok. i'll bookmark all these pages, looks like a lot of reading. [07:30] highvoltage: you'll be fine, apt-get source some other packages, use dh_make and set up a pbuilder :) [07:30] majic: yeah - it's an old version but it's missing all the replete little details a complete beginner doesn't really need to blow his head with [07:31] dholbach: what files is it you actually need to upload? [07:31] Nikopol: .orig.tar.gz .dsc, .changes and .diff.gz [07:31] phone.. brb [07:31] dholbach: ok - straight into Tomboy :) [07:31] what is the difference between building a pacage for ubuntu vs debian? [07:31] Nikopol: ah.. that will serve me well then [07:32] majic: yeah. It took me ages to sift through the current version - there's too much details, caveats, outlandish outcomes and all that to give you a clear walkthru (IMHO) [07:34] I've been spinning wheels for 2 days trying to figure out how to go about fixing a package that is currently broke in my opinion... Lots and lots of mundane details to sort through... [07:34] majic: I'm starting with a very simple program to start off with [07:34] what are you packaging? [07:36] trying to fix the broken Ruby 1.8.2 beta package, trying to update it to 1.8.2 final [07:36] majic: wow - that's a lot of work I suspect! Good luck with that... [07:37] yeah, which is why I haven't made it very far =) [07:38] and the bug report isn't being updated very much in bugzilla which would lead me to believe that it's not a very important thing to fix at the moment. But it affects Ruby on Rails 0.13.x which is why I want to fix it. [07:39] it'd probably be easier to backport the Debian package as they have a working final 1.8.2 version of Ruby. But I don't have the experience yet to do that. [07:45] i have a package (tagtool) with unmet dependencies, and a simple rebuild fixes that. should the next version be ...-1ubuntu2build1 oder -1ubuntu3? [07:46] sorry, forget that ;) [07:46] there is already a debdiff on the wikipage for that ;) [07:54] OK, what's the quickest way to replace with ", " in a file? :-) [07:56] some nasty perl? [07:57] Bah, all I need to do is read each line and dump it out to line1, line2, line3. I should be able to shell script that shouldn't I? === Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-motu [07:58] perl -i.bak -ple 's/\r\n|\n\r/, /g' file [08:03] Nope [08:03] :-( [08:05] Amaranth !! === ogra shades his eyes from the evil [08:06] bddebian, awk ? [08:06] ogra: I asked a perl freak for it, I dunno how it even works. :) [08:07] ogra: I'm read awk man page right now :-) [08:07] Amaranth, yes, thats a feature of this language ;) [08:07] Amaranth, typically the guy who gave it to you doesnt know it either ;) [08:15] bddebian: still trying to find a solution? or did Amaranth's perl-fu work? [08:15] Mo42: No the perl stuff didn't work, trying to use awk :-) [08:16] i have also tried it with perl... and finally have a working solution [08:16] perl -e'while (<>) { chomp; print ($_ . ","); }' [08:16] (and the best thing: i even understand that *g*) [08:18] I don't think awk is going to do it. - it works with one line at a time, not the whole blob of text (i think) [08:18] Mo42: we all know perl coders don't write code that can be understood =) [08:19] majic: i do not expect someone else to understand that ;) and i am NOT a perl coder ;) === zAo^ [~zao@zAo.xs4all.nl] has joined #ubuntu-motu [08:23] bddebian - tr "\n" , [08:23] pipe your file throught that === Arrogance [~aks@ottawa-hs-209-217-110-83.d-ip.magma.ca] has joined #ubuntu-motu [08:24] hmm, I am assuming your cr/lf turns into newlines [08:26] what is cr and lf in octal? [08:26] 15 and 13? === blueyed [~daniel@i538713B0.versanet.de] has joined #ubuntu-motu [08:28] Mo42: That worked perfectly, you DA MAN [08:28] :-) [08:29] nice ;) [08:29] CarlFK: 12 and 15 in octal. [08:30] thamks [08:30] tr "\012\015" , [08:30] i think - I don't have a crlf file to test on [08:31] nope - that replaces the cr/lf with ,, [08:32] OK, UniverseUnmetDeps is updated, though I need to double check the list.. :) [08:32] tr -d "015" |tr "\012" , [08:32] there [08:33] few days late, but there. [08:34] what if you're working on a mac file? [08:39] CarlFK: Good job :-) [08:40] dholbach: Unfrgiven is working on it === thesaltydog [~fabio@62.211.45.57] has joined #ubuntu-motu [08:41] bddebian - did you try it? [08:43] hi all :) [08:44] lo slomo [08:45] huh [08:45] zao is like my favorite band ever [08:46] tseng, :-) [08:46] yeah zao is fine :) [08:46] never heard of them [08:46] hehe [08:46] CarlFK: pong? [08:46] good to hear so :) === Riddell [jr@muse.19inch.net] has joined #ubuntu-motu [08:49] Hi Riddell [08:49] CarlFK: No, I used Mo42's perl :-) Sorry [08:49] Slomo!!! [08:50] bddebian! *hug* :) [08:50] dholbach: did you get my mail? [08:52] tseng: ok [08:52] slomo: yes [08:52] Wow, I get a hug? :-) [08:52] but i'm still on the phone [08:52] dholbach: ah ok, sorry [08:52] bddebian: sure ;) [08:52] dont worry === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu === trulux [~lorenzo@trulux.user] has joined #ubuntu-motu [08:54] slomo: Thanks, I didn't think anyone here loved me.. ;-) [08:54] *hug* [08:54] :P [08:55] bddebian: i think you're okay. [08:58] Aww,thanks guys :-) [09:02] What is External supposed to mean on UniverseUnmetDeps?? [09:04] barry you are teh sux [09:04] I mean...hi [09:04] :) === ogra [~ogra@p5089F6B9.dip.t-dialin.net] has joined #ubuntu-motu === bddebian slaps chillywilly with a trout [09:11] WTF is up with my wiki-links?? I just edited UniverseUnmetDeps and both my MOTUToMerge and PBuilderHowTo links are jacked.. :-( [09:14] crimsun ping [09:15] ogra, and anybody, who works with wxwindows2.4 and wxwidgets2.6: read the changelog, use wxversion, if you want to use a specifc wx version. [09:20] crimsun - I am off to the store for an hour or so. [09:27] Can someone please look at: http://wiki.ubuntu.com/MOTUMergeTips if they get a second. It's very minimal but I need to know if I have anything REALLY wrong :-) [09:36] Where'd everybody go? :-) [09:36] bddebian: here :) i'll have a look at it right now [09:39] i'm stil here. almost bed time though. [09:40] so what did i forget: http://ubuntu.gplan.info/motu-report.html [09:41] your last chance to add a comment, a section or yourself to it - i surely forgot one or the other thing [09:41] ( because i wasnt here so much :-( ) [09:41] <\sh> evening [09:41] <\sh> *yawn* [09:42] Heya \sh [09:42] dholbach: Looks good [09:43] \sh: Check out MOTUMergeTips if you get a sec and tell me how far off I am :-) [09:43] ah... forgot categoryMotu [09:43] <\sh> dholbach: when we have the virtserver for revu we can get rid of the wiki pages ,-) [09:44] hi \sh :) [09:44] <\sh> bddebian: wow good work dude :) [09:44] <\sh> hey slomo :) [09:45] dholbach: report looking great! === Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-motu [09:45] dholbach: imho the report is complete and correct :) [09:45] thanks a lot, siretart, bddebian - any additions? [09:46] honestly who in this room isnt mentioned on it? [09:46] <\sh> what report? [09:46] http://ubuntu.gplan.info/motu-report.html [09:46] dholbach: You forgot that \sh is MOTUMerge hero.. ;-) [09:47] highvoltage: yeah... i saw you here for the first time, which means, i'm not here often enough - we haven't been introduced. who would be so kind? :) [09:47] <\sh> dholbach: good one :) [09:47] dholbach, yes, you shopuld demote 2/3 of this report to praise \sh and the merge [09:47] dholbach: i'm new, so it's okay :) [09:47] bddebian: change dpkg-buildpackage / debuild to pbuilder in your wikipage :) [09:47] highvoltage: how and when did you get here? - nice to meet you [09:47] dholbach: allow me to introduce myself. [09:47] bddebian: and the build-dep stuff can be removed [09:47] My name is Jonathan Carter. [09:47] <\sh> ogra: shut the fck up...I'm really glad not to be named ;) [09:48] dholbach, highvoltage is my right hand for edubuntu ;) and the community master there [09:48] oh COOL! [09:48] I learned to read by typing up little basic programs on my zx-spectrum when I was 6. [09:48] <\sh> ogra: btw..g'evening :) [09:48] bddebian: other than that it's fine [09:48] \sh, hey [09:48] <\sh> I have a brain crisis [09:48] i god my first "big" computer when I was 10, and started using Windwos 3.1 and MS-DOS. [09:48] slomo: It's a wiki, fix it :-) === bddebian hides [09:48] highvoltage: where do you live? [09:49] i got offended by windows and microsoft, and I'm on a personal war to destroy them by the time i'm 30. [09:49] bddebian: please fix it yourself ;) i'm currently too busy :( [09:49] i'm in South Africa. [09:49] <\sh> dholbach: another idea would be to have something like the Gentoo Weekly Newsletter ...on the wiki ,-) [09:49] <\sh> highvoltage: where there? [09:49] highvoltage: cool - and you're cracking on edubuntu? [09:50] in Cape Town, durbanville to be exact. a few streets away from sabdfl's mother. [09:50] \sh: MOTUReportDraft on the wiki would be cool - everybody could just toss something there, something (s)he most cared about [09:50] slomo: But I don't use pbuilder :-) [09:50] <\sh> ogra: u didn't tell that highvoltage is another reliable source of biltong ,-) [09:50] slomo: Well I use pbuilder login :) [09:50] \sh, aww, i forgot... so sorry.... [09:50] hehe [09:50] <\sh> highvoltage: I think I drove through this area...I'm not sure [09:51] bddebian: you should use pbuilder every time you fix a package ;) otherwise it's not garanteed that the build-depends are ok [09:51] yes, I will be hacking at edubuntu soon. ogra is a good mentor. [09:51] \sh: did I see you at the TSF offices last year? [09:51] highvoltage: he and mvo pushed me in here as well :) [09:51] ogra++ [09:51] <\sh> highvoltage: no...i visited ZA in 2003 [09:51] := [09:51] :) [09:52] <\sh> highvoltage: but 5 weeks is not enough [09:52] highvoltage: nice to have you here - i added you to report as well :) [09:52] \sh: where are you located? [09:52] kewl :) [09:52] <\sh> highvoltage: germany :) couple of KM next from ogra or dholbach ;-) [09:52] <\sh> i mean a couple depends now..100 km is nothing for ZA rules [09:53] hehe [09:53] highvoltage, he sits between dholbach and me ... we can poke him from two sides ;) [09:53] <\sh> highvoltage: now many km was it from durban to joburg? 600? 800? [09:53] hehe [09:54] i think durban to jo'burg is about 800. [09:54] <\sh> ogra: yes :) do it :) do it :) [09:54] dholbach: What is External supposed to mean on UniverseUnmetDeps? [09:54] jo'burg is about 1150km from me. [09:54] bddebian: no idea [09:54] <\sh> highvoltage: yeah...sitting in a mercedes with 5 ppl and travelling 800 km is quite enjoying ,-) [09:54] Ohh, who wrote that page? :-) [09:54] geez [09:54] bddebian: the wiki :) [09:55] <\sh> highvoltage: we drove the garden route from port elizabeth to cape town...with a stop in hermanus [09:55] ok. i really need some sleep. thanks to all for the warm welcome. i have a real good feeling about this. [09:55] Gnight highvoltage [09:55] \sh: wow, that sounds like punishment [09:55] <\sh> highvoltage: good to have u with us [09:55] highvoltage: that's nice to hear - sleep tight :) [09:55] goodnight! [09:55] <\sh> highvoltage: well...I saw the wales ;-) [09:55] ok, last call http://ubuntu.gplan.info/motu-report.html - anything else? :) [09:55] gn8 highvoltage [09:56] \sh: i saw one falling from the sky, with a pot of petunias [09:56] <\sh> highvoltage: 42 ,-) [09:56] :) [09:56] <\sh> rotfl [09:56] lol === highvoltage goes to bed now [09:57] Does anyone know what External is supposed to mean on the UniverseUnmetDeps page?? [09:57] <\sh> dholbach: please mention doko as the worst breezy-changes spammer ever,-) [09:57] bddebian: nope... i had the same question ;) [09:57] hehe [09:57] \sh: noooo, he wouldn't like that :) [09:57] <\sh> yes [09:57] Where is doko? [09:58] <\sh> dholbach: I named him a maniac in between the cxx transition [09:58] <\sh> so it's ok ,-) === goedson [~goedson@BHE040233.res-com.wayinternet.com.br] has joined #ubuntu-motu [09:58] \sh: and if i live close to him, i shouldn't spoil the .. erm ... neighbourship :) [09:58] <\sh> doko is external [09:58] <\sh> doko: ping [09:58] WTF does that mean?? [09:58] <\sh> doko: what do u mean with external [09:58] <\sh> doko: and excuse the maniac ,-) [09:58] <\sh> and spammer [09:59] moi? [09:59] sent off [09:59] <\sh> bddebian: no === goedson [~goedson@BHE040233.res-com.wayinternet.com.br] has left #ubuntu-motu ["Leaving"] [10:00] <\sh> lets have a look [10:01] <\sh> hmmm [10:01] <\sh> serious problem now. [10:01] <\sh> something is wrong with one of kopetes plugins...and xmms [10:01] ? [10:01] <\sh> doko: on UniverseUnmetDeps you are named under "External". That means? === DanielN`aw is now known as DanielN [10:03] <\sh> bddebian: yes to openswan and gcc-3.4 [10:03] Uhh? Oh, the wiki :-) [10:03] <\sh> bddebian: and yehia i have my fingers in this crappy piece of software [10:04] Bah, why do I even try.. :-) [10:04] StephanHermann is replaced by gnuradio-core ?? [10:04] <\sh> eek [10:04] <\sh> ogra: please ,-) [10:04] i didnt know there was so much AI in gnuradio-core that it chould replace \sh [10:04] <\sh> hihi [10:05] <\sh> ogra: believe me son...gnuradio-core will replace us all... [10:05] lol [10:05] <\sh> such a crappy code again [10:05] \sh: So should I just sit idly by and watch you fix them all? :-) [10:05] <\sh> bddebian: NO! [10:06] <\sh> bddebian: take my packages :) [10:06] <\sh> bddebian: i didn't touch them at all until now [10:07] <\sh> ogra: oh...did I say I signed a new private mobile contract? [10:07] \sh: Bah, I can't actually FIX anything, I just generate a lot of text ;-) [10:08] <\sh> bddebian: wow..you should start a weblog and write funny stories ;) [10:08] bddebian: at least it's text which can fix the stuff later ;) [10:08] heh [10:08] oh? i just looked at the UniverseUnmetDebs wiki page history... the "External" table has been added by StephanHermann in revision 25 ;) [10:08] <\sh> Mo42: that is not true [10:09] <\sh> I never add an "External" to something [10:09] well, that's what the wiki says... or i am stupid ;) [10:09] Mo42: He was drunk at the time.. ;-P [10:09] https://wiki.ubuntu.com/UniverseUnmetDeps?action=diff&rev1=25&rev2=24 [10:10] and rev 25 was done by "StephanHermann"... [10:10] <\sh> argl [10:10] <\sh> yes [10:10] <\sh> *headbang* [10:11] <\sh> cause doko rebuild a lot [10:11] <\sh> damn [10:11] cool... seems that i am not stupid (just started to beleave that *g*) [10:11] <\sh> how can I forget [10:11] <\sh> everything has a reason...even my mental illness [10:11] <\sh> *shakinghead* [10:11] <\sh> ogra: I need holiday [10:11] <\sh> s [10:12] \sh, first enhance gnuradio-core, i doubt it can replace you already ;) [10:12] <\sh> ogra: tell me something about ooc2 [10:12] <\sh> oo2c ? [10:13] <\sh> so about the oberon2 to C compiler [10:13] heh, never heard about it [10:13] <\sh> ogra: NaN is not defined is the error on ppc [10:13] \sh: just take some holidays or at least this weekend :) you've done sooo much good stuff in the last days... [10:13] <\sh> but NaN is defined on all other archs [10:14] <\sh> slomo: I have a juniper training (last week of this month...so I'm not here) and directly after this training I'm 2 weeks off [10:14] <\sh> dholbach: btw..treenaks comes to berlin as well. [10:14] \sh: yeah [10:15] <\sh> dholbach: so I will come to berlin :) === sistpoty [~nobody@DSL01.212.114.239.176.NEFkom.net] has joined #ubuntu-motu [10:16] i think it's time to go to bed now... writing an exam for university tomorrow... [10:16] hi folks [10:16] so good night everybody.... [10:16] gn8 Mo42... see you tomorrow :) [10:16] gn8 Mo42 [10:17] ah, btw: hi sistpoty ;) === Mo42 [~mo@p548763DA.dip.t-dialin.net] has left #ubuntu-motu ["Verlassend"] [10:17] Later mo42.. Bah [10:17] bddebian: haha... you were to slow ;) [10:17] <\sh> grmpf [10:17] I'm ALWAYS too slow :-) [10:18] <\sh> bddebian: that said my ex-wife to me too [10:18] Oh, that's usually the opposite problem with women. ;-) === sistpoty [~nobody@DSL01.83.171.151.193.NEFkom.net] has joined #ubuntu-motu [10:19] And on that note, I should probably go home.. Talk to you later folks.. [10:19] <\sh> http://linux.blogweb.de/archives/69-Plaxo,-free-to-use-online-address-book.html [10:19] <\sh> I think I kicked someones feet [10:20] <\sh> stacy martin -> plaxo privacy officer commented on my blog entry [10:20] heh [10:20] <\sh> whiprush: u read it? [10:20] yeah [10:21] did anybody already see redhats impressions of the world as it exists today: http://www.redhat.com/g/promos/second_intelvid_050726.png ? [10:21] <\sh> lol [10:21] <\sh> this is understatement [10:22] <\sh> dholbach: please blog ,-) [10:22] dholbach: lol... what a big world we have ;) [10:22] i was aiming on the east-west-germany part? who of you spotted that as well? :-p [10:23] <\sh> dholbach: is it not ip dependend? [10:23] I don't know, you find who painted all of europe blue and you've got your man. [10:24] dholbach: hmm, i haven't noticed that... but thats freaky ;) where have they found this map? =) [10:24] <\sh> whiprush: hmmm...it shows europe...so fiona phelps has something to say ,-) === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu [10:24] slomo: it's 15-16 years old :) [10:25] <\sh> european marketing department of redhat ,-) surrey, uk [10:25] <\sh> I worked for this department :( === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-motu [10:28] \sh: you should blog about it, i'm too tired to blog :) [10:29] <\sh> dholbach: tomorrow morning ,) [10:29] <\sh> in the mornings I have my best jokes at start [10:29] excellent :) [10:29] <\sh> actually we have too much stress right now at ISH... [10:29] me motu reports, you marketing jokes :) [10:29] hm i would do too when i had more time ;) [10:29] <\sh> looks like everything is breaking [10:33] dholbach: you should blog your motu reports also! [10:33] whiprush: you think so? [10:34] yep [10:34] tons of people read planet [10:34] <\sh> yep [10:34] good way to generate buzz. [10:34] <\sh> whiprush is right [10:34] you're the expert [10:34] i get tons of comments since I got on planet ubuntu. [10:34] i should think about it - but it's always a bit much, isnt it? [10:34] nah [10:34] hmmhmmhmhmhmhm [10:35] <\sh> dholbach: u r not paying for traffic ,-) [10:35] people reading planet shouldnt be worried about traffic :) [10:35] plus normal users get to find out more about what motus do an stuff. === macgyver2 [~eric@macgyver2.user] has joined #ubuntu-motu [10:35] <\sh> http://stats.blogweb.de/linux/ [10:36] <\sh> dholbach: serving the blog is a hard job...check july ,-) [10:36] <\sh> Jul 2005 12354 10987 656 287 8690861 383003 340621 20345 8901 269416690 [10:36] <\sh> the last data is KB [10:36] 269MB in a month? [10:36] <\sh> 5 1308 2,11 253,44 Gb /uploads/02-Ubuntu_Talk-Mark_Shuttlewort... [10:37] <\sh> Amaranth: GB :) [10:37] ah [10:37] whoops [10:37] \sh: you're famous :) i just had 31033 kb this month [10:37] <\sh> 1308 hits on this special url [10:37] damn no one goes to my blog anymore [10:37] <\sh> slomo: my feed brings 83,77MB in july, the frontpage only 49MB [10:37] my all time high was a week of 1000 people a day [10:38] on saturday i only had 21 people [10:39] <\sh> 1 11039 9545 826 389 8271391 [10:39] <\sh> daily usage :) so today ,-) [10:39] <\sh> last entry is KB [10:39] <\sh> 389 visits === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-motu [10:39] <\sh> and only today: 10 42 1,60 7,78 Gb /uploads/02-Ubuntu_Talk-Mark_Shuttlewort... [10:39] <\sh> only the video [10:39] <\sh> hard stuff [10:40] ok, i'm off again [10:40] <\sh> I think I made last month 3/4 of the 2TB freetraffic [10:40] see you soon guys [10:40] <\sh> dholbach: tell us when u r finished with your thesis [10:41] bye dholbach :) [10:41] 18.8. i will hand it in, ~ 2.9. will be presentation [10:41] <\sh> dholbach: 2.9 starts my holiday ,-) [10:41] and inbetween i will move and get back to trier to help my dad with another project :/ [10:41] <\sh> it's a good sign [10:41] i'll be busy :) [10:42] i'll leave now too... see you all next sunday :) [10:42] cya slomo [10:42] good luck slomo - when is the exam? [10:42] hey sistpoty :) [10:42] hi dholbach [10:43] dholbach: it's tomorrow 9:00-12:00... and after that i directly drive in holidays :) [10:43] slomo: i'll keep my fingers crossed :) [10:43] good luck and good holiday ;) [10:43] thanks all :) [10:43] <\sh> slomo: good luck :) [10:44] when there's something importing... i'll read my mails the last time tomorrow afternoon ;) [10:44] important even === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has joined #ubuntu-motu [10:46] morning all [10:47] evening ajmitch [10:47] hello ajmitch [10:47] hi ajmitch [10:48] hey andrew [10:48] <\sh> hey ajmitch [10:49] so what's up? [10:50] <\sh> I will go to bed..now [10:50] <\sh> terrible days of office work will come..*grrr* [10:50] ah, evil === ajmitch has to be off to work soon [10:50] gn8 \sh [10:50] <\sh> g'night guys...tomorrow more [10:50] night \sh === ajmitch spots a new MOTU report [10:54] hmm, you didn't mention \sh nearly enough [10:55] this was a bit recruiting-centric, ok :) [10:55] \sh knows we all love him :) [10:57] haha [10:58] what about sending to the sounder list as well? :) [10:59] i sent it to -news as well [10:59] now to my blog and sounder as well? [10:59] people will flame me [10:59] ok, just to the blog [10:59] that's like bradb leaving his business cards everywhere :) [10:59] with wrong phone numbers on them :) === goedson [~goedson@BHE040233.res-com.wayinternet.com.br] has joined #ubuntu-motu === goedson [~goedson@BHE040233.res-com.wayinternet.com.br] has left #ubuntu-motu ["Leaving"] === ajmitch wishes he had business cards :) [11:02] ajmitch: bradb will surely give you some of his :) [11:02] ajmitch http://www.vistaprint.com - I have a box - very handy for dropping in fishbowls [11:06] nah, I want some of those special ubuntu business cards === majic [~majic@nc-69-69-52-5.sta.sprint-hsd.net] has left #ubuntu-motu ["Leaving"] [11:20] ajmitch: me too [11:21] I believe members can get a set. [11:21] that's what we heard at UDU [11:22] We bought a domain for our loco so we have cool emails now. [11:22] http://www.ubuntudetroit.org [11:22] check it! [11:23] neat [11:24] looks COOL [11:25] goodnight === susus [~sz@p5089F6B9.dip.t-dialin.net] has joined #ubuntu-motu === uniq [charlie@3ffe:80ee:31fe:0:0:0:0:33] has joined #ubuntu-motu === DanielN is now known as DanielN`aw === roger6106 [~chatzilla@213-145-26-72-lbb.pgrb.com] has joined #ubuntu-motu === salgado [~salgado@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-motu === sistpoty2 [~nobody@DSL01.212.114.238.215.NEFkom.net] has joined #ubuntu-motu