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 A3716138334 for ; Sat, 20 Apr 2019 23:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F54E0952; Sat, 20 Apr 2019 23:20:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 64AADE094B for ; Sat, 20 Apr 2019 23:20:24 +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 E66C0342176 for ; Sat, 20 Apr 2019 18:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548E05B1 for ; Sat, 20 Apr 2019 18:34:37 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1555785270.3bac589455e4c1d815a27cbe41bd2171698a65d0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/, net-fs/nfs-utils/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/files/nfs-utils-2.3.1-limits.patch net-fs/nfs-utils/nfs-utils-2.3.3.ebuild X-VCS-Directories: net-fs/nfs-utils/ net-fs/nfs-utils/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3bac589455e4c1d815a27cbe41bd2171698a65d0 X-VCS-Branch: master Date: Sat, 20 Apr 2019 18:34:37 +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: f52793ac-e129-4d0b-99f1-32e9ce1e434b X-Archives-Hash: 98ab0671daf8653af02eece7109c33a1 commit: 3bac589455e4c1d815a27cbe41bd2171698a65d0 Author: Lars Wendler gentoo org> AuthorDate: Sat Apr 20 18:33:40 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Apr 20 18:34:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bac5894 net-fs/nfs-utils: Added another musl build fix. Closes: https://bugs.gentoo.org/651080 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> .../nfs-utils/files/nfs-utils-2.3.1-limits.patch | 105 +++++++++++++++++++++ net-fs/nfs-utils/nfs-utils-2.3.3.ebuild | 1 + 2 files changed, 106 insertions(+) diff --git a/net-fs/nfs-utils/files/nfs-utils-2.3.1-limits.patch b/net-fs/nfs-utils/files/nfs-utils-2.3.1-limits.patch new file mode 100644 index 00000000000..b322b6fb17c --- /dev/null +++ b/net-fs/nfs-utils/files/nfs-utils-2.3.1-limits.patch @@ -0,0 +1,105 @@ +Required for successful build on musl +https://bugs.gentoo.org/651080#c5 + +Thanks-to: Robert Bridge + +--- nfs-utils-2.3.1/support/export/export.c ++++ nfs-utils-2.3.1/support/export/export.c +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + #include "xmalloc.h" + #include "nfslib.h" + #include "exportfs.h" +--- nfs-utils-2.3.1/support/export/xtab.c ++++ nfs-utils-2.3.1/support/export/xtab.c +@@ -18,6 +18,7 @@ + #include + #include + #include ++#include + + #include "nfslib.h" + #include "exportfs.h" +--- nfs-utils-2.3.1/support/misc/file.c ++++ nfs-utils-2.3.1/support/misc/file.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + + #include "xlog.h" + #include "misc.h" +--- nfs-utils-2.3.1/support/nfs/xcommon.c ++++ nfs-utils-2.3.1/support/nfs/xcommon.c +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include "xcommon.h" + #include "nls.h" /* _() */ +--- nfs-utils-2.3.1/support/nsm/file.c ++++ nfs-utils-2.3.1/support/nsm/file.c +@@ -85,6 +85,7 @@ + #include + #include + #include ++#include + + #include "xlog.h" + #include "nsm.h" +--- nfs-utils-2.3.1/utils/blkmapd/device-discovery.c ++++ nfs-utils-2.3.1/utils/blkmapd/device-discovery.c +@@ -49,6 +49,7 @@ + #include + #include + #include ++#include + #include + + #ifdef HAVE_CONFIG_H +--- nfs-utils-2.3.1/utils/gssd/krb5_util.c ++++ nfs-utils-2.3.1/utils/gssd/krb5_util.c +@@ -120,6 +120,7 @@ + #endif + #include + #include ++#include + + #include "gssd.h" + #include "err_util.h" +--- nfs-utils-2.3.1/utils/mountd/cache.c ++++ nfs-utils-2.3.1/utils/mountd/cache.c +@@ -26,6 +26,7 @@ + #include + #include + #include ++#include + #include "misc.h" + #include "nfslib.h" + #include "exportfs.h" +--- nfs-utils-2.3.1/utils/mountd/mountd.c ++++ nfs-utils-2.3.1/utils/mountd/mountd.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + + #include "conffile.h" + #include "xmalloc.h" +--- nfs-utils-2.3.1/utils/mountd/rmtab.c ++++ nfs-utils-2.3.1/utils/mountd/rmtab.c +@@ -16,6 +16,7 @@ + #include + #include + #include ++#include + + #include "misc.h" + #include "exportfs.h" diff --git a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild index 18852036dc2..07216af6e21 100644 --- a/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.3.3.ebuild @@ -68,6 +68,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.2.8-cross-build.patch "${FILESDIR}"/${PN}-2.3.2-junction_libs.patch "${FILESDIR}"/${PN}-2.3.2-no-werror.patch + "${FILESDIR}"/${PN}-2.3.1-limits.patch #651080 "${FILESDIR}"/${PN}-2.3.4_rc2-improved_res_querydomain_check.patch #651080 )