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 5F6711382C5 for ; Sat, 3 Feb 2018 00:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51199E09D7; Sat, 3 Feb 2018 00:49:58 +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 2DEBBE09D7 for ; Sat, 3 Feb 2018 00:49:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 240CF335C6A for ; Sat, 3 Feb 2018 00:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D6CB1D8 for ; Sat, 3 Feb 2018 00:49:26 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1517618951.a659d0f75880deedde3dce046a7deb64f4f62f29.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.27.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: a659d0f75880deedde3dce046a7deb64f4f62f29 X-VCS-Branch: master Date: Sat, 3 Feb 2018 00:49:26 +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: 72264a46-3e6c-424e-9deb-d7633326261a X-Archives-Hash: 78d961ca4262511e34c83f1cd5a26704 commit: a659d0f75880deedde3dce046a7deb64f4f62f29 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Feb 3 00:47:46 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Feb 3 00:49:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a659d0f7 sys-libs/glibc: Hard-die in 2.27 as something's broken in amd64 multilib Package-Manager: Portage-2.3.23, Repoman-2.3.6 sys-libs/glibc/glibc-2.27.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/glibc/glibc-2.27.ebuild b/sys-libs/glibc/glibc-2.27.ebuild index eb3ed1e514a..ce108bfe60f 100644 --- a/sys-libs/glibc/glibc-2.27.ebuild +++ b/sys-libs/glibc/glibc-2.27.ebuild @@ -702,6 +702,8 @@ sanity_prechecks() { # pkg_pretend pkg_pretend() { + die "DONT TRY TO USE; BROKEN ON AMD64 MULTILIB." + # All the checks... einfo "Checking general environment sanity." sanity_prechecks