Looking at the pkg-build output for `html-parsing`, it looks like its `info.rkt` is missing dependencies on "base", and on "racket-doc" and "scribble-lib" as build dependencies. Packages that are in the main distribution need to be listed as dependencies like any other packages.
Vincent On Thu, 25 Feb 2016 16:30:00 -0600, Neil Van Dyke wrote: > > Can someone clue me in on the "dependency problems" with my packages? > > http://pkgs.racket-lang.org/#%28author:[email protected]%29%28!deprecated%29%28!main-distribution%29%28!main-tests%29 > > For example: > http://pkg-build.racket-lang.org/server/built/deps/html-parsing.txt > > I'm guessing cause might involve how the old McFly stuff is working, > perhaps a `require` it's doing, which the build system doesn't expect? > > Thanks, > Neil V. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/56CF8068.90203%40neilvandyke.org. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/m2twkwpfds.wl-stamourv%40eecs.northwestern.edu. For more options, visit https://groups.google.com/d/optout.
