From owner-freebsd-stable@FreeBSD.ORG Wed Aug 28 11:07:33 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5C53337F for ; Wed, 28 Aug 2013 11:07:33 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-bk0-x22a.google.com (mail-bk0-x22a.google.com [IPv6:2a00:1450:4008:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C899D2E34 for ; Wed, 28 Aug 2013 11:07:32 +0000 (UTC) Received: by mail-bk0-f42.google.com with SMTP id my10so2174754bkb.1 for ; Wed, 28 Aug 2013 04:07:31 -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:subject:references :in-reply-to:content-type; bh=b/eNOlGw/HuOYSQ7gyU9deF1S71ciJ3VmeXIvykqI24=; b=veFNiACy6ERdEeoU95LZdcp/CXuW/m7jL1lkNVZ28h0mTZqyrByj9Sc6Yg6YQtt+RM yLTILvzazweXLSWCj6cF4+vpVy+O93F8swaRFQq3aosDpL0508dCVDpTI9OxXu/oHLTN EkVhOmowT6xkPZHmtrye79UbYnAXXWKZ2J4dvNCVIc/CT3bxn7FrNnqbi9HF2OwuOGli YBZFk0H1wgC1ij3sU92lmS7YlyeZIDkNMC5c3Iu31ANXh19Da46hbL3auwFZFllQ/9MP J8QDxVvTOtnOgaxIrvMfzc/XOONAxXSi8ZYiVkyJ31Y4aTEMTSN+Stm07WqnlFzlzIov voXg== X-Received: by 10.205.15.72 with SMTP id pt8mr18820321bkb.17.1377688050923; Wed, 28 Aug 2013 04:07:30 -0700 (PDT) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id jt14sm5746252bkb.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 Aug 2013 04:07:30 -0700 (PDT) Message-ID: <521DD9F1.2050504@gmail.com> Date: Wed, 28 Aug 2013 13:07:29 +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: freebsd-stable Subject: Re: make buildworld fails 9.2 PRERELEASE to RC3 References: <521D13D7.4000808@gmail.com> In-Reply-To: <521D13D7.4000808@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 28 Aug 2013 11:07:33 -0000 Johan Hendriks wrote: > 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 That did the trick! Thank you. regards Johan