Re: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive filesystem

2016-10-03 Thread Daniel Johnson

> On Oct 3, 2016, at 1:27 PM, Alan  wrote:
> 
> I did pretty the modification as seen in the patch, but manually and it 
> worked.
> 
> Many thanks,
> 
> Alan
> 
> On 3 October 2016 at 18:17, Derek Homeier 
>  wrote:
> On 3 Oct 2016, at 12:14 pm, Alan  wrote:
> >
> > However, can you be more specific please? I see only uppercase and even if 
> > I create the lowercase symlinks, if I run "fink install openssl" the folder 
> > is cleared again and I get the usual error.
> >
> I had just reported this on the developers’ list; does this patch fix the 
> error for you?
> 
> diff -Nurd 
> /sw/fink/10.9-libcxx/{stable,local}/main/finkinfo/crypto/openssl110-dev.info
> --- /sw/fink/10.9-libcxx/stable/main/finkinfo/crypto/openssl110-dev.info  
>   2016-09-27 00:54:14.0 +0200
> +++ /sw/fink/10.9-libcxx/local/main/finkinfo/crypto/openssl110-dev.info 
> 2016-09-27 16:45:56.0 +0200
> @@ -80,7 +80,7 @@
> 
>  ### for comptibility with libmd (don't know how to set up
>  ## update-alternatives with original capitalisation).
> - mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.openssl100
> + mv %i/share/man/man3/MD5.3 %i/share/man/man3/md5.3.openssl100
>  for i in 2 4; do
> rm %i/share/man/man3/MD$i.3
> cp %i/share/man/man3/md5.3.openssl100 
> %i/share/man/man3/md$i.3.openssl100
> 

Sorry, I don’t have a case-sensitive FS so I couldn’t catch this. Should be 
fixed now and I also updated to 1.1.0b which has yet another security fix.

Daniel


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive filesystem

2016-10-03 Thread Alan
I did pretty the modification as seen in the patch, but manually and it
worked.

Many thanks,

Alan

On 3 October 2016 at 18:17, Derek Homeier <
[email protected]> wrote:

> On 3 Oct 2016, at 12:14 pm, Alan  wrote:
> >
> > However, can you be more specific please? I see only uppercase and even
> if I create the lowercase symlinks, if I run "fink install openssl" the
> folder is cleared again and I get the usual error.
> >
> I had just reported this on the developers’ list; does this patch fix the
> error for you?
>
> diff -Nurd /sw/fink/10.9-libcxx/{stable,local}/main/finkinfo/crypto/op
> enssl110-dev.info
> --- /sw/fink/10.9-libcxx/stable/main/finkinfo/crypto/openssl110-dev.info
>   2016-09-27 00:54:14.0 +0200
> +++ /sw/fink/10.9-libcxx/local/main/finkinfo/crypto/openssl110-dev.info
> 2016-09-27 16:45:56.0 +0200
> @@ -80,7 +80,7 @@
>
>  ### for comptibility with libmd (don't know how to set up
>  ## update-alternatives with original capitalisation).
> - mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.openssl100
> + mv %i/share/man/man3/MD5.3 %i/share/man/man3/md5.3.openssl100
>  for i in 2 4; do
> rm %i/share/man/man3/MD$i.3
> cp %i/share/man/man3/md5.3.openssl100 %i/share/man/man3/md$i.3.
> openssl100
>
>
> Cheers,
> Derek
>
>


-- 
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive filesystem

2016-10-03 Thread Derek Homeier
On 3 Oct 2016, at 12:14 pm, Alan  wrote:
> 
> However, can you be more specific please? I see only uppercase and even if I 
> create the lowercase symlinks, if I run "fink install openssl" the folder is 
> cleared again and I get the usual error.
> 
I had just reported this on the developers’ list; does this patch fix the error 
for you?

diff -Nurd 
/sw/fink/10.9-libcxx/{stable,local}/main/finkinfo/crypto/openssl110-dev.info
   
--- /sw/fink/10.9-libcxx/stable/main/finkinfo/crypto/openssl110-dev.info
2016-09-27 00:54:14.0 +0200
+++ /sw/fink/10.9-libcxx/local/main/finkinfo/crypto/openssl110-dev.info 
2016-09-27 16:45:56.0 +0200
@@ -80,7 +80,7 @@

 ### for comptibility with libmd (don't know how to set up
 ## update-alternatives with original capitalisation).
- mv %i/share/man/man3/md5.3 %i/share/man/man3/md5.3.openssl100
+ mv %i/share/man/man3/MD5.3 %i/share/man/man3/md5.3.openssl100
 for i in 2 4; do
rm %i/share/man/man3/MD$i.3
cp %i/share/man/man3/md5.3.openssl100 
%i/share/man/man3/md$i.3.openssl100


Cheers,
Derek


--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive filesystem

2016-10-03 Thread Alan
Hi Schindler, thanks for your help.

However, can you be more specific please? I see only uppercase and even if
I create the lowercase symlinks, if I run "fink install openssl" the folder
is cleared again and I get the usual error.

So, which steps did you do exactly to get openssl to install?

Many thanks in advance,

Alan

On 3 October 2016 at 10:03, Schindler Karl-Michael <
[email protected]> wrote:

>
> > Am 02.10.2016 um 21:03 schrieb [email protected]:
> >
> > Date: Sun, 2 Oct 2016 00:07:27 +0100
> > From: Alan 
> > Subject: [Fink-users] openssl failed on a Mac with Sierra and
> case-sensitive filesystem
> > To:  
> > Cc: Daniel Johnson 
> > Message-ID:  [email protected]>
> > Content-Type: text/plain; charset="utf-8"
> >
> > Hi there,
> >
> > I always had case-sensitive filesystem, but since I am installing Fink
> from
> > scratch on a Mac with Sierra, I am not sure if the error reported below
> is
> > really due to a case-sensitive filesystem.
> >
> > ...
> > skip
> > ...
> > Thanks,
> >
> > Alan
>
> Same here. It is due to a case-sensitive filesystem. I fixed it by using
> the uppercase name of the file:
>
> mv /sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/md5.3
> …
> →
> mv /sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/MD5.3
> …
>
> Michael.




-- 
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive filesystem

2016-10-03 Thread Schindler Karl-Michael

> Am 02.10.2016 um 21:03 schrieb [email protected]:
> 
> Date: Sun, 2 Oct 2016 00:07:27 +0100
> From: Alan 
> Subject: [Fink-users] openssl failed on a Mac with Sierra and case-sensitive 
> filesystem
> To:  
> Cc: Daniel Johnson 
> Message-ID: 
> 
> Content-Type: text/plain; charset="utf-8"
> 
> Hi there,
> 
> I always had case-sensitive filesystem, but since I am installing Fink from
> scratch on a Mac with Sierra, I am not sure if the error reported below is
> really due to a case-sensitive filesystem.
> 
> ...
> skip
> ...
> Thanks,
> 
> Alan

Same here. It is due to a case-sensitive filesystem. I fixed it by using the 
uppercase name of the file:

mv /sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/md5.3 …
→
mv /sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/MD5.3 …

Michael.
--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users