From owner-freebsd-current@FreeBSD.ORG Fri Feb 27 20:40:28 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F57E7D8; Fri, 27 Feb 2015 20:40:28 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24D1A6B1; Fri, 27 Feb 2015 20:40:28 +0000 (UTC) Received: by pdbfp1 with SMTP id fp1so23553332pdb.5; Fri, 27 Feb 2015 12:40:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GYCdT8602uGdBNc8qZ9KoMxdGiceBqOuIyIK4w8gmXE=; b=DyLekIFyCdnwgAeJesMOLHc3OAu83eVA5bilM7Cu9aLfilRLVzjNP4gF5m7ze5Eg2k l1hL5kxD6rvV+HT6ZijKb2ZY5Vhf09UNt8OaSG7slweWOQCM1vtnPI38ulNIBsJI1ho7 KIub8rs1OoETSQ4eYTLBJe6EKT187Y2UwgmejPSqcbuO+m2ztw6KNKTqPaWjCzhxgG3T u85mCIs/Us6yyJOToyjjFsRWPK7yrcWpVOrkYNUveY9qidUWj+dlfyH9C+0SAPND0t9m O5/VsEEImt7rJYKQ2BeiTXATMzL11VVMSiZO4ktSScdkn02tTujXlTZP/z9Yqf542IE2 E3yg== X-Received: by 10.66.100.202 with SMTP id fa10mr27144436pab.36.1425069627668; Fri, 27 Feb 2015 12:40:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.237.39 with HTTP; Fri, 27 Feb 2015 12:40:04 -0800 (PST) In-Reply-To: <20150227202131.GJ28569@hub.FreeBSD.org> References: <20150225154327.GD1161@hub.FreeBSD.org> <20150225182201.216f6fee@nonamehost.local> <54EE05EA.3030509@FreeBSD.org> <20150225190512.GH1161@hub.FreeBSD.org> <54EE1F1D.8060807@FreeBSD.org> <54EE2D68.9050209@FreeBSD.org> <20150227202131.GJ28569@hub.FreeBSD.org> From: Arseny Nasokin Date: Sat, 28 Feb 2015 00:40:04 +0400 Message-ID: Subject: Re: r279278 failed to build (yacc: maximum table size exceeded) To: Glen Barber Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Ivan Klymenko , freebsd-current , Allan Jude , Jung-uk Kim X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2015 20:40:28 -0000 On 27 February 2015 at 23:21, Glen Barber wrote: > On Sat, Feb 28, 2015 at 12:18:33AM +0400, Arseny Nasokin wrote: > > On 25 February 2015 at 23:15, Jung-uk Kim wrote: > > > > I have FreeBSD 11.0-CURRENT r265265 with OSRELDATE 1100020 and > > > > invalid YACC. So This conditional expression must be fixed to check > > > > if this 11.x and yacc is not changed. > > > > > > Wow, that's more than 9-month old now. > > > > > > > In my hypothetical "patch" I set OSRELDATE to invalid abstract > > > > future version, because it's only concept and I have no time to fix > > > > it correctly now. > > > > > > If you insist, you can try this: > > > > > > - --- Makefile.inc1 > > > +++ Makefile.inc1 > > > @@ -1274,7 +1274,8 @@ > > > _awk= usr.bin/awk > > > .endif > > > > > > - -.if ${BOOTSTRAPPING} < 1001506 > > > +.if ${BOOTSTRAPPING} < 1001506 || \ > > > + (${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100046) > > > _yacc= lib/liby \ > > > usr.bin/yacc > > > > > > (but I won't commit it.) > > > > > > > Should I fill PR for? > > > > Yes, please do. > > Glen > > Hi, I've filled PR 198081 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198081 -- Eir Nym