[01:25] hey darkxst === root is now known as Drew_IRC === Drew_IRC is now known as Drew_27 [02:40] Alright, um.. not sure if this is the right place for me to be, but I'm trying to set up dual boot with Windows 7 and 14.04, not sure why it isn't working [02:45] ahoneybun, hi [02:46] Drew_27, what is not working? [02:47] Well.. I tried installing ubuntu as a dual boot with windows 7.. and eventually made partition space, and I'm on the demo version as we speak, but.. I don't know why it's not installed, I think I did something wrong [02:47] I'm also not sure what version of ubuntu this is besides the number 14.04 [02:51] Drew_27, probably #ubuntu would be better for installation issues [02:53] Thank you. [03:11] darkxst: I have Ubuntu GNOME installed on my more powerful notebook [03:12] ahoneybun, great! [03:12] darkxst: it flys [03:13] I need help setting up a building env [03:14] chroot I think [03:15] sbuild-lanuchpad-chroot is awesome! [03:15] I need to finish off my ppa patches for it though! [03:15] whatever setup I had when I was working on packages with you before [03:15] pbuilder [03:17] * darkxst thinks sbuild is much easier in most cases [03:18] should I try sbuild then> [03:18] soon! need to get the ppa stuff merged [03:19] cool should upgrade to 14.10? [03:19] ahoneybun, http://pastebin.com/avJhtnJm [03:20] yes, that is best [03:21] ahoneybun, everything else you need is at https://wiki.ubuntu.com/PbuilderHowto, I have to head out for a couple of hours [03:21] I guess that pbuilder needs be updated as well [03:21] trusty on it still [03:21] pbuilder-dist create utopic amd64 [03:22] you can even make a utopic pbuilder on trusty for builds, but that doesnt help with testing the packages! [03:23] I have time to help out now [03:23] so I will [03:26] ok, we will be starting to move 3.12 into utopic soon [03:26] for now, just look at packages that need updating on the ppa [03:27] as in built from utopic sources [03:29] yes [03:29] but I have to run, bbl [03:29] ok [03:29] thanks === prth is now known as prth|away [05:17] seems polari does not work in utopic [05:27] settings is still broken [05:36] darkxst, I'd suggest you stay with 3.8 till bluez 5 gets sorted out [05:36] i'll look into the others some time this weekend [05:43] Noskcaj, for which package? [05:43] and I wouldnt be at all suprised if bluez 5 doesnt happen this cycle [05:44] user-share [05:44] darkxst, running pbuilder and it set for utopic [05:45] Noskcaj, I can revert the bluez5 patch, just needs a bit of rebasing [05:45] ok [05:46] ahoneybunn, polari was working last time I tried it, I don't use it normally however [05:47] Noskcaj, can you open a bug for the upower transitition and list all packages and what needs doing [05:47] darkxst, ok [05:47] It ok if i do the 3.12 merges first? [05:47] Noskcaj, yes [05:47] darkxst, http://paste.ubuntu.com/7637264/ [05:49] ahoneybunn, maybe that log file is corrupted somehow? [05:50] * ahoneybunn will try to remove it [05:51] that fixedit [05:51] *fixed it [05:52] ok then now there is a bug in gnome-control-center that was in 14.04 at least on my system [05:52] details? [05:54] happens when I press any buttons http://paste.ubuntu.com/7637285/ [05:54] does it actually crash though? [05:57] it hangs there and then when I try to close it I get prompted to kill it [05:57] but I can't go into any of the sub settings [06:01] anyway I got pbuilder downlodaded and edited the pbuilderrc [06:03] ahoneybun, try with 3.12 off -staging ppa [06:03] take staging ppa off? [06:04] pbuilder? [06:31] ahoneybun, no try using the version from staging ppa! [07:12] I'm merging libvirt-glib currently, as boxes needs it [07:19] Noskcaj, ok [07:24] FFS. It's got broken symbols in ubuntu [07:26] so fix them ;) [07:26] and dpkg is nice enough to give you the diff ;) [07:28] it's just a #MISSING [07:28] and i'm guessing it's that out libvirt version is older [07:34] well make sure its not used elsewhere (hopefully Laney fixed codesearch) and then drop it [07:35] codesearch? [07:41] http://162.213.35.4/ [07:42] Noskcaj, that has the entire ubuntu code indexed [07:42] search for the symbol name ;) [07:42] wow [07:42] let me do devhelp and maybe eof first, but will do [16:32] the pbuilder has the othermirrors on with gnome3 and staging ppa as [16:33] as well as my main system [18:06] Hi guys, I'm having some troubles configuring ubuntu gnome 14.04 to use an external monitor. What package should I file a bug [18:06] ? [18:11] Hi guys, I'm having some troubles configuring ubuntu gnome 14.04 to use an external monitor. What package should I file a bug [19:14] darkxst: ping [20:58] ricotz: ping [21:05] what is the file I need to look at to know what to change in the control.in file? [21:05] ie what packages need to be updated to build the package [21:14] ahoneybun, that would be configure.ac/.in in case of autotools [21:15] I'm trying to build aisleriot 3.12 [21:22] ricotz: how do I get the .dsc to build the package? [21:25] debuild -S [21:25] usually [21:29] in the source dir of the package? [21:29] where the src dir is? [21:29] yep [21:30] I think I'm missing the deps [21:30] why? [21:31] ok I got the 3.10 source and copied the debian dir into the 3.12 dir [21:31] -S means you only need the dh helper deps (dh-gir for example [21:31] http://paste.ubuntu.com/7640879/ [21:32] I copy the debian out of the 3.10 and put it in 3.12 right? [21:34] ahoneybun, I usually use bzr [21:34] but yes [21:34] for? [21:34] oh ok [21:34] packaging [21:34] this is how darkxst told me if I remember right [21:34] bzr branch lp:ubuntu/aisleriot && cd aisleriot && bzr merge-upstream [21:35] ahoneybun, use "uscan" and "uupdate" [21:35] ahoneybun, Both ways work [21:35] ahoneybun, you can google about those [21:35] ahoneybun, and install "cdbs" and "gnome-pkg-tools" [21:35] Sponsors prefer the manual way, but bzr is sometimes easier to work on [21:35] aaron@GNOME-IdeaPad-Y510P:~/packages/aisleriot/aisleriot-3.12.1$ uupdate [21:35] uupdate: no archive given [21:36] ahoneybun, no [21:36] from the unpacked 3.10 package [21:36] clean up your dir [21:36] pull-lp-source aisleriot [21:36] cd aisleriot... [21:36] uscan [21:37] uupdate ../aiserliot_3.12.... [21:37] diff -ur ../aiserliot-3.10.*/configure.ac configure.ac [21:37] # check the changes [21:37] dch -r [21:37] debian/ ? [21:38] # document the changes [21:38] debuild -S [21:38] use pbuilder to check [21:38] wait [21:38] pull-lp-source? [21:38] cd aisleriot 3.10 or 3.12? [21:39] from the unpacked 3.10 package [21:39] aaron@GNOME-IdeaPad-Y510P:~/packages/aisleriot/aisleriot-3.10.2$ uupdate ../aisleriot-3.12.1 [21:39] New Release will be 1:3.12.1-0ubuntu1. [21:40] uupdate: source tree for new version already exists as aisleriot-3.12.1! [21:40] Aborting.... [21:40] clean up your dir [21:40] no clue what that means [21:40] rm -rf * [21:40] ... [21:40] in your build folder [21:41] where both 3.10 and 3.12 are ?. [21:41] well that removed them all [21:41] please google a bit to understand what you are actually doing [21:42] do not just execute things like "rm -rf *" without knowing what it is [21:42] I know as long as I dont add / [21:42] hehe [21:42] "sudo rm -rf /*" is fun of course [21:43] in case of aisleriot the mentioned steps are probably enough [21:43] tbh I feel as if I'm being stupified [21:44] sorry, but you questions didnt make it easy [21:44] true very true [21:44] ok cleaned the dir [21:44] i got the impression you already worked on packages in the past [21:44] I did a few months ago [21:44] i see [21:44] I had a text file with somethings from darkxst [21:44] but I lost it [21:45] as the is for sure a nice debian wiki page with some simple steps [21:48] I keep getting no such file or dir with the diff command [21:48] use tab for autocomplete [21:49] aaron@GNOME-IdeaPad-Y510P:~/packages/aisleriot/aisleriot-3.12.1$ diff -ur aiserliot-3.10.*/configure.ac configure.ac [21:49] diff: aiserliot-3.10.*/configure.ac: No such file or directory [21:49] dont copy and paste those [21:49] well it would be a lot of pasties [21:49] * > 2 [21:49] same error [21:51] oh [21:52] why can;t it see it... [21:54] ok so tab will not autocomplete so that is one problem [22:00] I'm trying to find with dch -r [22:00] what that does [22:00] ahoneybun, just gave a short spin and it seems something is borked in the buildsys so you might run into trouble later [22:00] oh [22:00] danr [22:00] *darn [22:01] uupdate will also create a new changelog entry [22:01] dch -r will finalize it [22:01] run that in 3.12 [22:01] ? [22:02] yes, but for testing it isnt strictly needd [22:02] ed [22:02] i should change UNRELESED to utopic [22:08] ahoneybun, g2g, keep trying to understand how this works