[01:24] oh dear... using pthread_cancel() is just a huge no-no, especially in gtk apps, isn't it? === Igorots is now known as Knightlust === koolhead11 is now known as koolhead17 === almaisan-away is now known as al-maisan [08:16] what did I do wrong here? merge proposal diff shows every file has having conflicts and being moved to .moved. https://code.launchpad.net/~matt-linscott/ubuntu/precise/update-manager/fix-for-utils.py-typo === al-maisan is now known as almaisan-away === chrisccoulson_ is now known as chrisccoulson [10:47] hi all... someone of you know if (rebuild1 << ubuntu1) is true ? [10:48] l3on: yes, you can check with dpkg --compare-versions [10:48] ah ok :) thanks micahg , as always :) [11:09] stacco, a questo pomeriggio/sera === almaisan-away is now known as al-maisan === yofel_ is now known as yofel === al-maisan is now known as almaisan-away === Quintasan_ is now known as Quintasan === almaisan-away is now known as al-maisan === MrGando_ is now known as MrGando === al-maisan is now known as almaisan-away === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [20:42] :/ ccache does not cache mpic++ [20:42] I wonder if it breaks if I add the symlink manually [20:55] nice appears to work === ISK_ is now known as ISK [22:07] Does anyone know how to upload to a ppa? [22:07] antoniu_: have you read the documentation? [22:08] antoniu_: You will find great help for that @ https://help.launchpad.net/Packaging/PPA [22:08] I built a dsc file using dkms, now when i set a ppa it says I can upload using the following command, [22:09] sudo dput ppa:someitalian123/rt3562sta [22:09] followed by the source package name [22:09] when I try that I get the following error [22:10] Checking signature on .changes [22:10] gpg: WARNING: unsafe ownership on configuration file `/home/antoniu/.gnupg/gpg.conf' [22:10] gpg: no valid OpenPGP data found. [22:10] gpg: the signature could not be verified. [22:10] Please remember that the signature file (.sig or .asc) [22:10] should be the first file given on the command line. [22:10] No signature on /var/lib/dkms/rt3562/2.4.1.1/dsc/rt3562-dkms_2.4.1.1_source.changes. [22:10] did you sign the changes file? [22:10] How do you do that? [22:10] debuild does this for you, if you build differently debsign changes-file [22:11] I didn't use debuild I used dkms because it's a driver module [22:11] sudo dkms mkdsc -m rt3562 -v 2.4.1.1 --source-only [22:11] you can build packages with dmks? [22:12] yes [22:13] interesting [22:13] whats files are created by that command? [22:14] a tarball, a dsc file, and a source.changes file [22:15] sign the changes file with debsign [22:15] that should then be uploadable (no idea if it will build on the ppa though) [22:16] what's the command for that, sry I'm such a noob, I've never packaged anything before [22:16] debsign changes-files [22:18] signfile /var/lib/dkms/rt3562/2.4.1.1/dsc/rt3562-dkms_2.4.1.1.dsc Dynamic Kernel Modules Support Team [22:18] gpg: skipped "Dynamic Kernel Modules Support Team ": secret key not available [22:18] gpg: /tmp/debsign.QcTcnVAl/rt3562-dkms_2.4.1.1.dsc: clearsign failed: secret key not available [22:18] debsign: gpg error occurred! Aborting.... [22:19] whops I should probably run this as root [22:19] no [22:19] do you have a gpg key? [22:19] no, i don't have any idea what I'm doing [22:22] you have to create one and add it to your launchpad account http://keyring.debian.org/creating-key.html [22:22] https://help.launchpad.net/YourAccount/ImportingYourPGPKey [22:22] thanks, for pointing me in the right direction [22:30] how long does it take to generate a key? This is taking awhile [22:31] nvm [22:32] it can take a while when you don'T ahve much entropy [22:32] doing something disk intensive helps [22:54] I can't read the encrypted email [22:54] I installed Enigmail [22:55] it's not doing anything [23:08] is the proper key setup for it? [23:09] the mail should be clearsigned so you can probably just copy paste it into gpg [23:33] is it possible to smuggle a no-as-needed ... -as-needed block through libtool?