git-annex/doc/bugs/Android_build_missing_webapp.mdwn

40 lines
1.1 KiB
Text
Raw Normal View History

2015-06-23 02:40:29 +00:00
### Please describe the problem.
Setting git-annex on an Android device (either the released version, or the autobuilder apk), I'm told:
[[!format sh """
git-annex: unknown command webapp
"""]]
Looking in the logs on the Android autobuilder I see many instances of:
[[!format sh """
#warning Building without the webapp. You probably need to install Yesod..
"""]]
### What steps will reproduce the problem?
Run git-annex.
### What version of git-annex are you using? On what operating system?
v5.20150617~g031b85a
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
"""]]
2015-07-03 17:34:35 +00:00
> I've reverted to the previous release, which included the webapp, afaik.
>
> Unfortunately, the android autobuilder remains broken after I spent 12
> hours fighting with it. Unsure when that will be resolved and a newer
> release will be able to be made.
>
> Anyhow, the immediate bug is [[done]] --[[Joey]]