reorg OSX bugs

This commit is contained in:
Joey Hess 2012-11-26 13:35:43 -04:00
parent 4c47ae22a7
commit c9f293e18b
19 changed files with 22 additions and 3 deletions

View file

@ -17,3 +17,5 @@ Also this was appearing in the logs
kqueue: Too many open files
To be precise, I suspect that the kqueue limit is 256, I had 325 files in the 'queue', I ended up doing a _git annex add_ manually and all was fine.
[[!tag /design/assistant/OSX]]

View file

@ -29,3 +29,5 @@ Even if you fix these problems, automatic versioning in lion will probably don't
The sync should be transparent but it's not, and it's error prone. It would even be best to keep file copies in the git repo and sync them with the original folder than make symlinks.
Dropbox even allows to put a symlink in the dropbox directory, and it will sync the file.
[[!tag /design/assistant/OSX]]

View file

@ -0,0 +1,4 @@
This is a collection of problem reports for the standalone OSX app.
If you have a problem using it, post it here. --[[Joey]]
[[!tag /design/assistant/OSX]]

View file

@ -6,6 +6,7 @@
content="""
here's the crash info:
<pre>
Process: git-annex [84369]
Path: /Applications/git-annex.app/Contents/MacOS/bin/git-annex
Identifier: git-annex
@ -69,7 +70,7 @@ Binary Images:
0x7fff97139000 - 0x7fff9713aff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff9724f000 - 0x7fff9726cfff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff97cfe000 - 0x7fff97d08ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
</pre>
"""]]

View file

@ -21,3 +21,4 @@ I'd expect to see git-annex run. "git-annex" doesn't run and what I see (in the
**Please provide any additional information below.**
[[!tag /design/assistant/OSX]]

View file

@ -18,3 +18,5 @@ I expect to see typical gpg output. Instead, I see
What version of git-annex are you using? On what operating system?
git annex Version: 3.20121017 on Mac OS X 10.7.5
[[!tag /design/assistant/OSX]]

View file

@ -19,3 +19,5 @@ Please provide any additional information below.
>> Reopening since I've heard from someone else that it can still happen.
>> --[[Joey]]
[[!tag /design/assistant/OSX]]

View file

@ -4,7 +4,6 @@ Misc OSX porting things:
* icon to start webapp **done**
* Use OSX's "network reachability functionality" to detect when on a network
<http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065>
* Fix app build to work on more OSX versions.
Gripes:
@ -12,3 +11,7 @@ Gripes:
to work around some bad behavior when pasting a file into the annex.
[[details|bugs/pasting_into_annex_on_OSX]]. That's one more second
before the file is synced out.
Bugs:
[[!inline pages="tagged(design/assistant/OSX)" show=0 archive=yes]]

View file

@ -2,7 +2,7 @@
[[!table format=dsv header=yes data="""
detailed instructions | quick install
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta**
[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta; [[known_problems|/bugs/OSX_app_issues]]**
[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/)
[[Debian]] | `apt-get install git-annex`
[[Ubuntu]] | `apt-get install git-annex`

View file

@ -7,6 +7,8 @@ builds a standalone git-annex.app of the git-annex assistant.
* [daily build of git-annex.app](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/ref/master/git-annex.dmg.bz2) ([build logs](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/))
* [past builds](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/sha1/) -- directories are named from the commitid's
This is known to not work on all OSX systems. [[/bugs/OSX_app_issues]] is collecting reports of problems with it in one place.
## using Brew
<pre>