emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33514: closed (shepherd: fix bootstrap/build from


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33514: closed (shepherd: fix bootstrap/build from git)
Date: Mon, 26 Nov 2018 16:32:02 +0000

Your message dated Mon, 26 Nov 2018 17:31:16 +0100
with message-id <address@hidden>
and subject line Re: [bug#33514] shepherd: fix bootstrap/build from git
has caused the debbugs.gnu.org bug report #33514,
regarding shepherd: fix bootstrap/build from git
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33514: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33514
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: shepherd: fix bootstrap/build from git Date: Mon, 26 Nov 2018 15:43:16 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1
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: 0001-build-set-gettext-version-to-make-bootstrap-work.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33514] shepherd: fix bootstrap/build from git Date: Mon, 26 Nov 2018 17:31:16 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hi Florian,

Florian Dold <address@hidden> skribis:

> 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.

Good catch, applied!

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

FWIW I prefer to just run “autoreconf -vfi”, which is what ‘./bootstrap’
does in Guix.  ‘./bootstrap’ scripts tend to have different semantics
between projects (some run ‘./configure’, some don’t, etc.) so I like to
keep it simple.

Thoughts?

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]