Package Details: gitit 0.10.6.1-1

Package Base: gitit
Description: Wiki using happstack, git or darcs, and pandoc.
Upstream URL: https://github.com/jgm/gitit
Category: network
Licenses: GPL
Submitter: LaPingvino
Maintainer: marcelhuber
Last Packager: marcelhuber
Votes: 3
First Submitted: 2014-01-16 23:38
Last Updated: 2015-01-07 13:22

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by xrchz

2015-04-07 12:17

Can you update this for ghc-7.10.1-1, which is now the current version in [extra]?

Comment by gdmsl

2015-03-03 17:23

Hi. For me the package does not compile.
==> Entering fakeroot environment...
chmod: cannot access ‘/home/gdmsl/Arch/AURshield/aur/gitit/pkg’: No such file or directory
/usr/bin/fakeroot: line 181: 32681 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@"

What can I do?

Comment by avanc

2015-01-20 14:19

I don't know what the root cause was, but an update (pacman -Syu) solved the build issue.

Comment by avanc

2015-01-20 08:21

Unfortunately, git it is not building on my machine.
I get the following error:
Updating the index cache file...
/home/.../aur/gitit/PKBUILD: line 80: 26728 Killed cabal update >/dev/null

cabal update is also killed if I run it manually in the terminal.

I donÄt know if this is related to this package or cabal in general. Any hints are appreciated.

Comment by marcelhuber

2015-01-07 13:29

@xanc: Thanks for notifying me and your hint using it with a happstack server.

The PKGBUILD file looks fairly complicated - it also is... - but I tried to do a similar build as pandoc-static does and tried to remove any haskell dependencies except for ghc and cabal-install.

The result is a more or less standalone gitit solution which works well for my needs.

Any improvements to the standalone build are welcome :)

Comment by xanc

2015-01-05 12:49

Alternatively you can use 'haskell-gitit' in ArchHaskell (haskell-happstack)

Comment by xanc

2015-01-05 11:25

Now the gitit has version 0.10.6.1: https://github.com/jgm/gitit/releases

Comment by Schmeidenbacher

2014-04-13 17:17

Just for your information: Tried to install this package. Got the following error:

Dependency `haskell-bytestring' of `gitit' does not exist.

And yeah, couldn't find it in the aur or the official package repos either.

Comment by LaPingvino

2014-01-16 23:47

Just uploaded missing dependencies to AUR (procedure: cabal fetch to get the dependencies, then traverse with batch for to create PKGBUILDs for all of them, then change them all to add staticlibs, makepkg -S, then upload with burp...)

It seems though that the =-lines make it a bit harder... will work on this more...