installworld failure in libncurses

2002-09-04 Thread Andrew Gallatin


When doing an installworld from srcs cvsup'ed this morning,
installworld craps out linking ncurses man pages:

===> lib/libncurses
install -C -o root -g wheel -m 444   libncurses.a /usr/lib
install -C -o root -g wheel -m 444   libncurses_p.a /usr/lib
install -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
<..>

Andybody seen this?  I hate doing make -i installworld, but it seems
thats the only thing which works anymore.

Thanks,

Drew


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: installworld failure in libncurses

2002-06-02 Thread Andrew Gallatin


Crist J. Clark writes:
 > 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.

Clock issues might be it.  I did the cvs update with the clock set to
1934, so perhaps some of my source tree is misdated..

I won't worry about it.

Thanks,

Drew

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: installworld failure in libncurses

2002-06-02 Thread Crist J. Clark

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 | [EMAIL PROTECTED]
   | [EMAIL PROTECTED]
http://people.freebsd.org/~cjc/| [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



installworld failure in libncurses

2002-06-01 Thread Andrew Gallatin


===> 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


This continues on for all the .3 man pages in libncurses.

rm -f /usr/obj/usr/src/lib/libncurses/*3 allows the installworld to
continue until it pukes on another libncurses man page:

ln -s /usr/src/lib/libform/../../contrib/ncurses/man/form.3x form.3
ln: form.3: File exists
*** Error code 1



Drew

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message