Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2000 02:45:58 -0700 (PDT)
From:      <sheldonh@FreeBSD.org>
To:        drwho@xnet.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: gnu/19687: Perl Install on make installworld fails
Message-ID:  <200007050945.CAA21890@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Perl Install on make installworld fails

State-Changed-From-To: open->closed
State-Changed-By: sheldonh
State-Changed-When: Wed Jul 5 02:30:28 PDT 2000
State-Changed-Why: 
You can identify the dangling symlinks in /usr/include with this
ugly but workable shell construct:

find /usr/include -ls | \
	sed -ne 's/^.*[^ ][^ ]* -> \([^ ][^ ]*\)$/\1/p' | \
	xargs ls


http://www.freebsd.org/cgi/query-pr.cgi?pr=19687


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007050945.CAA21890>