From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF489138330 for ; Thu, 24 May 2018 19:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9509E0823; Thu, 24 May 2018 19:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACEE7E0823 for ; Thu, 24 May 2018 19:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AA53335C72 for ; Thu, 24 May 2018 19:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A14627A for ; Thu, 24 May 2018 19:30:28 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1527190224.9080c992d30ea9d51d476a87d0c6d150c34c8fde.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/guix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/guix/guix-0.14.0.ebuild X-VCS-Directories: sys-apps/guix/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 9080c992d30ea9d51d476a87d0c6d150c34c8fde X-VCS-Branch: master Date: Thu, 24 May 2018 19:30:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23c57c34-3f76-482b-af96-0d85269a1958 X-Archives-Hash: 53653ff85aa16aeb151cd85312741017 commit: 9080c992d30ea9d51d476a87d0c6d150c34c8fde Author: Sergei Trofimovich gentoo org> AuthorDate: Thu May 24 19:30:09 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu May 24 19:30:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9080c992 sys-apps/guix: run full eautoreconf, not just eautomake eautomake is not enough when automake does not match the version aclocal.m4 was built with (1.15). Run full eautoreconf to tolerate the failure. Package-Manager: Portage-2.3.38, Repoman-2.3.9 sys-apps/guix/guix-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/guix/guix-0.14.0.ebuild b/sys-apps/guix/guix-0.14.0.ebuild index fee128e9630..31fd035cf39 100644 --- a/sys-apps/guix/guix-0.14.0.ebuild +++ b/sys-apps/guix/guix-0.14.0.ebuild @@ -103,7 +103,7 @@ src_prepare() { default # build system is very eager to run automake itself: bug #625166 - eautomake + eautoreconf # guile is trying to avoid recompilation by checking if file # /usr/lib64/guile/2.2/site-ccache/guix/modules.go