[racket] slideshow-latex installation problems

From: Laurent (laurent.orseau at gmail.com)
Date: Wed Apr 17 09:32:06 EDT 2013

Thanks Matthew.

Do you have any general idea about why there is a 'rm /usr/bin/slideshow'?
I'd be surprised if it was due to the package itself.

Laurent


On Tue, Apr 16, 2013 at 6:11 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:

> I think the `slideshow-latex' package should probably have an
> "info.rkt" that contains
>
>   (define setup-collects '("slideshow/latex"))
>
> so that only the "slideshow/latex" collection is set up. The package
> manager otherwise infers that "slideshow" should be set up.
>
>
> At Tue, 16 Apr 2013 14:50:01 +0200, Laurent wrote:
> > Trying to install slideshow-latex through raco pkg install, I got the
> > following error:
> > delete-file: cannot delete file
> >   path: /usr/bin/slideshow
> >   system error: Permission denied; errno=13
> >
> > It's strange that a package would try to do that. Is this normal?
> >
> > Then, I could not manage to require the package with any of the following
> > lines:
> > (require slideshow-latex)
> > or
> > (require slideshow-latex/slideshow)
> > or
> > (require slideshow-latex/slideshow/latex)
> >
> > What's the correct way of writing it?
> >
> > Laurent
> > ____________________
> >   Racket Users list:
> >   http://lists.racket-lang.org/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130417/59952866/attachment.html>

Posted on the users mailing list.