From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 17:15:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 092D916A420 for ; Sun, 29 Jan 2006 17:15:03 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FAF43D49 for ; Sun, 29 Jan 2006 17:15:02 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout7.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k0THF112005183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 29 Jan 2006 09:15:01 -0800 X-Auth-Received: from [192.168.0.21] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k0THF1qR018607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 29 Jan 2006 09:15:01 -0800 Message-ID: <43DCF814.4060001@u.washington.edu> Date: Sun, 29 Jan 2006 09:15:00 -0800 From: Garrett Cooper User-Agent: Mail/News 1.5 (X11/20060113) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060129111204.GA43026@server.idefix.loc> In-Reply-To: <20060129111204.GA43026@server.idefix.loc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: No success with make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 17:15:03 -0000 Matthias Fechner wrote: > Hi, > > i had checked out the tree RELENG_5 and RELENG_6 and tried to compile > /usr/src with make buildworld, but I always get the errormessage: > > --- cut --- > rpcgen -C -h -o crypt.h /usr/obj/usr/src/i386/usr/include/rpcsvc/crypt.x > rpcgen -C -l -o crypt_clnt.c > /usr/obj/usr/src/i386/usr/include/rpcsvc/crypt.x > rpcgen -C -c -o crypt_xdr.c > /usr/obj/usr/src/i386/usr/include/rpcsvc/crypt.x > rpcgen -C -h -o yp.h /usr/obj/usr/src/i386/usr/include/rpcsvc/yp.x > rpcgen -C -c -o yp_xdr.c /usr/obj/usr/src/i386/usr/include/rpcsvc/yp.x > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/dmisc.c gdtoa_dmisc.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/dtoa.c gdtoa_dtoa.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/gdtoa.c gdtoa_gdtoa.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/gethex.c gdtoa_gethex.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/gmisc.c gdtoa_gmisc.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/hd_init.c gdtoa_hd_init.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/hexnan.c gdtoa_hexnan.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/misc.c gdtoa_misc.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/smisc.c gdtoa_smisc.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/strtoIg.c gdtoa_strtoIg.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/strtod.c gdtoa_strtod.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/strtodg.c gdtoa_strtodg.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/strtof.c gdtoa_strtof.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/strtord.c gdtoa_strtord.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/sum.c gdtoa_sum.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/ulp.c gdtoa_ulp.c > ln -sf /usr/src/lib/libc/../../contrib/gdtoa/strtopx.c gdtoa_strtopx.c > make: don't know how to make atexit.c. Stop > *** Error code 2 > > Stop in /usr/src/lib. > *** 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. > zsh: exit 1 make buildworld > --- cut --- > > I tried to completly delete the /etc/make.conf and my environment of > the shell is clear, env says: > > --- cut --- > TERM=xterm-color > SHELL=/usr/local/bin/zsh > PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin > HOME=/root > LOGNAME=root > USER=root > PWD=/usr/src > RPROMPT=%{%}%n%{%}@%{%}%m%{%} > PROMPT=%{%}%20<..<%~%<<%{%}%(!.#.>) %{%} > _=/usr/bin/env > OLDPWD=/usr/local/etc/cvsup > --- cut --- > > I tried to compile it from the console with sh as shell too; I got the > same errormessage. > I deleted /usr/src and /usr/obj, but the same errormessage. > > Has anyone the same probleme like myself or has a hint for me? > > TIA. > > Best regards > Matthias Matthias, The simple answer to your problem is that you haven't cvsupp'ed all of the sources required to build your system. The more difficult answer is that you need to find out which category you are lacking in order to compile everything. Here's my cvsup file as a basis: root@hoover# cat /root/sys.cvsup *default host=cvsup15.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_6_0 *default delete use-rel-suffix *default compress src-base src-bin src-contrib src-etc src-gnu src-include src-kerberos5 src-lib src-libexec src-rescue src-release src-sbin src-share src-sys src-tools src-usrbin src-usrsbin src-crypto src-secure src-sys-crypto I only included the above packages because I had to and not because I wanted to (with exception of the kerberos one). -Garrett