summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw <dxtrish@web>2014-02-04 14:04:33 +0000
committerGravatar admin <admin@branchable.com>2014-02-04 14:04:33 +0000
commit1ee64ac587531273d6cdbf2110d82111a6e0266c (patch)
tree8501e210fef8c3ef04de82f6eddc1577a6d7acee
parent916427bd5faeb5d10c243c8da12899f5571faa1c (diff)
Added a comment
-rw-r--r--doc/bugs/Building_on_OpenBSD/comment_3_2df229eb965189e2f7ea6dcd66cf68ca._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Building_on_OpenBSD/comment_3_2df229eb965189e2f7ea6dcd66cf68ca._comment b/doc/bugs/Building_on_OpenBSD/comment_3_2df229eb965189e2f7ea6dcd66cf68ca._comment
new file mode 100644
index 000000000..51153b671
--- /dev/null
+++ b/doc/bugs/Building_on_OpenBSD/comment_3_2df229eb965189e2f7ea6dcd66cf68ca._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw"
+ nickname="dxtrish"
+ subject="comment 3"
+ date="2014-02-04T14:04:33Z"
+ content="""
+And the UUID package requires network-info and git-annex seems to require the UUID package.
+Also notice that the configure can't find the SHA commands:
+ checking sha1... not available
+ checking sha256... not available
+ checking sha512... not available
+ checking sha224... not available
+ checking sha384... not available
+ Configuring git-annex-5.20140129...
+ setup: user error (At least the following dependencies are missing:
+ uuid -any)
+
+Even though:
+ % which sha1
+ /bin/sha1
+ % which sha256
+ /bin/sha256
+
+"""]]