Closed Chaz6 closed 1 year ago
The No meta file located
seems to indicate that fetch
failed to actually download the sources. Do you have the logs of fetch, and can you reproduce this with RSTAR_DEBUG=1
set?
Hiya, I deleted the folders and re-ran rstar fetch
and I see output like this:-
[2021-01-12T17:20:39] Cloning https://git.tyil.nl/raku/IO::Path::XDG@v0.2.0 to /home/chaz/git/github.com_rakudo_star/src/rakudo-star-modules/IO-Path-XDG
fatal: ambiguous argument 'v0.2.0': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
I just pulled master
on my laptop, ran the rstar clean -s; rstar fetch
and can't reproduce this. I cannot reproduce this on my desktop at home either.
I get this every time; is there any way to debug this further?
You can try to give more information about your system, and try to git clone
the repositories in question manually.
fwiw, I just set up a new Debian (10) server, for use with the Raku bots, and I was not able to reproduce this again, using the latest master
.
Thanks, I will gather some more information and provide an update later today. The host system is CentOS 7 running a recent git version. Is there any way to have the tool output the exact commands it runs?
A "recent" git means wildly different things depending on your situation, please try to be explicit in all cases. The git commands aren't exactly shown, but that can be added. For now, continue with the knowledge that it runs
git init
git remote add origin $url
git fetch origin -a
git reset --hard $branch
After running
rstar fetch
andrstar install
the following modules failed to install:-The relevent log output for this is below.