* bug#38600: Unbound variable for some package --show invocations.
@ 2019-12-14 1:08 Jacob MacDonald
2019-12-15 16:37 ` Efraim Flashner
0 siblings, 1 reply; 6+ messages in thread
From: Jacob MacDonald @ 2019-12-14 1:08 UTC (permalink / raw)
To: 38600
Noticed the problem with cl-slime-swank, but seems to happen with a
variety of packages including sbcl-cl-uglify-js itself. I checked
javascript.scm, which does import lisp-xyz; Haven't done any deeper
debugging to discover possible causes.
Backtrace follows.
$ guix package --show=sbcl-cl-uglify-js
Backtrace:
In ice-9/boot-9.scm:
222:29 19 (map1 (((gnu packages gettext)) ((gnu packages #)) (#) …))
222:29 18 (map1 (((gnu packages ghostscript)) ((gnu packages …)) …))
222:29 17 (map1 (((gnu packages gl)) ((gnu packages glib)) ((…)) …))
222:29 16 (map1 (((gnu packages glib)) ((gnu packages gnome)) # …))
222:29 15 (map1 (((gnu packages gnome)) ((gnu packages gnupg)) # …))
222:29 14 (map1 (((gnu packages gnupg)) ((gnu packages #)) ((…)) …))
222:29 13 (map1 (((gnu packages gstreamer)) ((gnu packages #)) # …))
222:29 12 (map1 (((gnu packages gtk)) ((gnu packages image)) (#) …))
222:29 11 (map1 (((gnu packages image)) ((gnu packages #)) ((…)) …))
222:29 10 (map1 (((gnu packages imagemagick)) ((gnu packages …)) …))
222:17 9 (map1 (((gnu packages javascript)) ((gnu packages #)) …))
2800:17 8 (resolve-interface (gnu packages javascript) #:select _ …)
In ice-9/threads.scm:
390:8 7 (_ _)
In ice-9/boot-9.scm:
2726:13 6 (_)
In ice-9/threads.scm:
390:8 5 (_ _)
In ice-9/boot-9.scm:
2994:20 4 (_)
2312:4 3 (save-module-excursion #<procedure 7fbf1f28b330 at ice-…>)
3014:26 2 (_)
In unknown file:
1 (primitive-load-path "gnu/packages/javascript" #<proced…>)
In gnu/packages/javascript.scm:
460:10 0 (_)
gnu/packages/javascript.scm:460:10: error: sbcl-cl-uglify-js: unbound variable
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#38600: Unbound variable for some package --show invocations.
2019-12-14 1:08 bug#38600: Unbound variable for some package --show invocations Jacob MacDonald
@ 2019-12-15 16:37 ` Efraim Flashner
2019-12-15 23:31 ` Jacob MacDonald
[not found] ` <CACy6W0AsihR_8Sp8SUFaCzMDU=FTCN=Q=XMMcpQJqURYJR1G1g@mail.gmail.com>
0 siblings, 2 replies; 6+ messages in thread
From: Efraim Flashner @ 2019-12-15 16:37 UTC (permalink / raw)
To: Jacob MacDonald; +Cc: 38600
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
If you run 'guix pull' again do you still get the same errors?
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#38600: Unbound variable for some package --show invocations.
2019-12-15 16:37 ` Efraim Flashner
@ 2019-12-15 23:31 ` Jacob MacDonald
[not found] ` <CACy6W0AsihR_8Sp8SUFaCzMDU=FTCN=Q=XMMcpQJqURYJR1G1g@mail.gmail.com>
1 sibling, 0 replies; 6+ messages in thread
From: Jacob MacDonald @ 2019-12-15 23:31 UTC (permalink / raw)
To: 38600
Yes, though interestingly I can't reproduce in a development tree at
the commit used when I submitted the report
(9f9520a1299fccd8508d03ce0c9280c6e0030207). In summary:
Error occurs:
1. In 9f9520a1299fccd8508d03ce0c9280c6e0030207
2. In 00386d3430f12710997f17091a55c07323ff138c
3. In 00386d3430f12710997f17091a55c07323ff138c after running guix pull
once again (this did cause a rebuild of compute-guix-derivation)
Error does not occur:
In the Guix source tree (using the pre-inst-env script) @
9f9520a1299fccd8508d03ce0c9280c6e0030207
Would it be useful to compare the hashes for packages I build manually
to hashes of the packages from the substitute server? If so, what
packages should I check and what's the easiest way (and is guix
challenge useful in this situation [forgive me, I'm pretty unfamiliar
with debugging this kind of error in Guix])?
On Sun, Dec 15, 2019 at 8:38 AM Efraim Flashner <efraim@flashner.co.il> wrote:
>
> If you run 'guix pull' again do you still get the same errors?
>
> --
> Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
> GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
> Confidentiality cannot be guaranteed on emails sent or received unencrypted
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <CACy6W0AsihR_8Sp8SUFaCzMDU=FTCN=Q=XMMcpQJqURYJR1G1g@mail.gmail.com>]
* bug#38600: Unbound variable for some package --show invocations.
[not found] ` <CACy6W0AsihR_8Sp8SUFaCzMDU=FTCN=Q=XMMcpQJqURYJR1G1g@mail.gmail.com>
@ 2019-12-16 9:41 ` Efraim Flashner
2019-12-16 17:18 ` Jacob MacDonald
0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2019-12-16 9:41 UTC (permalink / raw)
To: Jacob MacDonald; +Cc: 38600-done
[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]
On Sun, Dec 15, 2019 at 03:22:02PM -0800, Jacob MacDonald wrote:
> Yes, though interestingly I can't reproduce in a development tree at
> the commit used when I submitted the report
> (9f9520a1299fccd8508d03ce0c9280c6e0030207). In summary:
>
> Error occurs:
> 1. In 9f9520a1299fccd8508d03ce0c9280c6e0030207
> 2. In 00386d3430f12710997f17091a55c07323ff138c
> 3. In 00386d3430f12710997f17091a55c07323ff138c after running guix pull
> once again (this did cause a rebuild of compute-guix-derivation)
> Error does not occur:
> In the Guix source tree (using the pre-inst-env script) @
> 9f9520a1299fccd8508d03ce0c9280c6e0030207
>
> Would it be useful to compare the hashes for packages I build manually
> to hashes of the packages from the substitute server? If so, what
> packages should I check and what's the easiest way (and is guix
> challenge useful in this situation [forgive me, I'm pretty unfamiliar
> with debugging this kind of error in Guix])?
I think it's more likely that it's a transitive error and while it
shouldn't have happened it's probably not worth worrying about.
>
> On Sun, Dec 15, 2019 at 8:38 AM Efraim Flashner <efraim@flashner.co.il> wrote:
> >
> > If you run 'guix pull' again do you still get the same errors?
> >
> > --
> > Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
> > GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
> > Confidentiality cannot be guaranteed on emails sent or received unencrypted
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-12-16 17:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-14 1:08 bug#38600: Unbound variable for some package --show invocations Jacob MacDonald
2019-12-15 16:37 ` Efraim Flashner
2019-12-15 23:31 ` Jacob MacDonald
[not found] ` <CACy6W0AsihR_8Sp8SUFaCzMDU=FTCN=Q=XMMcpQJqURYJR1G1g@mail.gmail.com>
2019-12-16 9:41 ` Efraim Flashner
2019-12-16 17:18 ` Jacob MacDonald
2019-12-16 17:18 ` Jacob MacDonald
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
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).