From owner-freebsd-toolchain@freebsd.org Fri Aug 23 19:13:59 2019 Return-Path: Delivered-To: freebsd-toolchain@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 922F4CC565; Fri, 23 Aug 2019 19:13:59 +0000 (UTC) (envelope-from kevans@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) server-signature RSA-PSS (4096 bits) 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 46FWKM39GRz4625; Fri, 23 Aug 2019 19:13:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 23A451CA42; Fri, 23 Aug 2019 19:13:59 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-wm1-f54.google.com with SMTP id p74so9806265wme.4; Fri, 23 Aug 2019 12:13:59 -0700 (PDT) X-Gm-Message-State: APjAAAWMw116bNv9QcgCnjRBDjO0libhtpCHTn42lpmzmaoRjmJcOpgf Nkcsrizdo2pcn1AZ6lLrUQYHKONHzy20l0DuVHw= X-Google-Smtp-Source: APXvYqyBZr9t3GAxGPRhtzSsbfiRYiejWDA94qy1ITHYkmAiwVswNXPh0lDZWtgMEDqOidL2w1HaUNXzW+/1fp2r9Js= X-Received: by 2002:a1c:7619:: with SMTP id r25mr7207191wmc.153.1566587638049; Fri, 23 Aug 2019 12:13:58 -0700 (PDT) MIME-Version: 1.0 References: <22CC900E-E982-4ECC-A3DD-AD965DCA77D9@yahoo.com> In-Reply-To: <22CC900E-E982-4ECC-A3DD-AD965DCA77D9@yahoo.com> From: Kyle Evans Date: Fri, 23 Aug 2019 14:13:45 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: FreeBSD-head-amd64-gcc builds are broken since 2019-Aug-17 or so: no previous declaration for '__ashldi3' (stand/i386/boot2 context) To: Mark Millard Cc: FreeBSD Toolchain , freebsd-amd64@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Aug 2019 19:13:59 -0000 On Fri, Aug 23, 2019 at 2:09 PM Mark Millard via freebsd-toolchain wrote: > > [... snip ...] > /workspace/src/contrib/compiler-rt/lib/builtins/ashldi3.c:22:1: error: no previous declaration for '__ashldi3' [-Werror=missing-declarations] > > 15:43:33 > __ashldi3(di_int a, si_int b) > > 15:43:33 > ^~~~~~~~~ > 15:43:33 > --- all_subdir_kerberos5 --- > . . . > 15:43:33 > --- all_subdir_stand --- > > 15:43:33 > *** [ashldi3.o] Error code 1 > > 15:43:33 > 15:43:33 > make[5]: stopped in /workspace/src/stand/i386/boot2 > > 15:43:33 > 1 error > > This error first showed back at: > > https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/11080/ > > which is for -r351138 . > > The prior build was for -r351133 and it built okay. > This was fixed yesterday at r351412. See: https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/11177/ Thanks, Kyle Evans