diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-26 13:22:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-26 13:22:57 -0400 |
commit | c7e198390bfe3911943bc74836d7519c5ae37674 (patch) | |
tree | 8e6cdd1a8cedda8a99498d8d4c8ca1c445a9e024 | |
parent | 9816398fadebf9f1a70b51b21c2d8a6bd9e8caa4 (diff) | |
parent | 20d35e600e926fafbc3107c1a9d884c794ad76a8 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
3 files changed, 59 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_3.20130216.1_tests_are_broken.mdwn b/doc/bugs/git-annex_3.20130216.1_tests_are_broken.mdwn new file mode 100644 index 000000000..7e6c495fe --- /dev/null +++ b/doc/bugs/git-annex_3.20130216.1_tests_are_broken.mdwn @@ -0,0 +1,40 @@ + $ pwd + [bla]/git-annex-3.20130216.1 + $ runhaskell Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/git-annex-3.20130216.1-r2 \ + --htmldir=/usr/share/doc/git-annex-3.20130216.1-r2/html --with-compiler=ghc-7.6.2 --enable-shared \ + --disable-executable-stripping --global --verbose --enable-tests --flags=S3 --flags=-WebDAV --flags=-Inotify \ + --flags=Dbus --flags=-Assistant --flags=-Webapp --flags=-Pairing --flags=-XMPP --flags=-DNS + $ runhaskell Setup.hs build + Building git-annex-3.20130217... + Preprocessing test suite 'test' for git-annex-3.20130217... + + Annex/UUID.hs:30:8: + Could not find module `System.Random' + It is a member of the hidden package `random-1.0.1.1'. + Perhaps you need to add `random' to the build-depends in your .cabal file. + Use -v to see a list of the files searched for. + +Adding `random` to the dependencies of the test suite results in: + + $ runhaskell Setup.hs build + Building git-annex-3.20130217... + Preprocessing test suite 'test' for git-annex-3.20130217... + + Annex/UUID.hs:29:18: + Could not find module `Data.UUID' + It is a member of the hidden package `uuid-1.2.9'. + Perhaps you need to add `uuid' to the build-depends in your .cabal file. + Use -v to see a list of the files searched for. + +Adding `uuid` results in: + + $ runhaskell Setup.hs build + Building git-annex-3.20130217... + Preprocessing test suite 'test' for git-annex-3.20130217... + + Command/Add.hs:25:8: + Could not find module `Utility.Touch' + Use -v to see a list of the files searched for. + + +Also: you included ".git-annex.cabal.swp" in the tarball. diff --git a/doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment b/doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment new file mode 100644 index 000000000..f61c772eb --- /dev/null +++ b/doc/bugs/git_annex_won__39__t_copy_files_to_my_usb_drive/comment_6_e40d88eba7d8aec1530ce1d32d1c85f2._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.210" + subject="comment 6" + date="2013-02-26T17:20:13Z" + content=""" +The recent switch to using the Glob library seems to be responsible for this problem. It seems that +with Glob, \"*\" matches \"foo\", but not \"directory/foo\", so the \"*\" in preferred content for backup repositories matches only files in the top directory! + +Writing test cases and fixing this now. +"""]] diff --git a/doc/design/assistant/blog/day_198__bugfixes/comment_5_9c5f4c85217e898be4c57c615e53c36f._comment b/doc/design/assistant/blog/day_198__bugfixes/comment_5_9c5f4c85217e898be4c57c615e53c36f._comment new file mode 100644 index 000000000..221e28d25 --- /dev/null +++ b/doc/design/assistant/blog/day_198__bugfixes/comment_5_9c5f4c85217e898be4c57c615e53c36f._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.210" + subject="comment 5" + date="2013-02-26T16:33:11Z" + content=""" +I have not made a release with those fixes yet, but they are available in the autobuilds. +"""]] |