all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Florian Dold <florian.dold@gmail.com>
To: 33514@debbugs.gnu.org
Subject: [bug#33514] shepherd: fix bootstrap/build from git
Date: Mon, 26 Nov 2018 15:43:16 +0100	[thread overview]
Message-ID: <51974da7-e8d6-7b3d-ba6b-e0c4bc4210c1@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

Hi all,

the Shepherd currently does not build from a clean git repository (on
GuixSD in a shepherd environment), as "autoreconf -ifv" does not create
missing files related to gettext unless the version is specified.

This tiny patch fixes the gettext version and allows bootstrapping to
work from a clean git checkout.

By the way, shouldn't there also be a "./bootstrap" shell script, as is
customary in a lot of projects including Guix?

Cheers,
Florian

[-- Attachment #2: 0001-build-set-gettext-version-to-make-bootstrap-work.patch --]
[-- Type: text/x-patch, Size: 610 bytes --]

From a835aa7295d20ddd207ec44401a044be631fe3a4 Mon Sep 17 00:00:00 2001
From: Florian Dold <flo@dold.me>
Date: Mon, 26 Nov 2018 12:59:37 +0100
Subject: [PATCH] build: set gettext version to make bootstrap work

* configure.ac: add AM_GNU_GETTEXT_VERSION
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 79483b4..3877913 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,6 +15,7 @@ dnl Enable silent rules by default.
 AM_SILENT_RULES([yes])
 
 AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT_VERSION([0.19])
 
 AC_CANONICAL_HOST
 AC_PROG_MKDIR_P
-- 
2.19.1



             reply	other threads:[~2018-11-26 15:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-26 14:43 Florian Dold [this message]
2018-11-26 16:31 ` bug#33514: shepherd: fix bootstrap/build from git 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=51974da7-e8d6-7b3d-ba6b-e0c4bc4210c1@gmail.com \
    --to=florian.dold@gmail.com \
    --cc=33514@debbugs.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.