Hi, While using racket 6.6 I installed the package 'cvs-reading' in $HOME with 'raco pkg install cvs-reading' as me (not as root).
Now, after updateing to racket 6.7, this package cannot longer be 'require'd : > (require cvs-reading) ; readline-input:1:9: collection not found ; for module path: cvs-reading ; collection: "cvs-reading" ; in collection directories: ; /home/mccramer/.racket/6.7/collects ; /usr/local/share/racket/collects ; ... [156 additional linked and package directories] ; [,bt for context] According to that output, all packages installed prior to racket 6.7 are now no longer available since installed under /home/mccramer/.racket/6.7/collects (that is: not version independantly). Forthermore: Repeating the above command raco pkg install cvs-reading fails with: Resolving "cvs-reading" via https://download.racket-lang.org/releases/6.7/catalog/ Resolving "cvs-reading" via https://pkgs.racket-lang.org Resolving "cvs-reading" via https://planet-compats.racket-lang.org raco pkg install: cannot find package on catalogs package: cvs-reading [1] 29873 exit 1 raco pkg install cvs-reading Suppose I had installed 20 instead of only one package... Do I need to reinstall all packages when upgrading racket (hopefully not)...? How can I reanimate my sources, which depends on 'cvs-reading'? Cheers, Meino -- 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.