Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2005 12:15:26 +0200
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
Cc:        current@freebsd.org
Subject:   Re: updating amd64 to current fails... 
Message-ID:  <9488.1122804926@phk.freebsd.dk>
In-Reply-To: Your message of "Wed, 27 Jul 2005 08:32:50 %2B0200." <83106.1122445970@phk.freebsd.dk> 

next in thread | previous in thread | raw e-mail | index | archive | help

Just for the record:  The system clock were way out of whack, and adjusting it got
things compiling.

In message <83106.1122445970@phk.freebsd.dk>, Poul-Henning Kamp writes:
>
>Does anybody know how to get past this:
>
>AWK=awk sh /src/Current/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh  /src/Current/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs > ncurses_def.h
>sed </src/Current/src/lib/libncurses/../../contrib/ncurses/include/MKterm.h.awk.in >MKterm.h.awk  -e "/@NCURSES_MAJOR@/s%%5%"  -e "/@NCURSES_MINOR@/s%%2%"  -e "/@NCURSES_CONST@/s%%const%"  -e "/@NCURSES_XNAMES@/s%%1%"
>awk -f MKterm.h.awk /src/Current/src/lib/libncurses/../../contrib/ncurses/include/Caps > term.h.new
>sh /src/Current/src/lib/libncurses/../../contrib/ncurses/include/edit_cfg.sh /src/Current/src/lib/libncurses/ncurses_cfg.h term.h.new
>** edit: HAVE_TCGETATTR 1
>** edit: HAVE_TERMIOS_H 1
>** edit: HAVE_TERMIO_H 0
>** edit: BROKEN_LINKER 0
>mv -f term.h.new term.h
>cc -o make_keys -O2 -fno-strict-aliasing -pipe  -I. -I/src/Current/src/lib/libncurses -I/src/Current/src/lib/libncurses/../../contrib/ncurses/ncurses -I/src/Current/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS  /src/Current/src/lib/libn
>curses/../../contrib/ncurses/ncurses/tinfo/make_keys.c
>/usr/obj/src/Current/src/tmp/usr/bin/ld: cannot find -lc
>*** Error code 1
>
>Stop in /src/Current/src/lib/libncurses.
>*** Error code 1
>
>Stop in /src/Current/src.
>
>-- 
>Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
>phk@FreeBSD.ORG         | TCP/IP since RFC 956
>FreeBSD committer       | BSD since 4.3-tahoe
>Never attribute to malice what can adequately be explained by incompetence.
>_______________________________________________
>freebsd-current@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-current
>To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



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