From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] daemon: Fix '--version'. Date: Mon, 29 Aug 2016 18:12:57 +0200 Message-ID: <87vayjy2nq.fsf@gnu.org> References: <87fupvx83x.fsf@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]:52658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bePBK-0005Kx-UK for guix-devel@gnu.org; Mon, 29 Aug 2016 12:13:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bePBE-0003jq-T7 for guix-devel@gnu.org; Mon, 29 Aug 2016 12:13:05 -0400 In-Reply-To: <87fupvx83x.fsf@gmail.com> (Alex Vong's message of "Wed, 24 Aug 2016 09:34:42 +0800") 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: Alex Vong Cc: guix-devel@gnu.org Hi! Alex Vong skribis: > This one and the next patch fix '--version' of guix-daemon and > guix-register. Currently, they are not working, which is the reason why > help2man gives error when building from source. How are they not working exactly? :-) It definitely works for me: --8<---------------cut here---------------start------------->8--- $ ./guix-daemon --version guix-daemon (GNU Guix) 0.11.0 $ ./guix-register --version guix-register (GNU Guix) 0.11.0 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.