[00:02] [A10 === bjf is now known as bjf[afk] [00:06] hrm, fakeroot needs a "--deactivate" mode for bits of a package build where it breaks stuf [00:07] fakeroot breaks stuff? [00:07] Err, you know, besides the obvious, I guess :-P [00:07] I've never seen it break a package build, though [00:08] It makes it very difficult to run things like automated tests as a non-root user. [00:08] have to unset LD_PRELOAD .. [00:08] Why aren't you running them in the build stage? [00:08] I am [00:08] The build stage isn't run under fakeroot, only the binary stage is [00:09] Not with pbuilder and debuild [00:09] Uh, definitely with debuild [00:09] actually I should say I'm only testing w/ bzr-buildpackage [00:09] which runs debuild [00:09] It does `debian/rules build`, then `fakeroot debian/rules binary` [00:09] or, I think it runs debuild [00:11] yeah, it runs debuild [00:16] SpamapS: Use sbuild, which doesn't use fakeroot for the build stage. [00:17] Uh, guys, unless something's changed in Maverick debuild *definitely* doesn't use fakeroot for the build stage [00:18] it shouldn't do [00:18] per debian policy, builds must not require root [00:18] Laney: Right, that's why we have fakeroot, but I'm saying that even fakeroot doesn't get used for the *build* stage, just the *binary* stage [00:19] I'm aware of the policy, but what there is no plicy on, is whether you can drop root privileges and how to do it. [00:20] no, if your build requires fakeroot then it's broken [00:20] it's quite deliberate: " 5. It calls debian/rules build followed by fakeroot debian/rules binary-target (unless a source-only build has been requested with -S)" [00:20] And if your build requires an absence of fakeroot, it's also probably broken. [00:20] yes [00:20] SpamapS: Can you post a build log somewhere? [00:21] SpamapS: I stand by my insistance that if you run your tests during the *build* (not *binary*) stage, you should be running unprivileged [00:21] http://paste.ubuntu.com/475671/ [00:21] Thats the shell code I've used that always ends up with a non-root user, but it seems pretty *lame* [00:23] ebroder: sure.. [00:23] Not commenting on the rest of it, but $0 $* should be replaced with "$0" "$@" [00:24] ion: I always confused that part of shell scripting. Can you ellaborate why? [00:25] Say, $2 is "foo bar". $2 without quotes, as well as $*, would expand it to foo bar which means the two parameters "foo" "bar". "$2" would work, and "$@" has a special meaning of expanding to "$1" "$2" "$3" etc. (up to the number of arguments). [00:26] cool thanks. :) [00:27] Ok I have to run, if you guys want to critique the branch, lp:~clint-fewbar/ubuntu/maverick/libdbi-drivers/merge-upstream-release-0.8.3-1 [00:27] the tests are run at the end of the build: step [00:28] and in a few minutes, there should be a build log here https://launchpad.net/~clint-fewbar/+archive/fixes/+build/1911663 [00:29] No, you've got your dependencies backwards [00:29] *install* is the step that depends on test [00:29] So test will get run when install gets run when binary-{indep,arch} gets run under fakeroot [00:29] Oh I just put them in as part of the build step [00:30] spamaps: sh -c 'foo() { printf "%s, " $*; printf "\n"; printf "%s, " "$@"; printf "\n"; }; foo bar "value with spaces" "/bin/l[ns]"' [00:30] SpamapS: You probably want line 38 to be "test: build-stamp" and line 30 to be "build: build-stamp test" [00:31] well I'll be damned. ;) [00:32] All that "test: build" says is that build has to be done before test. It doesn't say anything about when test happens [00:32] heh, for some reason I thought I had just thrown it in at the end of build: [00:33] ebroder: sweeeet it works without the fakeroot hack [00:33] Also, you probably want a test-stamp target that actually touches a test-stamp file or something like that [00:33] I was thinking of throwing all the test output into a test.log [00:33] (Otherwise if you depend on test in the install target, it can't tell that test has already been run because the test target doesn't output anything) [00:33] and putting that in the doc dir [00:39] ebroder: thanks for the close look... I think it works now... [00:40] * SpamapS waits for starbucks' slow connection to push so he can hit the road [03:13] hi all === dendrobates is now known as dendro-afk [04:26] I'm trying to follow https://wiki.ubuntu.com/StableReleaseUpdates#Procedure for bug 595438, but when i hit 'nominate for release' all i see for options is 'Trunk' [04:26] Launchpad bug 595438 in KVM "KVM segmentation fault, using SCSI+writeback and linux 2.4 guest" [Undecided,Confirmed] https://launchpad.net/bugs/595438 [04:26] is this a consequence of the freeze? [04:26] or am i doing somethign stupid? [04:27] hallyn: That bug is filed against upstream QEMU/KVM/qemu-kvm, not Ubuntu [04:27] hallyn: no, you have to be on the ubuntu task to nominate [04:27] and there isn't one [04:28] oh, so i should hit 'also affects distribution'? [04:28] hallyn: Correct [04:28] cool, thanks! [04:33] Hmm...any ~ubuntu-sponsors admins around who could add me? === SolidLiq is now known as solid_liq === jono is now known as Guest31218 === jono is now known as Guest85505 [07:21] Good morning === bob_ is now known as robert_ancell [07:58] good morning [07:58] rning === ara_ is now known as ara === hrw|gone is now known as hrw === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann === oubiwann is now known as oubiwann-away === DrPepperKid is now known as MacSlow === oubiwann-away is now known as oubiwann === cking__ is now known as cking1 === kitallis_ is now known as kitallis [10:03] i want to trace a bug that is maybe in the lucid kernel but not in the karmic, is there a way to do a bisect? [10:09] El_Presidente, you can also try a mainline kernel [10:10] El_Presidente, I'll answer in bug #572146 [10:10] Launchpad bug 572146 in alsa-driver (Ubuntu) "crackling sound from microphone with 2.6.32-21 kernel" [Undecided,Incomplete] https://launchpad.net/bugs/572146 [10:10] ;) [10:10] ok [10:15] El_Presidente, you've got an answer, thanks for helping out and your willingness to spend time on resolving this issue [10:17] diwic, i already tried a mainline kernel a month ago or so, now i remember the link [10:18] http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/ [10:18] but same error [10:18] El_Presidente, right. Happy bisecting then :-) [10:19] well my problem is where is the "good" one [10:19] El_Presidente, it should be the commit with the 2.6.31 tag [10:19] i mean where shall i set the git bisect good [10:20] ah ok [10:20] i downloaded the git://kernel.ubuntu.com/ubuntu/ubuntu-lucid.git there is also a 2.6.31 in? [10:22] El_Presidente, hmm, I don't know, I'm suggesting you do the bisecting on the mainline/upstream kernel [10:22] ok [10:22] El_Presidente, it's easy to find out though, just run "git tag" [10:23] ty [10:25] pitti, Hi just wanted to let you know (probably the obvious as you might have already seen) that we uploaded an update to Lucid kernel which should get accepted into proposed as soon as you can do, given the pending 10.04.1 [10:25] El_Presidente, so it has the v2.6.31.6 tag which should be okay as "good" [10:26] El_Presidente, and the v.2.6.32 as "bad" [10:26] or something [10:26] kk [10:38] smb: right, thanks; I'll go through the SRU queue as soon as we have good lucid.1 images [10:39] pitti, Ok. Thanks a lot [10:40] wgrant: hey! I vaguely remember you had some interesst in providing changelogs for PPAs so that u-m can display them. is my memory correct? [11:03] dholbach, do you know if a per-package uploader automatically becomes an ubuntu member? [11:04] or does one have to go through the ubuntu membership process as well/ [11:04] ? [11:04] cnd: automatic [11:05] cnd: https://wiki.ubuntu.com/UbuntuDevelopers === gord_ is now known as gord === psurbhi is now known as psurbhi-afk === yofel_ is now known as yofel [11:15] tumbleweed, ahh, thanks [11:16] now, how do I get the membership privileges that I should have as a ppu :)? [11:16] is it just a matter of getting onto the right teams in launchpad [11:23] you need to be in ~ubuntu-dev [11:24] cnd, you probabally need to approach whoever implemented your addition as a PPU and ask them about it [11:24] they likely missed a step [11:35] https://edge.launchpad.net/ubuntu/+source/canonical-census <-- erm, what is this? [11:35] Just found it on Slashdot [11:35] it sends a ping to canonical apparently [11:35] pitti, is it going to be used on some kind of OEM installations? [11:35] it's for oem systems [11:36] seeing how it's in partner, I presume it's not in the default install [11:36] (juts looking at the package description) [11:37] I think it's better to send Slashdot a message clarifying the use of the package, otherwise people are going to think that Canonical is playing Big Brother with Ubuntu users without their consent [11:37] the wording of the article, in particular, is making it sound like it's going to be used by default [11:39] LucidFox: yes, it's only in the partner repo, and it doesn't do anything for normal Ubuntnu installs right now [11:39] LucidFox: just sent a comment to the slashdot article [11:39] "right now"? That doesn't sound assuring [11:39] LucidFox: well, who knows; this hasn't been discussed with the community at all yet [11:40] at some point we as a community might want it, too [11:40] but so far it's only for OEM installations as an opt-in [11:40] for what its worth, the original article mentions that its for oem installs several times, its just that the slashdot article chooses to.. omit that from the summery it has [11:41] gord> For drama, presumably [11:41] also, it doesn't send all the DMI information [11:41] What I find amusing is how they apparently analyzed network traffic generated by the package instead of looking at its source code to see what it does [11:41] "Previously there haven't been such Ubuntu tracking measures attempted by Canonical" [11:41] well [11:41] nothing that woudl be a valid metric anyway :) [11:42] you can always do wild guesses based on how many CDs you ship, how many machines fetch apt indexes, etc., but none of those are reliable [11:42] i like picking numbers out of a hat myself, seems as valid as the rest [11:43] LucidFox: right, because it's such a complicated shell script :) [11:44] good morning pitti [11:45] hello bilalakhtar, how are you? [11:45] .. [12:51] mvo: Hey, wanted to check whether you saw https://bugs.launchpad.net/ubuntu/+source/apt/+bug/613211 it seems a recent regression [12:51] Launchpad bug 613211 in apt (Ubuntu) "apt-ftparchive fails to rename Packages.gz files" [Undecided,New] === psurbhi-afk is now known as psurbhi === MacSlow is now known as MacSlow|lunch === Guest54696 is now known as Zic [13:18] psurbhi: ping [13:22] lool: checking === j1mc is now known as j1mc_ === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [14:18] lool: that should be fixed soon [14:19] lool: juliank commited a fix to bzr (thanks!) [14:19] mvo: awesome, thankjs [14:25] ah, MeegoCon ;-) [14:26] Pidgin Engrish is da futer [14:26] hello Keybuk, how are you? [14:26] pitti: I'm a whole boat of meh - how are you? [14:26] * pitti ponders what that means [14:27] Keybuk: quite fine, wrestling with xfce again :) [14:27] ah, xfce :p === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [14:31] Keybuk: btw, are there any news on udev? or is the latest version still unbootable? [14:31] Keybuk: in the latter case, would you mind updating the upstream bzr import? I might do some testing tomorrow in the train [14:31] I've been effectively away for a while at conferences and such [14:31] so haven't had a chance to look into it === MacSlow|lunch is now known as MacSlow === dendro-afk is now known as dendrobates [14:44] * dholbach hugs mvo [14:44] :) [15:00] The following packages will be REMOVED: [15:00] libsyncdaemon-1.0-1* libubuntuone-1.0-1* python-ubuntuone* [15:00] rhythmbox-ubuntuone-music-store* ubuntuone-client* ubuntuone-client-gnome* [15:00] muahahah! BE GONE! [15:01] :-) [15:01] my machine kept blacking out [15:02] guess what was doing it ;-) [15:03] Keybuk: you accidentally clicked the ridiculously large "sync me" button in nautilus in your video directory? :-) [15:04] pitti: no, I think I _started_ nautilus once [15:04] which apparently means I want ubuntuone running at all times, and randomly going into fits [15:04] pitti, nah, he clicked the hidded "buy all" button in the music store ;) [15:04] RB is still busy sending his credit card details ;) [15:04] *hidden === amitk is now known as amitk-afk [15:13] ehya guys! any archive admin around? [15:16] pitti: is canonical-census planned for all new Ubuntu installations or is it stricte OEM stuff? [15:16] quadrispro: might be better to just state what you need :) [15:17] kklimonda: it hasn't been discussed with the community at all; it's not on the plan for maverick [15:17] kklimonda: for now this is an opt-in for OEM installs [15:17] pitti, right, I push'd font-manager to maverick's NEW, it's a sync from Debian unstable [15:17] cjwatson: ping [15:18] cjwatson: i didn't noticed and just got expired from MOTU, as in today [15:18] quadrispro: the package was synced by an archive admin? [15:18] cjwatson: can you please re-activate me or do i need to present myself again [15:18] pitti, no, it wasn't, I uploaded it by hand (syncpackage + dput) [15:19] nxvl: (CC: cjwatson): I put you back into MOTU [15:19] ScottK, I'm here, getting some help from pitti :) [15:20] thank you anyway [15:20] OK. [15:20] ok, it's in Debian now, accepted [15:20] pitti: thanks [15:20] pitti, many thanks! [15:27] pitti: I declined the calendar invite for TB; I guess nobody checks that :-) [15:28] mdz: too much high-tech [15:28] :) [15:33] jdong: ping [15:33] jdong: can you please add a sticky note to the ubuntuzilla forums that says in big bold letters that "ubuntuzilla is officially discouraged by ubuntu devs" ? [15:33] chrisccoulson: ^^ [15:34] jdong: i sent this guy a few mails to better work with us a few years back and never go anything back and now i found that he refers to our forums as his official support forum, which explains why other ubuntu users always think thats a good way to go [15:35] jdong: or can you sent him a mail to use the sourceforge forums as his "official" support forums maybe? [15:35] thanks! === deryck is now known as deryck[lunch] === jono is now known as Guest47605 [15:50] stgraber, hello [15:51] pitti, slangasek: still seeing constant hash sum mismatches on daily isos for mythbuntu now that the livefs problem is fixed. could you help move it to a different time, maybe a few minutes off to stop conflicting with the job causing that? http://people.canonical.com/~ubuntu-archive/cd-build-logs/mythbuntu/maverick/daily-live-20100810.log [15:59] cjwatson, i was just looking at the daily for une and didn't see any support for booting in EFI, are you going to be tracking this still for after FF instead? also, what about worries for inclusion of grub-efi and efibootmgr in the appropriate places on the disk? === tkamppeter_ is now known as tkamppeter [16:23] mathiaz_: hey, have you had a chance to read the rest of the rubygems proposal? === mathiaz_ is now known as mathiaz [16:29] james_w: hi! [16:29] hi mathiaz [16:29] james_w: could you kick off an import of openldap in lucid-updates? [16:30] james_w: a security update has been published and I need to update the SRU [16:33] mathiaz: started, but no guarantee it will work [16:34] james_w: great - thanks for trying out! [16:49] geser: howdy :-) [16:49] Hi kirkland [16:49] geser: would you mind reviewing https://code.edge.launchpad.net/~kirkland/ubuntu-dev-tools/612267/+merge/32216 ? [16:49] geser: looks like you're the gatekeeper of ubuntu-dev-tools :-) === jono is now known as Guest27874 [16:55] kirkland: all ubuntu devs can commit to it. There's also python's errno library, btw [16:55] tumbleweed: understood [16:55] kirkland: although I assume you knew the first bit :) [16:56] tumbleweed: aware of both [16:56] heh [16:56] kirkland: "./errno: 21: gcc: not found" and then it hangs (I guess grep is waiting on input) === deryck[lunch] is now known as deryck [16:56] tumbleweed: the python library doesn't quite get us all 3 (error name, error number, and error description), though, as far as I'm aware [16:56] geser: oh, hmm, i figured gcc would be pulled by ubuntu-dev-tools [16:56] yeah you can only get the descriptions via the os library [16:57] let me check [16:57] tumbleweed: right; i just tried something in C as well -- same limitation === psurbhi is now known as psurbhi-afk [16:59] kirkland: hmm, u-d-t depends on dpkg-dev which recommends build-essential which depends on gcc. I guess that is good enough. [16:59] geser: alternatively, headers="/usr/include/asm-generic/errno*.h" [17:00] geser: could do that if gcc is not found [17:00] geser: the gcc hack from kees is "smarter" though [17:01] I guess the chances to have the header file but not gcc are small [17:03] cjwatson: Shouldn't ubuntu-cli-mono-dev be a member of ubuntu-dev? [17:03] (or other DMB person I guess) [17:03] geser: i just pushed r698, which fails over to errno*h [17:03] is it via DMB? [17:05] superm1: I moved it from 10:19 to 10:29 now; let me know if that helps [17:06] geser: would like to do the commit/push/upload, or may I? [17:07] kirkland: when I try the examples, I get the whole header file? I'm doing something wrong? [17:07] kirkland: and you can commit/push/merge [17:07] geser: let me check [17:08] geser: fixed in r699 (copy-n-paste fail) [17:08] kirkland: and please add the the script to the list of those with GPL3+ at the end of debian/copyright [17:09] geser: done [17:10] mathiaz: can you please merge the openldap SRU with -security and reupload? I'll fast-process it === beuno is now known as beuno-lunch [17:18] mathiaz: done === rbelem is now known as rbelem-afk [17:26] pitti: working on it right now [17:26] mathiaz: cheers [17:39] pitti: I'm building the source package [17:40] pitti: I'm building with nocheck to avoid running the test suite (it takes > 2 hours) [17:40] pitti: once I've tested in builds correctly I'll uploaded to -proposed [17:40] mathiaz: ok, should be fine; the patch was already tested, after all, and it's just changing maintainer scripts, right? [17:40] mathiaz: thanks; please ping me after you uploaded, then I'll review/accept right away [17:40] pitti: and I'll verify the package once it's been accepted and built and available in -proposed [17:40] cheers [17:40] pitti: correct [17:41] pitti: same patch as the one already accepted in -proposed last week [17:41] pitti: and that I verified yesterday [17:42] thanks pitti, that's 10:29 GMT right? [17:44] superm1: British time, i. e. BST right now (GMT+1) [17:44] okay, thanks [17:48] pitti: openldap_2.4.21-0ubuntu5.3_source.changes uploaded to LP [17:48] \o/ === hrw is now known as hrw|gone [17:56] ScottK: any chance you can test bug 569879? [17:56] Launchpad bug 569879 in xorg-server (Ubuntu Lucid) "Non-admin user logout fails on Lucid" [High,Fix committed] https://launchpad.net/bugs/569879 [17:57] mathiaz: accepted, should build soon (just checked the queues) [17:57] pitti: great thanks! [17:57] pitti: it should take a couple of hours to build [18:06] ScottK: python2.7 in main? [18:07] Riddell, ScottK is python 2.7 going to be by default superceding 2.6 for maverick? i know certainly there are some problems with python-mysqldb and 2.7 [18:08] hm, two days before FF? [18:08] superm1: I'm pretty sure not [18:09] phew :) [18:11] holy sh..; I mistyped (autofingers) and looked at https://code.edge.launchpad.net/ubuntu [18:11] "1 → 100 of 197216 results" [18:11] now I know why launchpadlibrarian piles up TB after TB :) === beuno-lunch is now known as beuno [18:33] pitti: are these newly-accepted lucid SRUs all orthogonal to 10.04.1 (because they're not seeded)? === rbelem-afk is now known as rbelem === jono is now known as Guest70629 [18:50] pitti: I've tested it on the one machine I still have access to that had the problem before I uploaded it. I believe it to be safe. [18:50] Riddell: yes. [18:50] superm1: It will be an additional supported version, not default. [18:50] ScottK: why? don't we only want one version in main at any time? [18:51] Riddell: It'll be needed in build depends. [18:51] We only want one runtime on the CDs, but we need all supported versions in Main. [18:51] Riddell: Same (ish) reason python3.1 is in Main. [18:53] mm, right [18:54] barry has promised to make it wonderful, so I'm not worried. [18:55] he's good like that [18:58] ScottK: well I think I put them into universe and it won't let me change it just now, remind me to look at it again in a bit if I don't remember [18:58] I'll be offline most of the rest of the day, so probably tomorrow. [19:27] slangasek: right; well, openldap is, but that's on the .1 list === dendrobates is now known as dendro-afk [19:27] slangasek: but we already had that in v-done, but a security update came in between; so we can waive the 7 days there [19:28] slangasek: I cleaned up the other bugs, https://edge.launchpad.net/ubuntu/+milestone/ubuntu-10.04.1 looks quite reasonable now [19:28] slangasek: seb128 agreed that he can test bug 553759 (affects French) [19:28] Launchpad bug 553759 in gnome-keyring (Ubuntu Lucid) "ubuntuone-preferences crashed with NoSuchKeyringError in __init__()" [High,Fix committed] https://launchpad.net/bugs/553759 [19:28] ScottK: ok, thanks; does that machine have the actual lucid-proposed package, or a local build? === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === hrw|gone is now known as hrw [20:01] pitti: indeed - thanks for that! [20:01] slangasek: hi [20:01] hrw: hi there [20:02] slangasek: how things go? [20:02] hrw: ok :) [20:02] slangasek: I'll be on vac tomorrow, so perhaps you could move openldap to -updates once mathiaz finishes testing (if it's urgent; otherwise I'll do it on Thu) [20:02] pitti: yes, I'll have a look at it [20:02] * hrw loves 1000 chars long gcc invocations... [20:03] slangasek: I be offline on friday - us visa meeting in embassy [20:03] hrw: ok [20:05] slangasek: this week my binutils/eglibc/gcc changes may finally be merged - I have a discuss/review of them tomorrow with doko [20:06] slangasek: so at least debian/sid will have nearly everything in place (as debian/linux kernel package needs 2 patches from ubuntu one - but thats beyond my blueprint for now) [20:09] hrw: have you had a chance to test whether my multiarch patches to gcc merge cleanly with yours? [20:09] sorry, forgot about those [20:10] pitti: hey, since the 10.04.1 release has apparently been delayed, smoser and I were wondering if it would be possible to accept landscape-client in -proposed as freeze exception or something, as otherwise things would delay even further on our side [20:10] slangasek: today I had to rewrite my patchset due to recent changes === oubiwann is now known as oubiwann-away === hrw is now known as hrw|gone === oubiwann-away is now known as oubiwann === dendrobates is now known as dendro-afk === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [21:45] Riddell: hi [21:45] Riddell: could you promote libdbi to main? [21:45] Riddell: see bug 608552 [21:45] Launchpad bug 608552 in libdbi (Ubuntu) "[MIR] libdbi" [Undecided,In progress] https://launchpad.net/bugs/608552 === oubiwann is now known as oubiwann-away [21:56] https://bugs.launchpad.net/ubuntu/+source/libutempter/+bug/589103 [21:56] Launchpad bug 589103 in libutempter (Ubuntu) "[MIR] libutempter" [Undecided,Fix committed] [21:56] when is this going to change ?! === dendro-afk is now known as dendrobates [22:36] ScottK: python2.7 binaries in main now [22:37] dupondje: promoted, next time subscribe ubuntu-archive [22:39] Riddell: MIR approver apparently forgot [22:42] https://merges.ubuntu.com/main.html [22:42] something terribly wrong with that server right now. :( [22:42] Riddell: is that process documented somewhere btw? [22:43] Riddell: the MIR process I follow just says "its your responsibility to add the package to a seed or make it a dependency of a package already in main" [22:45] SpamapS: yes that would be another way of doing it, then hoping an archive admin is looking at the component mismatches output (which I usually don't) [22:45] https://wiki.ubuntu.com/MainInclusionProcess [22:46] I always thought it felt a bit.. magical [22:46] like.. and then the archive administrator fairy comes in the middle of the night, takes your package, and leaves a shiny quarter! [22:46] hehe [22:46] thx Riddell [22:47] http://package-import.ubuntu.com/status/moin.html#2010-02-22 01:26:04.345632 [22:47] Anybody have any ideas what would cause those errors? [22:47] I tought the MIR approver did the correct work :) seems he was a bit asleep :p [22:47] I'm trying to get moin merged.. I think they changed the source format of the package [22:48] SpamapS: other way round works better, you have to pay us a quarter :) [22:48] Riddell: Wait, we can get packages in main for a quarter? [22:50] only with a valid approved MIR [22:50] bribing the MIR people probably costs a lot more [22:51] RoAkSoAx: hi! [22:51] RoAkSoAx: what's the state of drbd in maverick? [22:52] Riddell: shouldn't be a problem with those million $ from africa offered in emails :) [22:56] james_w: are you around by chance? I'm having some issues merging moin ... http://package-import.ubuntu.com/status/moin.html#2010-02-22 01:26:04.345632 [22:56] mathiaz: is there any way to manually merge using the UDD methods if the debian import part is broken? [22:57] mathiaz: I tried branching the debian portion, importing the debian package manually, and then using merge-package, but I get this: [22:57] clint@ubuntu:~/pkg/moin/bzr/maverick$ bzr merge-package ../debian [22:57] bzr: ERROR: No such tag: upstream-1.9.3 [22:57] so I assume there's some more magic that the importer does. :-P [22:57] SpamapS: hm - right [22:57] SpamapS: I guess that what's missing here is merge-upstream [22:59] mathiaz: ah, the importer actually treates the two differently? (that would be awesome btw ;) [23:00] grold1: you there ? [23:01] yes [23:02] you can eventually make a new revision of xterm [23:02] without the libutempter change ... :) [23:02] its now in main ;) [23:06] dupondje, sorry, don't understood about libutempter [23:06] its you that did the xterm merge :) [23:08] yes [23:09] well there you have a delta that removes libutempter dependency right ? [23:09] yes, becouse it was removed in previous ubuntu [23:10] you can leave that out now ... as libutempter is now in main, so no reason anymore for the delta [23:11] ok [23:11] thanks for the notice [23:14] mathiaz: I prepared a new upstream release (8.3.8) which ttx uploaded, right after I requested jjohansen to please enable the kernel module, since DRBD is now in mainline kernel [23:14] mathiaz: and as far as my tests go, it's working as it should. I'll likely to be preparing a backport for Lucid in the next few days [23:16] RoAkSoAx: so the drbd8-source doesn't exist/is not needed anymore in maverick? [23:21] mathiaz: Nope not anymore. However I didn't drop the changes in the new package to be able to backport. I just commented them out! === grold1 is now known as grold