Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
I have now manually downloaded the missing file and uploaded the  new error
log that is twice as long.

It seems all download failures were only from the rust site, not the
macports mirrors.
However, the script keeps claiming the files do not exist, even when they
are seemingly present.

But the actual build errors are reported further down the log file, so the
problem seems to be elsewhere.



On Saturday, August 17, 2019, Mojca Miklavec  wrote:

> I'm away from computer, but on anything older than 10.9 you need to either
> compile macports from source and link against a newer curl (bootstrapping)
> or download manually and put files to correct location, or fetch files from
> the macports mirror which still offers http.
>
> Maybe port fetch could support a special flag to use alternative download
> method.
>
> Mojca
>
> V sob., 17. avg. 2019 13:50 je oseba Dmitri Zaitsev 
> napisala:
>
>> Maybe I should add that this issue is not due to my system's curl and git
>> clients,
>> both are up-to-date and work fine without the issues mentioned there.
>>
>> Also I can easily access the same URL and download the files manually.
>>
>> The issue seems to be only with MacPorts apparently not using my newer
>> clients.
>>
>>
>> On Saturday, August 17, 2019, Dmitri Zaitsev 
>> wrote:
>>
>>> Hi Werner,
>>>
>>> Many thanks!
>>>
>>> However, it says:
>>> > This is an extremely minimal, bare bootstrap of curl, and git, and
>>> little else, specifically targeted at OSX 10.7.5.
>>>
>>> I am on 10.8.5.
>>>
>>>
>>> On Saturday, August 17, 2019, Werner LEMBERG  wrote:
>>>

 > I do appreciate your time and fully understand that this is not your
 > concern but would be still thankful if anyone could advice on how to
 > configure MacPorts to use the recent ssl.

 Try this for bootstrapping:

   https://try.gitea.io/donbright/lm


 Werner

>>>
>>>
>>> --
>>> Dmitri Zaitsev
>>> School of Mathematics
>>> Trinity College Dublin
>>>
>>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>>
>>>
>>
>> --
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>>
>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>
>>

-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Mojca Miklavec
I'm away from computer, but on anything older than 10.9 you need to either
compile macports from source and link against a newer curl (bootstrapping)
or download manually and put files to correct location, or fetch files from
the macports mirror which still offers http.

Maybe port fetch could support a special flag to use alternative download
method.

Mojca

V sob., 17. avg. 2019 13:50 je oseba Dmitri Zaitsev 
napisala:

> Maybe I should add that this issue is not due to my system's curl and git
> clients,
> both are up-to-date and work fine without the issues mentioned there.
>
> Also I can easily access the same URL and download the files manually.
>
> The issue seems to be only with MacPorts apparently not using my newer
> clients.
>
>
> On Saturday, August 17, 2019, Dmitri Zaitsev  wrote:
>
>> Hi Werner,
>>
>> Many thanks!
>>
>> However, it says:
>> > This is an extremely minimal, bare bootstrap of curl, and git, and
>> little else, specifically targeted at OSX 10.7.5.
>>
>> I am on 10.8.5.
>>
>>
>> On Saturday, August 17, 2019, Werner LEMBERG  wrote:
>>
>>>
>>> > I do appreciate your time and fully understand that this is not your
>>> > concern but would be still thankful if anyone could advice on how to
>>> > configure MacPorts to use the recent ssl.
>>>
>>> Try this for bootstrapping:
>>>
>>>   https://try.gitea.io/donbright/lm
>>>
>>>
>>> Werner
>>>
>>
>>
>> --
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>>
>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>
>>
>
> --
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
>
> WWW:  http://www.maths.tcd.ie/~zaitsev/
>
>


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Christopher Jones
Indeed macports does not care about what web browser you use. The fact you can 
download with that does not matter. 

What matters is what macports ‘port’ command uses. It is this you need to 
bootstrap.

Chris

> On 17 Aug 2019, at 12:50 pm, Dmitri Zaitsev  wrote:
> 
> Maybe I should add that this issue is not due to my system's curl and git 
> clients,
> both are up-to-date and work fine without the issues mentioned there.
> 
> Also I can easily access the same URL and download the files manually.
> 
> The issue seems to be only with MacPorts apparently not using my newer 
> clients.
> 
> 
> On Saturday, August 17, 2019, Dmitri Zaitsev  > wrote:
> Hi Werner,
> 
> Many thanks!
> 
> However, it says:
> > This is an extremely minimal, bare bootstrap of curl, and git, and little 
> > else, specifically targeted at OSX 10.7.5.
> 
> I am on 10.8.5.
> 
> 
> On Saturday, August 17, 2019, Werner LEMBERG  > wrote:
> 
> > I do appreciate your time and fully understand that this is not your
> > concern but would be still thankful if anyone could advice on how to
> > configure MacPorts to use the recent ssl.
> 
> Try this for bootstrapping:
> 
>   https://try.gitea.io/donbright/lm 
> 
> 
> Werner
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Christopher Jones
Hi,

sites do not care specifically about the OS version, but the SSL/TLS levels 
that are supported. When a connection is opened the server and client first 
negotiate what to use, based on what the client supports and what the server 
requires. If the client cannot provide what the server requires, the connection 
is denied.

If you want more information on this, you need to do your own research. A web 
search for SSL/TLS should be a good start.

Chris

> On 17 Aug 2019, at 12:30 pm, Dmitri Zaitsev  wrote:
> 
> It would be critical for me to know which versions are supported and 
> compatible with my old hardware to run without issues.
> Otherwise I might end up dealing with problems much worse than this one.
> 
> Are you saying these site explicitly deny connections based on the OS version 
> number, regardless of the actual client I am using?
> I find this puzzling as I only need the read access via my client that should 
> not need to pass any details such as OS version to the site.
> 
> Is there anywhere I could find some information about this issue?
> 
> Thank you,
> Dmitri.
>  
> I cannot give you OS versions, but the core issue is a lot of sites have 
> turned off support for old insecure SSL/TLS versions, and macOS10.8 does not 
> have support for the newer ones they now require.
> 
>> 
>>  
>> 
>> Chris
>> 
>>> 
>>> I do appreciate your time and fully understand that this is not your 
>>> concern but would be still thankful if anyone could advice on how to 
>>> configure MacPorts to use the recent ssl.
>>> 
>>> Cheers,
>>> Dmitri.
>>> 
>>> 
>>> 
>>> 
>>> On Saturday, August 17, 2019, Christopher Jones >> > wrote:
>>> Hi,
>>> 
>>> First, please keep the discussion on the mailing list.
>>> 
>>> just installing the up to date ports for openssl etc. is not enough, as by 
>>> default the fetches macports performs will not use these. 
>>> 
>>> I believe there are ways to bootstrap macports to do this, but as I have no 
>>> need of it (I don’t run such old OSes myself, apart from in VMs for test 
>>> purposes) I cannot comment on how that is done.
>>> 
>>> ( Updating your OS is really the best option, if your hardware supports a 
>>> new OSes. 10.8 hs not received any security updates for quite a while now…. 
>>> )
>>> 
>>> cheers Chris 
>>> 
 On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev >>> > wrote:
 
 Thank you!
 
 I am trying to understand the cause and it seems my both openssl and ssh 
 are recent.
 Any other idea where to look for (other than OS upgrading :-)?
 
 https://trac.macports.org/ticket/58848#comment:4 
 
 
 
 On Saturday, August 17, 2019, Christopher Jones >>> > wrote:
 Hi,
 
 I have commented on both tickets. They are in essence the same problem, 
 the out of date SSL support in macOS10.8 that is causing you https fetch 
 issues.
 
 cheers Chris
 
> On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev  > wrote:
> 
> Please see 
> https://trac.macports.org/ticket/58847 
> 
> https://trac.macports.org/ticket/58848 
> 
> 
> I have managed to get around the first one by manually downloading the 
> file, but have no idea what to do about the second, which might have the 
> same cause (failed downloads).
> 
> Any hint is appreciated.
> 
> 
> On Saturday, August 17, 2019, Ryan Schmidt  > wrote:
> 
> 
> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
> 
> > Unfortunately it got worse, I can't install any port at all now. :(
> 
> Sorry to hear that... can you provide any more details?
> 
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 
> 
 
 
 
 -- 
 Dmitri Zaitsev
 School of Mathematics
 Trinity College Dublin
 
 WWW:  http://www.maths.tcd.ie/~zaitsev/ 
 
 
>>> 
>>> 
>>> 
>>> -- 
>>> Dmitri Zaitsev
>>> School of Mathematics
>>> Trinity College Dublin
>>> 
>>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
>>> 
>>> 
>> 
>> 
>> 
>> -- 
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>> 
>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 


smime.p7s
Description: S/MIME cryptographic signature


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
Maybe I should add that this issue is not due to my system's curl and git
clients,
both are up-to-date and work fine without the issues mentioned there.

Also I can easily access the same URL and download the files manually.

The issue seems to be only with MacPorts apparently not using my newer
clients.


On Saturday, August 17, 2019, Dmitri Zaitsev  wrote:

> Hi Werner,
>
> Many thanks!
>
> However, it says:
> > This is an extremely minimal, bare bootstrap of curl, and git, and
> little else, specifically targeted at OSX 10.7.5.
>
> I am on 10.8.5.
>
>
> On Saturday, August 17, 2019, Werner LEMBERG  wrote:
>
>>
>> > I do appreciate your time and fully understand that this is not your
>> > concern but would be still thankful if anyone could advice on how to
>> > configure MacPorts to use the recent ssl.
>>
>> Try this for bootstrapping:
>>
>>   https://try.gitea.io/donbright/lm
>>
>>
>> Werner
>>
>
>
> --
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
>
> WWW:  http://www.maths.tcd.ie/~zaitsev/
>
>

-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
Hi Werner,

Many thanks!

However, it says:
> This is an extremely minimal, bare bootstrap of curl, and git, and little
else, specifically targeted at OSX 10.7.5.

I am on 10.8.5.


On Saturday, August 17, 2019, Werner LEMBERG  wrote:

>
> > I do appreciate your time and fully understand that this is not your
> > concern but would be still thankful if anyone could advice on how to
> > configure MacPorts to use the recent ssl.
>
> Try this for bootstrapping:
>
>   https://try.gitea.io/donbright/lm
>
>
> Werner
>


-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
It would be critical for me to know which versions are supported and
compatible with my old hardware to run without issues.
Otherwise I might end up dealing with problems much worse than this one.

Are you saying these site explicitly deny connections based on the OS
version number, regardless of the actual client I am using?
I find this puzzling as I only need the read access via my client that
should not need to pass any details such as OS version to the site.

Is there anywhere I could find some information about this issue?

Thank you,
Dmitri.


> I cannot give you OS versions, but the core issue is a lot of sites have
> turned off support for old insecure SSL/TLS versions, and macOS10.8 does
> not have support for the newer ones they now require.
>
>
>
>
>>
>> Chris
>>
>>
>> I do appreciate your time and fully understand that this is not your
>> concern but would be still thankful if anyone could advice on how to
>> configure MacPorts to use the recent ssl.
>>
>> Cheers,
>> Dmitri.
>>
>>
>>
>>
>> On Saturday, August 17, 2019, Christopher Jones 
>> wrote:
>>
>>> Hi,
>>>
>>> First, please keep the discussion on the mailing list.
>>>
>>> just installing the up to date ports for openssl etc. is not enough, as
>>> by default the fetches macports performs will not use these.
>>>
>>> I believe there are ways to bootstrap macports to do this, but as I have
>>> no need of it (I don’t run such old OSes myself, apart from in VMs for test
>>> purposes) I cannot comment on how that is done.
>>>
>>> ( Updating your OS is really the best option, if your hardware supports
>>> a new OSes. 10.8 hs not received any security updates for quite a while
>>> now…. )
>>>
>>> cheers Chris
>>>
>>> On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev 
>>> wrote:
>>>
>>> Thank you!
>>>
>>> I am trying to understand the cause and it seems my both openssl and ssh
>>> are recent.
>>> Any other idea where to look for (other than OS upgrading :-)?
>>>
>>> https://trac.macports.org/ticket/58848#comment:4
>>>
>>>
>>> On Saturday, August 17, 2019, Christopher Jones <
>>> jon...@hep.phy.cam.ac.uk> wrote:
>>>
 Hi,

 I have commented on both tickets. They are in essence the same problem,
 the out of date SSL support in macOS10.8 that is causing you https fetch
 issues.

 cheers Chris

 On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev 
 wrote:

 Please see
 https://trac.macports.org/ticket/58847
 https://trac.macports.org/ticket/58848

 I have managed to get around the first one by manually downloading the
 file, but have no idea what to do about the second, which might have the
 same cause (failed downloads).

 Any hint is appreciated.


 On Saturday, August 17, 2019, Ryan Schmidt 
 wrote:

>
>
> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
>
> > Unfortunately it got worse, I can't install any port at all now. :(
>
> Sorry to hear that... can you provide any more details?
>
>

 --
 Dmitri Zaitsev
 School of Mathematics
 Trinity College Dublin

 WWW:  http://www.maths.tcd.ie/~zaitsev/



>>>
>>> --
>>> Dmitri Zaitsev
>>> School of Mathematics
>>> Trinity College Dublin
>>>
>>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>>
>>>
>>>
>>
>> --
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>>
>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>
>>
>>
>
> --
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
>
> WWW:  http://www.maths.tcd.ie/~zaitsev/
>
>
>
-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Werner LEMBERG


> I do appreciate your time and fully understand that this is not your
> concern but would be still thankful if anyone could advice on how to
> configure MacPorts to use the recent ssl.

Try this for bootstrapping:

  https://try.gitea.io/donbright/lm


Werner


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Christopher Jones


> On 17 Aug 2019, at 12:16 pm, Dmitri Zaitsev  wrote:
> 
> On Saturday, August 17, 2019, Christopher Jones  > wrote:
> Hi,
> 
>> On 17 Aug 2019, at 12:09 pm, Dmitri Zaitsev > > wrote:
>> 
>> Hi Chris,
>> 
>> I understand that MacPorts are supporting old versions going back to Tiger 
>> and some of the stats confirm users' downloads. I do appreciate the advice 
>> to upgrade but there can be many personal reasons why people prefer to stay 
>> with their older systems. It is however not at all obvious that a plain 
>> upgrade to some later supported OS would actually fix that problem, so 
>> having an alternative would help all these users, and as you mention it is 
>> entirely within the MacPorts system that some older `ssl` is used internally 
>> for some reason, instead of the more recent available one that could have 
>> been used instead, in which case the problem might have not existed.
> 
> what OS you run is of course your choice. I gave my advice and you are free 
> to take or leave it.
> 
> In this case though, upgrading your OS would absolutely 100% fix your SSL 
> problems though, as these are completely specific to running out-of-date 
> systems.
> 
> 
> Are you referring to any specific OS version here?

I cannot give you OS versions, but the core issue is a lot of sites have turned 
off support for old insecure SSL/TLS versions, and macOS10.8 does not have 
support for the newer ones they now require.

> 
>  
> 
> Chris
> 
>> 
>> I do appreciate your time and fully understand that this is not your concern 
>> but would be still thankful if anyone could advice on how to configure 
>> MacPorts to use the recent ssl.
>> 
>> Cheers,
>> Dmitri.
>> 
>> 
>> 
>> 
>> On Saturday, August 17, 2019, Christopher Jones > > wrote:
>> Hi,
>> 
>> First, please keep the discussion on the mailing list.
>> 
>> just installing the up to date ports for openssl etc. is not enough, as by 
>> default the fetches macports performs will not use these. 
>> 
>> I believe there are ways to bootstrap macports to do this, but as I have no 
>> need of it (I don’t run such old OSes myself, apart from in VMs for test 
>> purposes) I cannot comment on how that is done.
>> 
>> ( Updating your OS is really the best option, if your hardware supports a 
>> new OSes. 10.8 hs not received any security updates for quite a while now…. )
>> 
>> cheers Chris 
>> 
>>> On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev >> > wrote:
>>> 
>>> Thank you!
>>> 
>>> I am trying to understand the cause and it seems my both openssl and ssh 
>>> are recent.
>>> Any other idea where to look for (other than OS upgrading :-)?
>>> 
>>> https://trac.macports.org/ticket/58848#comment:4 
>>> 
>>> 
>>> 
>>> On Saturday, August 17, 2019, Christopher Jones >> > wrote:
>>> Hi,
>>> 
>>> I have commented on both tickets. They are in essence the same problem, the 
>>> out of date SSL support in macOS10.8 that is causing you https fetch issues.
>>> 
>>> cheers Chris
>>> 
 On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev >>> > wrote:
 
 Please see 
 https://trac.macports.org/ticket/58847 
 
 https://trac.macports.org/ticket/58848 
 
 
 I have managed to get around the first one by manually downloading the 
 file, but have no idea what to do about the second, which might have the 
 same cause (failed downloads).
 
 Any hint is appreciated.
 
 
 On Saturday, August 17, 2019, Ryan Schmidt >>> > wrote:
 
 
 On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
 
 > Unfortunately it got worse, I can't install any port at all now. :(
 
 Sorry to hear that... can you provide any more details?
 
 
 
 -- 
 Dmitri Zaitsev
 School of Mathematics
 Trinity College Dublin
 
 WWW:  http://www.maths.tcd.ie/~zaitsev/ 
 
>>> 
>>> 
>>> 
>>> -- 
>>> Dmitri Zaitsev
>>> School of Mathematics
>>> Trinity College Dublin
>>> 
>>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
>>> 
>> 
>> 
>> 
>> -- 
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>> 
>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
>> 
> 
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 


smime.p7s
Description: S/MIME cryptographic signature


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
On Saturday, August 17, 2019, Christopher Jones 
wrote:

> Hi,
>
> On 17 Aug 2019, at 12:09 pm, Dmitri Zaitsev  wrote:
>
> Hi Chris,
>
> I understand that MacPorts are supporting old versions going back to Tiger
> and some of the stats confirm users' downloads. I do appreciate the advice
> to upgrade but there can be many personal reasons why people prefer to stay
> with their older systems. It is however not at all obvious that a plain
> upgrade to some later supported OS would actually fix that problem, so
> having an alternative would help all these users, and as you mention it is
> entirely within the MacPorts system that some older `ssl` is used
> internally for some reason, instead of the more recent available one that
> could have been used instead, in which case the problem might have not
> existed.
>
>
> what OS you run is of course your choice. I gave my advice and you are
> free to take or leave it.
>
> In this case though, upgrading your OS would absolutely 100% fix your SSL
> problems though, as these are completely specific to running out-of-date
> systems.
>


Are you referring to any specific OS version here?



>
> Chris
>
>
> I do appreciate your time and fully understand that this is not your
> concern but would be still thankful if anyone could advice on how to
> configure MacPorts to use the recent ssl.
>
> Cheers,
> Dmitri.
>
>
>
>
> On Saturday, August 17, 2019, Christopher Jones 
> wrote:
>
>> Hi,
>>
>> First, please keep the discussion on the mailing list.
>>
>> just installing the up to date ports for openssl etc. is not enough, as
>> by default the fetches macports performs will not use these.
>>
>> I believe there are ways to bootstrap macports to do this, but as I have
>> no need of it (I don’t run such old OSes myself, apart from in VMs for test
>> purposes) I cannot comment on how that is done.
>>
>> ( Updating your OS is really the best option, if your hardware supports a
>> new OSes. 10.8 hs not received any security updates for quite a while now….
>> )
>>
>> cheers Chris
>>
>> On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev  wrote:
>>
>> Thank you!
>>
>> I am trying to understand the cause and it seems my both openssl and ssh
>> are recent.
>> Any other idea where to look for (other than OS upgrading :-)?
>>
>> https://trac.macports.org/ticket/58848#comment:4
>>
>>
>> On Saturday, August 17, 2019, Christopher Jones 
>> wrote:
>>
>>> Hi,
>>>
>>> I have commented on both tickets. They are in essence the same problem,
>>> the out of date SSL support in macOS10.8 that is causing you https fetch
>>> issues.
>>>
>>> cheers Chris
>>>
>>> On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev 
>>> wrote:
>>>
>>> Please see
>>> https://trac.macports.org/ticket/58847
>>> https://trac.macports.org/ticket/58848
>>>
>>> I have managed to get around the first one by manually downloading the
>>> file, but have no idea what to do about the second, which might have the
>>> same cause (failed downloads).
>>>
>>> Any hint is appreciated.
>>>
>>>
>>> On Saturday, August 17, 2019, Ryan Schmidt 
>>> wrote:
>>>


 On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:

 > Unfortunately it got worse, I can't install any port at all now. :(

 Sorry to hear that... can you provide any more details?


>>>
>>> --
>>> Dmitri Zaitsev
>>> School of Mathematics
>>> Trinity College Dublin
>>>
>>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>>
>>>
>>>
>>
>> --
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>>
>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>
>>
>>
>
> --
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
>
> WWW:  http://www.maths.tcd.ie/~zaitsev/
>
>
>

-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Christopher Jones
Hi,

> On 17 Aug 2019, at 12:09 pm, Dmitri Zaitsev  wrote:
> 
> Hi Chris,
> 
> I understand that MacPorts are supporting old versions going back to Tiger 
> and some of the stats confirm users' downloads. I do appreciate the advice to 
> upgrade but there can be many personal reasons why people prefer to stay with 
> their older systems. It is however not at all obvious that a plain upgrade to 
> some later supported OS would actually fix that problem, so having an 
> alternative would help all these users, and as you mention it is entirely 
> within the MacPorts system that some older `ssl` is used internally for some 
> reason, instead of the more recent available one that could have been used 
> instead, in which case the problem might have not existed.

what OS you run is of course your choice. I gave my advice and you are free to 
take or leave it.

In this case though, upgrading your OS would absolutely 100% fix your SSL 
problems though, as these are completely specific to running out-of-date 
systems.

Chris

> 
> I do appreciate your time and fully understand that this is not your concern 
> but would be still thankful if anyone could advice on how to configure 
> MacPorts to use the recent ssl.
> 
> Cheers,
> Dmitri.
> 
> 
> 
> 
> On Saturday, August 17, 2019, Christopher Jones  > wrote:
> Hi,
> 
> First, please keep the discussion on the mailing list.
> 
> just installing the up to date ports for openssl etc. is not enough, as by 
> default the fetches macports performs will not use these. 
> 
> I believe there are ways to bootstrap macports to do this, but as I have no 
> need of it (I don’t run such old OSes myself, apart from in VMs for test 
> purposes) I cannot comment on how that is done.
> 
> ( Updating your OS is really the best option, if your hardware supports a new 
> OSes. 10.8 hs not received any security updates for quite a while now…. )
> 
> cheers Chris 
> 
>> On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev > > wrote:
>> 
>> Thank you!
>> 
>> I am trying to understand the cause and it seems my both openssl and ssh are 
>> recent.
>> Any other idea where to look for (other than OS upgrading :-)?
>> 
>> https://trac.macports.org/ticket/58848#comment:4 
>> 
>> 
>> 
>> On Saturday, August 17, 2019, Christopher Jones > > wrote:
>> Hi,
>> 
>> I have commented on both tickets. They are in essence the same problem, the 
>> out of date SSL support in macOS10.8 that is causing you https fetch issues.
>> 
>> cheers Chris
>> 
>>> On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev >> > wrote:
>>> 
>>> Please see 
>>> https://trac.macports.org/ticket/58847 
>>> 
>>> https://trac.macports.org/ticket/58848 
>>> 
>>> 
>>> I have managed to get around the first one by manually downloading the 
>>> file, but have no idea what to do about the second, which might have the 
>>> same cause (failed downloads).
>>> 
>>> Any hint is appreciated.
>>> 
>>> 
>>> On Saturday, August 17, 2019, Ryan Schmidt >> > wrote:
>>> 
>>> 
>>> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
>>> 
>>> > Unfortunately it got worse, I can't install any port at all now. :(
>>> 
>>> Sorry to hear that... can you provide any more details?
>>> 
>>> 
>>> 
>>> -- 
>>> Dmitri Zaitsev
>>> School of Mathematics
>>> Trinity College Dublin
>>> 
>>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
>>> 
>> 
>> 
>> 
>> -- 
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>> 
>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
>> 
> 
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
Hi Chris,

I understand that MacPorts are supporting old versions going back to Tiger
and some of the stats confirm users' downloads. I do appreciate the advice
to upgrade but there can be many personal reasons why people prefer to stay
with their older systems. It is however not at all obvious that a plain
upgrade to some later supported OS would actually fix that problem, so
having an alternative would help all these users, and as you mention it is
entirely within the MacPorts system that some older `ssl` is used
internally for some reason, instead of the more recent available one that
could have been used instead, in which case the problem might have not
existed.

I do appreciate your time and fully understand that this is not your
concern but would be still thankful if anyone could advice on how to
configure MacPorts to use the recent ssl.

Cheers,
Dmitri.

On Saturday, August 17, 2019, Christopher Jones 
wrote:

> Hi,
>
> First, please keep the discussion on the mailing list.
>
> just installing the up to date ports for openssl etc. is not enough, as by
> default the fetches macports performs will not use these.
>
> I believe there are ways to bootstrap macports to do this, but as I have
> no need of it (I don’t run such old OSes myself, apart from in VMs for test
> purposes) I cannot comment on how that is done.
>
> ( Updating your OS is really the best option, if your hardware supports a
> new OSes. 10.8 hs not received any security updates for quite a while now….
> )
>
> cheers Chris
>
> On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev  wrote:
>
> Thank you!
>
> I am trying to understand the cause and it seems my both openssl and ssh
> are recent.
> Any other idea where to look for (other than OS upgrading :-)?
>
> https://trac.macports.org/ticket/58848#comment:4
>
>
> On Saturday, August 17, 2019, Christopher Jones 
> wrote:
>
>> Hi,
>>
>> I have commented on both tickets. They are in essence the same problem,
>> the out of date SSL support in macOS10.8 that is causing you https fetch
>> issues.
>>
>> cheers Chris
>>
>> On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev  wrote:
>>
>> Please see
>> https://trac.macports.org/ticket/58847
>> https://trac.macports.org/ticket/58848
>>
>> I have managed to get around the first one by manually downloading the
>> file, but have no idea what to do about the second, which might have the
>> same cause (failed downloads).
>>
>> Any hint is appreciated.
>>
>>
>> On Saturday, August 17, 2019, Ryan Schmidt 
>> wrote:
>>
>>>
>>>
>>> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
>>>
>>> > Unfortunately it got worse, I can't install any port at all now. :(
>>>
>>> Sorry to hear that... can you provide any more details?
>>>
>>>
>>
>> --
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>>
>> WWW:  http://www.maths.tcd.ie/~zaitsev/
>>
>>
>>
>
> --
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
>
> WWW:  http://www.maths.tcd.ie/~zaitsev/
>
>
>

-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Christopher Jones
Hi,

First, please keep the discussion on the mailing list.

just installing the up to date ports for openssl etc. is not enough, as by 
default the fetches macports performs will not use these. 

I believe there are ways to bootstrap macports to do this, but as I have no 
need of it (I don’t run such old OSes myself, apart from in VMs for test 
purposes) I cannot comment on how that is done.

( Updating your OS is really the best option, if your hardware supports a new 
OSes. 10.8 hs not received any security updates for quite a while now…. )

cheers Chris 

> On 17 Aug 2019, at 11:48 am, Dmitri Zaitsev  wrote:
> 
> Thank you!
> 
> I am trying to understand the cause and it seems my both openssl and ssh are 
> recent.
> Any other idea where to look for (other than OS upgrading :-)?
> 
> https://trac.macports.org/ticket/58848#comment:4 
> 
> 
> 
> On Saturday, August 17, 2019, Christopher Jones  > wrote:
> Hi,
> 
> I have commented on both tickets. They are in essence the same problem, the 
> out of date SSL support in macOS10.8 that is causing you https fetch issues.
> 
> cheers Chris
> 
>> On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev > > wrote:
>> 
>> Please see 
>> https://trac.macports.org/ticket/58847 
>> 
>> https://trac.macports.org/ticket/58848 
>> 
>> 
>> I have managed to get around the first one by manually downloading the file, 
>> but have no idea what to do about the second, which might have the same 
>> cause (failed downloads).
>> 
>> Any hint is appreciated.
>> 
>> 
>> On Saturday, August 17, 2019, Ryan Schmidt > > wrote:
>> 
>> 
>> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
>> 
>> > Unfortunately it got worse, I can't install any port at all now. :(
>> 
>> Sorry to hear that... can you provide any more details?
>> 
>> 
>> 
>> -- 
>> Dmitri Zaitsev
>> School of Mathematics
>> Trinity College Dublin
>> 
>> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
>> 
> 
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Christopher Jones
Hi,

I have commented on both tickets. They are in essence the same problem, the out 
of date SSL support in macOS10.8 that is causing you https fetch issues.

cheers Chris

> On 17 Aug 2019, at 11:06 am, Dmitri Zaitsev  wrote:
> 
> Please see 
> https://trac.macports.org/ticket/58847 
> 
> https://trac.macports.org/ticket/58848 
> 
> 
> I have managed to get around the first one by manually downloading the file, 
> but have no idea what to do about the second, which might have the same cause 
> (failed downloads).
> 
> Any hint is appreciated.
> 
> 
> On Saturday, August 17, 2019, Ryan Schmidt  > wrote:
> 
> 
> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
> 
> > Unfortunately it got worse, I can't install any port at all now. :(
> 
> Sorry to hear that... can you provide any more details?
> 
> 
> 
> -- 
> Dmitri Zaitsev
> School of Mathematics
> Trinity College Dublin
> 
> WWW:  http://www.maths.tcd.ie/~zaitsev/ 
> 



smime.p7s
Description: S/MIME cryptographic signature


Re: libuv fails to build on 10.8.5

2019-08-17 Thread Dmitri Zaitsev
Please see
https://trac.macports.org/ticket/58847
https://trac.macports.org/ticket/58848

I have managed to get around the first one by manually downloading the
file, but have no idea what to do about the second, which might have the
same cause (failed downloads).

Any hint is appreciated.


On Saturday, August 17, 2019, Ryan Schmidt  wrote:

>
>
> On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:
>
> > Unfortunately it got worse, I can't install any port at all now. :(
>
> Sorry to hear that... can you provide any more details?
>
>

-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-16 Thread Ryan Schmidt



On Aug 16, 2019, at 02:14, Dmitri Zaitsev wrote:

> Unfortunately it got worse, I can't install any port at all now. :(

Sorry to hear that... can you provide any more details?



Re: libuv fails to build on 10.8.5

2019-08-16 Thread Dmitri Zaitsev
Unfortunately it got worse, I can't install any port at all now. :(

On Friday, August 16, 2019, Ryan Schmidt  wrote:

>
>
> On Aug 15, 2019, at 07:49, Dmitri Zaitsev wrote:
>
> > Please let me know if anyone has an idea how to fix this problem.
> >
> > https://trac.macports.org/ticket/58840
> >
> > Cheers,
> > Dmitri.
> >
> > sudo port install libuv
> > --->  Computing dependencies for libuv
> > --->  Fetching distfiles for libuv
> > --->  Verifying checksums for libuv
> > --->  Extracting libuv
> > --->  Applying patches to libuv
> > --->  Configuring libuv
> > --->  Building libuv
> > Error: Failed to build libuv: command execution failed
> > Error: See /opt/local/var/macports/logs/_opt_local_var_macports_
> sources_rsync.macports.org_macports_release_tarballs_
> ports_devel_libuv/libuv/main.log for details.
> > Error: Follow
> > https://guide.macports.org/#project.tickets
> >  to report a bug.
> > Error: Processing of port libuv failed
>
> Just to provide closure for this thread, the ticket has been resolved via
> a change to macports-legacy-support.
>
>

-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/


Re: libuv fails to build on 10.8.5

2019-08-15 Thread Ryan Schmidt



On Aug 15, 2019, at 07:49, Dmitri Zaitsev wrote:

> Please let me know if anyone has an idea how to fix this problem.
> 
> https://trac.macports.org/ticket/58840
> 
> Cheers, 
> Dmitri.
> 
> sudo port install libuv
> --->  Computing dependencies for libuv
> --->  Fetching distfiles for libuv
> --->  Verifying checksums for libuv
> --->  Extracting libuv
> --->  Applying patches to libuv
> --->  Configuring libuv
> --->  Building libuv
> Error: Failed to build libuv: command execution failed
> Error: See 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libuv/libuv/main.log
>  for details.
> Error: Follow 
> https://guide.macports.org/#project.tickets
>  to report a bug.
> Error: Processing of port libuv failed

Just to provide closure for this thread, the ticket has been resolved via a 
change to macports-legacy-support.



libuv fails to build on 10.8.5

2019-08-15 Thread Dmitri Zaitsev
Please let me know if anyone has an idea how to fix this problem.

https://trac.macports.org/ticket/58840

Cheers,
Dmitri.

sudo port install libuv
--->  Computing dependencies for libuv
--->  Fetching distfiles for libuv
--->  Verifying checksums for libuv
--->  Extracting libuv
--->  Applying patches to libuv
--->  Configuring libuv
--->  Building libuv
Error: Failed to build libuv: command execution failed
Error: See 
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libuv/libuv/main.log
for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port libuv failed



-- 
Dmitri Zaitsev
School of Mathematics
Trinity College Dublin

WWW:  http://www.maths.tcd.ie/~zaitsev/