Hi John,

from my racket 6.6 installation ($HOME):

:user/.racket>l
total 20
drwxr-xr-x 5 user users 4096 2016-10-21 05:25 6.6
drwxr-xr-x 5 user users 4096 2016-10-30 06:21 6.7
drwxr-xr-x 2 user users 4096 2016-10-30 06:21 download-cache
-rw-r--r-- 1 user users 5254 2016-10-30 06:25 racket-prefs.rktd
:user/.racket>cd 6.6
:.racket/6.6>l
total 16
drwxr-xr-x 5 user users 4096 2016-10-21 05:26 doc
-rw-r--r-- 1 user users   91 2016-10-21 05:25 links.rktd
drwxr-xr-x 5 user users 4096 2016-10-21 05:25 pkgs
drwxr-xr-x 2 user users 4096 2016-10-21 05:25 share
:.racket/6.6>cd pkgs 
:6.6/pkgs>l
total 16
drwxr-xr-x 4 user users 4096 2016-10-21 05:25 csv-reading
drwxr-xr-x 4 user users 4096 2016-10-21 05:25 mcfly
drwxr-xr-x 4 user users 4096 2016-10-21 05:25 overeasy
-rw-r--r-- 1 user users  373 2016-10-21 05:25 pkgs.rktd
:6.6/pkgs>

....so I thought, that there must be a cvs-reading-pkg in 6.7
too...

?

Cheers
Meino

John Clements <cleme...@brinckerhoff.org> [16-10-30 06:28]:
> 

> > On Oct 29, 2016, at 20:08, meino.cra...@gmx.de wrote:

> > 

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

> 

> Did you mean to write ‘csv-reading’ ? I don’t see a package named cvs-reading.

> 

> John Clements

> 

> > 

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

> 

> 


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