Howdy Sergiu, The conflicts file you link to has all the conflicts for everything that `pkg-build` builds. The line relevant for you is:
``` doc "manual": bystroTeX cbor print-debug ratchet riff simply-scheme typed-compose ``` The solution is to rename your manual from `manual.scrbl` to `typed-compose.scrbl`. Scribble outputs are in a kind of "global" namespace. Jay -- Jay McCarthy Associate Professor @ CS @ UMass Lowell http://jeapostrophe.github.io Vincit qui se vincit. -- Jay McCarthy Associate Professor @ CS @ UMass Lowell http://jeapostrophe.github.io Vincit qui se vincit. On Sat, May 1, 2021 at 5:56 AM unlimitedscolobb <[email protected]> wrote: > > Hello, > > I checked my package https://pkgd.racket-lang.org/pkgn/package/typed-compose > recently and noticed that it listed some "Conflicts" in the field "Most > recent build results". On the other hand, the separate field "Conflicts" > slightly above says "None". > > When I open the log shown in "Most recent build results" (attached) it starts > with the line "Install conflicts:", which as far as I get are not the same > thing as "Package Conflicts" explained here in the manual: > https://docs.racket-lang.org/pkg/Package_Concepts.html#(part._concept~3aconflicts) > . > > What are install conflicts? Should I fix them? What is the command that > generates that log? > > (typed-compose also used to have an undeclared dependency, which I have just > fixed by updating it's info.rkt.) > > - > Sergiu > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/03bfa876-6418-41a2-a37a-5c39ad13121cn%40googlegroups.com. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAJYbDamD5-qGfWTVXykUko2%2B1xniTucg1dTdim%2BiEsYKbkMCuA%40mail.gmail.com.

