[12:21] micahcowan: If you just provide the diff, you'll need to attach a sign-off, too. [12:22] From whom do I get that? And, if it's already been approved upstream (it hasn't, because I haven't tested yet, but it's light changes, fairly trivial)? [12:23] I do have git-core installed, but have only used it for things like fetching latest kernel sources. [12:23] if you wrote the patch, you provide the sign-off [12:24] A gpg signature against the patch, then? [12:24] what do you mean by "it's already been approved upstream (it hasn't, because I haven't tested yet"? [12:25] Well, what I meant, thinking that you meant I needed to get a sign-off/approval from someone else, was, "what about the case where it has been approved upstream?", even though, at this moment, such is not the case. :) [12:25] if it comes from upstream, you either need to attach the sign-off, or you need to explicitly mention it in the changeset commit entry. [12:25] take http://preview.tinyurl.com/3b6nqn for example. [12:26] is there a fast how to to make a .deb from a tar.gz ? [12:26] in that example, the patch comes from upstream, so I mention the author (Takashi) [12:26] leonel: see the Packaging Guide and the Debian New Maintainer's Guide [12:26] crimsun: thanks [12:27] the sign-off is required for any patch touching kernel source (Linus's policy to which we adhere) [12:28] I'm not familiar with that. Alrighty, then, assuming I've just got a vanilla patch, what would be the process I need to follow? [12:28] (a vanilla patch, and git-core :) ) [12:28] first, create a separate branch from master [12:29] I'd run ``git pull'' while in master, first, to make sure you're current [12:29] Ah. Well, I've only ever pulled from upstream. Where do I need to pull from to get Ubuntu's? [12:29] then you can ``git checkout -b your-branch'' === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:30] ok, I think you'll want to read https://wiki.ubuntu.com/KernelGitGuide , then. [12:31] crimsun, I need to actually clone the repository, then? [12:31] yes. [12:32] hi crimsun [12:33] hi Hobbsee. [12:33] dang, Creative sucks. [12:34] /* Sound Blaster X-Fi Extreme Audio. This does not have an AC97. 53SB079000000 */ /* It is really just a normal SB Live 24bit. */ [12:37] Is it just me, or does dbus fail to purge for others as well? === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [12:38] crimsun, okay, so once the pull is done, I'll run the checkout -b, make my changes, and then what do I run to commit to my local repo's branch (sorry, I'm git-ignorant)? [12:38] s/pull is done/clone is done/ === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [12:39] micahcowan: git-update-index [12:39] micahcowan: then, git-commit -e === acm [n=acm@p57bca94c.dip0.t-ipconnect.de] has joined #ubuntu-motu [12:40] micahcowan: then, git-format-patch -o ~ master [12:40] crimsun, is git-update-index the equiv of "svn add", etc? I shouldn't need that, then: just mods of existing files. [12:41] micahcowan: no, -update-index marks modified files for commit. git-commit actually commits. You're thinking of git-add. [12:42] Okay. Guess I'm used to tools that do that in one step (the marking and committing). [12:42] micahcowan: the ~/0001-foo file is what you'll inlineto an email and send to kernel-team at lists dot ubuntu [12:42] inline to ^ [12:42] Which I should possibly join, temporarily? [12:43] that would be wise, as it's moderated. :-) [12:43] Aha. :) === dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu [12:45] if your changeset closes an LP bug, then you should use the Bug: # syntax [12:46] e.g., http://preview.tinyurl.com/325zck [12:48] does that actually work now? [12:49] crimsun: at changelog he can uses LP: #number [12:49] launchpad will handle it [12:49] sladen: It's best practice [12:50] I've been doing it for the last year, yet I haven't seen it actually work yet [12:50] sladen: I've not seen it happen automatically. [12:50] Kmos: even for git changesets? We're not referring to debian/changelog entries here. [12:52] ^Bug: [0-9] + has namespace issues [12:52] crimsun: hmm.. sorry [12:53] Last I checked for the commits being merged into Ubuntu git, Bug: # wasn't being parsed for anything special. AFAIK it's simply a reference to a bug. [12:53] they use bug #number [12:53] http://kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.22-rc2 [12:53] like we can see here [12:53] crimsun: btw, saw you managed to get the Ubuntu Alsa workarounds into the latest kernel === xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu [12:55] Kmos, LP automaticall moves to Fix Released if it sees the bug # in the changelog? [12:55] micahcowan: It will (but with LP: #123456 instead) soon. [12:56] Sweet. [12:56] nice [12:56] The Ubuntu side of things has been implemented for months. [12:57] What's the procedure for moving things to multiverse? [12:57] Fujitsu: Things previously in universe, or new things? === vorian [n=grrr@ubuntu/member/Vorian] has joined #ubuntu-motu [12:57] It's currently in universe. [12:58] I presume you file a bug and subscribe ubuntu-archive. [12:58] I don't know then. Perhaps ubuntu-archive? [12:58] (ion3 is heading over there shortly) [12:58] yes. Simply ask for a demotion, and include the rationale. [12:58] Thanks. [12:58] I love people being over-protective of their trademarks. [12:59] which for? [01:00] ion3 upstream has said that nothing is allowed to be called ion3 unless it has no patches, and is the latest upstream version. Debian has complied (and so moved it to non-free). [01:01] I say some bug flames about that [01:01] *saw [01:02] brillian [01:02] t [01:02] anybody know if the backports policy is still that packages have to build without modification? [01:02] crimsun, should I wrap lines on my commit comment, or does it matter? === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu [01:05] nm, I see that it becomes the literal Subject of the mail. [01:09] Aaaaaargh, my universe bugmail folder is sort of a bit completely flooded. === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] [01:10] haha [01:12] Lots and lots of apport-retracings. [01:12] easy to filter, then [01:12] How? === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [01:13] depends on what you use for email [01:13] but search for teh email address, or teh [apport] in the subject would be my suggestoin [01:15] Unfortunately, they all come from pitti now, rather than a separate account. [01:15] crimsun, what should I do if I need to redo the commit message? [01:15] Fujitsu: ahhh [01:16] Fujitsu: then i'd filter via [apport] [01:16] or "needs-*-retrace" in the body [01:16] i think i filter by the latter [01:32] I renamed the source package. How could I merge the review of the old source package (libtom0) with the new source package (libtom)? === saispo [n=saispo@ryu.zarb.org] has joined #ubuntu-motu === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [02:09] geser: the fix for the libdts bug has just been committed (thanks bashelier) [02:10] pgquiles: which review! [02:10] s/!/?/ [02:11] Hobbsee: http://revu.tauware.de/details.py?upid=5189 [02:11] pgquiles: you cant [02:12] pgquiles: upload the new source package, adn i'll archive that one [02:12] Hobbsee: thank you [02:12] Hobbsee: already uploaded: http://revu.tauware.de/details.py?upid=5208 [02:12] cool [02:13] every point in the review is fixed now except for that "not sure that we need libc6-dev and gcc build-dependency (even versionned)" which I'm not sure what to do with === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [02:14] pgquiles: does it build without those two? [02:14] Hobbsee: no, that's why I don't understand what the reviewer meant [02:14] well, aren't libc6-dev and gcc build essential [02:15] They are. [02:15] pgquiles: build essential packages are considered a given when considering dependencies [02:15] LaserJock: oh, I didn't know [02:15] so you don't have to explictly depend on them === luisbg [n=d33p@87.217.145.175] has joined #ubuntu-motu [02:15] We have nothing less than those versions, so they're not necessary. === acm_ [n=acm@p57BC8F6C.dip0.t-ipconnect.de] has joined #ubuntu-motu === dylan_thomas [n=dylan@201.11.40.9] has joined #ubuntu-motu [02:27] hmm [02:30] correct me if I'm wrong please [02:31] a kernel package build requires the abifile from the previous kernel. Where can I find that? [02:32] I need a package from universe but I need the newest package, and that package won't make to universe and that's fine, but I need to install that newest package. IF I do not enable universe and install that newer package it should not break any thing right ? [02:34] leonel: well, depending on the package, you should be fine with having universe enabled [02:35] LaserJock: let me be more specific I need the newest clamav on Dapper and the newest clamav on dapper can break many things If I get clamav from feisty and install it on Dapper backported of course but I have nothing else from universe installed on dapper nothing should get break right ? [02:36] let me add puctuations .. [02:37] you may have trouble dist upgrading [02:37] LaserJock: let me be more specific. I need the newest clamav on Dapper, and the newest clamav on dapper can break many things on Dapper if I have universe enabled or packages from universe installed that requires Dapper's clamav. If I get clamav from feisty and install it on Dapper backported of course, but I have nothing else from universe installed on dapper nothing should get break right ? [02:37] but it wont break while you're on dapper, no, due to the lack of updates [02:37] Hobbsee: right [02:37] isn't clamav being updated? [02:37] didn't saw that [02:37] I thought we were working on a policy for that [02:37] LaserJock: i didnt think the entire new version of it? [02:38] yes [02:38] keep always the newest version [02:38] not patched o [02:38] or [02:38] I need the newest [02:38] It may be being upgraded. [02:38] I thought we were making it an exception to the "new new upstream versions" policy of SRUs [02:38] But it's a very difficult thing to do. [02:38] keescook would know what's up [02:39] LaserJock: ScottK told me something about that [02:39] ah [02:39] Hey all. [02:39] but there are other packages I need to be the newest [02:40] and Hobbsee hit the nail [02:40] dist-upgrade could not work [02:40] dist-upgrade probably would work. [02:40] and probably don't :) [02:41] let's work that new policy of SRUs .. [02:41] MOTUS thank you, always open to answer you ROCK ! === Ppjet6 [n=ppjet@81.56.130.254] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu [02:59] tritium! === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [03:03] Fujitsu: who's got the latest and greates mdt? [03:04] I think I merged in some stuff from you [03:04] LaserJock: There's some Debian removals stuff in my branch as of about a month ago. [03:04] LaserJock: we can reject stuff from linuxmint, cant we? [03:04] https://bugs.launchpad.net/ubuntu/+source/hal/+bug/115696 [03:04] Launchpad bug 115696 in hal "LinuxMint 3.0 beta2 hardware information crashed onloading" [Undecided,Unconfirmed] [03:05] Hobbsee: if it's a real Ubuntu bug I think we should take a stab at it [03:05] Kill it, Hobbsee. [03:05] LaserJock: cant really tell what hte bug even is [03:05] if it's a display resolution issue, or what [03:06] "Non of the *buntu 7.04 will provide better than 800x600 graphics on this system." [03:06] or the crash [03:06] that implies at least that the reporter was having issues on more than just Linux Mint [03:06] exactly [03:06] which is why i asked [03:06] I'd ask for more clarification maybe and specificly what happened on *buntu [03:07] I really don't know how much Linux Mint changes things like that [03:07] LaserJock: Can you do something about plotdrop? Once that's done (and the various syncs are processed) we have a fully up-to-date science. [03:07] yeah [03:08] I'll work on it this weekend perhaps [03:08] Thanks. [03:09] Looking at my MDT branch, it has various improvements that you might want (http://people.ubuntu.org.au/~fujitsu/multidistrotools) [03:09] Hey Fujitsu, LaserJock, Hobbsee. [03:09] azeem is on vacation till the 23rd so I don't have a DD to upload for me right now [03:09] hi TheMuso [03:09] but I'll try to get it fixed up [03:10] The removals feature is a little, well experimental, particularly when packages have been in experimental. [03:10] ok, looks like I've already go your changes [03:11] I got packages added to ~ubuntu-tex bug contacts today [03:11] and had a talk with Norbert [03:12] Ah, good. [03:12] hmm ... how does one remove a corrupt .orig.tar.gz file from /incoming on REVU? [03:12] one asks a REVU admin to remove it ;-) [03:12] could one such admin please do so? :^) [03:13] basically: remove incoming/erc* [03:14] i'm still trying to figure out how to use the REVU system well [03:14] done [03:14] excellent, thanks; i now have a working upload of the erc package there [03:14] the important thing is to dput the _source.changes file [03:15] *nods* [03:15] that looks better :-) === Markus1 [n=thielman@i59F7431D.versanet.de] has joined #ubuntu-motu === Markus1 is now known as MarkusT [03:16] is the next to wait for an automated email to be sent to me? [03:16] s/the next/the next step/ [03:16] you won't get an email [03:16] just wait a few minutes [03:16] I think it's a 5min cron job that updates [03:17] sure enough [03:18] yep, it's there === jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has joined #ubuntu-motu [03:22] from this point on, the package has to be manually approved by N number of MOTUs, right? [03:22] s/package/upload/ [03:24] yes, the package gets reviewed === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu [03:24] when the package is approved by 2 MOTUs then it can be uploaded to Universe [03:25] should i email ubuntu-motu with the link to the upload on REVU, or just paste that link here? [03:28] whatever you'd like :-) [03:28] I would think reviewers are on the motu reviewers mailing list [03:29] I usually find out about new packages from that list. [03:29] hmm [03:29] although we're used to having automatic mail there, but yeah, that might be a good idea === bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu [03:31] hola senor barry [03:32] Hail bddebian. [03:32] Heya gang [03:32] Hi LaserJock, Fujitsu [03:32] in case somebody is bored and wants to take a look, I have uploaded what should be the 100% correct version of libtomcrypt: http://revu.tauware.de/details.py?upid=5208 [03:32] i'll assume that posts to gmane.linux.ubuntu.motu go to that list [03:32] curses, just had a nice hard lock of the system [03:32] Lovely. [03:33] yeah, I blame the proprietary nvidia drivers [03:33] since it went funny while I was playing a game [03:33] The nvidia drivers are known to do that. [03:33] therefore gmaes shouldnt be played [03:33] +1 Hobbsee. [03:33] (hi) [03:34] hiya [03:36] ah, it was gmane.linux.ubuntu.devel.motu.reviewers that I want, apparently [03:41] hey [03:42] LaserJock! :) [03:43] Heya tritium [03:44] Hi there bddebian [03:49] tritium: how's it going? [03:50] LaserJock: Not bad. You? [03:51] same [03:52] Good. Are you going to Ubucon-Boulder? [03:53] hi tritium === d33p__ [n=d33p@87.217.144.156] has joined #ubuntu-motu [03:53] Hi ajmitch :) [03:54] tritium: doubtful, I just got back from Ubuntu Education and Developer Summits in Sevilla [03:54] Nice! [03:55] it's still a little odd trying to explain to my boss [03:55] ;-) [03:55] Boss? Are you working now? Did you graduate? [03:55] "you do this for *free*?!" [03:55] lol [03:56] I think my excuse to my boss would be that I do it so that my brain doesn't atrophy from doing the job I do during the day ;) [03:56] heh [03:56] my boss is understanding [03:56] but my friends think I'm nuts [03:58] Heh, the ubiquity windows can't be resized to fit a 640x480 screen, so I have to install from the alternate CD on my mythtv box (unless I wantt to disconnect from TV) [03:58] ^ note to the mythbuntu folks [03:58] Fun. [04:00] TV supports 720p, but not until I install the nvidia drivers. [04:00] tritium: got time to be an active motu again? [04:00] ajmitch: I talked to crimsun about that very thing. [04:00] I'm going to do my best, but it's going to be a challenge. [04:00] oh good [04:01] Yeah, we had a nice long discussion. [04:01] we can do with every warm body we can get [04:01] I know. I'm going to figure out a way. === ajmitch wishes this would fsck a bit faster === Fujitsu apologises for being largely inactive lately. [04:02] me too [04:02] tritium: s/boss/advisor/ [04:02] LaserJock: ah, okay. [04:02] Fujitsu: more active than I am [04:03] ajmitch: Still not very active. [04:03] Fujitsu: Join the club :-( === ajmitch should have used reiserfs instead, everyone knows that's fast === Ppjet6 [n=ppjet@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu [04:06] tritium: my advisor did tell me to start looking for post-docs, so that's a good sign [04:06] reiserfs... fsck? Sounds fatal. [04:06] racarr demonstrated how great it was :) [04:06] now that I have spammed motu-reviewers with a e-mail requesting someone to review libtomcrypt, I think it's time to sleep. Please find the time to take a look at http://revu.tauware.de/details.py?upid=5210 [04:06] Fujitsu: it was unfortunately a moment of mirth at UDS [04:06] ajmitch: Pardon? [04:07] we were expecting a beryl demo, but got a screenful of reiserfs errors instead from racarr's laptop coming through the projector [04:07] Oh, I see. [04:07] Ah. [04:07] LaserJock: congratulations :) [04:07] LaserJock: the end is in sight, and you're still sane? [04:07] ajmitch: Ouch. [04:08] racarr: you enjoyed it [04:08] It was funny after the fact. Yes. === TheMuso currently usees JFS. === Fujitsu is quite happy with ext3. === ajmitch is waiting for his 450GB ext3 fs to fsck at the moment, just added dir_index [04:08] Plus. I got to ask people if they liked my ReiserFS error message verbosity demo. [04:09] apparently it's possible to "double-comment" on REVU uploads by refreshing the page after making an initial comment -- sorry about that [04:09] I guess thats one thing about ext3. Its well tested. [04:09] ajmitch: THat's quite a large filesystem you have there. I think I've got almost that much disk space around the house. [04:09] mwolson: Unfortunately yes. [04:10] Fujitsu: just a raid array === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [04:21] tritium: well, it's getting there. I have some hope. Not sure about sanity though [04:21] tritium: I started an Ubuntu TeX team, btw [04:21] that might say something about the sanity ;-) [04:22] Fujitsu: remember when I did that svn checkout of debain-tex and it was 22GB? [04:22] LaserJock: oh, nice! I might be interested in that! [04:22] https://launchpad.net/~ubuntu-tex [04:23] I'll check it out! [04:24] we're going from tetex->texlive 2007 in Main [04:26] yay, system is back & finally turned on cpu frequency scaling in the bios [04:27] hopefully it'll run a little cooler at times now [04:30] ah! [04:30] ajmitch: are you good with apache 1.x? === ajmitch wonders why people ask things like "are you good with...?" [04:31] :P [04:31] heh, found this photo: http://she.geek.nz/gallery/view.php?f=/pony.jpg [04:32] or http://she.geek.nz/archives/424-taunting-Penny-day.html [04:33] haha === mwolson contemplates starting an Emacs Lisp team on launchpad [04:34] mwolson: :P === bddebian starts a nano team :_) [04:41] ah crap [04:41] 8226 messages (9 seen) for ajmitch at pop3.maxnet.co.nz (61712151 octets). [04:41] mwolson: why would you do that, Emacs is perfect ;-) [04:41] what happens when you had a broken mail setup & your isp chooses not to enforce mail limits [04:41] heh [04:41] too late! :^) [04:41] https://launchpad.net/~ubuntu-elisp [04:42] I thought there was already a lisp team [04:42] i couldn't find it [04:43] https://launchpad.net/people/?name=lisp&searchfor=teamsonly [04:43] only your team [04:44] yep [04:44] there's a passing mention of a Common Lisp MOTU team on the MOTU page of the wiki, but their page is blank [04:46] ah yeah [04:47] I think that is an old defunct team === Fujitsu recalls the gcl patch-hunt. === LaserJock shudders [04:49] It worked, but took a while. [04:58] LaserJock: There's a new annoyance fix in my mdt branch. patch links now link to the patch, rather than the directory. [05:11] Fujitsu: k [05:13] leonel: I was talking about possible changes to how we might do clamav backports (which is new versions). === ScottK thinks we need to do something, but nothing has been decided. [05:18] anybody been using VirtualBox? [05:18] ScottK: what is the current situation (including problems), and what do you propose? [05:22] One problem is that clamav doesn't shut up when it thinks it's out of date. === man-di_ [n=mkoch@dyndsl-080-228-192-227.ewe-ip-backbone.de] has joined #ubuntu-motu === hsitter [n=me@N925P006.adsl.highway.telekom.at] has joined #ubuntu-motu [05:42] StevenK: yes and for end users that message gives them panic [05:42] even that for clamav I think it's better to keep with the most recent version [05:42] It'd be nice if ClamAV didn't write their software such that it was inappropriate for distributions. [05:43] may be because it's not version 1 yet ? === freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu [05:45] leonel: I can't see ClamAV changing their procedures just because the version they happen to release is 1.0 [05:46] you're right [05:47] crimsun: The problem is that the 0.882/4 variants we have in Dapper/Edgy are unmaintainable given our resources in Universe, but 0.90.2 cannot be backported per the regular backports policy because it breaks stuff. [05:47] yes I've tried that and was a no go [05:47] Actually the current 0.90.2-4 from Debian can't even be backported to Feisty (not that it's necessary). [05:48] what I was thinking was to have in producction servers universe disabled [05:48] crimsun: My proposal is to make a 2nd clamav source package [05:48] and install from other repo the clamav and things backported to dapper or keep new clamav on the current ubuntu version [05:49] so if there's no universe enabled no packages would break with the newest clamav [05:49] but that would be for some ubuntu antivirus servers only [05:49] crimsun: It'd be design specifically to be backportable, but because it has a different name (I'm currently thinking clamav-alt) a user has to explicitly install it, not just have backports enabled. [05:50] We could then have a page on the wiki about what was known to break/needed testing and then admins could make informed decisions. [05:50] ScottK: and can That clamav-alt would be updatable with new tarballs instead patching ? [05:51] leonel: No, but as long as we can keep backporting the lastest, it shouldn't matter. [05:51] hmm. Is there any way this work could be done in Debian? Are we dealing with process issues as well? [05:51] I don't think so. [05:51] They don't have so many supported versions. [05:52] like gentoo ... [05:52] ok. So "clamav-alt" will then Conflicts clamav? [05:52] leonel: If you install klamav on your desktop you can do that (it provides the functionality and I've tested it, but it's outside the packaging system). [05:52] Do you plan to ask clamav to be blacklisted from future Ubuntu devel cycle autosyncs? [05:52] crimsun: Conflicts/Provides, yes [05:52] klamav ? [05:53] crimsun: It already has to be merged. === zenrox [i=zenrox@pool-71-120-243-30.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu [05:53] ScottK: ok. So do we plan to retain clamav source? [05:53] crimsun: We'd still do the regular clamav package that would be supported per the current no breakage policy. Alt would be for those who want that latest AV crack. [05:54] crimsun: Not sure I understand the question? [05:54] leonel: KDE GUI front end for clamav == klamav [05:54] I think you answered it in your most recent statement [05:54] OK [05:54] This still needs to get fleshed out of course, but that's the basic idea. [05:55] ScottK: need help to test it ? === ScottK made a 0.90.1 clamav package that works on Dapper, just had to adjust some dependency verions - I think it's doable to have a clamav-alt. [05:56] leonel: Yes, when we have such a package. [05:56] We'll probably make a clamav crack test team or some such. [05:57] ScottK: Ok I'm in to it I need to keep with the latest clamav and would be great to make it available for all users [05:58] crimsun: Comments? [05:59] The alternative is to carefully test all the clamav rdepends (and there are a bunch) and backport them all at the same time. I think that blows the backports policy even worse. [05:59] ScottK: I think it's feasible, but you'll really want to test from Dapper (LTS) forward through Gutsy+1 (LTS). [05:59] Yes. === ScottK has tested a 0.90.X package with Dapper, Edgy, and Feisty and got it working. [06:02] While I'm doing the current clamav merge, I'll see about doing a clamav-alt in parallel. If I get something that seems reasonable, I'll upload it to REVU. [06:03] Note that clamav-alt will have to go through NEW, so it'll be a while even after it's uploaded before it could be made available. [06:08] leonel: Got a few minutes to run a test for me? [06:10] leonel: If you have a Feisty desktop, see Bug #108612 and https://lists.ubuntu.com/archives/ubuntu-motu/2007-May/001646.html and comment on the bug if it works/doesn't for you. [06:10] Launchpad bug 108612 in pythoncad "[apport] pythoncad crashed with ExpatError in parse()" [Medium,Fix committed] https://launchpad.net/bugs/108612 [06:10] Anyone else too... [06:15] Good night all. [06:16] 'night. [06:16] night Scott [06:17] ScottK: I'll testit tomorrow [06:17] got to go too [06:18] good night ! [06:28] hmm, so Hobbsee's got a core-dev nomination [06:29] yes [06:30] And 3 fan club members. [06:30] well, I thought I was supposed to wait until after the TB decided on the "policy" [06:30] but no word from hobbsee yet [06:30] LaserJock: I'd assume so too [06:31] ajmitch: She needs to reply? [06:31] StevenK: afaik it's not just a matter of people being nominated & approved for core-dev [06:31] we've never operated that way [06:32] Is this actually documented anywhere? :-) [06:32] "common sense" [06:32] What's that? [06:32] there's no existing documentation for -core-dev nominations and MC, no. [06:32] it was never suggested to be nominations anyway, afaik [06:33] AFAICT TB remains in charge of -core-dev approvals [06:33] of course [06:33] well, that's part of the issue [06:33] the motu council shouldn't be granted that power [06:33] it seems like the TB (or at least Matt) changed the process on us [06:33] yes [06:34] and it was changed to be applying by email, while getting testimonials from others === LastUser [n=lastuser@189.156.32.214] has joined #ubuntu-motu [06:34] the MC just acts as a secretary & gives an opinion [06:34] I don't think the MC shouldn't approve or not approve -core-dev members, but recommend people to made -core-dev [06:34] it was never suggested that the MC would approve [06:35] it was suggested that the MC pass on its recommendation [06:35] and it's a proposal still === LastUser [n=lastuser@189.156.32.214] has left #ubuntu-motu ["Leaving"] === cables [n=cables@216-15-119-176.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #ubuntu-motu [06:36] It seems Mithrandir and co preempted it. [06:36] Someone in #ubuntu-offtopic recommended that I ask the MOTU guys about a good Python guide. Can anyone recommend one? [06:36] python in general? [06:36] what level reference for Python? [06:37] StevenK: communication has never been our strong point :P [06:37] ajmitch: MC, MOTU or anyone in Ubuntu? :-P [06:37] d) all of the above [06:37] heya all [06:37] I thought the last one encompassed that. [06:38] crimsun, I know some perl, but I haven't coded in a while [06:38] hi imbrandon [06:38] cables: I recommend ``aptitude install diveintopython'' [06:38] cables, probably diveintopython is a good start then [06:38] crimsun, imbrandon, someone !info diveintopython-d me in #u-offtopic, but it said for experienced programmers or something [06:38] moins ajmitch [06:38] !info diveintopython [06:38] diveintopython: free Python book for experienced programmers. In component main, is optional. Version 5.4-2ubuntu2 (feisty), package size 340 kB, installed size 4220 kB [06:39] cables: you may find http://wiki.python.org/moin/BeginnersGuide/Programmers useful, too [06:39] crimsun, thank you [06:40] cables: if you prefer dead tree copies, I recommend http://www.apress.com/book/bookDisplay.html?bID=10013 [06:41] dead tree copies, heheh , first i heard that [06:41] I heard it....and thought it was a layout style. [06:42] it's a special treeview :-) [06:42] tonyyarusso, lol, it does sound like it :) [06:50] Hey folks. [06:50] But people, you can't grep dead trees! [06:50] StevenK: heh too true. [06:53] well, you could scan, ocr, tee, then grep [06:54] http://pragmaticprogrammer.com/titles/jsaccess/index.html is an interesting title (I'm making my way through the pdf). === ranf [n=ralfm@dslb-084-058-185-233.pools.arcor-ip.net] has joined #ubuntu-motu [06:57] hi [06:58] tonyyarusso, sounds real fun :) [06:58] anyone here semi experinced with software raid0 ( on ubuntu ) === cables [n=cables@216-15-119-176.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has left #ubuntu-motu ["Leaving"] === cables [n=cables@216-15-119-176.c3-0.nwt-ubr2.sbo-nwt.ma.cable.rcn.com] has joined #ubuntu-motu [07:00] Is there any advantage to apt-getting diveintopython over just viewing it on the web? [07:01] cables, offline viewing ? [07:01] imbrandon, ok, i guess... [07:01] wot? You mean people actually unplug?! [07:02] crimsun, only when my ISP unplugs for me :) [07:02] scary thought [07:02] crimsun, not normaly by choice hehe === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [07:05] hey not talking data integrity here, but if i use ext2 over ext3 will i see a diffrence in speed [07:05] possibly, because it's not writing to the journal as well === dabaR [n=dabaR@wnpgmb09dc1-157-245.dynamic.mts.net] has joined #ubuntu-motu [07:07] imbrandon, maybe dbench is what you want? [07:07] ranf, well i'm on a livecd atm so that wont help much [07:08] i could use bonnie++ later === fraco [n=fraco@213.219.134.250.adsl.dyn.edpnet.net] has joined #ubuntu-motu === minghua [n=chatzill@ubuntu/member/minghua] has joined #ubuntu-motu [07:15] imbrandon, can't you apt-get into RAM? Haven't touched a live-CD for 2 years or so. [07:16] you can, the problem being though the hdd isnt formated/mounted, no biggie [07:16] i /could/ format it mount it, test and repeat [07:16] but thats too much trubble for the moment === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu [07:18] brb === ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu [07:31] re [07:33] hi imbrandon [07:33] LaserJock!! [07:34] LaserJock, i installed gnome ( ubuntu ) today , shhh [07:34] just to try it for a week or two :) === Fujitsu tells the world. === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === dabaR hears about it === micahcowan approves Zic's hostname. [07:38] imbrandon: beats running Vista as nixternal does. [07:38] crimsun, hehe [07:39] micahcowan: :) [07:39] hrm adding drives to a sw raid0 shouldent be this difficult [07:39] to figure out [07:39] micahcowan: It's good practice to keep the line length to 72 characters, yes. Also, if you need to fix the commit message, just git-revert the changeset, then recommit with a fixed commit message. [07:40] crimsun, yeah, I ended up taking care of it. :) Couldn't figure out how to use --amend, but reset did the job. [07:40] micahcowan: (or if that latter bit is simply too much, just git-revert your git-revert, and fix the commit message there.) [07:40] Thanks so much for your help. [07:40] imbrandon: hmm, 14 pages on the forums about having a "Restricted Software" manager for mono apps :/ [07:40] wha? === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [07:40] people are ignorant [07:41] sometimes [07:41] only sometimes? [07:41] well if mono was restricted in anyway that would semi make sense [07:41] but its not [07:41] nah. I'm ignorant all the time. :-) === blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-motu [07:42] c# and .net are a ecma standard, just because MS came up with it dosent mean its nessesarly bad [07:43] 334 iirc === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [07:43] of course it's bad, it's MS ;-) [07:44] infact it wasent even all MS, HP and Intel was in on it too [07:44] cue conspiracy theories! [07:44] heh [07:44] oh sweet, we also need a "preload/prelink" manager [07:45] wow , yea , we need a "manager" for everything, that makes it real user friendly, give me lots of control panels then make something akin to MMC === imbrandon stops [07:46] crimsun, hey, have a link to a good reference on creating boot ramdisks? Back in the day, I always hard-compiled in support for the essentials (my drive, filesystems, etc), so I never had to mess around with 'em. [07:46] micahcowan: err, the new Debian & Ubuntu-style ones? [07:46] (well, not restricted to either distro) [07:47] I really wouldn't know the difference, but yeah, that'd be a good place to start :) [07:47] initrd mkinitrd ? [07:47] if so, see mkinitramfs(8) [07:47] yup === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [07:48] crimsun, yeah, I've read that. It didn't seem terribly informative. [07:48] ah, she's back [07:48] run === micahcowan runs [07:49] good thing I have my chainmail on === d33p__ [n=d33p@87.217.145.219] has joined #ubuntu-motu === micahcowan looks back, noting that Potiphar's wife still has micahcowan's cloak. [07:50] hi all [07:50] LaserJock: indeed. what did i miss? === micahcowan wonders whether anyone gets that reference. [07:51] Hobbsee: we were discussing your core-dev app [07:51] LaserJock: right === micahcowan looks for another reason to refer to micahcowan in the third person [07:51] micahcowan: hmm, what do you seek? [07:52] A howto? :) [07:52] Or even a brief tutorial. [07:53] high-level or low-level? [07:54] ajmitch: so if i'm supposed to respond, what am i supposed to say? [07:54] crimsun, either should be fine. [07:55] The overview at http://lwn.net/Articles/191004/ is nice; /usr/share/doc/initramfs-tools/examples may help, too. [07:55] Hobbsee: `Yes please'? [07:55] right. [07:55] micahcowan: /etc/initramfs-tools/ being the magic cave. === AnAnt [n=anant@196.205.22.58] has joined #ubuntu-motu [07:56] Hobbsee, `Hell yea, bout time yall reconised!" hehehe [07:56] haha [07:56] Hello, should there be a Comment field in .desktop files ? === Hobbsee hasnt actually found out what the procedure is, so has just been silent, watching. [07:57] AnAnt: it's good practice. [07:57] Hobbsee: that's because no one's clear on the procedure :-) [07:57] crimsun: what's difference between Comment & GenericName ? [07:57] MC's charter doesn't cover core-dev, really, which is all but confusing [07:57] crimsun: right. i believe mithrandir was just actign on the info he was told in -devel [07:58] AnAnt: probably you should read the .desktop specification at freedesktop.org [07:58] AnAnt: Comment is something like 'Convert audio files into other formats', GenericName is 'Audio Converter' [07:59] (taken from one of my packages, of course) [07:59] ok [07:59] hey! crimsun, my Vista crashed again...since you are the largest advocate and #1 employee of Microsoft, why did it happen? [07:59] Although most packages don't have comments starting with a verb, that's what the HIG says is right. [08:00] nixternal: stop trying to run Kubuntu inside of Vista. [08:00] Ooh, nasty. [08:00] yay, nixternal with pointy-clicky vista again! [08:00] hehe [08:00] NOT! === nixternal is broke, can't afford vista [08:01] plus I don't have a super computer yet, so I can't run it [08:01] yet you're running vista, which is crashing on you, because you like all the pointy-clicky-shiny-bling. [08:01] nevah! [08:01] Hm... Does anybody know why we don't provide diffs for Packages files like Debian? Is it just that Soyuz is stupid? === AnAnt [n=anant@196.205.22.58] has left #ubuntu-motu [] [08:01] the only bling I have is a semi-transparent kicker [08:02] http://blog.nixternal.com/wp-content/uploads/2007/05/yakuake.png [08:02] see, that is all the bling I have [08:04] Hobbsee: http://packages.qa.debian.org/k/krename/news/20070519T231711Z.html [08:04] woohoo! within 24 hours it will be ready for some sync love! [08:04] Fujitsu: s/is stupid/'s side hasn't been implemented yet/ IIRC [08:05] nixternal: nice! [08:06] crimsun: That's what they say about everything. === ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [08:06] Fujitsu: they sure do, and it keeps us content (sometimes) :) [08:07] but what soyuz should do if it decides to start providing Packages diffs? [08:07] It irks me that there's no way to reduce all the waiting around for LP to grow features. [08:07] one diff per dinstall run? [08:07] (which is like, what, 48 diffs per day?) [08:07] minghua: I guess it would have to be, but that's a lot... [08:07] Publisher runs hourly, AFAIK. [08:08] Still a lot. === minghua decides it's more about soyuz being lazy than being stupid :-) === Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu [08:14] hrm where is the option to put gnome terminal tabs at the bottom ? [08:15] heh [08:15] should be easier than Konsole you would thing ;) [08:16] s/thing/think || stink [08:16] I've not used g-t often, but I've not known about such an option. [08:16] use ~tilda with Gnome, much better [08:17] hrm i always forget why i dislike gnome untill after i install it [08:17] lack of options [08:17] plus the developer is a buddy in the ChiGLUG. He gets upset when I blog/talk/showoff/whatever/ about yakuake [08:17] imbrandon: what? lack of options...you are kidding right ;p [08:17] imbrandon: hehe, the first thing I do in KDE is put the tabs on top ;-) [08:18] hola LaserJock! [08:18] LaserJock, hehe but you CAN , heheh in gnome i dont seem to be able to [08:18] :) heheh [08:18] have you had a chance to talk to Raphael at all? he bit the bullet [08:18] tabs, eww. alt+F10 ! [08:19] heh, split window yakuake ftw [08:19] crimsun, ^A+backspace (screen) [08:19] imbrandon: who needs options when the defaults are perfect ;-) [08:19] LaserJock, hahaha [08:19] shift+left or right === Fujitsu abstracts the hardware abstraction layer. [08:20] imbrandon: hmm, I don't see anything either. I've never noticed since it did what I wanted [08:20] that could be annoying [08:20] LaserJock: it didn't do what you wanted, it does what you want it to [08:20] hrmm [08:20] Microsoft gets is own TLD ( well starts using a country code domain ) .MS [08:20] strike that, it does what IT wants you to do [08:21] there, now that makes it 2 different points and not just 1 reversed === micahcowan can't find it, either. [08:21] imbrandon: That's been on /. for a couple of hours now. [08:21] oh Microsoft can get its own, but pr0n can't! what is this world coming to [08:21] nixternal: well no, it does what I want, but I see your point ;-) [08:21] Fujitsu, yes , yes it has ... [08:21] why in the world would it need its own [08:22] imbrandon, isn't ^A-a faster? === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [08:22] LaserJock: makes it easier to ban *.MS now! [08:22] nixternal: Heheheh, true. [08:22] ^A-^A, rather. [08:22] that's whta I was thinking [08:22] micahcowan, nah i use ^a + backspace ALOT [08:22] that is the first things going into the proxy servers at school come Monday [08:22] Nice, nice. [08:22] nixternal, cant, other things use .ms too [08:22] not just microsoft [08:23] well, they get blocked too! [08:23] Actually, I think he's right. I think I can type backspace just faster than double-hitting the A. [08:23] hell microsoft.ms is avail for registration [08:23] unless they are pr0n...can't block the students from pr0n now, they would kill me === micahcowan recently patched vim so that it can recognize mouse support under screen :) [08:23] imbrandon: Right. Register! [08:23] imbrandon: get it! [08:23] micahcowan: really? [08:23] it isn't like they will buy it from you, but they will either a) steal it, or b) sue the crap out of you, beat you up, then steal it [08:23] LaserJock, yup. Looks like it'll be approved upstream, but not yet in. And I haven't done the debdiff yet (today or tomorrow). [08:24] bah, just use red. [08:24] nixternal, or give me a xbox360 LOL [08:24] haha [08:24] It works because screen actually understands the "activate mouse" sequence, and ignores it for non-xterms, while passing it on to connected xterms. [08:24] i still have two other domain projects i need to finish up, i should finish the google clone tonight [08:25] Can't autodetect highlight-tracking, though, so it's xterm (as opposed to xterm2) by default. [08:25] :( [08:25] imbrandon: ya, it seems they may have to start giving them away now since they can't sell them [08:25] our Best Buy keeps going lower and lower on them every week, yet the same huge pile is still there [08:27] hrm [08:29] hmm, I wonder what I did to tiber [08:29] heh [08:31] it's been chewing on a job for ~ 2hrs [08:35] My current goal is MOTUship. What steps should I be taking, now, and when will I know I'm ready to apply? [08:35] micahcowan: packaging, bugfixing, etc. and when are getting the stuff consisently right, and people start making noises about you going for MOTU, as your stuff is always fine. === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [08:36] I have been trying for over a year now...hahaha I suck! [08:36] I'll address the last part of your question. When you're comfortable taking any source package in Ubuntu universe / multiverse, pointing out its packaging flaws [and possibly picking it up for leading maintenance] , then you're ready. [08:36] micahcowan: there's no set metric, per se, just as in ubuntu membership [08:36] [That's the same answer I gave Scot.tk] [08:37] crimsun: what, a new one? [08:37] Hobbsee, about which I was also confused as hell :) [08:37] Hobbsee: meaning a new source package? [08:37] doesnt that require knowing every programming language in hte archive? [08:37] yeah [08:37] micahcowan: heh. yeah. it gets infinitely worse when you're actually attempting to decide memberships [08:37] Hobbsee: There are only a few families of languages :) [08:38] Hobbsee: if you know a few, you know them all, basically [08:38] Hobbsee: no. If one is comfortable knowing how to proceed with packaging or knowing when to seek assistance. === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu [08:38] ah right [08:38] Treenaks: yes, and we're all mega-awesome people who know them all. right. [08:38] hey, I can do that...I know when to proceed and when to bug, err ask [08:38] only the chemists with friggin laser beams. [08:38] and now workign with Debian, I know how to do debian/ stuff correctly the first time now [08:39] :) [08:39] only took me a 100 times to get it down to the first though [08:39] Hobbsee: Given enough time, yes ;) [08:39] nixternal, its getting close to time for you bro :) [08:39] Hobbsee: ("follow the docs") [08:39] hehe [08:39] imbrandon: this cycle most definitely [08:39] :P [08:39] how many cycles have I said that though [08:39] heh [08:39] 3 *cough* [08:40] I was thinking 2, but umm, this would make 3 [08:40] heh yup :) [08:40] Edgy, Feisty....and not Gutsy (not Gusty) [08:40] s/not/now [08:40] persia was going on 4, so don't feel too bad. [08:40] and I am actually giving a talk about packaging tomorrow...should be fun [08:40] you started with the docteam and buntudot in dapper irrc [08:41] yup [08:41] heh, and I was working for Microshaft at the time I started in Dapper...was actually working on it from work [08:41] lol [08:41] anyhow time for a shower, bbiab [08:41] but it was cool...I didn't use Microshaft at work..I had a sun box :) === LaserJock is gone for the night [08:42] bye LaserJock! [08:42] 'night lj [08:42] I am thinkin' the same...need to be up in 5 hours for Linux Fest [08:42] gnight LaserMan [08:42] g'nite 'mini-me quit humping the laser' [08:42] Night, LaserJock. [08:43] 'night. [08:45] http://tux500.com/geeklog/ [08:46] heh, the Linux car was on TV a whole 15 seconds in one shot [08:46] and the entire time, they were making fun of the driver and that he qualified as the slowest car in the month of may! [08:46] great advertising.. [08:47] but hey, there were be a few million toothless rednecks watching who don't even know what a computer is... [08:47] including me [08:47] you're a toothless redneck running Vista? Impressive. [08:48] yeeee'haw [08:48] actually crimsun, you are in Nascar country, so you know what I am talking about ;p === imbrandon bows and passes the title Ubuntu-Redneck to nixternal [08:48] nevah! [08:48] imbrandon: that is all you man [08:48] nixternal: deep in the heart of it. [08:49] I might be moving out that way within the year anyways to be closer to my daughter in southern Maryland [08:49] I have always liked the carolinas *cough*and nascar*cough* [08:49] really? I'm moving to D.C. in one month. [08:49] orly? [08:49] rly. [08:49] where at? [08:49] ... D.C. [08:49] I used to live in D.C. [08:49] nixternal, DC aitn that big === jml [n=jml@121.44.219.152] has joined #ubuntu-motu [08:49] aint* [08:49] ya, NW, NE, SW, SE? [08:50] definitely not the SE [08:50] cant even spell non-words, jez [08:50] I'm still working on housing, never lived there before. [08:50] hehe [08:50] crimsun: NW and NE are your best bets [08:50] good thing I don't have a S.O., cos housing is going to eat me alive. [08:50] if you have to live outside of DC, pick the VA side [08:50] crimsun: Will this mean you get faster Internet access? [08:50] Fujitsu: aye. [08:51] MD side From College Park counter-clockwise until you hit Alexandria or route 1 is good living [08:51] nixternal: cool, thanks for the pointers. [08:51] you know whats sad, i am thinking aobut moving to north kansas city because they just put in fiber to the house , city subsidized CHEAP symetrical 30MB/s both ways only $80 a month [08:51] I lived in Georgetown for a bit, on S and Wisconsin...I love D.C. [08:52] 30MB/s... Mmmm... [08:52] Fujitsu, both ways :) [08:52] imbrandon: AT&T just finished their fiber install into our neighborhood, but they aren't saying what their master plan is yet [08:52] they put up a pretty nice sized substation the past couple of weeks [08:52] imbrandon: as soon as you move, they'll have it in your old neck o'the woods. [08:52] haha === robitaille [i=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu [08:53] crimsun, maybe not, because noth KC and KC are actualy diffrent governments [08:53] crimsun: if you want to have yourself a Big and Rich time, head to southern Maryland, St. Mary's County. That is where my x and daughter are. talk about toothless and keeping it in the family [08:53] north* [08:53] good morning [08:54] north KC still MO? [08:54] moins [08:54] nixternal, ya [08:54] heh, my buddy wants me to move to Topeka and work for whatever the electric company is there [08:54] kansas city is actualy 3 citys in one, kansas city , kansas : kansas city , mo : north kansas city , mo [08:54] ahh [08:54] What's MO? [08:55] missouri [08:55] missery [08:55] ;) [08:55] the "oh god please don't show me" state [08:55] lol [08:55] show me 7 i'll show you 8 === imbrandon stops the nelly [08:55] but hey, you know your state kicks arse when the 2 biggest things it is known for is the arch and bigfoot! [08:56] haha [08:56] I shouldn't talk, since Bob Chandler is a distant relative [08:56] kansas city == bbq , fountains and jazz, stl == arch and ummm nelly [08:56] lol [08:56] no way...TX == bbq [08:57] tx bbq came from kc bro, look it up :) [08:57] although, every now and then I do enjoy a sweet bbq sauce [08:57] tx bbq == dry rubs [08:57] which I have become addicted to [08:57] think about all the cattle that got herded through kc back in the day [08:57] heh, and you stole them! [08:58] i think we still have the largest stockyards in the US, dunno [08:58] we will teach these people a lesson, lets steal their cattle and put this sweet, hot and what in tarnation sauces all over um...mmm mmm good! [08:58] damn, now I am craving bbq [08:58] 2am, I should go fire up the grill [08:58] lol [08:59] we cooked some ribs and shrimp on the grill today [08:59] who cares about the neighbors...they decided to mow their lawn at 7am on a Saturday [09:03] Fujitsu, ahh i was off on the prices, but its still cheap http://www.linkcity.org/residential-internet.html [09:05] and with the business class you get a SLA too :) [09:06] Hrm, don't get that: http://pastebin.ca/498186 line 17. When I cd into src/icons and run make it works. [09:07] ranf, because localy you probably have a required png lib installed, and in the pbuilder/control you dont [09:07] is what its looking like [09:08] brb [09:08] libpng? [09:08] thanks, will look into that. === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [09:09] libpng12-0 seems to be the latest === nixternal beds [09:12] g'nite [09:12] 'night. [09:15] night nixternal === blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-motu === lengau_ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] === LaserJock [n=mantha@ubuntu/member/laserjock] has left #ubuntu-motu [] === matid [n=matid@195.116.35.6] has joined #ubuntu-motu === fredryck [n=fredryck@d51A5B761.access.telenet.be] has joined #ubuntu-motu === minghua_ [n=minghua@ppp-70-247-42-69.dsl.hstntx.swbell.net] has joined #ubuntu-motu === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu === jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has left #ubuntu-motu [] === d33p__ [n=d33p@87.217.144.47] has joined #ubuntu-motu === DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu === ivoks [n=ivoks@33-248.dsl.iskon.hr] has joined #ubuntu-motu [10:08] Hi all === Plug [n=crb@firewall.itpartners.co.nz] has left #ubuntu-motu [] === allee [n=ach@dialin-145-254-253-158.pools.arcor-ip.net] has joined #ubuntu-motu === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu === Fujitsu [n=william@ubuntu/member/fujitsu] has joined #ubuntu-motu === bersace [n=bersace@251.171.62.62.internet9t.9massy1-1-ro-bas-2.9tel.net] has joined #ubuntu-motu === giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-motu === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu [10:50] :) === thekorn [n=thekorn@a89-182-23-135.net-htp.de] has joined #ubuntu-motu === pochu [n=emilio@10.Red-83-59-168.dynamicIP.rima-tde.net] has joined #ubuntu-motu === mjgumbley [n=mjgumble@gumbley.plus.com] has joined #ubuntu-motu [11:06] pochu, am I right on this one? http://www.bughost.org/pipermail/power/2007-May/000177.html === mjgumbley [n=mjhumble@gumbley.plus.com] has joined #ubuntu-motu [11:08] ranf: yes, but I'm using 1.2.15 and have the same issue [11:09] ranf: I was going to tell that to the developer last night, but it was too late :) [11:09] pochu, no problem [11:12] Hrm, I still don't get that: http://pastebin.ca/498186 line 17. Tried to document stuff: https://wiki.ubuntu.com/Ranf/packagingViking === persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu [11:14] ranf: reported :) Hopefully it'll be fixed soon in 1.2.16 :) === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu [11:15] pochu, cool === dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu [11:20] Hello MOTU, I'm new here but would like to get involved in packaging various Java applications - I'm reading through the Ubuntu packaging guide, but is there any documentation specifically on packaging Java apps? [11:21] there is a Debian java policy: http://www.debian.org/doc/packaging-manuals/java-policy/ [11:22] mjgumbley: You'd probably do best to look at the packaging of a number of existing Java apps. The best practices are still under development. [11:23] there's also #ubuntu-java. vil, also an MOTU, is on that team, too. [11:24] geser, persia - many thanks. I was hoping to get freemind packaged, as I use it all the time on win32. It's under https://bugs.launchpad.net/ubuntu/+bug/102755 - hopefully if most of the work has already been done for Debian, it wouldn't be too hard to take on as a "first job" [11:24] Launchpad bug 102755 in Ubuntu "please sync freemind from debian contrib" [Medium,Confirmed] [11:25] crimsun: thanks, I'll check that channel out too. [11:25] ubotu: I see that it's been approved - does that mean that someone has been assigned to look at it? [11:26] mjgumbley: ubotu is a bot :) [11:27] it will be synced from Debian by the archive admins soon === jekil [n=alessand@151.82.11.125] has joined #ubuntu-motu [11:28] mjgumbley: If you want to package a new java app, there are a number listed from https://launchpad.net/ubuntu/+bugs?field.tag=needs-packaging. === wolfeon waits for ubotu to reply, "Yes Dave" === afflux [i=fnord@pentabarf.de] has joined #ubuntu-motu === ajmorris_ [n=l337h4x0@220-253-11-102.VIC.netspace.net.au] has joined #ubuntu-motu [11:35] how close are we to getting ntlm_auth 3.0.25? === gnomonic [n=niels@80.62.135.26] has joined #ubuntu-motu [11:38] ajmorris_: when core-dev has time. [11:38] *chuckle* [11:38] ajmorris_: I know Andrew has been quite pressed for time, but he'll get to it. [11:39] crimsun: you could always use the flynn reply.. :) [11:39] He's not a Canonical employee, so give him a break. [11:39] "send patches or stfu" :) [11:39] :P [11:40] i need some help, how do i stop Xserver from starting at bootup, so i start things manually, and I only get a console [11:40] sacater, remove gdm? [11:40] look at /etc/X11/default-display-manager [11:41] one mo.. [11:41] i.e., change it to /bin/true or something. [11:41] /usr/sbin/gdm [11:41] crimsun: change that to /bin/true/ [11:42] ? [11:42] append init=/bin/sh to the end of your kernel line, in the GRUB menu [11:42] anything but the absolute path to the current display manager. [11:42] crimsun: couldnt i just comment out /usr/sbin/gdm === mjgumbley [n=mjhumble@gumbley.plus.com] has left #ubuntu-motu ["Leaving"] === carlesoriol [n=carlesor@gw-guest.ac.upc.es] has joined #ubuntu-motu [11:44] crimsun? [11:46] sure, whatever floats your boat. [11:46] right, reload time.. [11:52] crimsun: nope, commenting it out didnt owkr [11:52] work* [11:52] oh hang on... [11:52] wasnt using fscking sudo === TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu === elkbuntu_ [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu === d33p__ [n=d33p@87.217.144.80] has joined #ubuntu-motu === Lamego [n=lamego@a83-132-96-72.cpe.netcabo.pt] has joined #ubuntu-motu [12:05] crimsun: that doesnt work, all my fonts go VERY WEIRD [12:05] ranf: http://sourceforge.net/tracker/index.php?func=detail&aid=1717978&group_id=87005&atid=581684 [12:05] Sourceforge bug 1717978 "liferea keeps waking up the cpu a lot" [Pri: 5,Open fixed] === sacater waves at pochu [12:06] heya sacater! [12:06] tis me! [12:06] pochu: dont suppose you know how to stop the xserver from starting at bootup [12:06] actually [12:06] give me 5 [12:07] sacater: uninstall it :p [12:07] can someone help me with the merge of "om"? It looks quite wierd to me... The old ubuntu package uses a different tarball than the two debian packages, it seems that the last merge was using the ubuntustudio package with *some* changes merged from debian. Now we have lots of differences in e.g. the .m4 files, package descriptions, copyright file, manpages etc. [12:08] afflux: What kind of help do you need? Personally, for different sources, I tend to look at the diff between the last merged Debian version and the current Debian version, and pick appropriate bits of that to apply to Ubuntu. [12:09] sacater: did you comment it out, or did you actually change it? [12:09] I wonder wether I should take the few ubuntu-changes mentioned in the changelog and add them to the debian package or do it as you just explained [12:09] persia: ^^ [12:09] sacater: (I would actually change it, or chmod -x /etc/init.d/gdm, or ...) [12:10] crimsun: i commented it out, and all the fonts go weird on xfce [12:10] crimsun: change to what [12:10] crimsun: /bin/true [12:10] ? [12:11] pochu: no no, i want it so i start it manually [12:11] something that doesn't contain gdm in the string [12:11] ok [12:11] hang on [12:11] hmm [12:11] /bin/true it is [12:11] if you want to start it manually, then just remove the symlink in /etc/rc2.d/ [12:11] no ya tell me.. [12:11] now* [12:11] afflux: It depends on the nature of the change. For different orig sources, often that was due to an -0 upload in Ubuntu. If you think moving closer to Debian is better, I recommend checking with the -0ubuntu1 uploader to see why they made the choices they did, and whether things can be dropped. If the package has significant Ubuntu variation (rebranding, different behaviour, etc.), you probably just want to cherry-pick from Debian. [12:12] sacater: you didn't mention that you wanted to start it manually, only that you wanted it to not start automatically. [12:12] believe it or not, those are two separate use cases. [12:12] crimsun: i want it, so that when i boot up, i get console only, and i startx and fluxbox from there [12:13] nice, 2.6.22-5.11 boots on my hardware [12:13] crimsun: S13gdm [12:13] do i remove that? [12:14] sacater: from /etc/rc2.d/ , yes [12:14] persia: ok, I'll have a deeper look... thank you [12:14] crimsun: here goes... [12:14] afflux: Please come back if you get stuck [12:14] persia: I will definetly :P [12:16] yay, and systemtap works again. [12:18] afflux: Just FYI, the om -0ubuntu1 uploader has become inactive. Try to get closer to Debian. [12:18] alright [12:18] crimsun: nope, the fonts are fscked, what about if we try just removing splash === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [12:18] crimsun: so i dont get a welcome screen, might that work [12:18] sacater: what's the /root/ issue? [12:19] crimsun: eh? [12:19] the answers I've given address not starting gdm automatically, not "*splash screws with me font appearance" [12:19] no no [12:19] it sort of worked [12:19] no gdm [12:19] but fluxbox wouldnt start [12:19] and fonts were weird in xfce [12:20] so i am wondering whether removing the welcome screen might work [12:20] or disabling it, something like that [12:20] what video hardware and $arch? [12:20] crimsun: er, i dont actually know that well, its a second hand laptop [12:20] there are murmurs of usplash not playing nicely on amd64 with ATI hardware (using fglrx) [12:20] crimsun: would lspci be of help [12:21] crimsun: its not usplash im on about [12:21] start with dpkg --print-architecture [12:21] its the bit where you log in [12:21] and choose sessions etc [12:21] then, lspci -v|grep VGA [12:21] sacater@trinity:~$ dpkg --print-architecture [12:21] i386 [12:21] sacater@trinity:~$ [12:21] okies [12:22] err, you're on gutsy and experiencing font appearance issues? [12:22] how can i be on gutsy [12:22] its not even released yet [12:22] sacater@trinity:~$ lspci -v|grep VGA [12:22] 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M AGP 2x (rev 64) (prog-if 00 [VGA] ) [12:22] sacater@trinity:~$ === ptitdav69 [n=ptitdav6@75.235.102-84.rev.gaoland.net] has joined #ubuntu-motu [12:23] did you check the DPI? [12:23] I still haven't gotten a succinct description of the issue. [12:23] sacater: Just because it isn't released doesn't mean you can't upgrade to it. Not that we're suggesting you do so. === persia considers any distribution to be unready for use prior to at least Debian sync freeze, if not Upstream version freeze. [12:25] StevenK: i did update-manager -d a day or 2 ago and nowt was there [12:25] I'm quite happy running unreleased distributions, such as Gutsy or Sid in chroots. [12:26] crimsun: i want my computer to start, load everything up, but land me with a console rather than a graphical session chooser and login [12:26] sacater: right, you should have that squared away already. [12:26] crimsun: ? [12:27] sacater: what you just described is done. You've removed the symlink from /etc/rc2.d/ , no? [12:28] StevenK: how do i get gutsy at this point in time. the development version === Lhademmor [n=chatzill@x1-6-00-09-5b-fd-4f-8f.k888.webspeed.dk] has joined #ubuntu-MOTU [12:28] crimsun: but all fonts and stuff went weird, and startfluxbox wouldnt work [12:28] sacater: I'd seriously suggest you don't run it this early in its development cycle. [12:29] StevenK: fair enough, but where can i get it from [12:29] Hello people, is this the place to talk about MOTU/School? === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-motu [12:29] Lhademmor: there is a seperate channel for that i believe [12:29] sacater: Hm? Where is that? [12:29] Lhademmor: #ubuntu-classroom [12:30] No, I think this would be the right place to talk about motu school. #ubuntu-classroom would be where MOTU/School actually takes place. [12:30] sacater: Thank you :) [12:30] Okay then... Does MOTU/Schoool still take place? The wiki page https://wiki.ubuntu.com/MOTU/School seems very inactive.. [12:30] And I won't go about this mentoringthing until I've studied the school a little more closely [12:31] AFAIK there haven't been recent sessions, but OTOH, a lot of the most important things have already been covered... perhaps they're looking for new subjects. [12:31] Lhademmor, why? What has the one to do with the other? [12:31] sacater: You need to be familiar with the under-lying tools, such as apt-get or aptitude. [12:32] micahcowan: "It is not designed to teach you how to package. MOTU/School is the appropriate place for that." <-- So I guess that's where I start [12:32] StevenK: i am familiar with them as in I use them on a regular basis [12:32] micahcowan: Are there logs available? [12:32] nvm, I found them [12:32] sacater: Then to upgrade to it, you edit your sources.list, replace feisty with gutsy, upgrade and pray. [12:32] Good :) [12:33] Lhademmor, it's not designed to teach you packaging, perhaps, but I believe it is designed to guide you in your first attempts and challenges with packaging (otherwise, why would it be useful?). [12:33] StevenK: whooo! no thanks [12:33] StevenK: would it just offer me a distro upgrade [12:33] micahcowan: Yep, I get it, and I'll try it out :) [12:33] But yes, you should definitely go through the school sessions, and read the pertinent wiki and Debian docs that are referenced there, and then come back here for clarifications :) [12:34] sacater: No, it would run off and do it if you ran aptitiude upgrade or aptitude dist-upgrade. Update-manager is a little more "I'd suggest you upgrade." [12:34] StevenK: i will wait for the herds :P [12:35] sacater: tribe 1 is in ~2 weeks time :) [12:35] sacater: They're called Tribe this time around [12:35] aha [12:35] okie [12:35] s [12:35] I should get Tribe 1 for my birthday. === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu [12:39] StevenK, is that to avoid confusion with Hurd? :) [12:39] micahcowan: No, actually. Every release of Ubuntu has had different names for the pre-release snapshots. [12:40] Ah. Herd of Fawns, Tribe of Gibbons? [12:40] What was Eft's? [12:40] Edgy's was Knot [12:40] Ah, yes. === davromaniak [n=cyril@AFontenayssB-152-1-62-36.w82-121.abo.wanadoo.fr] has joined #ubuntu-motu [12:44] i still think Hungry Hippo would be a great distro name [12:45] H was taken by Hoary Hedgehog [12:45] aw yes [12:45] darn it === pirast [n=pirast@p508b1644.dip0.t-ipconnect.de] has joined #ubuntu-motu === jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === ivoks [n=ivoks@23-210.dsl.iskon.hr] has joined #ubuntu-motu === fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu [12:59] can someone check if this script is bashism free? http://paste.stgraber.org/971 === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [12:59] (I'm not familiar with bashisms) [01:00] is it possible to create a symlink which should be packaged in the diff.gz? [01:00] afflux: Looks clean to me, but I'd use grep o[m] $, rather than double grep. [01:00] dpkg-source complains: dpkg-source: unrepresentable changes to source [01:01] pochu: man dh(underbar)links [01:01] pochu: use dh_link or debian/*.links file [01:01] ok, thanks :) [01:02] hi all [01:02] hi Hobbsee [01:02] hey Hobbsee === morty [n=morty@88-105-51-82.dynamic.dsl.as9105.com] has joined #ubuntu-motu [01:02] :) [01:03] persia: thanks === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-motu [01:05] afflux: If you install the dash package (likely already installed), you can always test locally. [01:05] persia: I'll when I built the package [01:05] +do [01:08] I have an automake/autotools library package that I'd like to deb package.. it builds ok with ./setup.sh; ./configure; make.. I have done a 'dh_make' with the library option.. what next. === nostferka [n=edward@host217-43-168-64.range217-43.btcentralplus.com] has joined #ubuntu-motu [01:09] 'dpkg-buildpackage -rfakeroot -us -uc' gives me errors. [01:11] pschulz01: http://paste.stgraber.org [01:15] Will 'dpkg-buildpackage' call './autogen.sh' ? [01:15] pschulz01: how about? dpkg-buildpackage -S -rfakeroot -us -uc [01:15] http://paste.stgraber.org/972 [01:17] Kmos: Hm.. that worked, but not exactly what I'm after :-) [01:21] it builds fine ? [01:21] you want to create now a .deb ? [01:22] Kmos: build fine.. I think I just have to 'simplify' the 'configure' line in the rules file. [01:22] pschulz01 :) [01:22] Kmos: Manual build is fine [01:23] pschulz01: your paste looks like you forgot to mention a library === thekorn [n=thekorn@a89-182-23-135.net-htp.de] has joined #ubuntu-motu === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu === redguy [n=mati@unaffiliated/redguy] has joined #ubuntu-motu [01:33] Kmos: afflux - package now builds, but nothing in it. [01:34] well, then your packaging is wrong... [01:34] anyone knows how to tell pbuilder not to remove the build directory on errors? [01:34] pschulz01: forgot to write and debian/*.install file? [01:35] man-di: more than likely :-) [01:35] man-di: I haven't done a lot yet. [01:35] pschulz01: np, I just give some small hints to make you learn all you need yourself [01:36] :-) === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [01:44] Ahah! Installed in debian/tmp/usr/local/lib.. [01:45] night all [01:45] Night ajmitch. === gizmo [n=gizmo@xdsl-87-78-86-136.netcologne.de] has joined #ubuntu-motu === jekil [n=alessand@151.82.5.177] has joined #ubuntu-motu === bleinmono [n=toffel@ppp85-141-150-100.pppoe.mtu-net.ru] has joined #ubuntu-motu === afflux [i=fnord@pentabarf.de] has left #ubuntu-motu [] === pgquiles [n=pgquiles@81.202.81.145.dyn.user.ono.com] has joined #ubuntu-motu [02:16] lintian says "W: libtomcrypt0-dev: package-name-doesnt-match-sonames libtomcrypt-prof0". How do I include libtomcrypt_prof.* in libtomcrypt0-dev and get lintian not to complain? === Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu === effie_jayx [n=valles@190.37.174.62] has joined #ubuntu-motu [02:26] pgquiles: It's generally advised to use multiple binary packages to achieve that, but you can force it with a lintian override, if you are really sure that they need to be in the same package. === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu === acm [n=acm@p57BC8F6C.dip0.t-ipconnect.de] has joined #ubuntu-motu [02:27] persia: not that they need to but I think it would be convenient === hsitter [n=me@N898P016.adsl.highway.telekom.at] has joined #ubuntu-motu [02:32] can libtomcrypt-prof0 be used independent of libtomcrypt0? [02:32] geser: not without libtomcrypt0 but it could be without libtomcrypt0-dev which is the one lintian is complaining about [02:33] I guess it'd be better to have a new package === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [02:38] Hey persia, made some progress I think :) [02:38] PriceChild: Great. Did you upload? Can I look again? [02:39] pgquiles: you're shipping a lib in a -dev package? [02:40] persia, yeah, 5204 I think... yeah http://revu.tauware.de/details.py?upid=5204 [02:40] geser: only the profiling lib [02:40] and name the -dev package libtomcrypt-dev unless you need to support builing against multiple API versions [02:40] PriceChild: I've already commented on that one :) [02:40] persia, ah ok lol.... I'm looking forward to redoing everything :P Haven't seen comments yet :) [02:42] persia, wow.... so you don't think I have to redo much.... :P Hmmm I wonder what I can do about the 64bit thing... I know someone who has a machine that I used to package beryl on, will poke him to ask if I can do that. [02:43] PriceChild: No, aside from licensing, and python, it eyeballs well for me. Let me know if you have trouble getting access for the 64-bit build, and I'll prep a patch (my 64-bit patch for 2.3 doesn't apply :( ) [02:43] Ok cool... lets hope if I do get access to 64bit that I have half a clue what to do :P [02:45] PriceChild: For 2.3, it was just adjusting a couple "int"s to "unsigned long"s, when they were used for pointers. I think a total of about 8 places in the code. [02:45] Wait a minute 2.3 what...? :S [02:45] gah the guy's gone on holiday now... I'm sure he would have just released a new version for me so we didn't have to patch. [02:45] PriceChild: I packaged 2.3 in March, but Tim didn't want me to release it because he was working on version 3. [02:46] Aj ok === marseillai [n=mars@AMarseille-156-1-104-142.w90-36.abo.wanadoo.fr] has joined #ubuntu-motu [02:46] hi [02:48] PriceChild: Take a look at simple-patchsys. It makes patching really easy, at least for simple patches. [02:48] Hehe i've got to learn some time :) === PriceChild read that there was cdbs made it _really_ easy to do patches so that's something :) [02:52] i'm trying to package kcontrol-autostart : http://revu.tauware.de/details.py?upid=5214 and i've this error in pbuilder : http://paste.ubuntu-nl.org/21675/ does anyone have an idea of the problem ? === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu === jml [n=jml@121.44.219.152] has joined #ubuntu-motu [02:55] marseillai: as automake-1.9 was not found, you have no 'configure'. Is automake-1.9 listed as a build-dependency? [02:56] autotool-dev are in build-dep [02:56] is it enough? [02:57] pgquiles: ? [02:58] marseillai: I was looking at the description for autotools-dev === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu [03:00] marseillai: I'd say it's not enough as autotools-dev has no install dependency === ucap [n=ucap@212-41-96-125.adsl.solnet.ch] has joined #ubuntu-motu === elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === cassidy [n=cassidy@213.246.241.250] has joined #ubuntu-motu [03:11] persia, None of the modules will require a ${python:Depends} Dep will they? === persia looks [03:12] not modules [03:12] libraries [03:13] wait not that's a silly question... [03:13] they all do don't they... [03:15] PriceChild: I think you need one for gizmod and libgizmod, but I don't think you need one for libh. I'd recommend putting it in for both of them, and looking at the debs you get back to see if you think the dependencies are correct. === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu [03:15] ok /me looks harder again === MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu [03:16] ah yeah silly me that makes sense tnow === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [03:25] persia, bah broken after those changes. :P Will fix that now. [03:26] PriceChild: That's the fun of packaging. When you fix it, you get to fix it again :) [03:27] lol [03:27] the first being a "fix" [03:29] persia, hmm its python2.5 by default isn't it...? [03:29] PriceChild: Yes. Does 3.1 not work with 2.5? [03:30] for some reason the build just called 2.4 and failed :P [03:30] It can't be the actual software as its always been perfect up until now.... must be my "fixes" in the debian/ I suppose... :s [03:31] PriceChild: I'm pretty sure you can force things with the correct entry in debian/pyversions or XS-Python-Version (depending on how you are complying with python policy). [03:32] I haven't yet read any python policy.... :P [03:32] PriceChild: URL is in the comment. [03:32] oh yeah i've read that [03:32] sorry confused :) === PriceChild reads another 4 times [03:33] ah I seeit === cassidy [n=cassidy@213.246.241.250] has joined #ubuntu-motu === morty [n=morty@88-105-51-82.dynamic.dsl.as9105.com] has joined #ubuntu-motu [03:37] persia, argh it fails again... [03:39] PriceChild: pastebin the applicable part of the build, and I'll take a look. [03:40] thanks :) http://paste.ubuntu-nl.org/21687/ === coNP [n=conp@unaffiliated/conp] has joined #ubuntu-motu [03:41] Ummm... OK. Could you paste a bit more please :) [03:41] hehe [03:42] well that's the only odd bit... I mean take a look at this bit i'm pming you === finalbeta_ [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu [03:43] anyone up for a revu? === pirast2 [n=pirast@p508B2769.dip0.t-ipconnect.de] has joined #ubuntu-motu [03:49] anyone? [03:49] woo uscan === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu === acm [n=acm@p57BC8F6C.dip0.t-ipconnect.de] has joined #ubuntu-motu [03:57] crimsun: ping. what's the status of alsa-tools in gutsy? (re my alsa-firmware changes) === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu [04:08] Hi I need some help with my package at http://revu.tauware.de/details.py?upid=5217 specifically python being annoying. output of pbuilder at http://paste.ubuntu-nl.org/21694/ === bleinmono [n=toffel@ppp91-76-72-102.pppoe.mtu-net.ru] has joined #ubuntu-motu [04:11] PriceChild: have you tried to compile it from source? === bleinmono [n=toffel@ppp91-76-72-102.pppoe.mtu-net.ru] has left #ubuntu-motu [] === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu [04:12] I did, and it worked before my "fixes" for debian policy... will check that again now though if you want? [04:13] *python policy [04:14] PriceChild: it fails because setup.py doesn't exist, but I don't know why it's trying to use it. [04:14] python2.5: can't open file 'setup.py': [Errno 2] No such file or directory [04:15] yeah... [04:15] pochu: CDBS default python build as documented in python policy calls this. Most every other python package has a setup.py (it's the python makefile). [04:17] So either don't use CDBS, or tell him to just "make", right? [04:17] s/him/it/ [04:17] or don't use python-distutils.mk in the rules file === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu === pochu learns something new everyday :) [04:19] CDBS is the good crack ;) [04:24] could any REVU admin please remove libtom* in incoming? I mistakenly sent the _amd64.changes instead of _source.changes === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu === apachelogger [n=me@amarok/rokymotion/apachelogger] has left #ubuntu-motu ["http://www.linuxtag.org/2007/en/community/workshops/workshops0/eventdetail.html?talkid=252"] [04:30] hey, does anyone have a clue what this is [04:30] Message from syslogd@trinity at Sun May 20 15:16:06 2007 ... [04:30] trinity kernel: [ 6819.468000] Dazed and confused, but trying to [04:30] continue [04:30] Message from syslogd@trinity at Sun May 20 15:16:06 2007 ... [04:30] trinity kernel: [ 6819.468000] Uhhuh. NMI received for unknown reason a1 [04:30] on CPU 0. [04:31] Message from syslogd@trinity at Sun May 20 15:16:06 2007 ... [04:31] [15:31] kernel: [ 6819.468000] You have some hardware problem, likely on [04:31] the PCI bus. [04:31] You have some hardware problem, likely on the PCI bus [04:31] ok [04:32] but are those messages genuine [04:32] but I guess you knew that [04:32] could be.. [04:32] i mean, what program says'Dazed and confused' [04:32] the kernel :) [04:32] really... [04:32] sacater: Usually. The kernel is pretty good at knowing when it is confused. [04:32] i thought i had been hacked or something weird :S [04:32] that particular message was already in 2.2 kernels.. whoa === tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [04:33] so nothing to worry about.. [04:33] well [04:33] sacater: if hardware problems are nothing to worry about for you...fine [04:33] well, i mean i havnt been hacked, thats what i was worrying about === Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu [04:33] i care about hardware of course [04:34] sacater: this message is real kernel stuff [04:34] sacater: You can never know that you haven't been hacked; you can only sometimes know when you have. === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu [04:51] persia: got a second to look at the sendmail debdiff I'm working on? sent you a link in a dialogue [04:52] ucap: Sure. I'll take a look now. [04:53] ucap: Dialog? I don't see an update to the bug, email, or a message. [04:54] http://84.16.236.81/debdiff.txt I haven't updated the bug yet, as I first wanted to make sure it was okay this time === ThiefOfBaghdad [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu [04:55] public thanks to persia for all the audacity work =) [04:57] ucap: Thanks. The changes themselves look good, but the changelog is a bit messy. You only need one line about the maintainer change (either is good), the correct format to reference launchpad bugs is (LP: bugnumber), and you should try to shorten the first line to something less than 72 characters (including the (LP: 83673) [04:57] luisbg: The Debian maintainers deserve the credit. I just want to abolish wxwindows2.4 :) [04:58] persia: okay, will update it and get back to you (again). thanks for your patience. [04:59] ucap: Thank you for working on the patch. === AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu === somerville32 [n=somervil@ubuntu/member/somerville32] has joined #ubuntu-motu === jellyfish2002 [n=jellyfis@bb116-14-113-209.singnet.com.sg] has joined #ubuntu-motu === jellyfish2002 [n=jellyfis@bb116-14-113-209.singnet.com.sg] has left #ubuntu-motu [] === ivoks [n=ivoks@vipnet185-165.mobile.CARNet.hr] has joined #ubuntu-motu [05:08] persia: debdiff updated - same link as before === blackskad [n=blackska@d54C4A53D.access.telenet.be] has left #ubuntu-motu [] === Ppjet6 [n=ppjet@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu === jekil2 [n=alessand@151.82.5.102] has joined #ubuntu-motu [05:14] ucap: Looks good. Post it to the bug, and I'll process it. [05:17] persia: finally :) I have just updated the bug report. === M0nk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-motu [05:20] how can i pass DEB_BUILD_OPTIONS="nostrip debug noopt" to `sudo pbuilder build foo.dsc`? === welshbyte spots --debbuildopts [05:23] welshbyte: for nostrip, try installing pkg-create-dbgsym in your pbuilder (not exactly the same, but allows the sme debugging) [05:24] persia: i should really do it with DEB_BUILD_OPTIONS to test a patch for this bug, but thanks for that piece of info :) === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu === _jason [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu === eliza [i=eliza@unaffiliated/eliza] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu [05:38] ah, exporting it before running pbuilder seems to work... i assumed it wouldn't before === marseillai_ [n=mars@AMarseille-156-1-1-75.w90-9.abo.wanadoo.fr] has joined #ubuntu-motu === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu === apachelogger [n=me@N768P017.adsl.highway.telekom.at] has joined #ubuntu-motu [05:51] during the build of kcontrol-autostart it requires automake1.6 but there is no automake1.6 in repo is there a way to solve this problem ? === ScottK [n=ScottK@ubuntu/member/scottk] has joined #ubuntu-motu [05:54] marseillai: Try bumping to a newer automake (1.9 or 1.10) and see if it compiles. If it doesn't, either patch the build system, or try older automakes, hoping to find one which works. === acm [n=acm@p57BC8F6C.dip0.t-ipconnect.de] has joined #ubuntu-motu [05:56] persia: allready done [05:56] i've try automake and automake1.9 [05:59] marseillai: How about automake1.7, automake1.8, and automake1.10? If none of these work, you need to patch the build system. [05:59] i'm trying with 1.7 [06:03] any idea where I can check how debian menu entires are mapped to the applications menu ? === ScottK2 [n=ScottK@ubuntu/member/scottk] has joined #ubuntu-motu [06:04] Lamego: see the menu-xdg package. It creates heaps of .desktop files in /var/lib/menu-xdg/applications/menu-xdg/. [06:06] I am not referring to .desktop files, I am referring to /usr/share/menu entries [06:08] ok, I guess you mean that the .desktop files generated to menu-xdg, however I have none at /var/lib/menu-xdg/applications/menu-xdg/ === Ppjet6 [n=ppjet@lns-bzn-51f-81-56-130-254.adsl.proxad.net] has joined #ubuntu-motu === bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu [06:28] StevenK: when you say Gutsy is highly unstable, how unstable are we talking [06:29] sacater: openoffice crashes on startup ;) [06:29] pochu: know that first-hand? [06:29] sure thing :) [06:30] pochu: i trust you have filed bug reports ;P [06:30] sacater: bug 111940 [06:30] Launchpad bug 111940 in hunspell "libhunspell-1.1-0 1.1.5-6: Incompatible ABI change" [High,Confirmed] https://launchpad.net/bugs/111940 [06:30] sacater: firefox and TB were also crashing, but they're already fixed :) [06:30] pochu: good :D [06:30] however, more breakage is expected ;) [06:31] sacater: You can keep openoffice working, if you give up on firefox, thunderbird, and liferea :) [06:31] heh [06:31] persia: or if you disable the spellcheck ;) [06:31] I've just edit a 2 pages word document :) === persia doesn't know how to do that before OOo has loaded. [06:32] persia: I don't know either :p [06:32] persia: maybe it's because the document was in Spanish, and my system is entirely in English. [06:32] Anyway, I'm off now. See you folks! [06:33] pochu: bye === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu === lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu [07:04] is there any REVU admin here? === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === Ppjet6 [n=ppjet@81.56.130.254] has joined #ubuntu-motu === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu === pgquiles [n=pgquiles@81.202.81.145.dyn.user.ono.com] has joined #ubuntu-motu === umarmung [n=holger@p54AA08B0.dip0.t-ipconnect.de] has joined #ubuntu-motu === ThunderStruck [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu [07:40] doko: ping? [07:40] doko: where do you see a PyObject_Del in my patch? :) === wolfeon hands doko a pair of new glasses [07:41] jdong: ping [07:41] wolfeon: he ask about replace PyObject_FREE with PyObject_Del [07:41] wolfeon: please use the glasses yourself to re-read the comment [07:41] :P [07:42] doko: do you have a minute for a package update review for main? (gnome-btdownload) [07:42] its still 0.0.25 [07:42] and upstream got [07:43] 0.0.28 [07:43] well I'll have to read the updated python manual, heh. [07:43] guess I assumed from the effbot article it was the correct way [07:44] bluekuja: not today, it's a free day, I should be subscribed to the main-sponsors reports, so if there is a report ... [07:45] doko: ok :) === afflux [i=fnord@pentabarf.de] has joined #ubuntu-motu [07:46] is there a way of finding out why a package is held in NEW? === Ppjet6 [n=ppjet@81.56.130.254] has joined #ubuntu-motu [07:47] the only reason why a package is in NEW is because it needs a review by the archive admins [07:48] yes i understand but its been there for a week+ i was wondering if ther ewas an issue thats why it wasnt pushed === welshbyte finishes updating his wiki homepage and decides he hasn't done quite enough ubuntu work [07:49] ThunderStruck: the archive admins do their archive work on 3 days a week [07:49] doko: #define PyObject_DELPyObject_FREE in the 2.5... [07:49] oh ok [07:49] doko: however, let me read to see which one is the better to use for also the past releases. [07:51] just to make sure I'm not blind. Ubuntu doesn't have anything in packages for python releases except 2.4 and 2.5, correct? [07:51] yes === bashelie1 [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu === zorglu_ [n=zorglub@86.73.86.234] has joined #ubuntu-motu === bashelier [n=bashelie@gov91-1-82-234-91-6.fbx.proxad.net] has joined #ubuntu-motu [07:54] in 2.5, the correct method would be PyObject_FREE. Also 2.4, the correct method would be PyObject_FREE [07:55] http://svn.python.org/projects/python/branches/release24-maint/Include/objimpl.h [07:55] http://svn.python.org/projects/python/branches/release25-maint/Include/objimpl.h [07:56] It seems, from the comment.. _Del was a thing from 2.2, there is a prototype in the comment. === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu === ASCIIGirl [n=mlt@debian/developer/mlt] has joined #ubuntu-motu [07:58] is http://packages.ubuntu.com/ down? [07:59] hello, I'd like to sync a new package from Debian that has just been uploaded with bugs fixed present in Ubuntu, how would I request that? === gnomonic [n=niels@d40a6541.rev.stofanet.dk] has joined #ubuntu-motu [08:00] beuno: has the Ubuntu package changes? [08:00] no, it hasn't had any patches applied to it [08:00] than it should be sync automatically, we are still in auto-sync mode === Pumpernickel [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has left #Ubuntu-motu ["bar"] === doko_ [n=doko@dslb-088-074-023-229.pools.arcor-ip.net] has joined #ubuntu-motu [08:01] well it works in 2.4 and 2.5, all I really care about then, heh [08:01] geser: great, thanks, how often does Ubuntu sync? === Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-motu === mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu [08:02] I don't know how the auto-sync works exactly [08:02] you may ask an archive admin tomorrow [08:02] hi : could you please re-sync the REVU uploaders keyring for me ? [08:02] geser: thanks, last question, how can I be notified when it gets updated? [08:04] afaik there is no notification service [08:04] doko_: well, PyObject_Del wraps PyObject_Free anyway, I'll change it just in case.. [08:04] "Unless you have specific memory management requirements, use [08:04] PyObject_{New, NewVar, Del}." [08:04] wolfeon: thanks [08:04] apart from gutsy-changes@ which sends email for all the changes (afaik) [08:05] doko_: I'll also update the names to match. I don't like using NEW and Del, so I'll update NEW to New [08:05] they are aliases to the same thing. [08:06] I'm not sure if the auto-syncs appear on gutsy-changes [08:06] They used to show there (see the archives). [08:07] all? [08:07] geser: that seems a bit odd, like in this case, I know a bug is being closed, but I have no way of monitoring it? [08:07] geser: a package i have in debian appeared there... that's why i mentioned it [08:08] yes, all auto-sync appear on gutsy-changes === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu [08:09] lionel: but there is no way to get notified on a specific package? [08:09] no [08:10] right, thanks lionel, geser [08:11] second, almost done.. === cypher1 [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu === persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu [] === DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu [08:20] doko_: updated [08:21] is there any way to delete a dput'ted file in REVU? [08:22] and tested heavily, heh. [08:22] pgquiles, only the revu admins can do that [08:23] ThunderStruck: :-( I sent the wrong file 8 hours ago and I'm blocked now, I can't delete that file or upload the good one [08:23] pgquiles, i dont think any are here ATM but they will have to remove it === bersace [n=bersace@251.171.62.62.internet9t.9massy1-1-ro-bas-2.9tel.net] has joined #ubuntu-motu === bersace [n=bersace@251.171.62.62.internet9t.9massy1-1-ro-bas-2.9tel.net] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu === ASCIIGirl [n=mlt@debian/developer/mlt] has joined #ubuntu-motu === zorglu_ [n=zorglub@86.73.86.234] has joined #ubuntu-motu === Ppjet6 [n=ppjet@81.56.130.254] has joined #ubuntu-motu === umarmung [n=holger@p54AA08B0.dip0.t-ipconnect.de] has joined #ubuntu-motu === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-motu === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu === acm [n=acm@p57BC8F6C.dip0.t-ipconnect.de] has joined #ubuntu-motu === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu === Fujitsu [n=william@ubuntu/member/fujitsu] has joined #ubuntu-motu === lengau_ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu === Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-045-120.pools.arcor-ip.net] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-motu === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-motu === orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === enyc [n=enyc@1337.whitehorse.co.uk] has joined #ubuntu-motu === edavis10 [n=eric@68-116-82-188.dhcp.trlk.ca.charter.com] has joined #ubuntu-motu === phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-motu === xzu [n=otto@brucester.a20.net] has joined #ubuntu-motu === bersace [n=bersace@251.171.62.62.internet9t.9massy1-1-ro-bas-2.9tel.net] has joined #ubuntu-motu === vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu === ASCIIGirl [n=mlt@debian/developer/mlt] has joined #ubuntu-motu === zorglu_ [n=zorglub@86.73.86.234] has joined #ubuntu-motu === Ppjet6 [n=ppjet@81.56.130.254] has joined #ubuntu-motu === umarmung [n=holger@p54AA08B0.dip0.t-ipconnect.de] has joined #ubuntu-motu === Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-motu === beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu === acm [n=acm@p57BC8F6C.dip0.t-ipconnect.de] has joined #ubuntu-motu === math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu === ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === Kmos [n=gothicx@unaffiliated/kmos] has joined #ubuntu-motu === tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu === Fujitsu [n=william@ubuntu/member/fujitsu] has joined #ubuntu-motu === lengau_ [n=lengau@c-68-53-53-39.hsd1.tn.comcast.net] has joined #ubuntu-motu === Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu === Czessi [n=Czessi@dslb-088-073-045-120.pools.arcor-ip.net] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu === gouki [n=gouki@ubuntu/member/gouki] has joined #ubuntu-motu === ryanakca [n=ryan@ubuntu/member/ryanakca] has joined #ubuntu-motu === orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === enyc [n=enyc@1337.whitehorse.co.uk] has joined #ubuntu-motu === edavis10 [n=eric@68-116-82-188.dhcp.trlk.ca.charter.com] has joined #ubuntu-motu === phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-motu === xzu [n=otto@brucester.a20.net] has joined #ubuntu-motu === mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu === ASCIIGirl [n=mlt@debian/developer/mlt] has left #ubuntu-motu ["Leaving"] === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu [08:39] umm [08:39] umm [08:39] http://sourceforge.net/projects/gizmod/ states the license of the "Project". Do you think this would also apply to the documentation at http://gizmod.wiki.sourceforge.net/ ? === rollerskatejamms [n=rollersk@pool-71-249-99-9.nycmny.east.verizon.net] has joined #ubuntu-motu [08:42] hmm nevermind... === reggaemanu__ [n=manu@ARennes-257-1-118-220.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu === jekil [n=alessand@151.82.4.59] has joined #ubuntu-motu === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu === TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [08:53] crimsun, around? === jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu [09:01] Is the UUID=xxxx method for referring to a filesystem a generally-supported feature, or is it specific to Debian/Ubuntu? [09:03] is part of the new upstream libata [09:03] Gotcha. Thanks. === micahcowan [n=micahcow@ubuntu/member/micahcowan] has joined #ubuntu-motu === hsitter [n=me@N765P004.adsl.highway.telekom.at] has joined #ubuntu-motu === pirast [n=pirast@p508B2769.dip0.t-ipconnect.de] has joined #ubuntu-motu === Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu === Neonightmare [n=neonight@181.82.203.62.cust.bluewin.ch] has joined #ubuntu-motu === Neonightmare [n=neonight@181.82.203.62.cust.bluewin.ch] has left #ubuntu-motu [] [09:21] Mista Kitterman :) [09:42] morning [09:42] hi ajmitch === gizmo [n=gizmo@xdsl-87-78-86-136.netcologne.de] has joined #ubuntu-motu [09:42] :) === jwhitlark [n=jwhitlar@64-121-52-87.c3-0.snmt-ubr1.sfrn-snmt.ca.cable.rcn.com] has joined #ubuntu-motu [09:42] geser: hey, to create a feisty-proposed package... [09:42] geser: do I just change the name from gutsy to feisty-proposed? [09:42] yes, and an other version === acm_ [n=acm@p57BCC1BA.dip0.t-ipconnect.de] has joined #ubuntu-motu [09:42] oh, right.. [09:42] 1.1.1-2.1ubuntu0.1 [09:42] 0.1? it is currently 1.1.1-2.1build1 [09:42] what is the logic behind 0.1? [09:42] that it's lower than the next version in gutsy === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu === ivoks [n=ivoks@18-172.dsl.iskon.hr] has joined #ubuntu-motu [09:42] ohhh [09:42] geser: do I attach the patch to the tracker? [09:42] yes [09:42] doko_: okay, there you go ;) === jikanter [n=jikanter@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-motu [09:42] wolfeon: could you follow the StableReleaseUpdates procedure? [09:42] crimsun: I just saw on the scrollback you are moving to Washington DC. I live in that area. If you want housing advice, let me know... === twanj [n=chatzill@c-75-74-146-27.hsd1.fl.comcast.net] has joined #ubuntu-motu [09:42] doko_: mm, no :) [09:42] aww, I have to go through proposals just to get the package fixed? :/ [09:42] yes [09:42] the fix must be tested before is it included in feisty-updates and made available to all users [09:42] hmm, well okay :) [09:42] wolfeon: I agree it's a bit complicated the first time ... [09:43] doko_: just a bit complicated, yes. :) === Starting logfile irclogs/ubuntu-motu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Universe/Multiverse Repository Maintainers | https://wiki.ubuntu.com/MOTU | https://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/TODO | Let's merge! http://dad.dunnewind.net/universe.php | Want to join MOTU? Try helping out on these: https://launchpad.net/~ubuntu-dev/+mentoring | Ubuntu Development Summit === Topic (#ubuntu-motu): set by Adri2000 at Tue May 8 18:09:35 2007 [09:48] is having a mentor a prerequisite for becoming a motu? === ivoks_ [n=ivoks@1-173.dsl.iskon.hr] has joined #ubuntu-motu [09:48] where is this "Backport to fix releases" to mark the bug for backporting? [09:51] wolfeon: Backport is something different than stable update. [09:51] welshbyte: No. === dabaR [n=dabaR@wnpgmb09dc1-119-65.dynamic.mts.net] has joined #ubuntu-motu [09:51] ScottK: okay :) === finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu [09:52] ok === giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-motu [09:57] wolfeon, does your bug fix met the SRU criteria ? === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [10:01] Lamego: I'm working on it, one minute. [10:01] the bug fix does, yes, but I'm adding more to the description [10:01] ok :) === TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu [10:03] Lamego: sorry, testing too. I don't want to make a mistake. [10:04] what is the package ? [10:04] python-fam [10:07] doko_: did you update the development branch with the patch? [10:08] wolfeon: no, so to complete your work, it would be nice if you inform upstream about the fix [10:09] doko_: trying.. [10:09] upstream might be dead :) === acm_ [n=acm@p57bcc085.dip0.t-ipconnect.de] has joined #ubuntu-motu [10:09] or do you mean debian? === yosch [i=yosch@sal63-1-82-243-96-232.fbx.proxad.net] has joined #ubuntu-motu === finalbeta_ [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu === pochu [n=emilio@10.Red-83-59-168.dynamicIP.rima-tde.net] has joined #ubuntu-motu === afflux [i=fnord@pentabarf.de] has left #ubuntu-motu [] [10:18] doko_: python-fam requires fam, but it installs even if gamin is installed... [10:19] doko_: would it be okay to add a requirement for fam? === rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu [10:19] doko_: I don't know why or how it works, but python-fam segfaults python if fam and family is not installed. [10:20] *are not [10:22] gamin supposedly provides a /usr/lib/libfam.so.0.0.0 for apps which depend on fam. It isn't working though. heh. === _czessi [n=Czessi@dslb-088-073-002-171.pools.arcor-ip.net] has joined #ubuntu-motu === sdgreen [n=sdgreen@S0106000d88f15d27.gv.shawcable.net] has joined #ubuntu-motu === acm__ [n=acm@p57BCC0D5.dip0.t-ipconnect.de] has joined #ubuntu-motu === saispo [n=saispo@ryu.zarb.org] has joined #ubuntu-motu === pochu [n=emilio@10.Red-83-59-168.dynamicIP.rima-tde.net] has joined #ubuntu-motu === Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu === Nafallo [n=Nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu [10:41] hi gang [10:44] Nafallo: where have you been all this time? :) [10:44] my Internet at home are screwed :-/ [10:44] I'm at a livecd at my parents atm === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu [10:45] hehe [10:45] that reminds me... I should download tcpdump to see why I can't get ARP to my default route :-P [10:46] :) [10:46] probably busted modem though :-P [10:51] hmm. I've probably sent 30k pings to default route. will let it continue so I can show it to the fieldtech :-) [10:51] man-di: I also see that packages.ubuntu.com is down, as of now [10:52] launchpad is up ;-) [10:52] ScottK: ok, thanks. I'll ask sometime later via email. === Acksys [n=acksys@cpe-024-088-056-038.sc.res.rr.com] has joined #ubuntu-motu [10:53] Nafallo: perhaps because packages.ubuntu.com is run by a 3rd party, and not canonical? [10:54] I was more like... what do we need p.u.c for? :-) [10:56] doesn't aptitude changelog check p.u.c? [10:57] I doubt i [10:57] changes.ubuntu.com AFAIK [11:01] Firefox can't find the server at changes.ubuntu.com. [11:01] s/changes/changelogs/ [11:02] changelogs.u.c works better ;) [11:02] where is prevu documented? === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [11:03] !revu [11:03] REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [11:03] not revu, prevu [11:03] oh... what's prevu? :) [11:03] jdong, I'm looking at you here :) [11:03] !prevu [11:03] prevu is an automated, personal backporting utility. Check out https://wiki.ubuntu.com/Prevu for more details [11:03] thanks [11:03] heh [11:03] hehe, didn't know it was going to work :) === Starting logfile irclogs/ubuntu-motu.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu === Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Universe/Multiverse Repository Maintainers | https://wiki.ubuntu.com/MOTU | https://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/TODO | Let's merge! http://dad.dunnewind.net/universe.php | Want to join MOTU? Try helping out on these: https://launchpad.net/~ubuntu-dev/+mentoring | Ubuntu Development Summit === Topic (#ubuntu-motu): set by Adri2000 at Tue May 8 18:09:35 2007 [11:32] if anyone is interested in my radical idea, I envision a simple system whereby you can maintain a non-redistributable package locally as if it were a regular, but it would be deployed in a repo format that only contains a diff, and no orig tarball [11:32] a regular package* [11:34] so the app to be written would be required to handle viewing repos, grabbing diffs and upstream binaries, and then building the package locally and installing it [11:34] Simon80: it's sort of already done, there are packages just containing scripts to download non-distributable software and run the installer [11:35] yeah, but it's all done in the postinst and prerm scripts, which seems wrong to me [11:37] it can be done in a way that leverages dpkg to manage the installation, with the script in debian/rules instead, but it isn't [11:37] Simon80: do you think it would encourage more people to make their software non-redistributable though? [11:38] no, I don't [11:38] there are linux distros other than debian [11:38] gentoo already does exactly what I'm saying, I'm basically inspired by that [11:38] right, i see === mattva01 [n=matthew@c-69-143-121-184.hsd1.va.comcast.net] has joined #ubuntu-motu [11:39] then again, perhaps it would, given the popularity of ubuntu [11:39] :) === superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu [11:40] I don't think it's right to make that decision though, it's up to the users whether they want to boycott these things or not, Ubuntu shouldn't force them [11:41] I mean, unless it wants to be like Fedora [11:41] it's between compromising on this stuff, or not being a completely viable replacement for windows [11:42] vifm's postinst script always returns error exit status 1. Here's the script: http://paste.ubuntu-nl.org/21749/ . Adding "exit 0" as the last line seems to fix things. But, 1) I'm not so sure this is the right way to generate help tags after reading http://yacoob.dnsalias.net/sakwa/vim-policy.txt . What is the right way? 2) since this program isn't a vim add-on but just a file manager that emulates vim, should it be adding help files to vim? === cassidy [n=cassidy@115.118-201-80.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu [11:43] doesn't seem like a logical idea, no [11:43] but I'm just some guy [11:44] thanks some guy [12:01] lol [12:01] that's just my opinion, I mean [12:01] jrib: have you checked whether vim-tiny actually is capable of handling that postinst? [12:03] it seems like that postinst needs to check a bit more than just the existence of /usr/bin/vim [12:05] crimsun: that's probably true as well. Making vim point to vim.tiny makes the script fail as well, though it succeeds if I add "exit 0" as the last line. Is adding "exit 0" as the last line wrong? I don't really understand why it exits with 1 whether it's vim.tiny or vim.full that's getting called [12:05] e.g., `update-alternatives --list vim' or `readlink /etc/alternatives/vim' [12:05] well, does the postinst succeed with vim and vim-full? [12:06] no, it fails [12:06] but, I run: sudo /usr/bin/vim -ec ":helptags /etc/vim/doc/ | :quit" myself and get no output [12:06] Hey all. [12:07] crimsun: oh, I do get lots of error output with vim.tiny if I run the command directly [12:07] hi, Luke [12:07] hi TheMuso [12:08] oops false alarm, the errors were because of my vimrc... [12:08] hi, MissHidingFromLaunchpad [12:08] Hey Hobbsee. Seems like this early morning thing for you is becoming a habbit. [12:08] TheMuso: yeah, maybe. but i do have to go to work tonight, so.... [12:08] crimsun: heh [12:08] crimsun: *grin* [12:08] TheMuso: it's not 3am though [12:08] jrib: so what's the verdict? [12:09] ajmitch: heh [12:09] it seems i shouldnt have replied to that thread at all, then === ajmitch wonders which thread this is [12:09] launchpad users ml [12:09] worrying [12:10] crimsun: the postinst script fails (returns exit status 1) with vim.full as well as vim.tiny . But the '/usr/bin/vim -esc blah blah' command succeeds if I run it directly using both vim.tiny and vim.full === Hobbsee goes back to being a green alien. [12:11] Hobbsee: you do that so well [12:11] ajmitch: indeed. [12:11] crimsun: by "succeed" I meant fails but has no output apparently... [12:12] what does `echo $?' give you? [12:13] 1 [12:13] so it didn't succeed at all [12:13] right, except the tags are generated [12:14] anyway, I think the solution is to use "helpztags" command like vim-latexsuite does or to just get rid of these help files since the program is not actually related to vi, it just emulates the keys