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
  system error: Permission denied; errno=13

(full output in http://dpaste.com/0C6F715.txt )

$ raco pkg config
name:
  6.2.0.2
catalogs:
  http://www.cs.utah.edu/plt/snapshots/20150328-cae1626/catalog/
  http://pkgs.racket-lang.org
  http://planet-compats.racket-lang.org
default-scope:
  user
download-cache-dir:
  /home/juanfra/.racket/download-cache
download-cache-max-files:
  1024
download-cache-max-bytes:
  67108864
trash-max-packages:
  512
trash-max-seconds:
  172800

$ raco pkg show
Installation-wide:
open-output-file: cannot open output file
  path: /usr/local/share/racket/pkgs/.LOCKpkgs.rktd
  system error: Permission denied; errno=13

The port uses racket minimal and I installed manually "main-distribution". 
Racket was compiled with these options: --enable-libffi --enable-gracket 
--enable-foreign --enable-lt=/usr/bin/libtool --disable-backtrace 
--disable-docs --disable-places --disable-futures --enable-extflonum 
--enable-jit. The port also changes "installation-name" in config.rktd from 
"snapshot" to the version number.

Maybe the port is breaking racket somewhere. Any idea?.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to