Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?
Date: Mon, 10 Dec 2012 05:28:42
Message-Id: 50C572B0.1060606@gmail.com
In Reply to: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1? by Nikos Chantziaras
1 Nikos Chantziaras wrote:
2 > I'm affected by a bug that seems to affect only some Gentoo users.
3 > dev-libs/openssl seems to install broken symlinks for some of its man
4 > pages. You can check with:
5 >
6 > find /usr/share/man/ -type l ! -exec test -r {} \; -print
7 >
8 > If you are affected by this bug, then the above will print something
9 > like this:
10 >
11 > /usr/share/man/man1/openssl-sha.1ssl
12 > /usr/share/man/man1/openssl-ripemd160.1ssl
13 > /usr/share/man/man1/openssl-md5.1ssl
14 > /usr/share/man/man1/openssl-sha1.1ssl
15 > /usr/share/man/man1/openssl-md4.1ssl
16 > /usr/share/man/man1/openssl-md2.1ssl
17 > /usr/share/man/man1/openssl-mdc2.1ssl
18 > /usr/share/man/man3/openssl-SSL.3ssl
19 >
20 > Anyone else here getting this? There's a bug open for this:
21 >
22 > https://bugs.gentoo.org/show_bug.cgi?id=43700
23
24 I got this:
25
26 root@fireball / # find /usr/share/man/ -type l ! -exec test -r {} \; -print
27 /usr/share/man/man3/openssl-SSL.3ssl
28 /usr/share/man/man1/gimp-console.1
29 /usr/share/man/man1/openssl-mdc2.1ssl
30 /usr/share/man/man1/openssl-md2.1ssl
31 /usr/share/man/man1/openssl-md4.1ssl
32 /usr/share/man/man1/openssl-sha1.1ssl
33 /usr/share/man/man1/openssl-md5.1ssl
34 /usr/share/man/man1/openssl-sha.1ssl
35 /usr/share/man/man1/openssl-ripemd160.1ssl
36 root@fireball / #
37
38 Small differences but pretty close. What is broke on my system? Link
39 to bug too. I'd like to CC that.
40
41 Dale
42
43 :-) :-)
44
45 --
46 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!

Replies