[racket] Ubuntu PPA update for 6.0.1

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Fri May 9 14:39:20 EDT 2014

I just tried installing this on a docker container with trusty.

It installed fine, but then when I tried to do `raco pkg install
main-distribution-test` to run tests, bad things happened.

First, I got lots of errors of this form:

.racket/6.0.1/pkgs/web-server-test/tests/web-server/util.rkt:10:9:
cannot open module file
  module path: tests/eli-tester
  path: /.racket/6.0.1/pkgs/racket-test/tests/eli-tester.rkt
  system error: No such file or directory; errno=2
  context...:
   standard-module-name-resolver
   /usr/share/racket/collects/compiler/cm.rkt:345:0: compile-zo*
   /usr/share/racket/collects/compiler/cm.rkt:552:26
   /usr/share/racket/collects/compiler/cm.rkt:545:42
   /usr/share/racket/collects/compiler/cm.rkt:510:0: maybe-compile-zo
   /usr/share/racket/collects/compiler/cm.rkt:621:2: do-check

It still didn't work if I tried that require from the REPL, even
though `raco pkg` thought that `eli-tester` was installed.

Sam


On Fri, May 9, 2014 at 2:00 PM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:
> Hi all,
>
> The Ubuntu PPA for Racket has been updated for v6.0.1:
>   https://launchpad.net/~plt/+archive/racket
>
> There are packages for precise, quantal, saucy, and trusty. I've only
> tested it on saucy though.
>
> Let me know if you find any packaging bugs.
>
> Cheers,
> Asumu
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.