From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Enable polkit for connman Date: Mon, 02 Jan 2017 22:56:36 +0100 Message-ID: <87a8b99ld7.fsf@gnu.org> References: <20170101173002.5838-1-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOAay-0004t1-Pm for guix-devel@gnu.org; Mon, 02 Jan 2017 16:56:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOAau-0007eq-VP for guix-devel@gnu.org; Mon, 02 Jan 2017 16:56:44 -0500 In-Reply-To: <20170101173002.5838-1-m.othacehe@gmail.com> (Mathieu OTHACEHE's message of "Sun, 1 Jan 2017 18:30:02 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu OTHACEHE Cc: guix-devel@gnu.org Hi! Mathieu OTHACEHE skribis: > Connman was compiled without polkit support due to this error message dur= ing > configure phase : > > pkg-config cannot find polkit.pc > > It is a meaningless error produced by the following lines in > connman/configure.ac : > > POLKIT_DATADIR=3D"`$PKG_CONFIG --variable=3Dactiondir polkit`" > POLKIT_DATADIR=3D"" > if (test -z "${POLKIT_DATADIR}"); then > POLKIT_DATADIR=3D"${datadir}/polkit-1/actions" > fi > > When compiled with --enable-polkit, everything seems to work fine and con= nman > can be used from an unprivileged account. Nice! Pushed with a ChangeLog-style commit log as 125e3cdeceb11a4b066209341f9fb7e052dd3695. Thank you, and welcome! :-) Ludo=E2=80=99.