From owner-freebsd-stable@FreeBSD.ORG Fri Mar 19 02:47:47 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0546916A4CE for ; Fri, 19 Mar 2004 02:47:47 -0800 (PST) Received: from gamma.rama.menatepspb.com (gamma.rama.menatepspb.com [81.211.118.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFDA43D53 for ; Fri, 19 Mar 2004 02:47:44 -0800 (PST) (envelope-from goryatchev.sergey@rama.menatepspb.com) Received: from goryachevsn (wks-19.rama.menatepspb.com [192.168.0.19]) (authenticated bits=0)i2JAleak002031 for ; Fri, 19 Mar 2004 13:47:40 +0300 (MSK) (envelope-from goryatchev.sergey@rama.menatepspb.com) X-Authentication-Warning: gamma.rama.menatepspb.com: Host wks-19.rama.menatepspb.com [192.168.0.19] claimed to be goryachevsn Message-ID: <022b01c40d9f$98c70f00$1300a8c0@rama.menatepspb.com> From: "Sergey Goryachev" To: Date: Fri, 19 Mar 2004 13:47:38 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: buildworld failed on 4.9-STABLE (CVSup'ed yesterday) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 10:47:47 -0000 Hallo! ~% uname -a FreeBSD gamma.rama.menatepspb.com 4.9-STABLE FreeBSD 4.9-STABLE #18: Mon Nov 24 18:39:22 MSK 2003 sysop@gamma.rama.menatepspb.com:/extra/obj/usr/src/sys/GAMMA i386 ~% Yesterday I'm CVSup'ed my sources (*default release=cvs tag=RELENG_4) and issue a command: ~% (cd /usr/src && su root -c 'make buildworld |& tee /root/buildworld') but compilation failed with error: ---------------- ... ===> gnu/usr.bin/cc/cc_tools gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ /usr/src/gnu/usr.bin/cc/cc_tools/../../.. /../contrib/gcc/c-parse.gperf > c-gperf.h gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$' /usr/src/gnu/usr.bin/cc/cc_tools/../../../../ contrib/gcc/cp/gxx.gperf >gxx-hash.h ln -sf gxx-hash.h hash.h echo '#include "cp/cp-tree.def"' > gencheck.h echo '#include "objc/objc-tree.def"' >> gencheck.h echo '#include "auto-host.h"' > config.h echo '#include "gansidecl.h"' >> config.h echo '#include "i386/xm-i386.h"' >> config.h echo '#include "hwint.h"' >> config.h echo '#include "auto-host.h"' > hconfig.h echo '#include "gansidecl.h"' >> hconfig.h echo '#include "i386/xm-i386.h"' >> hconfig.h echo '#include "hwint.h"' >> hconfig.h echo 'static char *multilib_raw[] = { "aout maout;", "elf !maout;", NULL };' > multilib.h echo 'static char *multilib_matches_raw[] = { "maout maout;", "melf melf;", NULL };' >> multilib. h echo 'static char *multilib_extra = "";' >> multilib.h echo '#include "cp/lang-options.h"' > options.h echo '#include "f/lang-options.h"' >> options.h echo '#include "cp/lang-specs.h"' > specs.h echo '#include "f/lang-specs.h"' >> specs.h echo '#include "objc/lang-specs.h"' >> specs.h echo '#include "gansidecl.h"' > tconfig.h echo '#include "i386/xm-i386.h"' >> tconfig.h echo '#include "i386/i386.h"' > tm.h echo '#include "i386/att.h"' >> tm.h echo '#include ' >> tm.h echo '#include "dbxelf.h"' >> tm.h echo '#include "i386/freebsd.h"' >> tm.h echo '#include "i386/perform.h"' >> tm.h echo '#include ' >> tm.h cc -O -pipe -I. -static -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/o bj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_ tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_t ools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../ contrib/gcc/config -D __FBSDID=__RCSID -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c cc -O -pipe -I. -static -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/o bj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_ tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -D__FB SDID=__RCSID -o gencheck gencheck.o ./gencheck > tree-check.h ./gencheck: permission denied *** Error code 126 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ---------------- What's happened? Any help appreciated. PS: My /etc/make.conf file contain CFLAGS= -O -pipe USA_RESIDENT= no NO_I4B= true NO_MODULES= true NO_IPFILTER= true NOUUCP= true NO_X= true KERNCONF=GAMMA MODULES_WITH_WORLD=true WITHOUT_X11= true IPFW2= true FETCH_ENV=FTP_PROXY= FETCH_ENV=HTTP_PROXY=http://10.10.0.2:3128 FETCH_BEFORE_ARGS=-p SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPFILE= /etc/stable-supfile NO_PORTSUPDATE= true PORTSSUPFILE= /etc/ports-supfile NO_DOCUPDATE= true DOCSUPFILE= /etc/doc-supfile DOC_LANG= en_US.ISO8859-1 ru_RU.KOI8-R SENDMAIL_SUBMIT_MC=/etc/mail/submit.mc SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 -DPICKY_HELO_CHECK SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 -- WBR, Sergey.