The unlib package is an old PLaneT package, so it won’t show up
when you run `raco pkg show`. It’s a dependency of the snooze package
(also from PLaneT), which you appear to have installed. Unfortunately,
the unlib package appears to have bitrotted, so it won’t build on
modern Racket (due to naming conflicts with new exports from #lang
scheme that didn’t use to exist). I’ve actually been looking into
bringing snooze and unlib up to date, just in the past few days,
but unfortunately, it doesn’t seem to be trivial.

Anyway, in the meantime, you should be able to uninstall snooze and
unlib by using the `raco planet remove` command. That should get
rid of the setup errors.

> On Mar 21, 2017, at 12:33 PM, Daniel Bastos <dbas...@toledo.com>
> wrote:
> 
> On Tue, Mar 21, 2017 at 1:16 PM, John Clements <cleme...@brinckerhoff.org>
> wrote:
>> It looks to me as though this error may have nothing to do with
>> beautiful racket, and that beautiful racket may have installed
>> successfully.
>> 
>> In particular, it looks like an error occurred while building the
>> docs for ‘unlib’, and that the ‘unlib’ library is something that
>> you had installed previously. Is this possible?
> 
> It's possible, though I don't remember installing it.  The system
> seems to say it's not installed.
> 
> %raco pkg show unlib
> Installation-wide:
> [none]
> User-specific for installation "6.6":
> [none]
> %

-- 
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