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
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
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
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].
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
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
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
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
"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 ~ :( $
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
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
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---
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
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
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`:
>
>
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
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
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
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
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
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/
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
>
"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
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
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
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
(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..
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!
(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
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
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).
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 (
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 (
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
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,
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
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
> > $
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:
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/
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
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
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
&
://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
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
>
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:
> >
> >
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
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
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
48 matches
Mail list logo