Hi,
On Wed, Jun 04, 2014 at 04:10:01PM +0500, Dmitry Orlov wrote:
> I installed haskell-platform (snapshot) package on current snapshot of
> OpenBSD 5.5.
> During the process i saw:
>
> hs-ghc-paths-0.1.0.8..... Warning: haddock-interfaces:
> /usr/local/share/doc/hs-ghc-paths-0.1.0.8/html/ghc-paths.haddock doesn't
> exist or isn't a file
> hs-ghc-paths-0.1.0.8..... Warning: haddock-html:
> /usr/local/share/doc/hs-ghc-paths-0.1.0.8/html doesn't exist or isn't a
> directory
>
> Is this bug, inaccuracy or whatever?
It's not a bug, it's just ugly.
haskell-platform depends on devel/haddock (both subpackages haddock
and hs-haddock). To build haddock, hs-ghc-paths is needed. So
hs-ghc-paths is built without generating haddock documentation,
causing the register.sh script which is run by pkg_add(1) during
the installation of hs-ghc-paths to print those warning messages.
Ciao,
Kili