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 A5DA8158041 for ; Sun, 5 Sep 2021 21:01:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 017B5E086B; Sun, 5 Sep 2021 21:01:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CC503E086B for ; Sun, 5 Sep 2021 21:01:31 +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 AB19B340FBB for ; Sun, 5 Sep 2021 21:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09BF47A for ; Sun, 5 Sep 2021 21:01:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1630875675.e99f31a5af18d07c3f58f516278786c015a33e6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/darwin/macos/package.mask X-VCS-Directories: profiles/prefix/darwin/macos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e99f31a5af18d07c3f58f516278786c015a33e6a X-VCS-Branch: master Date: Sun, 5 Sep 2021 21:01:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c39f3e63-b895-4803-80b0-9d355f797ecc X-Archives-Hash: 55a19030653010870236628862a59a9c commit: e99f31a5af18d07c3f58f516278786c015a33e6a Author: Sam James gentoo org> AuthorDate: Sun Sep 5 21:01:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 5 21:01:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99f31a5 profiles/prefix/darwin/macos: mask =sys-libs/gdbm-1.21 (fails to build) Bug: https://bugs.gentoo.org/811792 Signed-off-by: Sam James gentoo.org> profiles/prefix/darwin/macos/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 70b202547e6..643431b4859 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,3 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-09-05) +# gdbm-1.21 fails to build right now on macOS with: +# ```gdbmshell.c:1013:54: error: ‘struct stat’ has no member named ‘st_mtim’``` +# bug #811792 +=sys-libs/gdbm-1.21