You are not logged in.

#1 2011-10-09 09:11:17

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Easy pandoc [SOLVED]

Hi,

pandoc, as well as haskell-pandoc from AUR won't build. This hasn't always been the case, but the last successful build dates back more than a month. Nobody's been commenting on this; am I the dumbest one on the block?

Last edited by Llama (2011-10-09 17:42:34)

Offline

#2 2011-10-09 09:39:33

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Easy pandoc [SOLVED]

...your gonna get more help if you email the maintainer rather than post to DE.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2011-10-09 12:04:07

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: Easy pandoc [SOLVED]

Easiest way around this is to add the ArchHaskell binary repo; i.e., put this:

[haskell]
Server = http://andromeda.kiwilight.com/$repo/$arch

at the end of your /etc/pacman.conf, then pacman -Syy, then pacman -S haskell-pandoc.

Last edited by frabjous (2011-10-09 12:04:19)

Offline

#4 2011-10-09 15:35:43

hotsauce
Member
From: Ann Arbor
Registered: 2005-12-28
Posts: 125

Re: Easy pandoc [SOLVED]

Try using Cabal, the "Common Architecture for Building Applications and Libraries" in Haskell:

pacman -Sy cabal-install
cabal update
cabal install pandoc

The author suggests this when there's no working package for your disto: http://johnmacfarlane.net/pandoc/installing.html

PS: And wow! I haven't been here for a while and just saw I registered in 2005. Makes me an old-timer I guess smile

Last edited by hotsauce (2011-10-09 15:39:57)

Offline

#5 2011-10-09 17:39:43

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: Easy pandoc [SOLVED]

frabjous wrote:

Easiest way around this is to add the ArchHaskell binary repo; i.e., put this:

[haskell]
Server = http://andromeda.kiwilight.com/$repo/$arch

at the end of your /etc/pacman.conf, then pacman -Syy, then pacman -S haskell-pandoc.

Thank you very much, frabjous!
There's also some Wiki coverage: Haskell Package Guidelines

Offline

Board footer

Powered by FluxBB