[racket-users] The mails to the bug tracker don't arrive

2015-04-25 Thread Juan Francisco Cantero Hurtado
Hi, I sent a reply to an old bug report (15008) and the mail apparently didn't arrive. Is the bug tracker working? Should I migrate the bug to github? -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and stop

[racket-users] Re: The mails to the bug tracker don't arrive

2015-04-28 Thread Juan Francisco Cantero Hurtado
wonder if there's a filter somewhere for that account that caught this. Sam On Sat, Apr 25, 2015 at 3:16 PM Juan Francisco Cantero Hurtado i...@juanfra.info wrote: Hi, I sent a reply to an old bug report (15008) and the mail apparently didn't arrive. Is the bug tracker working? Should I

[racket-users] raco exe can't build executables on OpenBSD

2015-04-03 Thread Juan Francisco Cantero Hurtado
When I use a racket version built from source everything works fine but the OpenBSD port has some problems. $ cat mytest.rkt #lang racket (displayln (+ 1 1)) $ racket mytest.rkt 2 $ raco exe mytest.rkt open-output-file: cannot open output file path: /home/juanfra/racket-fallo-exe/exe/mytest

Re: [racket-users] raco exe can't build executables on OpenBSD

2015-04-04 Thread Juan Francisco Cantero Hurtado
On Saturday, April 4, 2015 at 5:10:21 PM UTC+2, Andrew Mauer-Oats wrote: Notice that not only does the output file fail to open, but also the raco pkg show has a similar error. I missed that the first read through.  I see you said you installed manually main-distribution. You could look

[racket-users] Re: racket virtual machine

2015-06-05 Thread Juan Francisco Cantero Hurtado
On 06/05/2015 06:37 AM, Neil Van Dyke wrote: Thanks, Jens Axel, Raoul, and Robby. Different question... For support for writing polished Web browser (and PhoneGap) apps in Racket, any comments on which of the following two options is better (viable, easier to implement and maintain, better

[racket-users] Re: Garbage Collection of Places

2015-08-19 Thread Juan Francisco Cantero Hurtado
On 08/18/2015 08:24 PM, Matthew Flatt wrote: At Mon, 17 Aug 2015 12:21:41 -0700 (PDT), Jack Firth wrote: On Monday, August 17, 2015 at 9:07:15 AM UTC-7, Matthew Flatt wrote: That's an especially basic mistake, and it slipped by because low-level locks are rarely allocated in the run-time

[racket-users] Re: Diagnosing a segfault in production

2015-07-08 Thread Juan Francisco Cantero Hurtado
On 07/09/2015 12:22 AM, Scott Bell wrote: Hi all, We're experiencing a crash on our web app on a daily basis with the following message: Seg fault (internal error) at 0x81a728000 gdb -c racket.core doesn't offer much insight: Core was generated by `racket'. Program terminated

[racket-users] Re: Official Docker images for Racket

2015-09-04 Thread Juan Francisco Cantero Hurtado
On 09/03/2015 08:07 AM, Jack Firth wrote: I've attempted to compile from source in an alpine image, but with no success. There's a bit too much arcane magic there for me to figure out how to do that. Can you show the errors on Alpine? Are you using Alpine in a container or in a virtual/real

[racket-users] Re: Official Docker images for Racket

2015-09-04 Thread Juan Francisco Cantero Hurtado
On 09/04/2015 04:59 PM, Jack Firth wrote: On Friday, September 4, 2015 at 4:51:43 AM UTC-7, Juan Francisco Cantero Hurtado wrote: On 09/03/2015 08:07 AM, Jack Firth wrote: I've attempted to compile from source in an alpine image, but with no success. There's a bit too much arcane magic

[racket-users] Re: Official Docker images for Racket

2015-09-06 Thread Juan Francisco Cantero Hurtado
On 09/06/2015 10:33 PM, Jack Firth wrote: On Sunday, September 6, 2015 at 10:56:16 AM UTC-7, Juan Francisco Cantero Hurtado wrote: On 09/06/2015 01:05 PM, Jack Firth wrote: Alpine provides a glibc package, could I just swap out for that instead? No, they don't provide glibc: https

[racket-users] Re: Official Docker images for Racket

2015-09-06 Thread Juan Francisco Cantero Hurtado
On 09/06/2015 01:05 PM, Jack Firth wrote: On Saturday, September 5, 2015 at 2:54:42 PM UTC-7, Juan Francisco Cantero Hurtado wrote: On 09/04/2015 10:32 PM, Jack Firth wrote: Virtualbox -> Linux -> Docker -> Alpine ^ Which Linux distro? I'm asking because

[racket-users] Re: Problems with building of Racket compiler with multiple threads

2015-09-23 Thread Juan Francisco Cantero Hurtado
What is the OS and the compiler? If you're using some unix-like OS, the output of "ulimit -a" would be useful. On 09/22/2015 10:34 AM, Дмитрий Кашин wrote: Dear all, I wanna notice that it was originally sent into us...@racket-lang.org mailing list, but it was rejected by list's moderator

[racket-users] Re: making games in racket

2015-12-29 Thread Juan Francisco Cantero Hurtado
On 29/12/15 03:06, Matthew Flatt wrote: At Mon, 28 Dec 2015 18:54:10 +0100, Juan Francisco Cantero Hurtado wrote: FYI, I also see the pauses in the game when I move the lateral bars (with Racket 6.3 and git HEAD). I'm using Linux and the output of racket only shows very small pauses. Aha

[racket-users] Re: HTTPS for Racket web sites and packages

2016-01-09 Thread Juan Francisco Cantero Hurtado
Can you change also the snapshots in utah.edu to access to the catalog with https? The server supports https. On 09/01/16 04:54, Matthew Flatt wrote: Sam, Ryan, I, and others have been moving Racket services to HTTPS: https://racket-lang.org/ We're changing all references to use HTTPS, so

Re: [racket-users] Re: HTTPS for Racket web sites and packages

2016-01-09 Thread Juan Francisco Cantero Hurtado
say more about where you're seeing non-HTTPS >URLs? > >At Sun, 10 Jan 2016 00:45:52 +0100, Juan Francisco Cantero Hurtado wrote: >> Can you change also the snapshots in utah.edu to access to the >> catalog >> with https? The server supports https. >> >> On 09/01/

[racket-users] Re: making games in racket

2015-12-28 Thread Juan Francisco Cantero Hurtado
On 27/12/15 16:55, Taro Annual wrote: 2015年12月27日日曜日 11時39分10秒 UTC+9 Matthew Flatt: At Sat, 26 Dec 2015 06:52:19 -0800 (PST), Taro Annual wrote: 2015年12月26日土曜日 21時54分52秒 UTC+9 Matthew Flatt: Can you try a current snapshot to see whether it eliminates pauses?: http://pre.racket-lang.org/

[racket-users] Re: racket not W^X?

2016-04-01 Thread Juan Francisco Cantero Hurtado
On 01/04/16 17:32, Philippe Meunier wrote: Hello, I was reading a discussion about "an upcoming Common Criteria requirement that no memory may be executable and writable at the same time": https://readlist.com/lists/openbsd.org/misc/33/168358.html (Common Criteria = the Common Criteria for

[racket-users] Re: Problems when compiling Racket from source on ARM

2016-08-10 Thread Juan Francisco Cantero Hurtado
On 08/10/2016 01:01 PM, Rene Schöne wrote: Am Mittwoch, 10. August 2016 03:50:41 UTC+2 schrieb Juan Francisco Cantero Hurtado: On 08/08/16 17:17, Rene Schöne wrote: Hello, I am having problems when compiling (the newest version of) Racket from source on an ARM machine (a Cubieboard

[racket-users] Re: Problems when compiling Racket from source on ARM

2016-08-09 Thread Juan Francisco Cantero Hurtado
On 08/08/16 17:17, Rene Schöne wrote: Hello, I am having problems when compiling (the newest version of) Racket from source on an ARM machine (a Cubieboard). The only change I made to the Makefile in the top-level directory is to set CONFIGURE_ARGS_qq = --enable-shared --prefix ~/.local I

[racket-users] Re: Racket Docker images from Alpine

2016-07-13 Thread Juan Francisco Cantero Hurtado
On 13/07/16 05:20, Marc Burns wrote: Hi all, I remember this topic came up on the list a while back. I've made a Docker image of the latest Racket from alpine 3.3 with just musl libc. I had to monkey patch some Racket internals to get this working, so it might be badly and subtly broken.

[racket-users] Re: Racket packaging issues with NetBSD

2016-07-07 Thread Juan Francisco Cantero Hurtado
On 07/07/16 12:29, Jaap Boender wrote: On 07/07/2016 11:27, Jay McCarthy wrote: Hi Jaap, That is the part I am talking about too. If you restart it, it will detect the work done previously. Furthermore, it uses multiple processes for parallelism by default (one for each cpu, although you can

[racket-users] Re: error when intalling racket 6.5 in solaris (a sparc machine)

2016-06-30 Thread Juan Francisco Cantero Hurtado
Install libffi and libtool with: pkg install libffi libtool Then run configure with this command: ./configure --enable-libffi --enable-lt="$(whereis libtool)" On 30/06/16 05:17, WarGrey Gyoudmon Ju wrote: Also, you may want '--disable-libffi' On Thu, Jun 30, 2016 at 11:11 AM, Matthew

[racket-users] Re: Racket packaging issues with NetBSD

2016-07-03 Thread Juan Francisco Cantero Hurtado
On 03/07/16 15:16, Jaap Boender wrote: Hello list, When packaging racket for NetBSD, I noticed that: a) the standard library gets built as part of the install make target b) this happens during one long process, which can take several hours c) if said process gets interrupted, it seems to start

[racket-users] Re: DrRacket on OpenBSD 6.0

2016-09-05 Thread Juan Francisco Cantero Hurtado
On 02/09/16 13:08, Philippe Meunier wrote: Hello, FYI, W^X is now more strictly enforced on OpenBSD so DrRacket is not going to work anymore be default: https://marc.info/?l=openbsd-misc=147273821220405 "We are pleased to announce the official release of OpenBSD 6.0. [...] - Security

[racket-users] Re: How to avoid all packages when building from source?

2020-05-09 Thread Juan Francisco Cantero Hurtado
up with the entire jungle? Is there a way to avoid all these packages? Is there a way to figure where these dependencies are coming from? Use the snapshots from https://snapshot.racket-lang.org/. With that snapshots, you only need to build the interpreter. -- Juan Francisco Cantero Hurtado http