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

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

[Octave-bug-tracker] [bug #57044] Use gnulib without hg subrepo and `boo


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #57044] Use gnulib without hg subrepo and `bootstrap` with proper revision control
Date: Fri, 24 Jan 2020 02:21:26 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36

Follow-up Comment #39, bug #57044 (project octave):

>Is it only failing if the revision is not present in the local archive and it
cannot find it by pulling from a remote archive? 

I think gnulib's bootstrap does not pull (fetch) new revisions on it's own. 
At lease I did not observe it and do not find neither "pull" or "fetch" in
that script.

Updating must be done manually.

> But it works properly if the revision is not present in the local archive
but it can access the remote archive to find it?

Again updating must be done manually, I think.

> Or is there some other failure that could happen?

If bootstrap cannot assure the GNULIB_REVISION, it tries to clone a brand new
gnulib repo or bootstrap fails with an error.  This is the good news.  The fix
for avoiding a new clone is more than obvious


cd gnulib
git pull


For a fresh Octave hg clone this never fails, as bootstrap clones a fresh
gnulib repo too.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57044>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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