From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id F04F51F463 for ; Sat, 28 Sep 2019 11:36:35 +0000 (UTC) Received: from localhost ([::1]:60372 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEB1e-0004r5-MI for normalperson@yhbt.net; Sat, 28 Sep 2019 07:36:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59844) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEB1X-0004qd-Nb for bug-gnulib@gnu.org; Sat, 28 Sep 2019 07:36:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEB1W-0006bL-DQ for bug-gnulib@gnu.org; Sat, 28 Sep 2019 07:36:27 -0400 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::7]:12134) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iEB1V-0006TT-Mt for bug-gnulib@gnu.org; Sat, 28 Sep 2019 07:36:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1569670582; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=Yg5AvWZTDJEuLPd77sjwuMKUZ9DQ0x+r95GnZmtbPm4=; b=de1AvbBPPj/k4UnlvDhMVAjyOYZtWtvkf85dMvPrmAFDUAJvUt/T5Ca2BkVm0lDNof Nf53jiMLDU8SYZn6pDnEsrrGZ+PlfcgAWElpoj/N5bOokbgv1ROcJ1PqW4lk87HonSzH LGAy/S3j+h8FtVN2osxRxWStkPKOOlHSiM0eiQ8fJBg9gX54s2szIVlsiWjokmwpttLX +zeCtrXM9LPf5FyQff4sI++ng1RHPgEJAtd8fR/szUNaGv6GzjxPZWuHTaIsRDQXROgz iai/xQWZbCEOneoiH7SS6E84JUALwaeoU0A4loWdNFoyGO0lKfBYhkjGZLaNFfVhipvt 55cA== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOGaf0zJZW" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 44.28.0 DYNA|AUTH) with ESMTPSA id N06099v8SBaFVY3 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Sat, 28 Sep 2019 13:36:15 +0200 (CEST) From: Bruno Haible To: Marcus Furlong Subject: Re: [libvirt] Fwd: libvirtd failing on MacOS in setgroups Date: Sat, 28 Sep 2019 13:36:15 +0200 Message-ID: <2228634.vrrhnCLpfL@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-159-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <19115041.UTmutC4ttX@omega> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5301::7 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libvir-list@redhat.com, Eric Blake , Roman Bolshakov , bug-gnulib@gnu.org, Daniel =?ISO-8859-1?Q?P=2E_Berrang=E9?= Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Marcus Furlong wrote: > FWIW I compiled libvirt without the setgroups code on Mac and it > worked as expected. Not sure what the implications of that are though? OK, then the fix would be to not use setgroups on Mac, and nothing to do in gnulib. Right? Bruno