From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uG9yBnYTU2IqUQEAgWs5BA (envelope-from ) for ; Sun, 10 Apr 2022 19:27:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id yPQhA3YTU2J6DAAAauVa8A (envelope-from ) for ; Sun, 10 Apr 2022 19:27:18 +0200 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 8AD9D168B8 for ; Sun, 10 Apr 2022 19:27:17 +0200 (CEST) Received: from localhost ([::1]:51148 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ndbLI-0006iy-NP for larch@yhetil.org; Sun, 10 Apr 2022 13:27:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44292) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ndbL4-0006ik-QE for bug-guix@gnu.org; Sun, 10 Apr 2022 13:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47433) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ndbL4-0002Dz-Hr for bug-guix@gnu.org; Sun, 10 Apr 2022 13:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ndbL4-00012h-89 for bug-guix@gnu.org; Sun, 10 Apr 2022 13:27:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#54837: LLVM 3.* build failure Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 10 Apr 2022 17:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54837 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Guillaume Le Vaillant Received: via spool by 54837-submit@debbugs.gnu.org id=B54837.16496116073976 (code B ref 54837); Sun, 10 Apr 2022 17:27:02 +0000 Received: (at 54837) by debbugs.gnu.org; 10 Apr 2022 17:26:47 +0000 Received: from localhost ([127.0.0.1]:41330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ndbKo-000124-TG for submit@debbugs.gnu.org; Sun, 10 Apr 2022 13:26:47 -0400 Received: from mout02.posteo.de ([185.67.36.66]:58789) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ndbKm-00011i-Sv for 54837@debbugs.gnu.org; Sun, 10 Apr 2022 13:26:45 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id C3BCD24010A for <54837@debbugs.gnu.org>; Sun, 10 Apr 2022 19:26:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1649611598; bh=pXHNVvDBOsdbecnOKly6acv47Y4TuuNYg5vju45qKcU=; h=From:To:Cc:Subject:Date:From; b=b8m5Pt7xNuYfBzUnEkpys87ZO925Guj/kIql1dRaD/S75pc1pq9fUTNwOMiwfOwoH J9PRa+afZd5viuqcuvQ/Djz36YJP7Foco86b7M9ZlFYUoKfAaNxfjigtewEQ40Oo4E wxPzsLJGaLS+0laShMVQUaBKfHjtEL4R1irTHt6Q1Shg7W9hR5ZHGaF7JOjrm5dEzA 5CmgGxi6HoXEoKZEod7S0STizGaxkd72lSDccp0pQeglzrVYS+cGZOK7DawwOYzwlk YDneYOgTmdHsUcTQWTdqiCZsfhOcsDNVESPkNMNesN6/HZ/A8AyiZL3TNJiUlBoevz qDVdIe95/OlJw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KbzRx3sd3z9rxW; Sun, 10 Apr 2022 19:26:37 +0200 (CEST) References: <87ilrhdmyo.fsf@kitej> <87ee24evb2.fsf@kitej> <87a6cseuhm.fsf@kitej> From: Guillaume Le Vaillant Date: Sun, 10 Apr 2022 17:23:48 +0000 In-reply-to: <87a6cseuhm.fsf@kitej> Message-ID: <875yngeto3.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 54837@debbugs.gnu.org Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1649611637; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=pXHNVvDBOsdbecnOKly6acv47Y4TuuNYg5vju45qKcU=; b=XXOanh4+6g/PJdwiKqhScgHtPES+EabXhM5NrJc/8cTOzshx1vXjw1f2F2Lky3jlSMT51J NYr9FVG/Jy3VgT55Ez7gIHEUCWPStWzEWvgzemH4FTC342Ea/xBerngixbFyH33b4Vxz2D cjnHMsKCgF1WxkPU/yfNGyRJp50FEU/MbdQoJeyN2SujlgmNtT3ufkX/r9kKKtXWkltNRd L8SezdGxrVdUBaxlD9u/B0nmOmQtQvu4+PN7X1N1K4uffc38Zzxt8WOvc9ihAjm3J/bx5I JppONUxgRslGzOE7aE7tUCUvLW0FslDfplLSX6MqpDTeIxJaUzeM7HFOpKffsw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649611637; a=rsa-sha256; cv=none; b=jtgdjfJUN7FvT6+q/LMP2rCnjgD7fgRm704ATjMztlVfC10oQEOIro6rBCjMS23WT1xi1b O1RbmGISsnp/Zl6OOP6tTrZYXGYdW90sh7s5JgbSWIkSJ6ekkS5QMNmvblcvfRQMPvQtUM 7+lMTdH3VZLfEItCiumF/yrmYqSlWj8/t2Ost+knHjTFkVk6bNb82I50uZiHJChgKtHjpK r5wblDj/hK4oL6ht4KxkULp9tj8W/fkfwcfhV4PSloAx/rW3uK8MaPkZk99D5JmLaE04rO uvkOO7dz/e80Uumg4j3PvvTbic/NQCnVp7maSVI+PnlKsrw3mboas45NKSpZ+w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=b8m5Pt7x; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 5.63 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=b8m5Pt7x; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 8AD9D168B8 X-Spam-Score: 5.63 X-Migadu-Scanner: scn1.migadu.com X-TUID: OrhGWrLOlpY2 --=-=-= Content-Type: text/plain Guillaume Le Vaillant skribis: > Guillaume Le Vaillant skribis: > >> However there are other issues during the build phase: >> >> ../../bin/llvm-tblgen: error while loading shared libraries: libLLVMTableGen.so: cannot open shared object file: No such file or directory >> make[2]: *** [lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/build.make:105: lib/IR/AttributesCompatFunc.inc.tmp] Error 127 >> make[2]: Leaving directory '/tmp/guix-build-llvm-3.9.1.drv-0/build' >> make[1]: *** [CMakeFiles/Makefile2:5233: lib/IR/CMakeFiles/AttributeCompatFuncTableGen.dir/all] Error 2 >> make[1]: *** Waiting for unfinished jobs.... >> ../../bin/llvm-tblgen: error while loading shared libraries: libLLVMTableGen.so: cannot open shared object file: No such file or directory >> make[2]: *** [lib/LibDriver/CMakeFiles/LibOptionsTableGen.dir/build.make:105: lib/LibDriver/Options.inc.tmp] Error 127 >> make[2]: Leaving directory '/tmp/guix-build-llvm-3.9.1.drv-0/build' >> make[1]: *** [CMakeFiles/Makefile2:12101: lib/LibDriver/CMakeFiles/LibOptionsTableGen.dir/all] Error 2 >> ../../../bin/llvm-tblgen: error while loading shared libraries: libLLVMTableGen.so: cannot open shared object file: No such file or directory >> make[2]: *** [include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make:123: include/llvm/IR/Attributes.inc.tmp] Error 127 >> make[2]: *** Waiting for unfinished jobs.... >> ../../../bin/llvm-tblgen: error while loading shared libraries: libLLVMTableGen.so: cannot open shared object file: No such file or directory >> make[2]: *** [include/llvm/IR/CMakeFiles/intrinsics_gen.dir/build.make:165: include/llvm/IR/Intrinsics.gen.tmp] Error 127 >> make[2]: Leaving directory '/tmp/guix-build-llvm-3.9.1.drv-0/build' >> make[1]: *** [CMakeFiles/Makefile2:5153: include/llvm/IR/CMakeFiles/intrinsics_gen.dir/all] Error 2 >> make[2]: Leaving directory '/tmp/guix-build-llvm-3.9.1.drv-0/build' > > It looks like llvm-12 has a workaround for this issue. I'll copy it to > llvm-3.9 and test that... Partial fix pushed in 81567f751bd31d972cf05013a177311b73425d7d; the builds for llvm-3.7 and llvm-3.8 are still failing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYlMTTA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9SbgEAos6sKMAa/mpO/DQT5++4C70ddHf5Id9kAiZO nwUvDVwA/i6p28GvHi1ZxvYl1f1EdS7/hbF60y6mrV1OCcd6rUBm =ykn3 -----END PGP SIGNATURE----- --=-=-=--