
22 Apr
2011
22 Apr
'11
8:10 p.m.
On Fri, Apr 22, 2011 at 08:48:54PM +0800, Max Cantor wrote:
Has anyone run into this bug (http://hackage.haskell.org/trac/ghc/ticket/5004) that prevents yesod from building on arch?
if so, whats the work around?
max
Use abs to get the latest ghc PKGBUILD* and edit the file by adding
options=(!strip)
somewhere and rebuild it with makepkg -si (that sould rebuild ghc
without stripping and reinstall with pacman afterwards).
Something like this:
# pacman -S abs
# abs
$ cp -r /var/abs/extra/ghc /tmp/ghc
$ cd /tmp/ghc
$ vi PGKBUILD
[add the option]
$ makepkg -si
--
Helgi Kristvin Sigurbjarnarson