I'm affected by a bug that seems to affect only some Gentoo users. dev-libs/openssl seems to install broken symlinks for some of its man pages. You can check with:

  find /usr/share/man/ -type l ! -exec test -r {} \; -print

If you are affected by this bug, then the above will print something like this:

  /usr/share/man/man1/openssl-sha.1ssl
  /usr/share/man/man1/openssl-ripemd160.1ssl
  /usr/share/man/man1/openssl-md5.1ssl
  /usr/share/man/man1/openssl-sha1.1ssl
  /usr/share/man/man1/openssl-md4.1ssl
  /usr/share/man/man1/openssl-md2.1ssl
  /usr/share/man/man1/openssl-mdc2.1ssl
  /usr/share/man/man3/openssl-SSL.3ssl

Anyone else here getting this?  There's a bug open for this:

  https://bugs.gentoo.org/show_bug.cgi?id=437000


Reply via email to