From owner-freebsd-stable@FreeBSD.ORG Tue Aug 27 12:39:02 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 E624CC90 for ; Tue, 27 Aug 2013 12:39:02 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-vb0-x22e.google.com (mail-vb0-x22e.google.com [IPv6:2607:f8b0:400c:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A693D2440 for ; Tue, 27 Aug 2013 12:39:02 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id p13so2899616vbe.5 for ; Tue, 27 Aug 2013 05:39:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=S3yZIW9gSM56lIh6ozdkMq3BSGqdW+jkGqrz5xrrcO0=; b=qyTMoAbESa3ibWbObtEQ75HWYuLA42V3jSazsdf/fYqO2ci4M8ATQmVRTJFqK6VBEd K2B507YWy93/Df3CJXvq4BlYyTkNWtRYBSOkh9FG0+K5DiA0jxniRbZW0+S0qFG+JZyD ZvG2y9uG5rW75HVPRnX0GjYpdKqZtWi/c1SnGQnx8k07mgUrr9mZ0sNqNqdxtRRaUm3O CeYxs70OaEyd/yL0Sq4Dkolc4+CcoSQQU6fzRJwzF0a0cky/IS9t1J3M/ay5V0roJoEG rIHu3XtoBNK9xBplVsFGt2s9DKwE1LwpfiXAlSzIOFQ7yXvIZdpBTFmbI7mFWbpNAchF cxAw== MIME-Version: 1.0 X-Received: by 10.221.51.206 with SMTP id vj14mr20108954vcb.17.1377607141621; Tue, 27 Aug 2013 05:39:01 -0700 (PDT) Received: by 10.58.249.1 with HTTP; Tue, 27 Aug 2013 05:39:01 -0700 (PDT) Date: Tue, 27 Aug 2013 14:39:01 +0200 Message-ID: Subject: make buildworld fails 9.2 PRERELEASE to RC3 From: Johan Hendriks To: freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 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: Tue, 27 Aug 2013 12:39:03 -0000 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