From 9df389bbb3770a3237a1ba37d16ca31d8f22c737 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 23 Apr 2013 16:05:32 +0000 Subject: [PATCH] Added a comment --- ...mment_3_7e246caa00005560bb489c927c663046._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment diff --git a/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment new file mode 100644 index 0000000000..e2463ba23c --- /dev/null +++ b/doc/forum/Cannot_launch_webapp_on_ubuntu_12.04_using_ppa/comment_3_7e246caa00005560bb489c927c663046._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 3" + date="2013-04-23T16:05:31Z" + content=""" +git-annex can be built without the webapp, and if some of the necessary dependencies for the webapp are not available, it will build without it by default. More recent versions than that one let you run `git annex version` and see the build flags, which can all be disabled due to missing dependencies. For example: + + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP + +Sergio does seem to be trying to backport all the dependencies of the webapp, but it looks to me like some of them, particularly haskell-xml-hamlet, have not successfully built yet. +"""]]