[Haskell-cafe] Fwd: Build failure on FC6, ghc66

Conrad Parker conrad at metadecks.org
Sun Dec 10 19:56:35 EST 2006


Hi Haskellers,

I received the following bug report from someone trying to build HOgg
on Fedora Core 6 (FC6) with its ghc66 package. The build error is:

   Could not find module `Data.Map':
     it is a member of package base, which is hidden

I've built HOgg on Debian unstable with its ghc6.6 package without
problems. I know that non-base libraries have been separated out in
the GHC 6.6 release. Is this problem FC6 specific or a bug in HOgg's
cabal setup? any clues?

cheers,

Conrad.

---------- Forwarded message ----------
From: Ian Malone <ibmalone at gmail.com>
Date: 11-Dec-2006 06:36
Subject: Re: [annodex-announce] HOgg 0.2.0 Released
To: Conrad Parker <conrad at metadecks.org>


Hi,

On 06/12/06, Conrad Parker <conrad at metadecks.org> wrote:
> HOgg 0.2.0 Released
> -------------------
>
> The HOgg package provides a commandline tool for manipulating Ogg files,
> and a corresponding Haskell library.
>
>   http://snapper.kfish.org/~conrad/software/hogg/
>

Can't get it to build on FC6, using their ghc66 package, tried
installing hugs98 and haddock as well (although they don't
seem to be related to the problem).
"Could not find module `Data.Map'"

[ian at atlas hogg-0.2.0]$ ./Setup.hs configure
Configuring hogg-0.2.0...
configure: /usr/bin/ghc-pkg
configure: Using install prefix: /usr/local
configure: Binaries installed in: /usr/local/bin
configure: Libraries installed in: /usr/local/lib/hogg-0.2.0/ghc-6.6
configure: Private binaries installed in: /usr/local/libexec
configure: Data files installed in: /usr/local/share/hogg-0.2.0
configure: Using compiler: /usr/bin/ghc
configure: Compiler flavor: GHC
configure: Compiler version: 6.6
configure: Using package tool: /usr/bin/ghc-pkg
configure: Using ar found on system at: /usr/bin/ar
configure: Using haddock found on system at: /usr/bin/haddock
configure: No pfesetup found
configure: Using ranlib found on system at: /usr/bin/ranlib
configure: Using runghc found on system at: /usr/bin/runghc
configure: Using runhugs found on system at: /usr/bin/runhugs
configure: No happy found
configure: No alex found
configure: Using hsc2hs: /usr/bin/hsc2hs
configure: No c2hs found
configure: No cpphs found
configure: No greencard found
[ian at atlas hogg-0.2.0]$ ./Setup.hs build
Preprocessing library hogg-0.2.0...
Preprocessing executables for hogg-0.2.0...
Building hogg-0.2.0...

Codec/Container/Ogg/MessageHeaders.hs:17:7:
    Could not find module `Data.Map':
      it is a member of package base, which is hidden


--
imalone


More information about the Haskell-Cafe mailing list