From owner-freebsd-stable@FreeBSD.ORG Tue Aug 27 15:31:20 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC8DDE0C for ; Tue, 27 Aug 2013 15:31:20 +0000 (UTC) (envelope-from alexvpetrov@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 755222F34 for ; Tue, 27 Aug 2013 15:31:20 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id dn14so4812650obc.40 for ; Tue, 27 Aug 2013 08:31:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=PK2Pf2vreM1/L8GXYnZalP5DByGmqWEnL0LWZSdAVqI=; b=XezGTJxekGzQaOBix48og0xbIX+oJlPdMQsDpZ/pxeHFMcsYJQFS2trWt8eVo71URI 8Jp7dLkTqotTRoiGg2oLc4kGLtC4EIuN0/VNoI/MAmuwq5+cUgUwRbJkwHjovZHSOqBT l4Ype3BUhvWTDNiiQWt5Pz1FsODK/26K+0WM3tqpBsKMuf2MSsKNRn2+gK1DE+QXarzh E9Z57/awRyC/QmJ/WH3Ic15yOIFrcFlpKjUw8H32y5LJg2d1WN+gbZSt7NlpleV2TKQh zWyLPtMoetzIhFB/VIpe09wqhipGUgMTru0E0P4h4OS+ap8gljOCswracJVE5gt8Sdsd NvdA== X-Received: by 10.182.199.38 with SMTP id jh6mr2280960obc.33.1377617479725; Tue, 27 Aug 2013 08:31:19 -0700 (PDT) MIME-Version: 1.0 Sender: alexvpetrov@gmail.com Received: by 10.182.154.101 with HTTP; Tue, 27 Aug 2013 08:30:59 -0700 (PDT) In-Reply-To: References: From: "Alex V. Petrov" Date: Tue, 27 Aug 2013 23:30:59 +0800 X-Google-Sender-Auth: 579i1I07veSbCHebsNjQmLgeZr0 Message-ID: Subject: Re: make buildworld fails 9.2 PRERELEASE to RC3 To: Johan Hendriks Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 15:31:20 -0000 before 'make buildworld' need: cd /usr/src/usr.bin/yacc && make obj && make depend && make && make install 2013/8/27 Johan Hendriks > Hello all > > I am running the following version of FreeBSD > > uname -a > FreeBSD beasty.testdomain.local 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 > r254646: Thu Aug 22 09:46:05 CEST 2013 > root@beasty.testdomain.local:/usr/obj/usr/src/sys/KRNL > amd64 > > I have updated the source using the following command. > > svn co http://svn.freebsd.org/base/releng/9.2 /usr/src > Checked out revision 254955. > > But when i do a buildworld it errors out. > > > cc -O2 -pipe -march=core2 -DDES -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -c /usr/src/bin/ed/undo.c > cc -O2 -pipe -march=core2 -DDES -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter > -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -o ed buf.o cbc.o glbl.o io.o > main.o re.o sub.o undo.o -lcrypto > gzip -cn /usr/src/bin/ed/ed.1 > ed.1.gz > ===> bin/expr (all) > cc -O2 -pipe -march=core2 -std=gnu99 -fstack-protector -Wsystem-headers > -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wno-pointer-sign -c expr.c > cc1: warnings being treated as errors > expr.c:812: warning: redundant redeclaration of 'yyparse' > /usr/src/bin/expr/expr.y:77: warning: previous declaration of 'yyparse' was > here > *** [expr.o] Error code 1 > > Stop in /usr/src/bin/expr. > *** [all] Error code 1 > > Stop in /usr/src/bin. > *** [bin.all__D] Error code 1 > > Stop in /usr/src. > *** [everything] Error code 1 > > Stop in /usr/src. > *** [buildworld] Error code 1 > > Stop in /usr/src. > > I deleted /usr/obj/* > I deleted /usr/src and did a new svn checkout. > > But the errors keeps coming. > > Is there anything i can do ! > > > regards > Johan > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >