From owner-freebsd-stable@FreeBSD.ORG Tue Aug 27 21:02: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 AB8207DD for ; Tue, 27 Aug 2013 21:02:20 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DFD92210 for ; Tue, 27 Aug 2013 21:02:20 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id y10so1026288wgg.15 for ; Tue, 27 Aug 2013 14:02:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=La6fAsEIMumvSUIKViW4RazuJDn72ebCVLv5RDGKMs8=; b=Q7dBLy4UWOwyPHmOL8Au5aKgIE85xe0sT0+fYO9cZk+lO/TgOyEFmQRSeyiL97JNUP ctAjF5yArO/QoNgOKbUcfLgSoGcg2L0CIqe8BFghr8bwE1qQJaIyMwJBiW3s3JvuY9og j2kgP2dYon0IdP43kogRpOQewd9FraLCPNnaAy9S6RUztwKUkeJRhpzwb8D1ZNTPXWdN cOIiCCmxa9jsSPIb31OzeTs5PktzKN3BpQdzzB+kfHnhGg5BzfHKwQWFq9WCuaNkQTS/ Or0O3AT3xcUWNixKuYD1q2kH5GKMCGdOqNUQq+Dc9fCV8CTH7k6qP4ENndqufdo9e0qj n6Sw== X-Received: by 10.180.187.175 with SMTP id ft15mr13058561wic.20.1377637338438; Tue, 27 Aug 2013 14:02:18 -0700 (PDT) Received: from [192.168.1.15] (5ED0E470.cm-7-1d.dynamic.ziggo.nl. [94.208.228.112]) by mx.google.com with ESMTPSA id a8sm273483wie.6.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 Aug 2013 14:02:17 -0700 (PDT) Message-ID: <521D13D7.4000808@gmail.com> Date: Tue, 27 Aug 2013 23:02:15 +0200 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "Alex V. Petrov" Subject: Re: make buildworld fails 9.2 PRERELEASE to RC3 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 21:02:20 -0000 Alex V. Petrov wrote: > 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 > " > > Thanks, i will try tomorrow when back in the office.. regards Johan