[00:17] Should I actively been developing for GTK2 or 3? === Phantomas1 is now known as Phantomas [17:06] Hii I want to be an ubuntu app developer any suggestions from where I should start?? Currently i have knowledge of c and c++ [17:09] What extra languages should I learn besides C and C++ that would help me?? [17:11] probably Python is a good language to learn [17:19] bismay: I like Python too, but you can use C++ and C too if you don't want to learn a new one. More important is mastering a graphical user interface framework: e.g. GTK+ or Qt. [17:32] commandoline, thanks...:) [23:18] hey guys and gals, anyone help me with pbuilder ? [23:18] it seems that it's not resolving base things such as debhelper [23:19] or pep8 [23:19] which, has me scratching my head [23:27] anyone ? [23:28] zodiak: try "sudo pbuilder --login" to debug that kind of thing, and add "--save-after-login" to make changes persistant [23:29] aaahh.. that will drop me into the chroot env ? [23:29] yep [23:29] awesome. danke. === Phantomas1 is now known as Phantomas [23:44] aahhhh [23:44] DOH [23:45] so, I was trying to build a quantal package against a precise build-tarball [23:45] hah [23:48] yeah, that'll do it [23:48] :p [23:48] yup :) [23:49] can I chain a --login after a build ? [23:49] I want to check the state of things before the chroot is all cleaned up [23:49] (I ask because this machine has such a SLOW disk that it's probably easier to ask than rebuild ;) [23:53] sudo pbuilder build --basetgz /home/openstack/pbuilder/quantal-base.tgz *.dsc --login [23:53] that didn't ~quite~ do what I thought it would do [23:54] I don't think so, but you can create hooks that drop you to a shell when the build fails [23:54] hrm.. well.. I mostly want to check that the thing is setup 'sanely' .. hhrrmm [23:55] thanks for the help btw :) [23:56] no problem