Package Details: ghc7.10-bin 7.10.3-3

Git Clone URL: https://aur.archlinux.org/ghc7.10-bin.git (read-only, click to copy)
Package Base: ghc7.10-bin
Description: Legacy binary GHC 7.10 installed on /usr/bin/ghc-7.10 (Mar/2015 - Dec/2015).
Upstream URL: http://www.haskell.org/ghc/
Licenses: custom
Conflicts: ghc7.10
Provides: ghc7.10
Submitter: rudy.matela
Maintainer: None
Last Packager: rudy.matela
Votes: 1
Popularity: 0.150776
First Submitted: 2016-06-21 16:44 (UTC)
Last Updated: 2021-11-09 15:34 (UTC)

Latest Comments

rudy.matela commented on 2024-01-31 17:02 (UTC)

@MarsSeed, I tested on my end and I get the same error.

I am disowning as I will no longer maintain this one. Someone can take it over or it can be deleted.

MarsSeed commented on 2024-01-28 21:10 (UTC)

Installation fails with segmentation fault:

/usr/bin/install -c -m 644  libraries/prologue.txt "/var/tmp/ghc7.10-bin/pkg/ghc7.10-bin/usr/share/doc/ghc-7.10/html/libraries/"
/usr/bin/install -c -m 755  libraries/gen_contents_index "/var/tmp/ghc7.10-bin/pkg/ghc7.10-bin/usr/share/doc/ghc-7.10/html/libraries/"
for i in utils/haddock/doc/haddock docs/users_guide/users_guide; do \
        /usr/bin/install -c -m 755 -d "/var/tmp/ghc7.10-bin/pkg/ghc7.10-bin/usr/share/doc/ghc-7.10/html/`basename $i`"; \
        /usr/bin/install -c -m 644  $i/* "/var/tmp/ghc7.10-bin/pkg/ghc7.10-bin/usr/share/doc/ghc-7.10/html/`basename $i`"; \
done
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy libraries/ghc-prim dist-install "strip" 
    '/var/tmp/ghc7.10-bin/pkg/ghc7.10-bin' '/usr' '/usr/lib/ghc-7.10.3' '/usr/share/doc/ghc-7.10/html/libraries' 'v p dyn'  
Installing library in
/var/tmp/ghc7.10-bin/pkg/ghc7.10-bin/usr/lib/ghc-7.10.3/ghcpr_8TmvWUcS1U1IKHT0levwg3
make[1]: *** [ghc.mk:924: install_packages] Segmentation fault (core dumped)
make: *** [Makefile:24: install] Error 2
==> ERROR: A failure occurred in package().
    Aborting...

But maybe this old version from 2015 is not needed to be kept.

rudy.matela commented on 2016-07-19 13:53 (UTC)

@kjslag: you are absolutely right, ncurses5-compat-libs should be a dependency. I have added it to the list of depends and makedepends of the package (version 7.10.3-3). Thanks for spotting that! Sorry for the delay in responding to this.

kjslag commented on 2016-06-29 23:04 (UTC)

I had to install ncurses5-compat-libs for /lib/libtinfo.so.5 in order to get this package to install and run. Maybe ncurses5-compat-libs should be a dependency?