From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.wl.linuxfoundation.org ([198.145.29.98]:45118 "EHLO mail.wl.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725798AbeI3GtG (ORCPT ); Sun, 30 Sep 2018 02:49:06 -0400 Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC57A29962 for ; Sun, 30 Sep 2018 00:18:34 +0000 (UTC) From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 201287] xfsprogs 4.17 and later can't be built as static binaries anymore Date: Sun, 30 Sep 2018 00:18:34 +0000 Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: linux-xfs@kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=201287 Jeff Mahoney (jeffm@suse.com) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeffm@suse.com --- Comment #2 from Jeff Mahoney (jeffm@suse.com) --- This isn't an xfsprogs problem at all. It's a glibc change: $ cat tmp.c #define _GNU_SOURCE #include #include int main(void) { struct group *grp; grp = getgrnam("users"); return grp != NULL; } $ cc tmp.c -static /tmp/ccPA29iG.o: In function `main': tmp.c:(.text+0xe): warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking -- You are receiving this mail because: You are watching the assignee of the bug.