The describe is not available through planet
#2
Closed
opened 11 years ago by soegaard
·
4 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi,
My install log is below. It fails when describe is to be downloaded.
Is describe necessary, or was it just used to debug something?
/Jens Axel
mba-5:metapict soegaard$ ~/racket-jan-30/racket/racket/bin/raco pkg install pollen
Resolving "pollen" via http://pkgs.racket-lang.org
Downloading
acb0a34a55
The following uninstalled packages are listed as dependencies of pollen:
txexpr
sugar
markdown
Would you like to install these dependencies? [Y/n/a/?] Y
Resolving "txexpr" via http://pkgs.racket-lang.org
Downloading
1146b9d267
Resolving "sugar" via http://pkgs.racket-lang.org
Downloading
ebbdd403f5
Resolving "markdown" via http://pkgs.racket-lang.org
Downloading
1519dfe6e1
The following uninstalled packages are listed as dependencies of sugar:
describe
Would you like to install these dependencies? [Y/n/a/?] Y
Resolving "describe" via http://pkgs.racket-lang.org
Resolving "describe" via http://planet-compats.racket-lang.org
raco pkg install: cannot find package on catalogs
package: describe
A manual (require (planet williams/describe:1:5/describe)) doesn't solve the problem, even though it installs the describe package.
A little investigation shows the problem is not pollen, but sugar.
Thanks. I just added 'describe' to the package server, so it should work now.
Great. Looking forward to using it.