Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?
Date: Mon, 10 Dec 2012 04:39:54
Message-Id: ka3oui$jla$1@ger.gmane.org
1 I'm affected by a bug that seems to affect only some Gentoo users.
2 dev-libs/openssl seems to install broken symlinks for some of its man
3 pages. You can check with:
4
5 find /usr/share/man/ -type l ! -exec test -r {} \; -print
6
7 If you are affected by this bug, then the above will print something
8 like this:
9
10 /usr/share/man/man1/openssl-sha.1ssl
11 /usr/share/man/man1/openssl-ripemd160.1ssl
12 /usr/share/man/man1/openssl-md5.1ssl
13 /usr/share/man/man1/openssl-sha1.1ssl
14 /usr/share/man/man1/openssl-md4.1ssl
15 /usr/share/man/man1/openssl-md2.1ssl
16 /usr/share/man/man1/openssl-mdc2.1ssl
17 /usr/share/man/man3/openssl-SSL.3ssl
18
19 Anyone else here getting this? There's a bug open for this:
20
21 https://bugs.gentoo.org/show_bug.cgi?id=437000

Replies