summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-15 15:39:01 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-15 15:39:01 -0400
commitf921c1e9cd13ff33391e1612b2d4f153cc38502a (patch)
tree60ca638bb675042ecbe2a87dc38cdd7c585820aa
parentd80aa496961438584c6eb9e5330eb6beba46ec04 (diff)
parentfeb1558d306272d5c2e9bb6ce6d2a0b66a4516dd (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Build_fails_when_no_wget_avalible.mdwn40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/Build_fails_when_no_wget_avalible.mdwn b/doc/bugs/Build_fails_when_no_wget_avalible.mdwn
new file mode 100644
index 000000000..2bfec7a9a
--- /dev/null
+++ b/doc/bugs/Build_fails_when_no_wget_avalible.mdwn
@@ -0,0 +1,40 @@
+### Please describe the problem.
+
+When trying to build git-annex 5.21050113 in a clean cabal sandbox on OSX and not having wget avalible, breaks the configure step of the build. See excerpt of build log below.
+
+I am not sure if it is a bug or not, from the debian dependencies it seems that wget is required, but from reading various pieces of the documentation it seems to only be recommended. Installing wget makes it build.
+
+### What steps will reproduce the problem?
+
+
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150113 on OSX Yosemite.
+
+### Please provide any additional information below.
+
+[[!format sh """
+ checking version...fatal: Not a git repository (or any of the parent directories): .git
+ 5.20150113
+ checking UPGRADE_LOCATION... not available
+ checking git... yes
+ checking git version... 2.2.1
+ checking cp -a... yes
+ checking cp -p... yes
+ checking cp --preserve=timestamps... no
+ checking cp --reflink=auto... no
+ checking xargs -0... yes
+ checking rsync... yes
+ checking curl... yes
+ checking wget... no
+ checking wget supports -q --show-progress...setup: wget: does not exist
+cabal: Error: some packages failed to install:
+git-annex-5.20150113 failed during the configure step. The exception was:
+ExitFailure 1
+
+
+# End of transcript or log.
+"""]]
+
+-- Carl