Re: https fetch on buildbots?

2016-02-16 Thread Daniel J. Luke
On Jan 20, 2016, at 4:49 PM, Ryan Schmidt  wrote:
> On Jan 20, 2016, at 12:39, David Strubbe  wrote:
>> After making a commit to the port miriad, I find that the fetch fails on the 
>> buildbots like this 
>> (https://build.macports.org/builders/buildports-mtln-x86_64/builds/27365/steps/compile/logs/stdio).
>>  Is there any inherent problem with fetching from an https site? Or, any 
>> suggestion on how to diagnose what the SSL error is?
> 
> I'm not aware of a general problem with https fetching on the buildbot 
> servers. 
> 
> Maybe that site is using a newer ssl/tls protocol than the version of 
> curl/openssl provided with Mountain Lion knows about?

If that's the case, we could probably treat https connections like ftp (for the 
older buildbots) and they could use the proxy to still be able to fetch.

-- 
Daniel J. Luke



___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


https fetch on buildbots?

2016-01-20 Thread David Strubbe
Hi all,

After making a commit to the port miriad, I find that the fetch fails on
the buildbots like this (
https://build.macports.org/builders/buildports-mtln-x86_64/builds/27365/steps/compile/logs/stdio).
Is there any inherent problem with fetching from an https site? Or, any
suggestion on how to diagnose what the SSL error is?

Thanks,
David

DEBUG: Executing org.macports.fetch (miriad)
--->  miriad-4.3.8.20150520.tar.gz doesn't seem to exist in
/opt/local/var/macports/distfiles/miriad
--->  Attempting to fetch miriad-4.3.8.20150520.tar.gz from
http://distfiles.macports.org/miriad
  % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
 Dload  Upload   Total   SpentLeft
 Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:--
  0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:--
  0
DEBUG: Fetching distfile failed: The requested URL returned error: 404
--->  Attempting to fetch miriad-4.3.8.20150520.tar.gz from
https://www.cfa.harvard.edu/~pwilliam/miriad-macport/
  % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
 Dload  Upload   Total   SpentLeft
 Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:--
  0
DEBUG: Fetching distfile failed: Unknown SSL protocol error in connection
to www.cfa.harvard.edu:443
--->  Attempting to fetch miriad-4.3.8.20150520.tar.gz from
http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/miriad
  % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
 Dload  Upload   Total   SpentLeft
 Speed

  0 00 00 0  0  0 --:--:-- --:--:-- --:--:--
  0
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:--
  0
DEBUG: Fetching distfile failed: The requested URL returned error: 404
--->  Attempting to fetch miriad-4.3.8.20150520.tar.gz from
http://cjj.kr.distfiles.macports.org/miriad
___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev


Re: https fetch on buildbots?

2016-01-20 Thread Ryan Schmidt
On Jan 20, 2016, at 12:39, David Strubbe  wrote:
> 
> Hi all,
> 
> After making a commit to the port miriad, I find that the fetch fails on the 
> buildbots like this 
> (https://build.macports.org/builders/buildports-mtln-x86_64/builds/27365/steps/compile/logs/stdio).
>  Is there any inherent problem with fetching from an https site? Or, any 
> suggestion on how to diagnose what the SSL error is?

I'm not aware of a general problem with https fetching on the buildbot servers. 

Maybe that site is using a newer ssl/tls protocol than the version of 
curl/openssl provided with Mountain Lion knows about?

___
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev