Re: Racket REPL not working

2023-08-23 Thread Chris Keschnat
Simon Tournier writes: > Hi, > > Sorry for the late reply. > > On Sun, 02 Jul 2023 at 15:57, "Philip McGrath" > wrote: > >>> ck@brak ~ $ guix shell --no-grafts racket -- racket --version >>> Welcome to Racket v8.8 [cs]. > >> I'm not exactly sure how to do this, but can we determine which

Re: Racket REPL not working

2023-08-23 Thread Simon Tournier
Hi, Sorry for the late reply. On Sun, 02 Jul 2023 at 15:57, "Philip McGrath" wrote: >> ck@brak ~ $ guix shell --no-grafts racket -- racket --version >> Welcome to Racket v8.8 [cs]. > I'm not exactly sure how to do this, but can we determine which grafts > are otherwise being applied to

How to find what grafts have been applied? [Was: Racket REPL not working]

2023-07-05 Thread Philip McGrath
Can anyone offer advice on how to debug a potential grafting problem? (It seems like it might be something similar to .) Unfortunately I haven't been able to reproduce the crashes on my system. Philip On Wed, Jul 5, 2023, at 12:16 AM, Chris Keschnat wrote: >

Re: Racket REPL not working

2023-07-04 Thread Chris Keschnat
Sorry, I would not know how to find that out. "Philip McGrath" writes: > On Sun, Jul 2, 2023, at 12:12 PM, Chris Keschnat wrote: >> This works >> >> ck@brak ~ $ guix shell --no-grafts racket -- racket >> --version >> Welcome to Racket v8.8 [cs]. >>> >> > > That's very useful! > > I'm not

Re: Racket REPL not working

2023-07-02 Thread Philip McGrath
On Sun, Jul 2, 2023, at 12:12 PM, Chris Keschnat wrote: > This works > > ck@brak ~ $ guix shell --no-grafts racket -- racket > --version > Welcome to Racket v8.8 [cs]. >> > That's very useful! I'm not exactly sure how to do this, but can we determine which grafts are otherwise being applied to

Re: Racket REPL not working

2023-07-02 Thread Chris Keschnat
This works ck@brak ~ $ guix shell --no-grafts racket -- racket --version Welcome to Racket v8.8 [cs]. > "Philip McGrath" writes: > On Sat, Jul 1, 2023, at 7:41 AM, Chris Keschnat wrote: >> "Philip McGrath" writes: >>> Are any of you able to reproduce the problem consistently at this

Re: Racket REPL not working

2023-07-02 Thread Philip McGrath
On Sat, Jul 1, 2023, at 10:31 PM, Philip McGrath wrote: > On Sat, Jul 1, 2023, at 7:41 AM, Chris Keschnat wrote: >> "Philip McGrath" writes: >>> Are any of you able to reproduce the problem consistently at this point? >> >> Jup. I can provide info if anyone wants/asks, but I have no idea how to

Re: Racket REPL not working

2023-07-01 Thread Philip McGrath
On Sat, Jul 1, 2023, at 7:41 AM, Chris Keschnat wrote: > "Philip McGrath" writes: >> Are any of you able to reproduce the problem consistently at this point? > > Jup. I can provide info if anyone wants/asks, but I have no idea how to > debug this myself unfortunately. > > #+begin_src sh >

Re: Racket REPL not working

2023-07-01 Thread Chris Keschnat
"Philip McGrath" writes: > Are any of you able to reproduce the problem consistently at this point? Jup. I can provide info if anyone wants/asks, but I have no idea how to debug this myself unfortunately. #+begin_src sh ck@brak ~ $ racket Segmentation fault ck@brak ~ :( $ which racket

Re: Racket REPL not working

2023-06-30 Thread Philip McGrath
Hi, On Fri, Jun 30, 2023, at 12:52 AM, Chris Keschnat wrote: > Hi, > to me/on my machine this seems to be some environment issue. > > Locations are the same: > #+begin_src sh > ck@brak ~ $ guix shell racket -- which racket > /gnu/store/36ckdvyykaz3y5xbcvsbjqj4c7sazgsm-profile/bin/racket > >

Re: Racket REPL not working

2023-06-29 Thread Chris Keschnat
Hi, to me/on my machine this seems to be some environment issue. Locations are the same: #+begin_src sh ck@brak ~ $ guix shell racket -- which racket /gnu/store/36ckdvyykaz3y5xbcvsbjqj4c7sazgsm-profile/bin/racket ck@brak ~ $ which racket /home/ck/.guix-profile/bin/racket ck@brak ~

Re: Racket REPL not working

2023-05-17 Thread Giovanni Biscuolo
Hello, Efraim Flashner writes: [...] > I was able to run 'guix shell racket -- racket --version' with it > segfaulting. Same thing when I switched to using the same commit that > you're using. I'm using this Guix commit: --8<---cut here---start->8---

Re: Racket REPL not working

2023-05-15 Thread Zelphir Kaltstahl
On 5/15/23 18:18, Efraim Flashner wrote: On Sun, May 14, 2023 at 09:56:35PM +, Zelphir Kaltstahl wrote: Hello Guix users / package maintainers, I updated guix today using `guix pull && guix package -u`, but even before that, I had an issue starting a Racket REPL simply entering `racket`:

Re: Racket REPL not working

2023-05-15 Thread Zelphir Kaltstahl
On 5/15/23 02:20, Felix Lechner wrote: Hi Zelphir, On Sun, May 14, 2023 at 2:57 PM Zelphir Kaltstahl wrote: I updated guix today using `guix pull && guix package -u`, but even before that, I had an issue starting a Racket REPL simply entering `racket`: Following your lead, I just updated

Re: Racket REPL not working

2023-05-15 Thread Efraim Flashner
On Sun, May 14, 2023 at 09:56:35PM +, Zelphir Kaltstahl wrote: > Hello Guix users / package maintainers, > > I updated guix today using `guix pull && guix package -u`, but even before > that, I had an issue starting a Racket REPL simply entering `racket`: > > > $ racket > Segmentation

Re: Racket REPL not working

2023-05-14 Thread Felix Lechner via
Hi Zelphir, On Sun, May 14, 2023 at 2:57 PM Zelphir Kaltstahl wrote: > > I updated guix today using `guix pull && guix package -u`, but even before > that, > I had an issue starting a Racket REPL simply entering `racket`: Following your lead, I just updated Racket to the latest version (via

Racket REPL not working

2023-05-14 Thread Zelphir Kaltstahl
Hello Guix users / package maintainers, I updated guix today using `guix pull && guix package -u`, but even before that, I had an issue starting a Racket REPL simply entering `racket`: $ racket Segmentation fault (core dumped) I am currently at guix: $ guix describe