Date: Sun, 2 Jun 2002 10:52:54 -0700 From: "Crist J. Clark" <crist.clark@attbi.com> To: Andrew Gallatin <gallatin@cs.duke.edu> Cc: freebsd-current@FreeBSD.ORG Subject: Re: installworld failure in libncurses Message-ID: <20020602105253.E20911@blossom.cjclark.org> In-Reply-To: <15609.25504.743035.99007@moe.cs.duke.edu>; from gallatin@cs.duke.edu on Sat, Jun 01, 2002 at 08:15:28PM -0400 References: <15609.25504.743035.99007@moe.cs.duke.edu>
index | next in thread | previous in thread | raw e-mail
On Sat, Jun 01, 2002 at 08:15:28PM -0400, Andrew Gallatin wrote:
>
> ===> lib/libncurses
> install -C -o root -g wheel -m 444 libncurses.a /usr/lib
> install -c -s -o root -g wheel -m 444 libncurses.so.5 /usr/lib
> ln -fs libncurses.so.5 /usr/lib/libncurses.so
> install -C -o root -g wheel -m 444 curses.h term.h termcap.h unctrl.h /usr/src/lib/libncurses/../../contrib/ncurses/include/ncurses_dll.h /usr/include
> /usr/include/ncurses.h -> curses.h
> ln -s /usr/src/lib/libncurses/../../contrib/ncurses/man/curs_addstr.3x curs_addstr.3
> ln: curs_addstr.3: File exists
> *** Error code 1
>
> Stop in /usr/src/lib/libncurses.
> *** Error code 1
That ln(1) command should be happening during the build and NOT during
install. I've seen this problem after interupted installworlds
(although I'm not exactly sure why) and when there are clock issues.
--
Crist J. Clark | cjclark@alum.mit.edu
| cjclark@jhu.edu
http://people.freebsd.org/~cjc/ | cjc@freebsd.org
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020602105253.E20911>
