Re: Debugging cross-compilation dependencies

2022-07-28 Thread Philip McGrath
On Sat, Jul 23, 2022, at 7:30 AM, Philip McGrath wrote: > Hi Guix, > > For the upcoming Racket 8.6 release, I've been trying to get the > Chez-Scheme–based implementation working for architectures without > native code-generation backends [1] and initial support for > cross-compilation. (Full su

Re: "user with UID not found" error

2022-07-28 Thread Chris Marusich
FYI: https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00263.html Sorry for the top post; I'm not on my usual computer. On Wed, Jul 27, 2022 at 12:51 PM Christopher Batten wrote: > > Hmmm ... this made me think that running both was not a great idea? > > > https://access.redhat.com/docum

Re: Guix "issues" bug tracker viewer site down

2022-07-28 Thread Tobias Geerinckx-Rice
Hi Andy, Andy Tai 写道: 502 Bad Gateway Thanks! Sadly, it's been like that for about a week now. You can use https://bugs.gnu.org/ until it returns. We are unable to SSH into berlin to fix this. Luckily, the other vital berlin services (Web site, CI, …) are still up and running. The bad

Re: boiler plate generation with hygenic macros in guile

2022-07-28 Thread Blake Shaw
Hi Maxime & Liliana, I just want to pop in and say thanks for your advice, its been helpful. I almost have the implementation down, but a few tricky bits I still havent got right... (what I'm attempting is a little more tricky than the example I gave here, which I shortened for the sake of transmi

Kernel module build error with system image cross-build

2022-07-28 Thread Frank Terbeck
Good day, good people! I've been playing around with building guix images for a beaglebone black board that's been catching dust in my flat. I've been giving it a go with the template from guix's git repository, like this: guix system image --target=arm-linux-gnueabihf ~/src/guix/gnu/sys

Guix "issues" bug tracker viewer site down

2022-07-28 Thread Andy Tai
https://issues.guix.gnu.org/ is showing 502 Bad Gateway

Re: Garbage Collector

2022-07-28 Thread Gottfried
Hi again, in my config.scm if I add this part (guix-service-type >config => (guix-configuration > (inherit config) > (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes")) at the end of my guix-service-types, it seems to me there I have to make 4 brackets: Or

Re: Garbage Collector

2022-07-28 Thread Gottfried
Hi, when I look at your: (guix-service-type config => (guix-configuration (inherit config) (extra-options (list "--gc-keep-derivations=yes" "--gc-keep-outputs=yes")) Isn't there at the end one bracket too little, to close up the whole thing? Because when I add that to my config.scm

Dual booting

2022-07-28 Thread Paul Jewell via
Good afternoon, Could anyone please share a working configuration for dual booting windows and guix? I have to use windows for work, but use Linux for everything else. I want to put guix on my work laptop so I can stick with Linux when travelling (I am self employed, so there are no IT restri

Re: Old packages in GUIX under Debian stable

2022-07-28 Thread (
On Thu Jul 28, 2022 at 12:50 PM BST, Alexander Asteroth wrote: > One thing I noticed during this process is that the location of the > users profile seems to have changed at some point from .guix-profile to > .config/guix/current and that my shell init files referred to the wrong > location maybe t

Re: Old packages in GUIX under Debian stable

2022-07-28 Thread Alexander Asteroth
Hi Tobias, On Thu, Jul 28 2022, 11:04:21, Tobias Geerinckx-Rice wrote: > Hi Alexander, > >>$ type guix >>guix is hashed ($HOME/.guix-profile/bin/guix) > > You ran 'guix install guix' or the equivalent. Yes, I did that because the guix version installed by Debian at some point started to refused

Re: Old packages in GUIX under Debian stable

2022-07-28 Thread Tobias Geerinckx-Rice
Hi Alexander, >$ type guix >guix is hashed ($HOME/.guix-profile/bin/guix) You ran 'guix install guix' or the equivalent. The solution is simple: 1. Don't :-) Update Guix only with 'guix pull'. 2. Run 'guix remove guix; hash guix' and verify that type now points to ~/.config/guix/current. Ki

Re: Old packages in GUIX under Debian stable

2022-07-28 Thread Alexander Asteroth
Dear Ricardo, On Wed, Jul 27 2022, 16:21:22, Ricardo Wurmus wrote: > Alexander Asteroth writes: > >> I verified that the version of the guix binary is from my current >> profile, the environment variables are freshly set from current >> profile as well. > > Do you mean the ~/.config/guix/current