From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 20:17:41 2014 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 ESMTPS id 6D48D686 for ; Thu, 7 Aug 2014 20:17:41 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3ED46211C for ; Thu, 7 Aug 2014 20:17:41 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1XFU83-000O0K-Ub; Thu, 07 Aug 2014 20:17:40 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id s77KHc3v019708; Thu, 7 Aug 2014 14:17:38 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/qGGIiL5ezK2zvu4aHN61+ X-Authentication-Warning: paranoia.hippie.lan: Host revolution.hippie.lan [172.22.42.240] claimed to be [172.22.42.240] Subject: Re: Trying to upgrade from 9.2 to 10-STABLE, make buildworld fails on yacc From: Ian Lepore To: Julie =?ISO-8859-1?Q?Koubov=E1?= In-Reply-To: References: <965a76c8-912f-4737-8c2a-269633b8972d@me.com> <1407423876.56408.339.camel@revolution.hippie.lan> Content-Type: text/plain; charset="ISO-8859-1" Date: Thu, 07 Aug 2014 14:17:38 -0600 Message-ID: <1407442658.56408.343.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by ilsoft.org id s77KHc3v019708 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 20:17:41 -0000 On Thu, 2014-08-07 at 20:24 +0200, Julie Koubov=E1 wrote: > Thanks, Ian! >=20 > I have changed the Makefile.inc1 version check as per this diff: > http://svnweb.freebsd.org/base/head/Makefile.inc1?r1=3D269661&r2=3D2696= 62 >=20 > deleted /usr/obj, but buildworld still fails in the exact same way :( >=20 > Julie Koubov=E1 > juliekoubova@gmail.com > +420 724 557 212 I didn't look at your original problem closely enough, I just assumed it was the same as someone reported and got fixed recently. Looking closer, it appears that your first failure was probably one of your WITHOUT_xxxxx was eliminating something that's now needed. The second failure is something I can't help with much... one of my usual configs is WITHOUT_KERBEROS. -- Ian