[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2014-10-02 Thread Bug Watch Updater
** Changed in: pycurl (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-apt-repository fails with gnutls_handshake error To manage notifica

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2014-06-20 Thread gberche
Manual patch of /usr/lib/python2.7/dist- packages/softwareproperties/ppa.py mentionned by Guy Kloss in comment #24 worked for me on precise: curl.setopt(pycurl.SSLVERSION, pycurl.SSLVERSION_SSLv3) Thanks Guy! -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2013-10-09 Thread Glenn Dixon
MacPaul - your instructions seem to have resolved the issues for me, with one change... You stated: "# remove the HAVE_CURL_GNUTLS=1 in the following file sudo vim setup.py" I found one section referring to GNUTLS and OPENSSL - they are if statements defining macros. I had to remove two lines r

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2013-01-14 Thread Guy K. Kloss
I've just stumbled upon this bug report searching for the evil pycurl.error: (35, 'gnutls_handshake() failed: GnuTLS internal error.') I found a solution by telling cURL what version of SSL to use: connection.setopt(pycurl.SSLVERSION, pycurl.SSLVERSION_SSLv3) This is where I found this gem: http

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-10-24 Thread Henry Lin
Hi, I updated the link at #20 to here: http://www.mediafire.com/?siz6lxrzd3wvc However the AMD64 architecture software package is suspected by me as "doesn't work", I'll update the file once I fixed the problem( May need some time as I mainly using i386 architecture). My solution is mainly based

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-09-14 Thread Antonio Anastasio Bruto da Costa
This is affecting me too. And it is quite bad. It is unacceptable that this bug is not being fixed in an LTS release. I expected more from the Ubuntu developer community. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-09-12 Thread Bipin
It is unacceptable to have to upgrade to newer distro to get rid of this bug. After all 12.04 is a LTS version and its life time exceeds that of 12.10. 12.04 users will have to live with this bug, or upgrade, which nullifies the meaning of Long Term Stable version. I ask you to change the status ba

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-22 Thread Henry Lin
Hi, I've built pycurl with OpenSSL support and uploaded here. http://www.mediafire.com/#qwolgqn8vs99z Note that you need to rebuilt this package if a new version has released and upgraded And note that Git push issue doesn't fixed by this package, you need to build Git with OpenSSL support to f

Re: [Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-16 Thread Adam Honse
I agree, it depends on your network definitely. When I first submitted this bug, I was at school (Missouri S&T) but now I graduated and moved, have not had the problem on my home connection or any other non-school connection. It might have to do with proxy systems but if we had one at school it w

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-16 Thread Henry Lin
@hychen I believe that this bug is depending on the network environment you using At my residing place (BB寬頻), everything is normal At school (National Taiwan Ocean University), this problem is 100% reproducible, and I'm forced to use dangerous HTTP to push my commit to GitHub. -- You received t

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-16 Thread Henry Lin
Oh, for those trying to build GNUTLS like me, that won't fix the problem. http://www.mediafire.com/?2jdr5l8a5105o You may directly install the new version by installing Nettle and GNUTLS package built by myself (please downgrade or remove them after trying) -- You received this bug notification

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-16 Thread Hsin-Yi, Chen (hychen)
what is the version of python-software-properties you are using? I can not reproduce in my laptop (12.04 with latest update) python-software-properties 0.82.7.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-16 Thread Hsin-Yi, Chen (hychen)
additional information of my laptop python-software-properties 0.82.7.2 python-pycurl 7.19.0-4ubuntu3 libcurl3-gnutls 7.22.0-3ubuntu4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-13 Thread Henry Lin
But it's still bug in 12.04... I think upgrade the developing version is not a good way to fix this bug... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-apt-repository fails with g

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-08-13 Thread Brian Murray
In Ubuntu 12.10 add-apt-repository no longer uses pycurl and instead uses urllib2. ** Changed in: pycurl (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9265

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-07-21 Thread funicorn
I have the same problem too. It seems that using apt-add-repository with -y option could avoid the error. Thus I guess it's related to keyboard input disturbing pycurl. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-07-13 Thread Macpaul Lin
Update for pycurl_7.19.0-4ubuntu3: I've found in 10_setup.py.dpatch will force HAVE_CURL_GNUTLS=1. And there is also setup.py force "define_macros.append(('HAVE_CURL_GNUTLS', 1))" This will seems force the pycurl still compiled with gnutls. You can replace the value into 0 to avoid if you have this

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-07-12 Thread Macpaul Lin
simonthesorcerer: Thanks for your posting the workaround solution. But I guess the package on ubuntu still originate from debian (am i correct?) Maybe we can forward this information to debian people. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-07-11 Thread simonthesorcerer
I also have this problem in a freshly installed 12.04. As this problem is gnutls related i tried the workaround found here : http://code.google.com/p/wfuzz/wiki/PyCurlSSLBug and it worked for me. The Workaround ist to build PyCurl against openssl instead of gnutls (the version number of the pycu

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-06-23 Thread Sven Romeike
I have that problem in 12.04 and it was definately patched in. a fresh install did not have it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-apt-repository fails with gnutls_hands

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-06-09 Thread Macpaul Lin
This problem also appears in 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-apt-repository fails with gnutls_handshake error To manage notifications about this bug go to: htt

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-06-09 Thread Macpaul Lin
It looks like we have the answer for this headache problem for a longtime. Once I want to download the android source code from google by 'repo' I'll be suffered with this probelm. It seems we have the answer with gnutls 3.0 Please refer to the following URL for the solution and test. Could we h

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-03-02 Thread Adam Honse
Has anyone found a way around this bug? It's become increasingly annoying and appears that the pycurl (or GNUTLS packages used by pycurl) bugs are affecting several other programs as well. For instance, running an SVN or Git checkout over HTTPS fails, trying to curl or wget a file over HTTPS fail

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-29 Thread Brian Murray
** Changed in: pycurl (Ubuntu) Importance: Undecided => Medium ** Changed in: pycurl (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-12 Thread Mazli Alias
I've submit https://bugs.launchpad.net/ubuntu/+source/software- properties/+bug/930478 and was referred here as a duplicated bug. Issue arise on my Precise Pangolin 64bit. Just want to add although I wasn't able to add-apt-repository in the terminal, I was able to ass ppas in Software Centre. It j

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-12 Thread Bug Watch Updater
** Changed in: pycurl (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-apt-repository fails with gnutls_handshake error To manage notifications

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-12 Thread Robert Roth
This seems to be an issue with pycurl itself (the library used to get the PPA information), so I am reassigning this to the pycurl package, and also adding the upstream (Debian) bug report link. --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad ** Package changed: software-p

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-10 Thread Brian Zirkle
I've had the same issue for about a week and was just today getting an opportunity to look for a fix. sudo add-apt-repository ppa:freefilesync/ffs [sudo] password for bzirkle: Traceback (most recent call last): File "/usr/bin/add-apt-repository", line 88, in ppa_info = get_ppa_info_from_lp(

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: software-properties (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548

[Bug 926548] Re: add-apt-repository fails with gnutls_handshake error

2012-02-04 Thread Robert Roth
** Package changed: ubuntu => software-properties (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926548 Title: add-apt-repository fails with gnutls_handshake error To manage notifications a