From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 8/8] services: Add spice vdagent service. Date: Mon, 01 Aug 2016 14:01:33 +0200 Message-ID: <87eg68snoi.fsf@gnu.org> References: <20160729082357.17501-1-david@craven.ch> <20160729082357.17501-8-david@craven.ch> <87r3acxnj9.fsf@gnu.org> <877fc2agvv.fsf@gnu.org> 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]:48209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUBug-00059x-Ia for guix-devel@gnu.org; Mon, 01 Aug 2016 08:01:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUBub-00019q-IV for guix-devel@gnu.org; Mon, 01 Aug 2016 08:01:41 -0400 In-Reply-To: (David Craven's message of "Sun, 31 Jul 2016 20:14:06 +0200") 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: David Craven Cc: guix-devel David Craven skribis: >> If spice-vdagend produces a PID file, make sure to use #:pid-file here >> (there are several examples in the tree), which often provides more >> reliable startup notification. > > spice-vdagentd doesn't create a pid file itself. [0] [1] OK. In that case, =E2=80=98make-forkexec-constructor=E2=80=99 like your pa= tch uses it is perfect. > I haven't updated the documentation yet because I'm running into > issues building guix, haven't figured out why yet. > > guix environment guix && make > > Complains about not finding sqlite3. The pc file is and the libraries > are in the profile, so it might just be guix and nixos getting at it > again. I haven't had time to investigate this further yet. If you used ./configure -C (to create a cache file), then you probably have to =E2=80=9Crm config.cache=E2=80=9D and rerun ./configure. Otherwise you can post config.log or stop by on IRC for a live debugging session. :-) Thanks, Ludo=E2=80=99.