[00:02] Ok maybe not a crumper ;) [00:03] lol wrong window [00:03] I just love buffering [00:03] slangasek: released to updates === highvolt1ge is now known as highvoltage [00:21] SpamapS: cheers :) === dendro-afk is now known as dendrobates [00:36] SpamapS: And actually accepted to -updates. ;) === dendrobates is now known as dendro-afk [01:39] If there's anybody advanced here, or if anybody could point me in the right direction I'd appreciate it. I'm trying to change animation in gnome-shell's js/ui. Anybody familiar with the code? === dendro-afk is now known as dendrobates [03:24] Good Morning === Ursinha is now known as Guest9857 [04:03] https://bugs.launchpad.net/ubuntu/+source/request-tracker3.8/+bug/769765 : can it be nominated for oneiric? [04:03] Launchpad bug 769765 in request-tracker3.8 (Ubuntu) "Missing dependency for libapache-dbi-perl" [Undecided,New] [04:04] (for request-tracker4 only) === vibhav changed the topic of #ubuntu-devel to: 9 [04:17] oops === vibhav changed the topic of #ubuntu-devel to: Quantal: Archive open | Ubuntu 12.04 (Precise Pangolin) is released! | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise |#ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: === cjwatson changed the topic of #ubuntu-devel to: Archive open | Ubuntu 12.04 (Precise Pangolin) is released! | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: === cjwatson changed the topic of #ubuntu-devel to: Archive open | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> precise | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [04:20] (people have probably noticed that 12.04 is out by now) [04:20] heh [04:22] * vibhav waits [04:23] cjwatson: Can you nominate https://bugs.launchpad.net/ubuntu/+source/request-tracker3.8/+bug/769765 for precise? [04:23] Launchpad bug 769765 in request-tracker3.8 (Ubuntu) "Missing dependency for libapache-dbi-perl" [Undecided,New] [04:25] no, I've been awake for goodness knows how many hours, critical judgement is beyond me and I'm about to crash [04:45] vibhav: With recommends being installed by default, that change leads to fairly unpleasant behaviour. [04:49] Is it installed by default? [04:49] Recommends are. As in, if you "apt-get install foo" all of foo's recommends get installed. [04:49] ah [04:51] So, that change means installing mod_perl, mod_fcgi, mod_fcgid, and dbi-perl just because someone wanted RT. Seems suboptimal. [04:52] "Add Recommends on all Apache-related modules; although any one can be used to produce a working configuration, installing them all will result in less confusion [04:52] Says the changelog [04:52] I see that. But that's silly. If any one can be used to produce a working config, then do so? :P [04:54] If the problem is that speedy-cgi-perl isn't actually good enough on its own, then the dependencies need to be fixed to deal with that, not make people install every other possible working config. [04:58] It might just be that the deps here are expressing something a bit wrong. I'm betting that you need libapache-dbi-perl to use RT with mod_perl2. So, having it depend on "mod_perl | dbi-perl | other_method" is weird. [04:58] Dropping the mod_perl dep entirely might fix it, since libapache-dbi-perl already depends on mod_perl. [04:58] * infinity shrugs. [04:59] SO shall I drop mod_perl dep? [04:59] I'm not sure how the RT packaging then decides which method you have installed and how it configures them, but it feels very wrong to me to just go nuclear and install and configure them all. :P [05:00] * vibhav nods [05:00] If the mod_perl/dbi-perl method is the preferred one (which it is currently, being at the head of the list), I'd move libapache-dbi-perl to the front of the list and drop mod_perl from there. That probably fixes the general case. Probably still doesn't make it perfect. [05:01] Actually, if every one of those ORed lists started with libapache-dbi-perl (and no mod_perl) I think that would express what the packager wanted, yeah. [05:02] You'll then end up with either mod_perl/dbi-perl, or one of the other CGI options. [05:02] But never mod_perl without dbi-perl, which is what's causing the bug. [05:03] SO what shall I do? [05:04] I'd recommend the above to the Debian maintainer. And do the same in Ubuntu. [05:04] Do, drop the Recommends: line entirely, and on all the "foo | bar" deps, remove mod_perl, and move dbi-perl to the first position. [05:04] s/Do/So/ [05:05] dbi-perl depends on mod_perl, so that gives exactly what you want, IMO. [05:09] vibhav: Added a lazy copy/paste comment to the bug. [06:03] infinity: thanks for the alley-oop there ;) [06:07] Can https://bugs.launchpad.net/ubuntu/+source/mutt/+bug/965772 be nominated for precise? [06:07] Launchpad bug 965772 in mutt (Ubuntu) "mutt-org crashed with SIGSEGV" [Medium,Confirmed] === emma is now known as em === dendrobates is now known as dendro-afk [12:06] hi [12:06] I want to try to learn how to package, and got the doc, printed it, installed all the build programs. [12:07] I would like to know if there is a particular difficulty when starting if the program to be packaged does not provide a configure ? [12:17] melodie: that can be a problem, packaging is easier if it uses a more or less standard buildsystem [12:18] hi jtaylor [12:20] the dev told me he will not go throught the process of making a configure because he can't take the time for that. I have been using his program in several distros along the years and would like to bring it to Ubuntu. In fact, this little program is the key to a type of openbox environment. [12:20] how does it build? just a makefile? [12:20] jtaylor, do you think the people here are likely to help me along the process, [12:20] it builds with a Makefile, yes : just "make" and "sudo make install" does the work. [12:21] does the makefile honor DESTDIR? [12:21] then your usually fine [12:21] I have installed a Ubuntu Mini, and now all works [12:21] does the file honor DESTDIR ? If I write DESTDIR in the packaging files it will go to the dir I say. For now, the "make install" has send the binary to /usr/bin [12:22] is my answer relevant ? [12:22] make install should put the files in $(DESTDIR)/$(prefix)/... [12:23] well, I asked the dev, he said I can use destdir [12:26] I have a first question about the doc. Here is the page I am reading now : http://wiki.debian.org/IntroDebianPackaging#Step_1:_Rename_the_upstream_tarball [12:26] how come all the commands are root ? Shouldn't they be done as user ? [12:27] why should they be root? [12:29] jtaylor, this is the question I am asking : the howto shows commands done as root : do you think that it is an error ? [12:29] I don't see that there [12:30] ie : # mv hithere-1.0.tar.gz hithere_1.0.orig.tar.gz [12:30] no commands besides pbuilder need root, some of them (e.g. installing) need fakeroot [12:30] # tar xf hithere_1.0.orig.tar.gz [12:30] all the commands in that page are starting with a hashtag [12:30] this is why I wonder [12:31] that just denotes its a shell command [12:31] it has nothing to do with which user does it [12:31] somethims $ or > is used instead [12:31] ok [12:32] what about the archive format ? I have a tar.bz2 : is that ok or should I rearchive it in another format ? [12:33] thats fine [12:33] thks [12:45] I have done the changelog file with the dch command as the howto says, and now I read at debian/compat : but there is no more command to create it and the following file, which should be "control": should I use another howto to know what are the precise steps from now ? [12:48] perhaps the debian doc is not up to date ? or missing details ? [12:49] I could use this one also : http://translate.google.fr/translate?sl=fr&tl=en&js=n&prev=_t&hl=fr&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fdoc.ubuntu-fr.org%2Ftutoriel%2Fcreer_un_paquet&act=url [12:49] ? [12:50] debian/compat is just a number in a file [12:50] for control just copy the one from the guide and change the values [12:52] ok, therefore I create them manually. ok. :) [12:53] cjwatson: indeed, it should probably depend on p-gi | p3-gi [13:07] I have installed yelp and had to start it from console as I could not find it in the menus. there, it crashed, wich triggered a window which sent (supposedly) a bug report. Is that enough or is it necessary to go report the bug manually too ? [13:07] this is in Ubuntu mini 12 04 [13:30] is the minimum version number for Build-Depends always needed, or just the package name is ok ? [13:32] if the minimum version is available in all stable releases you can skip it, or if you don't want to backport it [13:32] jtaylor, thanks [13:34] heh, article on tweakers.net about EA games on Ubuntu :) [13:39] now about the depends : the doc says the codes in the default line are magic. I don't figure out, if I just leave this line alone, or if I leave the default and add the depends ? The program needs libmenu-cache1 and libgtk2.0-0 [13:40] ie: [13:40] melodie: lets move this to #ubuntu-packaging please [13:40] jtaylor, I didn't know that chan : thanks ! === emma is now known as em [15:20] ugh, moving partitions around on my mac seems to have confused grub [15:29] Can somebody nominate https://bugs.launchpad.net/ubuntu/+source/mutt/+bug/965772 for precise? [15:29] Launchpad bug 965772 in mutt (Ubuntu) "mutt-org crashed with SIGSEGV" [Medium,Confirmed] [15:31] vibhav: anybody can nominate it, only core devs can accept it. :) [15:34] I think that changed [15:34] only bug control can nominate [15:35] hi guys, i made some patches to a nearly abandoned software, xoscope, i would be really glad to make my patches going upstream to debian but i don't know how to do, can anyone help me? [15:36] so if vibhav is doing lots of this, he should join bugcontrol rather than asking here a lot ... [15:36] angelo-c: report a bug on the package in debian. :) === angelo-c is now known as angeloc [15:37] dupondje: i thought there was an automated procedure in launchpad [15:39] really? don't think so :) [15:40] There's submittodebian. [15:40] But it's really just a fancy wrapper around debdiff and reportbug. === angelo-c is now known as angeloc [16:14] dupondje: i think that really a low percentage of contribution going upstream without an automated system [16:16] dupondje: and also opening a bug in debian is really a pain! [16:17] cjwatson: any advice for /usr/sbin/grub-setup: error: will not proceed with blocklists. [16:17] ? [16:26] dupondje: there is an automated method, using submittodebian you can send a patch upstream, really cool [16:27] SpamapS: Was that the only thing it said? [16:28] penguin42: no, thats just the most annoying part of what it said. ;) [16:28] /usr/sbin/grub-setup: warn: This GPT partition label has no BIOS Boot Partition; embedding won't be possible!. [16:29] /usr/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged.. [16:29] * SpamapS tries --force because the alternative is a reinstall at this point. :-P [16:29] * SpamapS reboots w/ fingers crossed [16:31] woot [16:31] worked [16:32] would be cool if gparted detected a grub install on a disk and told you to run that command. Oh wait, it did detect it, and warned me to stop at least. :) [16:32] cjwatson: n/m, fixed w/ --force (based on your response to a user on the grub mailing list :) [16:43] SpamapS: I strongly recommend creating a BIOS Boot Partition. http://www.gnu.org/software/grub/manual/grub.html#BIOS-installation [16:55] hi, how can i query for synaptic progress from a command line, im trying to add unity progressbar to synaptic, and that's my missing part of the puzzle, thanks :) [17:01] cjwatson: indeed, I think I will do that after reading that page a bit ago. [17:01] cjwatson: does the +mac desktop installer do that btw? [17:02] I installed this machine in 11.10, and several things were pretty wonky [17:03] SpamapS: it's supposed to [17:04] I did fix various bugs in that general area in 12.04; I forget the exact details at this point === _salem is now known as salem_ === salem_ is now known as _salem [17:04] cjwatson: Did you see Matt Garrett's write up of the Fedora 17 ISO image - it's pretty insane [17:05] Yes, I did [17:05] Need to figure out how to port that to xorriso [17:05] I like his blog, it's normally a world of insane bios level pain [17:22] > [17:22] > [17:22] > Regards, [17:22] > David [17:22] > === redwan is now known as redwan_ === redwan_ is now known as redwan [19:14] * slangasek wonders if anyone would care to verify the SRU fix for bug #989585 using the test case there [19:14] Launchpad bug 989585 in resolvconf (Ubuntu Precise) "resolvconf failed to install/upgrade because /etc/resolv.conf immutable" [High,Fix committed] https://launchpad.net/bugs/989585 [19:16] * soaringsky gawks at the huge number of duplicates on that bug... [19:17] that's why I'd like someone to verify that it fixes it so we can publish it ;) [19:18] slangasek: I would do it, but my slow internet means that the release upgrade would take hours [19:18] no worries === JamesJRH_ is now known as JamesJRH [19:21] I missed it; which bug? Maybe I can test? [19:22] bug #989585 [19:22] Launchpad bug 989585 in resolvconf (Ubuntu Precise) "resolvconf failed to install/upgrade because /etc/resolv.conf immutable" [High,Fix committed] https://launchpad.net/bugs/989585 [19:25] oops, turns out that introduces a regression; marking it verification-failed myself :/ [19:26] OK ... I was going to test it in one of my VMs [19:38] cjohnston: I've continued to fail to get a working virtualenv going here; now model-mommy (pulled in via zope.interface) is broken, AFAICS from the output the upstream tarball is simply missing the tests/ subdir. is it known to not be possible to run summit against the distribution packages? [19:41] cjohnston: nevermind, model-mommy doesn't seem to be packaged anyway. :P === yofel_ is now known as yofel [21:05] cjwatson: around? I have an oddity with the alternate installer + partman + dmraid01 [mirror then stripe over 4 disks] [21:07] specifically, the installed doesn't activate the partitions, even though it shows the arrays and shows the partitions [21:08] this leads to partman trying to run tune2fs -l rather than on the specific partition [21:09] running dmraid -ay subsequently activates the partitions for the kernel, but it still trys to run it on the array device.. [21:20] lifeless: there is also #ubuntu-installer (although cjwatson is both here & there, of course) [21:21] JanC: thanks; I'll lurk there and follow up whereever cjwatson does ;) [21:41] lifeless: eh, not sure I have enough brain to debug that today :-) [21:41] psusi's been doing most of the dmraid-related stuff of late [21:42] he might well know better than I [21:43] cjwatson: thanks [21:43] cjwatson: I suspect raid01 dmraid isn't handled by the dmraid glue in partman; I can file a bug if you like (as I can apparently get this far nondestructively... [21:44] I didn't think partman generally knew much about different dmraid levels; might be more like parted [21:45] is dmraid01 one of those where there are multiple steps if you try to trace through the dm tables? [21:45] IYSWIM [21:45] it might be that parted only takes one step when it needs to recurse, or something [21:45] I vaguely recall dealing with this in grub2 once [21:46] debian/patches/dmraid.patch in the parted source package is probably the relevant bit of code here [21:46] and psusi is the last person who rewrote that :) [21:46] * kees still needs to refresh the bit-rotting failed raid/lvm hooks [21:46] cjwatson: yes, it is. [21:47] cjwatson: you get three dm devices; array0-1 (a mirror set), array0-2 (a mirror set), array0(a stripe over the -1 and -2 devices) [21:47] right, then my jetlagged guess is that dmraid.patch needs to be smartened up for that, possibly by comparison with similar code in grub2 [21:48] cjwatson: does it interrogate the kernel, or reimplement bits? [21:52] lifeless: it asks the kernel about the table structure; it's tracing through those manually, but I'm not sure how much of that the kernel would let it do any other way [21:52] dmraid.patch is only 133 lines, not that complicated [21:54] thanks for the pointers [21:55] cjwatson: as a workaround, is it possible to tell parted to not be smart, and just operate on a given device ? [21:56] I don't know but I doubt it [21:57] cjwatson: interesting; given that dmraid can't be really be configured within the OS I am now curious why parted introspects it at all :) [21:58] because it needs to exclude some devices from being shown [21:58] otherwise people try to partition things at the wrong level [21:58] perhaps I've misdiagnosed the problem though [21:58] ah yes [21:59] thats a good reason [22:00] its a shame the kernel can't just flag devices as being parts of higher order things, but perhaps it does - I haven't looked at the non-kernel interfaces around dmraid [22:00] non-kernel-internal, I mean. [22:22] gn [22:29] I'm looking to make alarm-clock more useful with the HUD, but I can't find any links for development support on it, is there anything written down for it yet?