summaryrefslogtreecommitdiff
path: root/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89 <John@web>2012-10-17 07:21:36 +0000
committerGravatar admin <admin@branchable.com>2012-10-17 07:21:36 +0000
commita38a1c95726dbb4f02b22a22e920624c108b71d4 (patch)
tree60ae1176d71e832182b99b8dad4492d7bbdfc58f /doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
parentffde7cf5658c2f0224f0061eff4b9ef1e1daf3f4 (diff)
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.mdwn34
1 files changed, 34 insertions, 0 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
new file mode 100644
index 000000000..78cf5772d
--- /dev/null
+++ b/doc/bugs/Most_recent_git-annex_will_not_build_on_OpenIndiana.mdwn
@@ -0,0 +1,34 @@
+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!