> It should now be fixed with commit
> ba42da245bdb50aa98eecfeea8d207cefa209d48.
Fixed indeed. (Wish I understood why it only failed as non-root but oh well.)
It should now be fixed with commit
ba42da245bdb50aa98eecfeea8d207cefa209d48.
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
Pierre Neidhardt writes:
> I think I found a dependency cycle:
>
> javascript.scm -> lisp-xyz.scm -> gtk.scm -> pdf.scm -> javascript.scm.
No this is not the issue. The issue is that uglify-js inherits from
sbcl-cl-uglify-js, in thus it must be defined in the same module.
So I'll move them toge
> How can I reproduce this?
That's what I'm trying to figure out myself. I know I can reproduce it
across pulls, but only in my environment (and not yet as root). Given
the information about dependency cycles, I can look into Guile
behavior which I am not versed at all with.
>> Hmm... I'm experi
Pierre Neidhardt writes:
> Hmm... I'm experiencing a similar issue on 83870c3.
I can reproduce this.
--
Ricardo
Jacob MacDonald writes:
> guix package --show is failing for me for packages which reference
> sbcl-cl-uglify-js. This has been happening for a few guix pull generations,
> but only occurs in my user's Guix profile. Running the same command as root
> or through ./pre-inst-env (on the same versi
I think I found a dependency cycle:
javascript.scm -> lisp-xyz.scm -> gtk.scm -> pdf.scm -> javascript.scm.
What's the best option here? I could move uglify-js back to
lisp-xyz.scm. Or move it to a separate uglify-js.scm file.
Thoughts?
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.a
Hmm... I'm experiencing a similar issue on 83870c3.
--8<---cut here---start->8---
$ guix show sbcl-alexandria
Backtrace:
In ice-9/boot-9.scm:
222:29 19 (map1 (((gnu packages gettext)) ((gnu packages ghostscript)) ((gnu
packages gl)) ((gnu packages glib)) ((g
I'm still experiencing the issue as of
a9650f113527a1f7175ce0ae1026941ece13352e. The changes you mention seem to
be the most likely culprit, but I've made no further progress in debugging.
Thanks, I'll have to pull down the most recent build when I'm on a more
robust connection. After some more log-reading I think I've narrowed the
problem down, though I'm not sure what the cause is. The root profile and
my user profile are unique (this is probably trivial and intended), but
share al
Hi,
I don't have an answer, but for what it's worth I've recently moved
uglify-js to a different module. This probably has to do with your issue.
--
Pierre Neidhardt
https://ambrevar.xyz/
signature.asc
Description: PGP signature
guix package --show is failing for me for packages which reference
sbcl-cl-uglify-js. This has been happening for a few guix pull generations,
but only occurs in my user's Guix profile. Running the same command as root
or through ./pre-inst-env (on the same version of the tree) doesn't cause
an err
12 matches
Mail list logo