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.

...
## skipped-links contains symlink commands that fail because they
 ## would involve filenames that differ only by case (rebuild on a
 ## case-insensitive filesystem to make sure the list is complete).
 ## as of 1.0.0k-3, the list is:
 ##   ln -s "bn_internal.3" "bn_print.3" # created iff build on case-sens fs
 ##   ln -s "hmac.3" "HMAC.3"            # not created anywhere
 ##   ln -s "md5.3" "MD5.3"              # not created anywhere
 ##   ln -s "mdc2.3" "MDC2.3"            # not created anywhere
 ##   ln -s "pem.3" "PEM.3"              # not created anywhere
 ##   ln -s "rc4.3" "RC4.3"              # not created anywhere
 ##   ln -s "ssl.3" "SSL.3"              # not created anywhere
 ## i.e., those symlink names already exist as something else.

 ## Should patch build to avoid even trying to create these so get
 ## same .deb on all build FS even without hacks.
 ## There remain symlinks BN_print.3 -> BN_bn2bin.3 and bn_print.3 ->
bn_internal.3, we rename the latter.
 rm -f
/sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/BN_print.3
/sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/bn_print.3
|| true
 ln -fs BN_bn2bin.3
/sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/BN_print.3
 ln -fs bn_internal.3
/sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/_bn_print.3

 ### for comptibility with libmd (don't know how to set up
 ## update-alternatives with original capitalisation).
 mv /sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/md5.3
/sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/md5.3.openssl100
mv: cannot stat
'/sw/src/fink.build/root-openssl110-dev-1.1.0a-1/sw/share/man/man3/md5.3':
No such file or directory
### execution of /tmp/fink.7p4Nh failed, exit code 1
### execution of /tmp/fink.rCSzT failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-openssl110-dev-1.1.0a-1
(Reading database ... 232976 files and directories currently installed.)
Removing fink-buildlock-openssl110-dev-1.1.0a-1 ...
Failed: phase installing: openssl110-dev-1.1.0a-1 failed

Package manager version: 0.41.0
Distribution version: selfupdate-rsync Sat Oct  1 17:25:26 2016, 10.12,
x86_64
Trees: local/main stable/main
Xcode.app: 8.0
Xcode command-line tools: 8.0.0.0.1.1472435881
openssl110-dev-1.1.0a-1 is set to build with only one job.

Thanks,

Alan
-- 
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
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