<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">What do you get running <font face="Source Code Pro" class="">raco pkg show</font>? (Run <font face="Courier" class="">raco pkg show -l</font> if you’re using a dev build.)</div><div class=""><br class=""></div><div class="">That should tell you what packages Racket thinks you have installed.</div><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 10, 2015, at 18:38, Matthew Flatt <<a href="mailto:mflatt@cs.utah.edu" class="">mflatt@cs.utah.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">At Tue, 10 Feb 2015 18:19:40 -0800, Ryan Davis wrote:<br class=""><blockquote type="cite" class="">10045 % raco pkg install cover/<br class="">raco setup: given collection path: "cover" refers to the same directory as <br class="">another given collection path, "zenspider/cover"<br class=""></blockquote><br class="">I think you have the enclosing directory "zenspider" installed as a<br class="">package. Does `raco pkg remove zenspider` have any effect?<br class=""><br class="">In v6.1.1.8, you'd get an error from `raco pkg install cover/`<br class="">complaining about the overlap f directories among packages. In v6.1.1,<br class="">that check wasn't yet in place, and the collision is detected later by<br class="">`raco setup` (as run by `raco pkg install`).<br class=""><br class="">____________________<br class="">  Racket Users list:<br class="">  <a href="http://lists.racket-lang.org/users" class="">http://lists.racket-lang.org/users</a><br class=""></div></blockquote></div><br class=""></body></html>