[08:44] ubiquity: cjwatson * r5488 trunk/ (d-i/manifest debian/changelog): Automatic update of included source packages: flash-kernel 2.28ubuntu45. [08:58] ubiquity: cjwatson * r5489 trunk/debian/changelog: releasing version 2.11.3 [09:17] debian-installer: cjwatson * r1699 ubuntu/ (build/config/armel.cfg debian/changelog): [09:17] debian-installer: Stop building armel/omap4 flavour, since it no longer has a current [09:17] debian-installer: kernel. [09:18] debian-installer: cjwatson * r1700 ubuntu/ (build/config/armel/omap4.cfg debian/changelog): Move armhf/omap4 to 3.4.0-201 kernels. [09:19] debian-installer: cjwatson * r1701 ubuntu/debian/changelog: releasing version 20101020ubuntu144 [09:43] Hello [09:44] is any body here :( [09:44] just ask, don't ask to ask [09:47] I'm trying to modify ubiquity ... i've never work with this package neither in ubuntu, i want to know how to get the ubiquity source , how to build it ( with modification ) and how to install, test,execute the edit version of ubiquity [09:47] Thanks guys :) [09:48] simplest way is 'apt-get source ubiquity' from an Ubuntu system of the appropriate version [09:48] you can build any Ubuntu package with 'debuild -b' [09:48] how to modify it is a topic this IRC channel is too narrow for :-) [09:50] Thanks, my problem ( a big one ) is that i don't know how to rebuild my version and execute this version ... i know that the modification is another big topic ... [09:51] i'm trying debuild -b ... Thanks a lot, i'll let you know if it works ! [10:01] doesn't work :( [10:01] i've this error : dpkg-buildpackage: erreur: fakeroot debian/rules binary a produit une erreur de sortie de type 2 [10:01] debuild: fatal error at line 1350: [10:01] dpkg-buildpackage -rfakeroot -D -us -uc -b failed [10:02] there'll be a real error message somewhere above [10:03] (please don't paste the whole thing into irc - use a pastebin or something [10:03] ) [10:04] Ah okay , sorry ... [10:07] here another fail ( but i'm not sure that is the problem ) [10:07] http://paste.ubuntu.com/1011008/ [10:18] am i doing something wrong ... it's killing me [10:18] hi Deprofundis [10:18] having same issue as you [10:21] what system are you building on? [10:22] 12.04 x86_64 [10:22] Ah, the test might be incorrectly locale-sensitive, give me a minute [10:35] Okay , thanks [10:42] cjwatson: quit spamming me bro! ;p [10:42] * antarus apparently needs to filter precise-changes@... [10:44] here is my log http://paste.ubuntu.com/1011054/ [10:47] and it looks same issue than you [10:53] Hello ...is anybody here ? [10:54] Deprofundis,cm-t: apply http://paste.ubuntu.com/1011075/ [10:54] (and stop doing this "is anybody here" routine please!) [10:56] ubiquity: cjwatson * r5490 trunk/ (debian/changelog tests/test_timezone.py): Force the locale to en_US.UTF-8 for the timezone tests. [10:56] Thanks [11:10] i still have the fakeroot error [11:12] That's not a useful error; it means "something failed earlier" [11:12] You should always always always diagnose things starting from the first error, not the last [11:14] ahhh [11:14] i will try [11:21] here the error [11:21] http://paste.ubuntu.com/1011105/ [11:22] bah, my fault [11:22] i tried to comment the line [11:22] but it still not working ... [11:22] no [11:22] okay [11:22] http://paste.ubuntu.com/1011107/ [11:23] ubiquity: cjwatson * r5491 trunk/tests/pyflakes.exclude: add pyflakes exclusion for last change [11:24] (and undo whatever you did to test_timezone.py when you tried to comment stuff out [11:24] ) [11:31] can't apply the last patch [11:31] just insert the added line (without the leading "+") anywhere in that file [11:32] Ok i'll do it [11:46] still have an error [11:46] http://paste.ubuntu.com/1011141/ [11:48] not entirely clear you still have my first patch applied. [11:48] that was what http://paste.ubuntu.com/1011075/ was for [11:48] but if you do, show me the output of: env | egrep 'LANG|LC_' [11:50] LANG=fr_FR.UTF-8 [11:50] that's it? [11:50] yes ! [11:51] well, works for me [11:51] is there a way to avoid this error ( it's just an test error ? ) ? [11:51] I suggest LANG=en_US.UTF-8 as a workaround [11:51] i really want the build success , so i can go on and modify ubiquity :( [12:10] Hi cjwatson [12:10] i changed the LANG [12:11] http://paste.ubuntu.com/1011168/ [12:11] i do have another error but no error in test_timezone ! [12:12] that's not actually an error [12:12] not really [12:12] Cooooool [12:12] you can ignore it, or run 'debuild -b -uc -us' in future to avoid seeing it [12:13] so now i can sudo dpkg -i *.deb ?? [12:13] -iO rather than -i [12:14] Okay i will try , thanks a lot man ! [12:14] you don't want to install *all* those packages, just the ones already installed in your live environment [12:14] don't install them on your development system - use a test virtual machine or similar [12:15] i'm already on a test virtual machine :) [12:16] http://paste.ubuntu.com/1011171/ [12:17] but are you on a test virtual machine that's been booted in live CD style? [12:17] (if you are, you're weird for compiling things in it :-) ) [12:18] No , i'm on installed Virtual machine , using 12.04 [12:18] then you shouldn't run ubiquity there [12:19] it won't work properly on a normally-installed system - it assumes a live-CD-style environmet [12:19] *environment [12:21] we are not working yet on the installation step in ubiquity [12:21] you can take or leave my advice as long as you don't ask me for support :-) [12:22] cjwatson: our goal is to add the oneconf/sso step but we failed before making the build, but of course we take the advice :) [12:22] ubiquity changes are annoying to test for sure ;p [12:23] yes ^^ [12:23] invest effort in learning how to write automatic tests then [12:26] so we dpkg -i ubiquity_2.10.16_amd64.deb and the gtk frontend in the live for human tests [12:26] copy over all the .debs and dpkg -iO *.deb [12:26] simpler [12:32] i tried to dpkg all but i get this error ==> http://paste.ubuntu.com/1011185/ [12:34] your environment was broken to start with [12:34] you have somehow got ubiquity-frontend-kde installed without ubiquity [12:34] I suspect you have been playing around with dpkg in this vm before this and broken stuff [12:35] exactly i have tried many times before today [12:35] start in a clean vm booted from a live image [12:37] apt-get in the live session tries to install a lot of stuff straight off the bat [12:37] xnox: I doubt that's the problem here [12:37] true. I'm talking about my minor problems/annoyances =) [13:56] # Get your #2 pencil ready, it's time to crunch some numbers. [14:31] cjwatson: about lvm/crypt recipes: did you invisage that as part of automatic install, e.g. checkboxes on the bottom (Adavanced: use lvm, use crypt) [14:32] ? [14:32] s/invisage/envisage/ [14:32] If they appear, they should be on the existing autopartitioning page [14:33] also 'hiding complex devices until we can do something with them' from both automatic & manual offerings? [14:33] There's a separate bug for making them available from the manual partitioning page (i.e. clear some space and then use some automatic method on the newly-empty space), but that isn't part of this project [14:33] AFAIK that's only relevant for manual partitioning [14:33] ok. [14:33] Automatic methods won't magically appear unless you also pull in the partman-auto-lvm etc. udebs early (so don't do that) [14:34] xnox: changelog entry for lp:~dmitrij.ledkov/ubiquity/no-m-a please? [14:35] hmm... let me try pulling in udebs =) (negative suggestion) [14:35] cjwatson: ok. [14:35] ok. i will add changelog entry [14:37] cjwatson: changelog added. [14:38] ta [14:42] ubiquity: cjwatson * r5492 trunk/ (gui/gtk/stepMigrationAssistant.ui debian/changelog): merge lp:~dmitrij.ledkov/ubiquity/no-m-a [14:58] ^ oops :-/ [14:58] grep without find fail :) [15:04] ev: =)))) yes [15:05] ev: I still love your comment about "#2 Pencil" =) [15:05] ^^^ 14:56 [15:06] in a notably non-maths-heavy method ;-) [15:08] haha, harsh [15:10] cjwatson: hence using #2 Pencil and not scientific calculator [15:12] noted :) [15:40] what is the difference between partman-crypto and partman-crypto-dm, and why does partman-auto-crypto use the former and not the latter? [15:40] * xnox will be dreaming about partman tonight [15:43] partman-crypto-dm is one binary package implementation produced by the partman-crypto source package [15:44] partman-crypto also supports partman-crypto-loop, i.e. loop-AES (although not in Ubuntu) [15:45] ok. thanks. [16:56] usb-creator: evand * r390 usb-creator/ (3 files in 3 dirs): [16:56] usb-creator: Only clear the selected partition on the disk, not the entire disk [16:56] usb-creator: (LP: #484252). Thanks Dmitrijs Ledkovs! [17:02] ev: thanks. I will support it. [17:03] :) [17:03] usb-creator: evand * r391 usb-creator/debian/changelog: releasing version 0.2.39 === soren_ is now known as soren