You are not logged in.

#1 2010-01-02 04:15:25

espo
Member
From: Stuttgart - Germany
Registered: 2006-08-11
Posts: 74

xmonbar-darcs Problem

Hey all,

i got a small problem i tried to install xmobar-darcs from aur there i need haskel-hinotify there i got this error

[2 of 2] Compiling System.INotify   ( dist/build/System/INotify.hs, dist/build/System/INotify.o )

src/System/INotify.hsc:61:30:
    Ambiguous occurrence `FD'
    It could refer to either `System.INotify.FD', defined at src/System/INotify.hsc:54:5
                          or `System.Posix.Internals.FD', imported from System.Posix.Internals at src/System/INotify.hsc:50:0-28

src/System/INotify.hsc:172:46:
    Not in scope: data constructor `Stream'

after this is tried to build the missing posix thing (haskell-posix-realtime) but there i got this error:

[6 of 6] Compiling System.Posix.Realtime.MQueue ( dist/build/System/Posix/Realtime/MQueue.hs, dist/build/System/Posix/Realtime/MQueue.o )

System/Posix/Realtime/MQueue.hsc:235:24:
    Couldn't match expected type `IOError'
           against inferred type `Maybe FilePath -> IOException'
    In the first argument of `ioError', namely
        `(IOError Nothing EOF "mqReceive" "EOF" Nothing)'
    In the expression:
        ioError (IOError Nothing EOF "mqReceive" "EOF" Nothing)
    In a case alternative:
        0 -> ioError (IOError Nothing EOF "mqReceive" "EOF" Nothing)

Maybe someone know this error and can help me smile.

Last edited by espo (2010-01-02 04:16:10)

Offline

#2 2010-01-02 05:06:47

chpln
Member
From: Australia
Registered: 2009-09-17
Posts: 361

Re: xmonbar-darcs Problem

Which version of ghc are you using?  I believe there is some incompatibility with ghc-6.12 yet to be resolved.  If you're using this, try 6.10 instead.

Offline

Board footer

Powered by FluxBB