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

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 &g

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

2023-07-05 Thread Philip McGrath
chnat wrote: > 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 >>> --versio

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].

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 graf

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 reprodu

Re: Racket REPL not working

2023-07-02 Thread Philip McGrath
ne 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 >> /home/ck/.guix-profile/bin/racket >> ck@brak ~ $ /home/ck/.guix-pr

Re: Racket REPL not working

2023-07-01 Thread Philip McGrath
y. > > #+begin_src sh > ck@brak ~ $ racket > Segmentation fault > ck@brak ~ :( $ which racket > /home/ck/.guix-profile/bin/racket > ck@brak ~ $ /home/ck/.guix-profile/bin/racket > Welcome to Racket v8.8 [cs]. > > > #+end_src Could you try something

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 ~ :( $

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/36ckdvyykaz3y5xbcvsbjqj4c7sazg

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---

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

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

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`: > >

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

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

Re: Want to test Racket/Chez on powerpc64le?

2022-08-07 Thread Philip McGrath
Hi, On Mon, Aug 1, 2022, at 5:02 PM, Efraim Flashner wrote: > On Mon, Aug 01, 2022 at 03:46:21PM -0400, Philip McGrath wrote: >> Hi folks, >> >> I have a patch series at https://gitlab.com/philip1/guix-patches/-/tree/zuo >> for the Racket 8.5.900 release candidate

Re: Want to test Racket/Chez on powerpc64le?

2022-08-01 Thread Efraim Flashner
On Mon, Aug 01, 2022 at 03:46:21PM -0400, Philip McGrath wrote: > Hi folks, > > I have a patch series at https://gitlab.com/philip1/guix-patches/-/tree/zuo > for the Racket 8.5.900 release candidate for the imminent Racket 8.6 > release.[1] The patch series also enables Ra

Want to test Racket/Chez on powerpc64le?

2022-08-01 Thread Philip McGrath
Hi folks, I have a patch series at https://gitlab.com/philip1/guix-patches/-/tree/zuo for the Racket 8.5.900 release candidate for the imminent Racket 8.6 release.[1] The patch series also enables Racket CS and the 'chez-scheme-for-racket' package on systems they haven't supp

Re: Racket (require gregor)

2020-12-19 Thread Bonface M. K.
yasu writes: > Hi! > I am tring to use the gregor package using my Racket program: > #lang racket(require gregor) > But it fails with fthe ollowing error: > Unable to locate the zoneinfo database on this computer. We searched > for it in the following places: - /usr/share/

Re: Racket (require gregor)

2020-12-19 Thread Bonface M. K.
Yasuaki Kudo writes: > If no one is working on it or has any plan to do > so, maybe I can volunteer in the future 😊 But I > am still learning both Guix and Racket… 😊 > > (I am thinking of starting a “worker cooperative” > that specializes in legacy enterprise software >

Re: Racket (require gregor)

2020-12-19 Thread Bonface M. K.
"jgart" writes: > There is not a racket-build-system for guix yet, atleast to my knowledge. > > I see we just got a chicken-build-system though :). > > Is anyone working on a racket-build-system? > Yep I am. But I've put a pause on it for now. Couldn

RE: Racket (require gregor)

2020-12-15 Thread Yasuaki Kudo
If no one is working on it or has any plan to do so, maybe I can volunteer in the future 😊 But I am still learning both Guix and Racket… 😊 (I am thinking of starting a “worker cooperative” that specializes in legacy enterprise software replacement projects. Both Guix and Racket will be

Re: Racket (require gregor)

2020-12-12 Thread jgart
There is not a racket-build-system for guix yet, atleast to my knowledge. I see we just got a chicken-build-system though :). Is anyone working on a racket-build-system? December 12, 2020 12:01 PM, help-guix-requ...@gnu.org wrote: > Send Help-Guix mailing list submissions to > hel

Re: Racket (require gregor)

2020-12-12 Thread yasu
Thank you Tobias, it worked! I ended up modifying below section as shown: ~/.racket/7.9/pkgs/tzinfo/tzinfo/private$ nvim zoneinfo.rkt (define default-zoneinfo-search-path (list (path->string (build-path (string-replace (with-output-to-string (lam

Re: Racket (require gregor)

2020-12-11 Thread Tobias Geerinckx-Rice
(Resending, my html email keeps failing... Is this mailing list automatically converting HTML messages to Plain Text or something??) Yes. We have enabled both ‘convert text/html parts to plain text’ and ‘collapse multipart/alternative to its first part content’. If there are users of Racket..

Re: Racket (require gregor)

2020-12-11 Thread Yasuaki Kudo
Damn HTML doesn't work😅 My program is: #lang racket (require gregor) > On Dec 11, 2020, at 21:16, yasu wrote: > > (Resending, my html email keeps failing... Is this mailing list > automatically converting HTML messages to Plain Text or something??) > > > Hi!

Re: Racket (require gregor)

2020-12-11 Thread yasu
(Resending, my html email keeps failing... Is this mailing list automatically converting HTML messages to Plain Text or something??) Hi! I am tring to use the gregor package using my Racket program: #lang racket(require gregor) But it fails with fthe ollowing error: Unable to locate the

Racket (require gregor)

2020-12-11 Thread yasu
Hi! I am tring to use the gregor package using my Racket program: #lang racket(require gregor) But it fails with fthe ollowing error: Unable to locate the zoneinfo database on this computer. We searched for it in the following places: - /usr/share/zoneinfo - /usr/share/lib/zoneinfo - /etc

racket question

2019-11-14 Thread rndd
Is there any way to define function in #rash and use it in #racket? I can create file myfunc.rkt: #lang racket (define func   (+ 1 1)) And require it in ... main.rkt: #lang rash (require "myfunc.rkt") echo $func Like in bash (not sure about syntax, wrote it using touchscreen).

Re: racket

2018-09-13 Thread 宋文武
Benjamin Slade writes: > When run Racket, in the REPL, the first command I execute runs fine. But > the second (no matter what it is, even if it's just the first again) > always produces: > > ; ptr-ref: contract violation > ; expected: (and/c cpointer? (not/c (lambda (

Re: racket

2018-09-12 Thread Christopher Lemmer Webber
Benjamin Slade writes: > When run Racket, in the REPL, the first command I execute runs fine. But > the second (no matter what it is, even if it's just the first again) > always produces: > > ; ptr-ref: contract violation > ; expected: (and/c cpointer? (not/c (lambda (

racket

2018-09-11 Thread Benjamin Slade
When run Racket, in the REPL, the first command I execute runs fine. But the second (no matter what it is, even if it's just the first again) always produces: ; ptr-ref: contract violation ; expected: (and/c cpointer? (not/c (lambda (p) (pointer-equal? p #f ; given: #f ; arg

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-12 Thread Timothy Sample
gt; “zoneinfo” directory in GuixSD. If you install the “tzdata” Racket >> package, things seem to settle down. (It would be better to tell >> “tzinfo” to use the system database, but that’s harder to do.) > > Oh that's true. I guess this was multiple issues. Anyway,

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-12 Thread Christopher Lemmer Webber
Timothy Sample writes: > Christopher Lemmer Webber writes: > >> Likewise, Gregor and Raart do not install: >> >> $ mv ~/.racket ~/.racket-borked >> $ raco pkg install gregor # lots of errors during install >> $ racket >> racket@> (requir

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-12 Thread Gábor Boskovits
Timothy Sample ezt írta (időpont: 2018. aug. 12., V, 4:03): > Christopher Lemmer Webber writes: > > > Likewise, Gregor and Raart do not install: > > > > $ mv ~/.racket ~/.racket-borked > > $ raco pkg install gregor # lots of errors during install > > $

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Timothy Sample
Christopher Lemmer Webber writes: > Likewise, Gregor and Raart do not install: > > $ mv ~/.racket ~/.racket-borked > $ raco pkg install gregor # lots of errors during install > $ racket > racket@> (require gregor) > explode-path: contract violation > expected:

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Christopher Lemmer Webber
e due to leftovers in your raco / dotRacket folder from an older > installation. Would be nice if it were so simple, but: Having removed ~/.racket, try: $ git clone https://github.com/cwebber/racket-linkeddata.git $ cd racket-linkeddata/linkeddata cwebber@jasmine:~/devel/

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Nils Gillmann
Christopher Lemmer Webber transcribed 3.3K bytes: > Timothy Sample writes: > > > Christopher Lemmer Webber writes: > > > >> Konrad Hinsen writes: > >> > >>> In my tests, all packages ended up working, but performance is indeed > >&g

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Christopher Lemmer Webber
Timothy Sample writes: > Christopher Lemmer Webber writes: > >> Konrad Hinsen writes: >> >>> In my tests, all packages ended up working, but performance is indeed >>> worse than with a Racket installation outside of Guix. >>> >>> It

Re: bug#30680: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Timothy Sample
Christopher Lemmer Webber writes: > Konrad Hinsen writes: > >> In my tests, all packages ended up working, but performance is indeed >> worse than with a Racket installation outside of Guix. >> >> It would be nice if someone with more knowledge of Racket internals &

Re: [racket-users] Using Racket's raco on on Guix(SD)

2018-08-11 Thread Christopher Lemmer Webber
://debbugs.gnu.org/cgi/bugreport.cgi?bug=30680 > > Quote: > > I traced this back as far as I could by looking at the Racket compiler > source code. Compilation generates a temporary file in the same > directory where the result is supposed to go. If no errors occur, the &g

Re: racket patch not found

2018-07-19 Thread Chris Marusich
Marco van Hulten writes: > Hi Mark, others— > > Je 14 jul 16:38 skribis Mark: >> Marco van Hulten writes: >> >> > When I install the package `racket' through >> > >> > guix pull &&\ >> > guix package -i racket >

Re: racket patch not found

2018-07-15 Thread Marco van Hulten
Hi Mark, others— Je 14 jul 16:38 skribis Mark: > Marco van Hulten writes: > > > When I install the package `racket' through > > > > guix pull &&\ > > guix package -i racket > > > > I get this error: > > > >

Re: racket patch not found

2018-07-14 Thread Mark H Weaver
Hi, Marco van Hulten writes: > When I install the package `racket' through > > guix pull &&\ > guix package -i racket > > I get this error: > > guix package: error: racket-fix-xform-issue.patch: patch not found This was fixed in commit 57a

racket patch not found

2018-07-14 Thread Marco van Hulten
Hi— When I install the package `racket' through guix pull &&\ guix package -i racket I get this error: guix package: error: racket-fix-xform-issue.patch: patch not found Cheers, —Marco

Re: [racket-users] Using Racket's raco on on Guix(SD)

2018-05-23 Thread Konrad Hinsen
this back as far as I could by looking at the Racket compiler source code. Compilation generates a temporary file in the same directory where the result is supposed to go. If no errors occur, the temporary file is then renamed to become the output. The partial stack traces point to locati