Sorry, I should have just included the full error the first time. I get: $ raco pkg migrate 7.8 Packages to install: binaryio feature-profile gregor html-parsing interactive-brokers-api sxml tasks threading webscraperhelper 00: Resolving "binaryio" via https://download.racket-lang.org/releases/7.9/catalog/ 01: Resolving "feature-profile" via https://download.racket-lang.org/releases/7.9/catalog/ 02: Resolving "gregor" via https://download.racket-lang.org/releases/7.9/catalog/ 03: Resolving "html-parsing" via https://download.racket-lang.org/releases/7.9/catalog/ 05: Resolving "sxml" via https://download.racket-lang.org/releases/7.9/catalog/ 06: Resolving "tasks" via https://download.racket-lang.org/releases/7.9/catalog/ 04: Resolving "interactive-brokers-api" via https://download.racket-lang.org/releases/7.9/catalog/ 07: Resolving "threading" via https://download.racket-lang.org/releases/7.9/catalog/ raco pkg migrate: cannot find package on catalogs package: threading raco pkg migrate: cannot find package on catalogs package: html-parsing raco pkg migrate: cannot find package on catalogs package: interactive-brokers-api raco pkg migrate: cannot find package on catalogs package: sxml raco pkg migrate: cannot find package on catalogs package: tasks raco pkg migrate: cannot find package on catalogs package: gregor raco pkg migrate: cannot find package on catalogs package: binaryio raco pkg migrate: cannot find package on catalogs package: binaryio
Evan On Monday, November 9, 2020 at 3:32:04 PM UTC-10 Matthew Flatt wrote: > At Mon, 9 Nov 2020 16:28:32 -0800 (PST), evdubs wrote: > > Looking at https://download.racket-lang.org/releases/7.9/catalog/, an > > uncaught exception is being thrown. This error is being returned by > other > > versions, too (7.8 and 7.7 at least). > > When that URL is used as a catalog by `raco pkg`, it doesn't look for > HTML files or "index.html" --- and there's currently no "index.html" > installed at that path, so that's why you get an address when using the > address directly in a browser. > > But that catalog works for me. For example, > > raco pkg catalog-show \ > --catalog https://download.racket-lang.org/releases/7.9/catalog/ \ > racket-lib > > shows information for "racket-lib", and > > raco pkg catalog-copy \ > https://download.racket-lang.org/releases/7.9/catalog/ \ > pkgs-copy/ > > creates a local catalog listing many packages. > > > What package couldn't be migrated? > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/a84f5372-8d83-4186-b998-5f9dd7e25e86n%40googlegroups.com.