<libertyp1ime>
Hey guys. When searching for modules online, I am able to get results. (i.e. http://docs.racket-lang.org/search/index.html?q=H:memo) But when trying to search my installed packages, I don't seem to get nearly as many useful results, even for modules I know are installed. (e.g. http://racket/search/index.html?q=H:memo). Any reason why this may be?
logicmoo is now known as dmiles
orivej has quit [Read error: Connection reset by peer]
<cemerick>
I've wiped my installation and ~/.racket, re-installed, and gotten the same thing again. Any ideas?
orivej has quit [Ping timeout: 246 seconds]
notzmv has joined #racket
hjek has joined #racket
orivej has joined #racket
_whitelogger has joined #racket
selimcan has quit [Remote host closed the connection]
hjek has quit [Quit: Leaving.]
selimcan has joined #racket
sauvin has quit [Ping timeout: 245 seconds]
<tautologico>
cemerick: maybe something in the environment?
pie__ has quit [Ping timeout: 250 seconds]
<cemerick>
tautologico: I'm open to suggestions. I've started a new shell, etc., and haven't changed my .bashrc and such for some weeks...
<tautologico>
what I've found funny is that the error says "in collection directories: /home/chas/.racket/7.1/collects"
<tautologico>
and it's looking for core packages there
<tautologico>
I think the core packages are usually installed in more "global"/shared locations
<tautologico>
just checked, in my machine .racket/7.1 does not even have a "collects" dir
orivej has quit [Ping timeout: 244 seconds]
<cemerick>
one thing that I did this morning was build racket-on-chez, but surely `make cs` shouldn't touch anything outside of that source directory?
<cemerick>
tautologico: ^
<lexi-lambda>
cemerick: How did you install Racket? And is the PLTCOLLECTS environment variable set to anything?
<cemerick>
lexi-lambda: the generic linux .sh archive, installed to a subdirectory under ~
<cemerick>
PLTCOLLECTS is unset
<lexi-lambda>
cemerick: Using the “in-place” installation scheme?
<cemerick>
lexi-lambda: correct
<cemerick>
all of which worked just fine....Thursday?
<cemerick>
interestingly, drracket appears to work still
<lexi-lambda>
Did you install it specifically into the ~/.racket/7.1 directory? Or did Racket create that?
<cemerick>
racket must have created that; I put it into ~/bin/racket
<lexi-lambda>
If it’s an in-place installation, I would not expect Racket to be looking inside of ~/.racket/7.1/ for the collects/ dir, but I don’t know enough to know what’s gone wrong.
<lexi-lambda>
cemerick: Are you sure you’re invoking the right `racket`? What happens if you run `which racket`?
<cemerick>
lexi-lambda: I don't have racket on PATH at all, I'm invoking `~/bin/racket/bin/racket`
<lexi-lambda>
cemerick: Does `~/bin/racket/bin/racket -e "(simplify-path (find-system-path 'collects-dir))"` print without errors?