On Nov 5, 2014, at 12:28 AM, Juan M Courcoul <courc...@mac.com> wrote:

> Was trying to refresh all the packages I have under Fink, but cannot proceed 
> for the ZenMap graphical frontend for the NMap scanner. It lists the 
> nose-py27, numpy-py27 and pygtk2-gtk-py27 Python libraries as its requisites 
> yet the nose-py27 fails to build cause it cannot locate the appropriate 
> sourcefile:
> 
> fink install zenmap
> Information about 11333 packages read in 1 seconds.
> The following package will be installed or updated:
> zenmap
> The following 3 additional packages will be installed:
> nose-py27 numpy-py27 pygtk2-gtk-py27
> Default answer will be chosen in 60 seconds...
> Do you want to continue? [Y/n] y
> curl --connect-timeout 30 -f -L -A 'fink/0.38.2' -O 
> http://distfiles.master.finkmirrors.net/distfiles/nose-1.3.4.tar.gz

<snip>  There is a time lag between when a package gets updated and when the 
source gets mirrored.  That might be what’s going on here, but if not this is a 
server we actually control and we can check on the mirroring process.

> Default answer will be chosen in 120 seconds...
> How do you want to proceed? [3] 
> curl --connect-timeout 30 -f -L -A 'fink/0.38.2' -O 
> http://distfiles.sjc.ca.us.finkmirrors.net/nose-1.3.4.tar.gz
> 

<snip>  This one isn’t doing any active mirroring any more, though downloads of 
older stuff are still available.

> Default answer will be chosen in 120 seconds...
> How do you want to proceed? [5] 
> curl --connect-timeout 30 -f -L -A 'fink/0.38.2' -O 
> http://pypi.python.org/packages/source/n/nose/nose-1.3.4.tar.gz
>  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                 Dload  Upload   Total   Spent    Left  Speed
>  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
> curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify 
> failed
> More details here: http://curl.haxx.se/docs/sslcerts.html
> 
> curl performs SSL certificate verification by default, using a "bundle"
> of Certificate Authority (CA) public keys (CA certs). If the default
> bundle file isn't adequate, you can specify an alternate file
> using the --cacert option.
> If this HTTPS server uses a certificate signed by a CA represented in
> the bundle, the certificate verification probably failed due to a
> problem with the certificate (it might be expired, or the name might
> not match the domain name in the URL).
> If you'd like to turn off curl's verification of the certificate, use
> the -k (or --insecure) option.

This appears to be due to something local to your setup.  I didn’t have any 
problems with the download using /usr/bin/curl with or without the ca-bundle 
package installed :

curl --connect-timeout 30 -f -L -A 'fink/0.38.2' -O 
http://pypi.python.org/packages/source/n/nose/nose-1.3.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  270k  100  270k    0     0   288k      0 --:--:-- --:--:-- --:--:--  288k

Since this URL resolves, I’d recommend manually downloading the file using the 
same curl command but with the -k option.   That way you’ll be guaranteed that 
the tarball is what the Fink packaging is expecting.

<snip>

-- 
Alexander Hansen, Ph.D.
Fink User Liaison

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to