From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 11:12:09 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 749EB16A423 for ; Sun, 29 Jan 2006 11:12:09 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from michelle.lostinspace.de (michelle.lostinspace.de [83.120.0.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFC943D45 for ; Sun, 29 Jan 2006 11:12:07 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from server.idefix.loc (ppp-82-135-5-200.mnet-online.de [82.135.5.200]) (authenticated bits=0) by michelle.lostinspace.de (8.13.1/8.13.1) with ESMTP id k0TBC4Z9041208 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 29 Jan 2006 12:12:05 +0100 (CET) (envelope-from idefix@fechner.net) Received: from idefix by server.idefix.loc with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1F3ATU-000BLV-Pc for freebsd-questions@freebsd.org; Sun, 29 Jan 2006 12:12:04 +0100 Date: Sun, 29 Jan 2006 12:12:04 +0100 From: Matthias Fechner To: freebsd-questions@freebsd.org Message-ID: <20060129111204.GA43026@server.idefix.loc> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Crypto: GnuPG/1.0.6 http://www.gnupg.org X-GnuPG: 0x1B756EF6 User-Agent: Mutt/1.5.11 Sender: Matthias Fechner X-Virus-Scanned: ClamAV 0.88/1255/Sat Jan 28 10:55:09 2006 on michelle.lostinspace.de X-Virus-Status: Clean Subject: No success with make buildworld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 11:12:09 -0000 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 -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook