From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SDirLn7/IV+NGAAA0tVLHw (envelope-from ) for ; Wed, 29 Jul 2020 23:00:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id oEBeKn7/IV/ASgAAbx9fmQ (envelope-from ) for ; Wed, 29 Jul 2020 23:00:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 387DE9403D6 for ; Wed, 29 Jul 2020 23:00:14 +0000 (UTC) Received: from localhost ([::1]:33060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0v3U-000735-QV for larch@yhetil.org; Wed, 29 Jul 2020 19:00:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0v3L-00070y-GY for bug-guix@gnu.org; Wed, 29 Jul 2020 19:00:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50652) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0v3L-0007De-5Q for bug-guix@gnu.org; Wed, 29 Jul 2020 19:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k0v3K-00026n-QV for bug-guix@gnu.org; Wed, 29 Jul 2020 19:00:02 -0400 Subject: bug#42599: clang-3.7.1 build failure Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Wed, 29 Jul 2020 23:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 42599 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Malte Frank Gerdes , 42599-done@debbugs.gnu.org Mail-Followup-To: 42599@debbugs.gnu.org, marius@gnu.org, malte.f.gerdes@gmail.com Received: via spool by 42599-done@debbugs.gnu.org id=D42599.15960635908053 (code D ref 42599); Wed, 29 Jul 2020 23:00:02 +0000 Received: (at 42599-done) by debbugs.gnu.org; 29 Jul 2020 22:59:50 +0000 Received: from localhost ([127.0.0.1]:33964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0v37-00025p-RT for submit@debbugs.gnu.org; Wed, 29 Jul 2020 18:59:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0v36-00025e-8i for 42599-done@debbugs.gnu.org; Wed, 29 Jul 2020 18:59:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55383) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0v30-0007AN-NV; Wed, 29 Jul 2020 18:59:42 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:52490 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k0v30-0006Rz-47; Wed, 29 Jul 2020 18:59:42 -0400 From: Marius Bakke In-Reply-To: <87tuxqped1.fsf@gmail.com> References: <87tuxqped1.fsf@gmail.com> Date: Thu, 30 Jul 2020 00:59:22 +0200 Message-ID: <87tuxqorlh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of bug-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=bug-guix-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: mgAqpc6crsQH --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Malte Frank Gerdes writes: > Hi, > > llvm-3.7.1 fails to build as a dependency of beignet-1.3.2. The error > seems to be a missing file (see log at end of mail).=20 Fixed in 0d3063f4bc62b2d18179642e48074a81fd04bcbf, thanks for the report! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8h/0oACgkQoqBt8qM6 VPoxhgf+NbBKnBBeGhbdQfQ/hGB4nSrt+kV7kM98iz89nhkc91xZ6XxNjhvdnVpj yXyBD6djNmZ5/CG4enT+5SKrD6q+EI3tPACoIpPQkkGlnaaSeKdNh54EyciGu46k i+6KiMJWrTNqtpihd9eUH7JynTrFxERHyx04AhDVpeWRTC0nXaaqu3KQpmvbZ9ii EennJoKjnTt8KJusFDBeERyQrqdauUqcdbYPMNUNCR4JpPElrrGfpE0vrY+qL7IH iuKg7wV1t96HsvQ2N9CK2w1atKfIgLgFWKJS0vctcke3rOYGPolSGTRfj6YgIuGT 8DDskgDI9VGxSxmbnUFlCBFD7doH+g== =UQvb -----END PGP SIGNATURE----- --=-=-=--