GNU bug report logs - #62332
error: java-eclipse-aether-Api: unbound variable

Previous Next

Package: guix;

Reported by: Matthew James Kraai <kraai <at> ftbfs.org>

Date: Tue, 21 Mar 2023 13:52:01 UTC

Severity: normal

Done: Matthew James Kraai <kraai <at> ftbfs.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62332 in the body.
You can then email your comments to 62332 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#62332; Package guix. (Tue, 21 Mar 2023 13:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matthew James Kraai <kraai <at> ftbfs.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 21 Mar 2023 13:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matthew James Kraai <kraai <at> ftbfs.org>
To: bug-guix <at> gnu.org
Subject: error: java-eclipse-aether-Api: unbound variable
Date: Tue, 21 Mar 2023 06:51:04 -0700
Hi,

When I run `guix pull`, it displays the following output:

```
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to 38b64d4 (48 new commits)...
Building from this channel:
  guix      https://git.savannah.gnu.org/git/guix.git	38b64d4
substitute: updating substitutes from 'https://substitutes.nonguix.org'... 100.0%
substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
building /gnu/store/qmaxdq9qd8nnyig9qs55bv5ddbqss7d3-compute-guix-derivation.drv...
Computing Guix derivation for 'x86_64-linux'... |Backtrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 (((gnu packages java-compression)) ((gnu packages java-xml)) ((gnu packages libffi)) ((gnu # ?)) ?))
   222:29 18 (map1 (((gnu packages java-xml)) ((gnu packages libffi)) ((gnu packages linux)) ((gnu packages #)) (#) ?))
   222:29 17 (map1 (((gnu packages libffi)) ((gnu packages linux)) ((gnu packages maths)) ((gnu packages maven)) # ?))
   222:29 16 (map1 (((gnu packages linux)) ((gnu packages maths)) ((gnu packages maven)) ((gnu packages #)) ((# ?)) ?))
   222:29 15 (map1 (((gnu packages maths)) ((gnu packages maven)) ((gnu packages maven-parent-pom)) ((gnu # #)) (#) ?))
   222:17 14 (map1 (((gnu packages maven)) ((gnu packages maven-parent-pom)) ((gnu packages ncurses)) ((gnu # #)) # ?))
  3326:17 13 (resolve-interface (gnu packages maven) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
    390:8 12 (_ _)
In ice-9/boot-9.scm:
  3252:13 11 (_)
In ice-9/threads.scm:
    390:8 10 (_ _)
In ice-9/boot-9.scm:
  3536:20  9 (_)
   2835:4  8 (save-module-excursion #<procedure 7ff1f8b574e0 at ice-9/boot-9.scm:3537:21 ()>)
  3556:26  7 (_)
In unknown file:
           6 (primitive-load-path "gnu/packages/maven" #<procedure 7ff1f4d886e0 at ice-9/boot-9.scm:3543:37 ()>)
In ice-9/eval.scm:
    619:8  5 (_ #f)
   626:19  4 (_ #<directory (gnu packages maven) 7ff1f888ae60>)
   173:55  3 (_ #(#(#(#(#(#<directory (gnu packages maven) 7ff1f888ae60> "java-eclipse-aether-test-util") #) #) #) #))
    159:9  2 (_ #(#(#(#(#(#<directory (gnu packages maven) 7ff1f888ae60> "java-eclipse-aether-test-util") #) #) #) #))
   223:20  1 (proc #(#(#(#(#(#<directory (gnu packages maven) 7ff1f888ae60> "java-eclipse-aether-test-?") #) #) #) #))
In unknown file:
           0 (%resolve-variable (7 . java-eclipse-aether-Api) #<directory (gnu packages maven) 7ff1f888ae60>)

ERROR: In procedure %resolve-variable:
error: java-eclipse-aether-Api: unbound variable
guix pull: error: You found a bug: the program '/gnu/store/3ibvvz7wnwxsayssdyb1rbyagx3zd9wh-compute-guix-derivation'
failed to compute the derivation for Guix (version: "38b64d47ed3dfaeb63b859e7a8834e477ffed3a1"; system: "x86_64-linux";
host version: "4f4e4abd3ac3552cbf8596a50b5dade8d111571f"; pull-version: 1).
Please report the COMPLETE output above by email to <bug-guix <at> gnu.org>.
```

This has been happening for some days.  Is there a way to resolve this?

-- 
Matt




Information forwarded to bug-guix <at> gnu.org:
bug#62332; Package guix. (Tue, 21 Mar 2023 17:04:01 GMT) Full text and rfc822 format available.

Message #8 received at 62332 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Matthew James Kraai <kraai <at> ftbfs.org>, 62332 <at> debbugs.gnu.org
Subject: Re: bug#62332: error: java-eclipse-aether-Api: unbound variable
Date: Tue, 21 Mar 2023 18:03:05 +0100
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.

Le 21 mars 2023 14:51:04 GMT+01:00, Matthew James Kraai <kraai <at> ftbfs.org> a écrit :
>Hi,
>
>When I run `guix pull`, it displays the following output:
>
>```
>Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
>Authenticating channel 'guix', commits 9edb3f6 to 38b64d4 (48 new commits)...
>Building from this channel:
>  guix      https://git.savannah.gnu.org/git/guix.git	38b64d4
>substitute: updating substitutes from 'https://substitutes.nonguix.org'... 100.0%
>substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
>substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 100.0%
>building /gnu/store/qmaxdq9qd8nnyig9qs55bv5ddbqss7d3-compute-guix-derivation.drv...
>Computing Guix derivation for 'x86_64-linux'... |Backtrace:
>In ice-9/boot-9.scm:
>   222:29 19 (map1 (((gnu packages java-compression)) ((gnu packages java-xml)) ((gnu packages libffi)) ((gnu # ?)) ?))
>   222:29 18 (map1 (((gnu packages java-xml)) ((gnu packages libffi)) ((gnu packages linux)) ((gnu packages #)) (#) ?))
>   222:29 17 (map1 (((gnu packages libffi)) ((gnu packages linux)) ((gnu packages maths)) ((gnu packages maven)) # ?))
>   222:29 16 (map1 (((gnu packages linux)) ((gnu packages maths)) ((gnu packages maven)) ((gnu packages #)) ((# ?)) ?))
>   222:29 15 (map1 (((gnu packages maths)) ((gnu packages maven)) ((gnu packages maven-parent-pom)) ((gnu # #)) (#) ?))
>   222:17 14 (map1 (((gnu packages maven)) ((gnu packages maven-parent-pom)) ((gnu packages ncurses)) ((gnu # #)) # ?))
>  3326:17 13 (resolve-interface (gnu packages maven) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
>In ice-9/threads.scm:
>    390:8 12 (_ _)
>In ice-9/boot-9.scm:
>  3252:13 11 (_)
>In ice-9/threads.scm:
>    390:8 10 (_ _)
>In ice-9/boot-9.scm:
>  3536:20  9 (_)
>   2835:4  8 (save-module-excursion #<procedure 7ff1f8b574e0 at ice-9/boot-9.scm:3537:21 ()>)
>  3556:26  7 (_)
>In unknown file:
>           6 (primitive-load-path "gnu/packages/maven" #<procedure 7ff1f4d886e0 at ice-9/boot-9.scm:3543:37 ()>)
>In ice-9/eval.scm:
>    619:8  5 (_ #f)
>   626:19  4 (_ #<directory (gnu packages maven) 7ff1f888ae60>)
>   173:55  3 (_ #(#(#(#(#(#<directory (gnu packages maven) 7ff1f888ae60> "java-eclipse-aether-test-util") #) #) #) #))
>    159:9  2 (_ #(#(#(#(#(#<directory (gnu packages maven) 7ff1f888ae60> "java-eclipse-aether-test-util") #) #) #) #))
>   223:20  1 (proc #(#(#(#(#(#<directory (gnu packages maven) 7ff1f888ae60> "java-eclipse-aether-test-?") #) #) #) #))
>In unknown file:
>           0 (%resolve-variable (7 . java-eclipse-aether-Api) #<directory (gnu packages maven) 7ff1f888ae60>)
>
>ERROR: In procedure %resolve-variable:
>error: java-eclipse-aether-Api: unbound variable
>guix pull: error: You found a bug: the program '/gnu/store/3ibvvz7wnwxsayssdyb1rbyagx3zd9wh-compute-guix-derivation'
>failed to compute the derivation for Guix (version: "38b64d47ed3dfaeb63b859e7a8834e477ffed3a1"; system: "x86_64-linux";
>host version: "4f4e4abd3ac3552cbf8596a50b5dade8d111571f"; pull-version: 1).
>Please report the COMPLETE output above by email to <bug-guix <at> gnu.org>.
>```
>
>This has been happening for some days.  Is there a way to resolve this?
>




Information forwarded to bug-guix <at> gnu.org:
bug#62332; Package guix. (Tue, 21 Mar 2023 18:55:02 GMT) Full text and rfc822 format available.

Message #11 received at 62332 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Julien Lepiller <julien <at> lepiller.eu>, Matthew James Kraai
 <kraai <at> ftbfs.org>, 62332 <at> debbugs.gnu.org
Subject: Re: bug#62332: error: java-eclipse-aether-Api: unbound variable
Date: Tue, 21 Mar 2023 19:54:20 +0100
[Message part 1 (text/plain, inline)]
Hi everyone,

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.

Best,
-- 
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]

Reply sent to Matthew James Kraai <kraai <at> ftbfs.org>:
You have taken responsibility. (Wed, 22 Mar 2023 12:20:02 GMT) Full text and rfc822 format available.

Notification sent to Matthew James Kraai <kraai <at> ftbfs.org>:
bug acknowledged by developer. (Wed, 22 Mar 2023 12:20:02 GMT) Full text and rfc822 format available.

Message #16 received at 62332-done <at> debbugs.gnu.org (full text, mbox):

From: Matthew James Kraai <kraai <at> ftbfs.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: Julien Lepiller <julien <at> lepiller.eu>, 62332-done <at> debbugs.gnu.org
Subject: Re: bug#62332: error: java-eclipse-aether-Api: unbound variable
Date: Wed, 22 Mar 2023 05:19:27 -0700
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 20 Apr 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.