all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Vong <alexvong1995@gmail.com>
To: guix-devel@gnu.org
Subject: (ping!) Re: [PATCH 1/2] daemon: Fix '--version'.
Date: Mon, 29 Aug 2016 09:31:25 +0800	[thread overview]
Message-ID: <87y43guzrm.fsf@gmail.com> (raw)
In-Reply-To: <87fupvx83x.fsf@gmail.com> (Alex Vong's message of "Wed, 24 Aug 2016 09:34:42 +0800")

Hi,

Alex Vong <alexvong1995@gmail.com> writes:

> Hi guixes,
>
> 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.
>
>
> From 06d97b6de29aedeec7efe6f9a1e654145183a06b Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Wed, 24 Aug 2016 08:25:48 +0800
> Subject: [PATCH 1/2] daemon: Fix '--version'.
>
> * nix/nix-daemon/guix-daemon.cc (argp_program_version): Assigning
>   instead of declaring.
>   (argp_program_bug_address): Likewise.
> ---
>  nix/nix-daemon/guix-daemon.cc | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/nix/nix-daemon/guix-daemon.cc b/nix/nix-daemon/guix-daemon.cc
> index d5d33a5..41b56cb 100644
> --- a/nix/nix-daemon/guix-daemon.cc
> +++ b/nix/nix-daemon/guix-daemon.cc
> @@ -1,5 +1,6 @@
>  /* GNU Guix --- Functional package management for GNU
>     Copyright (C) 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
> +   Copyright (C) 2016 Alex Vong <alexvong1995@gmail.com>
>  
>     This file is part of GNU Guix.
>  
> @@ -53,10 +54,6 @@ extern void run (Strings args);
>  static const char guix_textdomain[] = "guix";
>  
>  
> -const char *argp_program_version =
> -  "guix-daemon (" PACKAGE_NAME ") " PACKAGE_VERSION;
> -const char *argp_program_bug_address = PACKAGE_BUGREPORT;
> -
>  static char doc[] =
>    n_("guix-daemon -- perform derivation builds and store accesses")
>    "\v\n"
> @@ -344,6 +341,8 @@ main (int argc, char *argv[])
>        settings.useBuildHook = false;
>  #endif
>  
> +      argp_program_version = "guix-daemon (" PACKAGE_NAME ") " PACKAGE_VERSION;
> +      argp_program_bug_address = PACKAGE_BUGREPORT;
>        argp_parse (&argp, argc, argv, 0, 0, 0);
>  
>        /* Effect all the changes made via 'settings.set'.  */

This patch and the other one fix the problem reported in
<https://lists.gnu.org/archive/html/guix-devel/2016-08/msg00529.html>,
do they look good?

Thanks,
Alex

  reply	other threads:[~2016-08-29  1:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24  1:34 [PATCH 1/2] daemon: Fix '--version' Alex Vong
2016-08-29  1:31 ` Alex Vong [this message]
2016-08-29 16:12 ` Ludovic Courtès
2016-08-30  4:29   ` Alex Vong
2016-08-31 21:13     ` Ludovic Courtès
2016-09-01  6:23       ` Alex Vong
2016-09-01 12:15         ` Ludovic Courtès
2016-09-02  1:00           ` Alex Vong
2016-09-02 12:41             ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y43guzrm.fsf@gmail.com \
    --to=alexvong1995@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.