bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* bootstrap regression ?
@ 2019-03-01 21:42 Tim Rühsen
  2019-03-02 16:52 ` Gary V. Vaughan
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Rühsen @ 2019-03-01 21:42 UTC (permalink / raw)
  To: bug-gnulib


[-- Attachment #1.1: Type: text/plain, Size: 897 bytes --]

Hi,

at GnuTLS we have one git submodule that is not 'active' by default -
this is on purpose since we want to init it just in certain cases.

The latest 'bootstrap' script doesn't accept this and stops with an error:
"./bootstrap: some git submodules are not initialized.  Run 'git
submodule init' and bootstrap again."

The breaking change in 'bootstrap' is:

+# Don't proceed if there are uninitialized submodules.  In particular,
+# the next step will remove dangling links, which might be links into
+# uninitialized submodules.
+#
+# Uninitialized submodules are listed with an initial dash.
+if $use_git && git submodule | grep '^-' >/dev/null; then
+  die "some git submodules are not initialized. "     \
+      "Run 'git submodule init' and bootstrap again."
+fi

Currently I just commented out these lines, but a proper mechanism would
be nice.

Regards, Tim


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-02 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 21:42 bootstrap regression ? Tim Rühsen
2019-03-02 16:52 ` Gary V. Vaughan
2019-03-02 18:08   ` Tim Rühsen
2019-03-02 23:00     ` Gary V. Vaughan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).