diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-04 17:34:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-04 17:34:34 -0400 |
commit | db75a2db4cd6bea474843e1b9a301aa722a339c5 (patch) | |
tree | 048f235da207fc754dc3d028dcf4e272036d420d /doc/bugs | |
parent | 7a5bbffd9bea201bcf39aa1faa58839e56480ad9 (diff) | |
parent | c0bb9f271b24edca7a56aad1fefe20b34535fc12 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
4 files changed, 60 insertions, 0 deletions
diff --git a/doc/bugs/Building_on_OpenBSD/comment_2_4a37935080b86643ecda717fe17f8f87._comment b/doc/bugs/Building_on_OpenBSD/comment_2_4a37935080b86643ecda717fe17f8f87._comment new file mode 100644 index 000000000..3a7f85fdc --- /dev/null +++ b/doc/bugs/Building_on_OpenBSD/comment_2_4a37935080b86643ecda717fe17f8f87._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw" + nickname="dxtrish" + subject="comment 2" + date="2014-02-04T13:45:25Z" + content=""" +Sorry for the long delay, but I've tried what you said: +``% cabal install git-annex --bindir=$HOME/bin --flags=\"-pairing -webdav\" -j2`` + +and it STILL fails with: +``cabal: user error (Error: some packages failed to install: +git-annex-5.20140129 depends on network-info-0.2.0.3 which failed to install. +network-info-0.2.0.3 failed during the building phase. The exception was: +ExitFailure 1 +uuid-1.3.3 depends on network-info-0.2.0.3 which failed to install. +)`` + +"""]] 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 + +"""]] diff --git a/doc/bugs/Building_on_OpenBSD/comment_4_d141c0bac92bdfbc8b95d532d032174c._comment b/doc/bugs/Building_on_OpenBSD/comment_4_d141c0bac92bdfbc8b95d532d032174c._comment new file mode 100644 index 000000000..090fed454 --- /dev/null +++ b/doc/bugs/Building_on_OpenBSD/comment_4_d141c0bac92bdfbc8b95d532d032174c._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkzwmw_zyMpZC9_J7ey--woeYPoZkAOgGw" + nickname="dxtrish" + subject="comment 4" + date="2014-02-04T14:05:19Z" + content=""" +And why isn't the formatting working? :p +"""]] diff --git a/doc/bugs/Test_test__95__mixed__95__conflict__95__resolution_fails_on_Windows_with___34__conflictor_directory_missing__34__/comment_8_02699dbf30270db090b00192850831db._comment b/doc/bugs/Test_test__95__mixed__95__conflict__95__resolution_fails_on_Windows_with___34__conflictor_directory_missing__34__/comment_8_02699dbf30270db090b00192850831db._comment new file mode 100644 index 000000000..4db1b7786 --- /dev/null +++ b/doc/bugs/Test_test__95__mixed__95__conflict__95__resolution_fails_on_Windows_with___34__conflictor_directory_missing__34__/comment_8_02699dbf30270db090b00192850831db._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawltxdgYMUK4CMJh3jC8AlegwyoiHA9Ka7o" + nickname="Justin" + subject="comment 8" + date="2014-02-04T02:05:36Z" + content=""" +With the changes pushed today, I confirm I also have all 72 tests passing on Windows 7 with 5.20140203-g83e6fb7. + +Thanks! +"""]] |