2htpd dependency not found #19

Closed
opened 10 years ago by frandibar · 3 comments
frandibar commented 10 years ago (Migrated from github.com)

Pollen installation fails because a dependency is not found.

$ raco pkg install pollen
Resolving "pollen" via http://download.racket-lang.org/releases/6.0.1/catalog/
Resolving "pollen" via http://pkgs.racket-lang.org
Using cached14089292021408929202455 for https://github.com/mbutterick/pollen/tarball/a834a99861b82581d188f1f0c51ffe63f14ace1a
The following uninstalled packages are listed as dependencies of pollen:
   base
   txexpr
   sugar
   markdown
   2htdp
Would you like to install these dependencies? [Y/n/a/?] 
Resolving "base" via http://download.racket-lang.org/releases/6.0.1/catalog/
Using cached14089177191408917719518 for http://download.racket-lang.org/releases/6.0.1/pkgs/base.zip
Resolving "txexpr" via http://download.racket-lang.org/releases/6.0.1/catalog/
Resolving "txexpr" via http://pkgs.racket-lang.org
Using cached14089177281408917728344 for https://github.com/mbutterick/txexpr/tarball/724a7f5ee011d137643aa2b7a423e6fd2471a347
Resolving "sugar" via http://download.racket-lang.org/releases/6.0.1/catalog/
Resolving "sugar" via http://pkgs.racket-lang.org
Using cached14089177361408917736154 for https://github.com/mbutterick/sugar/tarball/aa57e3e4f2621e7fa6ec4ce7cf3733696be158a4
Resolving "markdown" via http://download.racket-lang.org/releases/6.0.1/catalog/
Resolving "markdown" via http://pkgs.racket-lang.org
Using cached14089177421408917742106 for https://github.com/greghendershott/markdown/tarball/9266c25ca333ef2f45c09ee30385de0c314baa61
Resolving "2htdp" via http://download.racket-lang.org/releases/6.0.1/catalog/
Resolving "2htdp" via http://pkgs.racket-lang.org
Resolving "2htdp" via http://planet-compats.racket-lang.org
raco pkg install: cannot find package on catalogs
  package: 2htdp
Pollen installation fails because a dependency is not found. ``` $ raco pkg install pollen Resolving "pollen" via http://download.racket-lang.org/releases/6.0.1/catalog/ Resolving "pollen" via http://pkgs.racket-lang.org Using cached14089292021408929202455 for https://github.com/mbutterick/pollen/tarball/a834a99861b82581d188f1f0c51ffe63f14ace1a The following uninstalled packages are listed as dependencies of pollen: base txexpr sugar markdown 2htdp Would you like to install these dependencies? [Y/n/a/?] Resolving "base" via http://download.racket-lang.org/releases/6.0.1/catalog/ Using cached14089177191408917719518 for http://download.racket-lang.org/releases/6.0.1/pkgs/base.zip Resolving "txexpr" via http://download.racket-lang.org/releases/6.0.1/catalog/ Resolving "txexpr" via http://pkgs.racket-lang.org Using cached14089177281408917728344 for https://github.com/mbutterick/txexpr/tarball/724a7f5ee011d137643aa2b7a423e6fd2471a347 Resolving "sugar" via http://download.racket-lang.org/releases/6.0.1/catalog/ Resolving "sugar" via http://pkgs.racket-lang.org Using cached14089177361408917736154 for https://github.com/mbutterick/sugar/tarball/aa57e3e4f2621e7fa6ec4ce7cf3733696be158a4 Resolving "markdown" via http://download.racket-lang.org/releases/6.0.1/catalog/ Resolving "markdown" via http://pkgs.racket-lang.org Using cached14089177421408917742106 for https://github.com/greghendershott/markdown/tarball/9266c25ca333ef2f45c09ee30385de0c314baa61 Resolving "2htdp" via http://download.racket-lang.org/releases/6.0.1/catalog/ Resolving "2htdp" via http://pkgs.racket-lang.org Resolving "2htdp" via http://planet-compats.racket-lang.org raco pkg install: cannot find package on catalogs package: 2htdp ```
frandibar commented 10 years ago (Migrated from github.com)

I guess this is a duplicate of #18

I guess this is a duplicate of #18
frandibar commented 10 years ago (Migrated from github.com)

As a workaround, install dependencies manually and then install pollen ignoring the dependency check as follows:

$ raco pkg install base
$ raco pkg install txexpr
$ raco pkg install sugar
$ raco pkg install markdown
$ raco pkg install --deps force pollen
As a workaround, install dependencies manually and then install pollen ignoring the dependency check as follows: ``` $ raco pkg install base $ raco pkg install txexpr $ raco pkg install sugar $ raco pkg install markdown $ raco pkg install --deps force pollen ```
mbutterick commented 10 years ago (Migrated from github.com)

After I push a fix here, it takes a few minutes for the Racket package server to notice & update its cache. Looks like you just installed at an unlucky moment — raco pkg install pollen should work now with the new dependency fixes.

After I push a fix here, it takes a few minutes for the Racket package server to notice & update its cache. Looks like you just installed at an unlucky moment — `raco pkg install pollen` should work now with the new dependency fixes.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen#19
Loading…
There is no content yet.