Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-10 Thread Neil Bothwick
On Mon, 10 Dec 2012 06:37:37 +0200, Nikos Chantziaras wrote: 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: Nothing here on two boxes. find /usr/share/man/ -type l !

Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-10 Thread Helmut Jarausch
On 12/10/2012 09:50:04 AM, Neil Bothwick wrote: On Mon, 10 Dec 2012 06:37:37 +0200, Nikos Chantziaras wrote: 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: Nothing here

Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-10 Thread Neil Bothwick
On Mon, 10 Dec 2012 10:27:03 +0100, Helmut Jarausch wrote: find -L /usr/share/man/ -type l What about app-misc/symlinks ? That's good for finding them too, and particularly good at cleaning them up. -- Neil Bothwick Those who live by the sword get shot by those who don't.

Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-10 Thread Bruce Hill
On Mon, Dec 10, 2012 at 10:27:03AM +0100, Helmut Jarausch wrote: This is an incredibly inefficient way of testing for broken symlinks, it takes about 100 times as long to run (over ten seconds on my netbook) than find -L /usr/share/man/ -type l What about app-misc/symlinks

Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-10 Thread Bruce Hill
On Mon, Dec 10, 2012 at 10:27:03AM +0100, Helmut Jarausch wrote: This is an incredibly inefficient way of testing for broken symlinks, it takes about 100 times as long to run (over ten seconds on my netbook) than find -L /usr/share/man/ -type l What about app-misc/symlinks

[gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-09 Thread Nikos Chantziaras
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

Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-09 Thread Dale
Nikos Chantziaras wrote: 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

Re: [gentoo-user] Does anyone else have broken symlinks in /usr/share/man/man1?

2012-12-09 Thread Dale
Dale wrote: Link to bug too. I'd like to CC that. I found it. For once the search feature actually worked for me. https://bugs.gentoo.org/show_bug.cgi?id=437000 I posted a +1 on there too. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how