Date: Thu, 18 Nov 2004 13:58:39 GMT From: Andy Jema <jema@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/74073: Cvsup&Buildworld effort failed Message-ID: <200411181358.iAIDwdPt031879@www.freebsd.org> Resent-Message-ID: <200411181400.iAIE0opP024461@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74073 >Category: misc >Synopsis: Cvsup&Buildworld effort failed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 18 14:00:50 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andy Jema >Release: FreeBSD 5.3 BETA-7 >Organization: CKB >Environment: FreeBSD gw.gis.ru 5.3-BETA7 FreeBSD 5.3-BETA7 #7: Mon Jan 6 23:03:26 MSK 2003 root@gw.gis.ru:/usr/obj/usr/src/sys/gw1 i386 >Description: I cvsuped recently to RELENG_5. During an appropriate buildworld the following is bailing out: cd /usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; wh ile [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done -------------------------------------------------------------- >How-To-Repeat: make buildworld >Fix: none >Release-Note: >Audit-Trail: >Unformatted: >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info ===> include creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411181358.iAIDwdPt031879>