[GHC] #14044: ghc-8.2.1 installation fails on OpenBSD 6.0
GHC
ghc-devs at haskell.org
Sun Jul 30 16:46:17 UTC 2017
#14044: ghc-8.2.1 installation fails on OpenBSD 6.0
-------------------------------------+-------------------------------------
Reporter: romanzolotarev | Owner: (none)
Type: bug | Status: infoneeded
Priority: normal | Milestone: Research
| needed
Component: None | Version: 8.2.1
Resolution: | Keywords:
Operating System: OpenBSD | Architecture: x86_64
Type of failure: Installing GHC | (amd64)
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: #14041 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by romanzolotarev):
No. I have tried both 60 and 61 bindists. Here is the log of
`ghc-8.2.1-x86_64-openbsd60-openbsd`.
{{{
# mount -uo wxallowed /
# PKG_PATH=https://ftp.openbsd.org/pub/OpenBSD/$(uname
-r)/packages/$(uname -p)/
# export PKG_PATH
# ftp
https://downloads.haskell.org/~ghc/8.2.1/ghc-8.2.1-x86_64-openbsd60-openbsd.tar.xz
# pkg_add xz gtar gmake gmp
# unxz ghc-8.2.1-x86_64-openbsd60-openbsd.tar.xz
# tar xvf ghc-8.2.1-x86_64-openbsd60-openbsd.tar
# cd ghc-8.2.1
# ./configure
# alias make=gmake
# make install
...
ghc-cabal: can't load library 'libc.so.89.3'
gmake[1]: *** [ghc.mk:991: install_packages] Error 4
gmake: *** [Makefile:51: install] Error 2
# find / -name libc.so*
/usr/lib/libc.so.88.0
/usr/lib/libc.so.88.0.a
# uname -a
OpenBSD jupiter.romanzolotarev.com 6.0 GENERIC#2148 amd64
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14044#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list