Git Product home page Git Product logo

Comments (3)

peti avatar peti commented on July 19, 2024

According to haskell-cafe, this is a problem in haskell-zlib. Upstream has received a patch, but there isn't a new release yet.

from cabal2nix.

peti avatar peti commented on July 19, 2024

I'm not so sure any more that this problem is actually caused by zlib. Now we're having a second package that triggers this kind of problem, but it's not related to zlib it all. The xmonad-extras library links X11, but that fails because the linker cannot find libXinerama.so. It should, though, because that library is a propagated build input, so it should be there:

[ 4 of 11] Compiling XMonad.Config.Alt.Internal ( XMonad/Config/Alt/Internal.hs, dist/build/XMonad/Config/Alt/Internal.o )
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
Loading package syb-0.3.3 ... linking ... done.
Loading package X11-1.5.0.0 ... <command line>: can't load .so/.DLL for: libXinerama.so (libXinerama.so: cannot open shared object file: No such file or directory)
builder for `/nix/store/q299xb09x7yzr7vmdlvljd288d4rnvd6-haskell-xmonad-extras-ghc7.2.1-0.10.drv' failed with exit code 1
error: build of `/nix/store/q299xb09x7yzr7vmdlvljd288d4rnvd6-haskell-xmonad-extras-ghc7.2.1-0.10.drv' failed

This is beginning to look like a Nix-related problem, and not like a bug in zlib or GHC.

from cabal2nix.

peti avatar peti commented on July 19, 2024

It was a compiler bug ... and it's been fixed in ghc 7.4.x.

from cabal2nix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.