From owner-freebsd-stable@freebsd.org Sat Jul 25 23:12:04 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B6293736DE for ; Sat, 25 Jul 2020 23:12:04 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BDhfX3F1Dz3X4y; Sat, 25 Jul 2020 23:12:04 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mousie.catspoiler.org (unknown [76.212.85.177]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: truckman) by smtp.freebsd.org (Postfix) with ESMTPSA id B587035340; Sat, 25 Jul 2020 23:12:03 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Sat, 25 Jul 2020 16:12:01 -0700 (PDT) From: Don Lewis Subject: Re: 11-STABLE and 12-STABLE build failures To: Yuri Pankov cc: Warner Losh , FreeBSD-STABLE Mailing List In-Reply-To: <515e9746-7d30-341b-7e6a-50e0fa29b9ff@yuripv.dev> Message-ID: References: <515e9746-7d30-341b-7e6a-50e0fa29b9ff@yuripv.dev> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2020 23:12:04 -0000 On 25 Jul, Yuri Pankov wrote: > Don Lewis wrote: >> On 25 Jul, Don Lewis wrote: >>> On 25 Jul, Don Lewis wrote: >>>> On 25 Jul, Warner Losh wrote: >>>>> Liby.a was retired. Maybe there is some dangling references? >>>> >>>> # grep yydebug * >>>> localedef.c: yydebug = 0; >>>> localedef.h:extern int yydebug; >>>> >>>> I see the same in the 13-CURRENT source and it builds successfully. >>> >>> If I diff the two source trees, I see that the 13-CURRENT references are >>> guarded by #if YYDEBUG. >> >> Looks like we need this MFC: >> >> %svn log -c 362569 >> ------------------------------------------------------------------------ >> r362569 | jkim | 2020-06-23 19:08:08 -0700 (Tue, 23 Jun 2020) | 2 lines >> >> Fix build with recent byacc. >> >> ------------------------------------------------------------------------ > > Just checked that I see this too trying to build stable/12 on recent > head, failing while bootstrapping tools where we use the host system > binaries. I just did the MFC, so it should be fixed now.