GNU bug report logs -
#62332
error: java-eclipse-aether-Api: unbound variable
Previous Next
Full log
Message #16 received at 62332-done <at> debbugs.gnu.org (full text, mbox):
Hi,
On Tue, Mar 21, 2023 at 07:54:20PM +0100, Josselin Poiret wrote:
> Julien Lepiller <julien <at> lepiller.eu> writes:
>
> > How weird, I don't see it spelled like that in the repository (latest master). I don't see any recent change in the file either.
> >
> > Maybe there's an issue with your local checkout.
> > Guix has a checkout of the repository in one of the directories of ~/.cache/guix/checkouts. You should be able to locate it from its contents. What's the output of "git status" and "git diff"?
> >
> > If there's tome change, you could try "git checkout ." to reset the repo to its original state.
>
> A stronger `git clean -dfv .` might be necessary to remove any stray
> files as well.
Thank you both for the suggestions. The Guix checkout on my system is
~/.cache/guix/checkouts/pjmkglp4t7znuugeurpurzikxq3tnlaywmisyr27shj7apsnalwq
`git status` output
```
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
```
`git diff` didn't output anything.
`git clean -dfv .` said that `error: unknown switch `v'`, but after I
ran `git clean -dfx .`, `guix pull` succeeded!
--
Matt
This bug report was last modified 2 years and 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.