summaryrefslogtreecommitdiff
path: root/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn')
-rw-r--r--doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn b/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
deleted file mode 100644
index ee188eb2e..000000000
--- a/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
+++ /dev/null
@@ -1,36 +0,0 @@
-Version 3.20120825 built on my OpenIndiana system just fine, but the latest release gives me this during setup:
-
- Linking /tmp/git-annex-3.20121017-13013/git-annex-3.20121017/dist/setup/setup ...
- checking version... 3.20121017
- checking git... yes
- checking git version... 1.7.8.2
- checking cp -a... yes
- checking cp -p... yes
- checking cp --reflink=auto... yes
- checking uuid generator... uuid -m
- checking xargs -0... yes
- checking rsync... yes
- checking curl... yes
- checking wget... yes
- checking bup... no
- checking gpg... no
- checking lsof... no
- checking ssh connection caching... yes
- checking sha1... sha1sum
- checking sha256... sha256sum
- checking sha512... sha512sum
- checking sha224... sha224sum
- checking sha384... sha384sum
- Configuring git-annex-3.20121017...
- Building git-annex-3.20121017...
- Preprocessing executable 'git-annex' for git-annex-3.20121017...
- In file included from Mounts.hsc:25:0:
- Utility/libmounts.h:13:3: warning: #warning mounts listing code not available for this OS [-Wcpp]
-
- Utility/libkqueue.c:13:23:
- fatal error: sys/event.h: No such file or directory
- compilation terminated.
-
-Is it possible to remove the new requirement? Thanks!
-
-> [[done]] --[[Joey]]