From owner-freebsd-stable@freebsd.org Sat Jul 25 20:05:22 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 4E13636E88E for ; Sat, 25 Jul 2020 20:05:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 4BDcW61Mycz4bWR for ; Sat, 25 Jul 2020 20:05:22 +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 9E7EB33C48 for ; Sat, 25 Jul 2020 20:05:21 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Date: Sat, 25 Jul 2020 13:05:19 -0700 (PDT) From: Don Lewis Subject: 11-STABLE and 12-STABLE build failures To: freebsd-stable@FreeBSD.org Message-ID: 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 20:05:22 -0000 I'm seeing this failure when building 11-STABLE and 12-STABLE poudriere jails: --- localedef.full --- cc -O2 -pipe -fno-common -I. -I/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/locale -I/var/poudriere/jails/12STABLEamd64/usr/src/lib/libc/stdtime -g -std=gnu99 -Qunused-arguments -I/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/include -static -L/usr/obj/var/poudriere/jails/12STABLEamd64/usr/src/amd64.amd64/tmp/legacy/usr/lib -o localedef.full charmap.o collate.o ctype.o localedef.o messages.o monetary.o numeric.o parser.o scanner.o time.o wide.o -legacy ld: error: undefined symbol: yydebug >>> referenced by localedef.c:276 (/var/poudriere/jails/12STABLEamd64/usr/src/usr.bin/localedef/localedef.c:276) >>> localedef.o:(main) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [localedef.full] Error code 1 I hadn't done a build in a while, so I don't know how long this has been broken. My builds last night failed and things are still broken right now.