Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: flist issue for current build
> Hmmm, since you are building on macos, it could be a case-sensitive file system issue. I have a hmac man page in section 3, but not HMAC.
Yes, my destdir is case-sensitive. I find there duplicate files with similar names:
% ll /tmp/pkgsrc/destdir.i386/usr/share/man/man3/ | grep -i des_random
-r--r--r-- 1 adam staff - 6357 Oct 8 13:01 DES_random_key.3.gz
-r--r--r-- 36 adam staff - 7020 Oct 8 13:00 des_random_key.3.gz
% ll /tmp/pkgsrc/destdir.i386/usr/share/man/man3/ | grep -i ' hmac'
-r--r--r-- 1 adam staff - 3758 Oct 8 13:01 HMAC.3.gz
-r--r--r-- 1 adam staff - 1447 Oct 8 12:56 hmac.3.gz
% ll /tmp/pkgsrc/destdir.i386/usr/share/man/man3/ | grep -i ' md5\.'
-r--r--r-- 1 adam staff - 2986 Oct 8 13:01 MD5.3.gz
-r--r--r-- 7 adam staff - 2152 Oct 8 12:57 md5.3.gz
They come from:
- src/crypto/external/bsd/openssl/lib/libcrypto/man/Makefile (upper-case man-pages)
- src/crypto/external/bsd/openssl/lib/libdes/Makefile (lower-case man-pages)
Kind regards,
Adam
Home |
Main Index |
Thread Index |
Old Index