clean up old catchall bug

This commit is contained in:
Joey Hess 2014-05-24 16:53:09 -04:00
parent fba56a5347
commit d0cfcdca25
Failed to extract signature
46 changed files with 0 additions and 666 deletions

View file

@ -1,5 +0,0 @@
This was a collection of problem reports for the standalone OSX app.
Please post separate bug reports going forward; this bug report is
[[closed|done]] --[[Joey]]
(Some things that should be fixed now have been moved to [[old]].)

View file

@ -1,11 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.3.194"
subject="comment 10"
date="2013-01-19T16:13:20Z"
content="""
The app uses the version of git included in it, because using the system's installed version if there is one is likely to run into other version incompatabilities.
You can either install git-annex using cabal and homebrew, as documented, or you could go in and delete
all the git programs out of the app, and then it'd use the system's git stuff instead.
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 10"
date="2013-04-16T17:14:13Z"
content="""
@Jeremy, it's been a long time since anyone reported having the \"LSOpenURLsWithRole()\". It seemed to go away when the dmg was fixed to include all the necessary libraries. So my guess is you installed it wrong, somehow, and perhaps it's not finding those libraries that are part of the dmg.
You should be able to start the assistant by running it directly from the dmg.
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlkAghrKEvslMcV2INKUhtPPMsfnzQyyd8"
nickname="Jeremy"
subject="comment 11"
date="2013-04-17T02:02:00Z"
content="""
@joey, figured it out. There was a program added to the startup list, presumably from when I ran things from the dmg a while ago. Once I delete that, it started fine. Of course, I forgot to write down the name of the program... I remember it had an LW in the name.
"""]]

View file

@ -1,26 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlYy4BrJyV1PdfqzevCVziXRp89iUH6Xzw"
nickname="Christopher"
subject="Code signing errors in log on starting git-annex.app"
date="2013-01-19T22:30:32Z"
content="""
When I run via the App and set up a fresh repo, i get some Console.app spam (looks like one per file added to the repo dir... or maybe one per git command?):
2013-01-19 2:44:55.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1008b4000): p=73995[git] clearing CS_VALID
2013-01-19 2:44:55.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x10f99e000): p=73996[git] clearing CS_VALID
2013-01-19 2:44:55.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x102b44000): p=73997[git] clearing CS_VALID
2013-01-19 2:44:55.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1029f4000): p=73998[git] clearing CS_VALID
...
and nothing seems to work. The page address and the pid increment steadily with each line. I'm using 10.8.2 (12C60) on a Mac Pro, and grabbed:
/git-annex/OSX/current/10.8.2_Mountain_Lion/git-annex.dmg.bz2
(published 14-Jan-2013 15:19)
It seems to be a code signing issue, perhaps with the vendored git binaries. While things are sort-of working, the web app shows the files flying by really fast.
Using a fresh repo via `git annex webapp` works great (I built that after much teeth-knashing, brew install/link cycles, and then cabal install git-annex).
I am very excited for this to work, this is exactly what I've been waiting for to replace dropbox. Came very close to writing it myself a few times (and in Haskell no less!!).
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkCw26IdxXXPBoLcZsQFslM67OJSJynb1w"
nickname="Alexander"
subject="standalone app dmg won't open in OSX 10.8.3"
date="2013-04-29T18:05:54Z"
content="""
I downloaded the app build from [http://downloads.kitenet.net/git-annex/OSX/current/10.8.2_Mountain_Lion/](http://downloads.kitenet.net/git-annex/OSX/current/10.8.2_Mountain_Lion/) and unpacked it, but the .dmg won't open. I can run other dmg's successfully.
Trying to install git-annex via cabal on the same machine led to this issue: [http://git-annex.branchable.com/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/#comment-7cc94df1bf9a75a6d03369f3897d6816](http://git-annex.branchable.com/tips/Building_git-annex_on_Debian_OR___37____164____35____34____164____37____38____34____35___Haskell__33__/#comment-7cc94df1bf9a75a6d03369f3897d6816)
"""]]

View file

@ -1,11 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY"
nickname="Douglas"
subject="Error creating remote repository using ssh on OSX"
date="2013-01-25T13:18:40Z"
content="""
There is an issue with creating remote repositories using ssh (the problem may require using a different account name.) I filed the following bug:
<http://git-annex.branchable.com/bugs/Error_creating_remote_repository_using_ssh_on_OSX/>
"""]]

View file

@ -1,18 +0,0 @@
[[!comment format=mdwn
username="John"
ip="109.242.130.160"
subject="runshell typo prevents execution"
date="2013-09-22T00:24:10Z"
content="""
Using the latest Mountain Lion build available.
>$ /Applications/git-annex.app/Contents/MacOS/git-annex
>/Applications/git-annex.app/Contents/MacOS/runshell: line 25: syntax error near unexpected token `&'
Line 25:
>echo \"** runshell loop detected!\"> &2
Fix (obvious but for the sake of completeness):
>echo \"** runshell loop detected!\" >&2
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.1.250"
subject="comment 14"
date="2013-09-22T14:15:28Z"
content="""
I have fixed the runshell typo and updated the builds.
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="gueux"
ip="2a01:240:fe6d:0:8947:cf55:f955:49b9"
subject="same typo on Lion build"
date="2013-10-23T09:17:58Z"
content="""
Could you please fix this typo on the Lion build?
"""]]

View file

@ -1,16 +0,0 @@
[[!comment format=mdwn
username="Remy"
ip="83.87.21.84"
subject="Crashes on OSX 10.9"
date="2013-10-23T20:30:12Z"
content="""
I just installed OSX Mavericks. I also took the latest autobuild and copied it over the old git-annex.app to be sure it doesn't work.
When I execute \"git-annex status\" I get the following message
> dyld: Symbol not found: _objc_debug_taggedpointer_mask
> Referenced from: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> Expected in: /Applications/git-annex.app/Contents/MacOS/bundle/I
> in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
> [1] 1361 trace trap git-annex status
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="calmyournerves"
ip="85.3.250.239"
subject="comment 17"
date="2013-10-24T21:43:37Z"
content="""
For 10.9 Mavericks see http://git-annex.branchable.com/bugs/git_annex_doesn__39__t_work_in_Max_OS_X_10.9/#comments
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkN91jAhoesnVI9TtWANaBPaYjd1V9Pag8"
nickname="Benjamin"
subject="Package for older OS X"
date="2012-11-17T12:36:45Z"
content="""
Is there an option to provide application bundle for older versions of OS X? The last time I tried the bundle wouldn't work under 10.5. If no specific features from newer OS X versions are required, it could be enough to add a simple switch when building.
"""]]

View file

@ -1,15 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkurjhi0CRJvgm7QNaZDWS9hitBtavqIpc"
nickname="Bret"
subject="git-annex.app Not working on 32 bit machines"
date="2012-11-03T19:18:47Z"
content="""
I tried running the git-annex.app on my Core Duo Macbook pro, and it does not run at all. I get an error on my system.log
`Nov 3 12:13:26 Bret-Mac [0x0-0x15015].com.branchable.git-annex[155]: /Applications/git-annex.app/Contents/MacOS/runshell: line 52: /Applications/git-annex.app/Contents/MacOS/bin/git-annex: Bad CPU type in executable
Nov 3 12:13:26 Bret-Mac com.apple.launchd.peruser.501[92] ([0x0-0x15015].com.branchable.git-annex[155]): Exited with exit code: 1`
It works on my 64 bit machine, and this has become quite the problem for a while now, where people with newer macs dont compile back for a 32bit machine.
Is there any hope for a pre-compiled binary that works on a 32 bit machine?
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus"
nickname="Jimmy"
subject="comment 8"
date="2012-11-07T16:08:00Z"
content="""
I've been updating my haskell platform install recently, i used to try and get the builder to spit out 32/64bit binaries, but recently it's just become too messy, I've just migrated to a full 64bit build system. I'm afraid I won't be able to provide 32bit builds any more.
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmOsimKUgz6rxpmsS_nrBQGavEYyUpDlsE"
nickname="Tim"
subject="OS X 10.8.2"
date="2013-01-11T00:07:54Z"
content="""
Double click on the app, give permission for it to run and ... nothing
"""]]

View file

@ -1,17 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q"
nickname="Andrew"
subject="Prefer the system/path git binaries if they're a newer version"
date="2013-01-19T06:20:38Z"
content="""
I have used homebrew to install git v1.8.0.2 but git-annex.app packages git v1.7.10.2. git 1.7 crashes due to some newer directives in my global git config.
error: Malformed value for push.default: simple
error: Must be one of nothing, matching, tracking or current.
fatal: bad config file line 38 in /Users/akraut/.gitconfig
git-annex: fd:13: hGetLine: end of file
failed
git-annex: webapp: 1 failed
"""]]

View file

@ -1,18 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawlkAghrKEvslMcV2INKUhtPPMsfnzQyyd8"
nickname="Jeremy"
subject="Unable to start assistant"
date="2013-04-16T01:07:05Z"
content="""
I got the git-annex assistant to work once a long time ago when I ran it the first time directly from the dmg. Ever since then (i.e., after putting it in my applications folder) I have never gotten it to run. Wondering if anyone else has experienced this?
I am running OSX 10.7.5 and just pulled the latest app (05-Apr-2013 10:17).
For reference, when I try to kick off the the assistant from the command line I get the error:
$ open /Applications/git-annex.app
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/git-annex.app.
I am wondering if there is some sort of file or modification that was made when I accidently kicked it off initially from the dmg, if so any thoughts on what to clear / change?
"""]]

View file

@ -1 +0,0 @@
These issues should be fixed now.

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://wiggy.net/"
nickname="Wichert"
subject="Re: Trying to add remote server after failed attempt blocks forever"
date="2012-11-28T21:26:36Z"
content="""
It appears to not just wait forever: there was also a **git config --null --list** process taking all CPU.
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.6.49"
subject="comment 11"
date="2012-11-29T19:55:17Z"
content="""
I've dealt with these ssh issues by including ssh in the app bundle.
OTOH, I don't know how `git config --null --list` could possibly take any appreciable amount of CPU to run.
"""]]

View file

@ -1,15 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE"
nickname="Arve"
subject="Make Repository hangs (git consuming 100% cpu)"
date="2012-12-01T01:26:04Z"
content="""
When starting git-annex from Applications first time (Finder or spotlight), pressing \"Make Repository\" hangs.
\"ps aux | grep git\" shows
arve 1723 100.0 0.0 2459668 3988 ?? R 2:00AM 0:31.30 git init --quiet /Users/arve/Desktop/annex/
Strange enough, if i start the app from terminal (/Applications/git-annex.app/Contents/MacOS/git-annex-webapp), the creation of repository works. Though, if I kill it and start git-annex from spotlight, the web frontend doesn't show, and \"git config --null --list\" is consuming 100% cpu.
My OSX version is 10.8.1
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.6.49"
subject="comment 13"
date="2012-12-01T18:50:31Z"
content="""
So it works with a controlling console, and git commands are somehow misbehaving without a controlling console. Very strange.
Any chance you can `dtrace -p` the stuck git processes to see what they're doing or what resource they're blocked on?
"""]]

View file

@ -1,41 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
nickname="Vincent"
subject="OS/X build 2012-12-12"
date="2012-12-13T00:59:51Z"
content="""
I installed this today from the .dmg.bz2, md5sum 1bb50b3ee5eda3cd7f4b4a70cdae1855 on OS/X 10.8.2
uname -a
Darwin foo 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64
I installed the app to the Applications folder.
I had chrome and firefox running, recent versions.
Double-click and it opens a new chrome window. This came up behind the existing (iconified) window. A nit, but just so you know.
The configuration part of the app is shown, so far so good.
I type in the path I want it to use (~/work/annex) and press the create button.
It hangs forever trying to access localhost:55163
$ ps aux|grep git
me 85291 100.0 0.0 2460884 4160 ?? R 11:42am 12:03.72 git init --quiet /Users/me/work/annex/
me 85233 0.0 0.3 2687204 44064 ?? S 11:42am 0:00.44 git-annex webapp -psn_0_50204638
me 85226 0.0 0.0 2433432 868 ?? S 11:42am 0:00.00 /bin/sh /Applications/git-annex.app/Contents/MacOS/git-annex-webapp -psn_0_50204638
me 85515 0.0 0.0 2432768 620 s000 S+ 11:54am 0:00.00 grep git
$ netstat -an |grep 55163
tcp4 0 0 127.0.0.1.55163 127.0.0.1.55207 CLOSE_WAIT
tcp4 0 0 127.0.0.1.55163 127.0.0.1.55206 CLOSE_WAIT
tcp4 0 0 127.0.0.1.55163 127.0.0.1.55205 CLOSE_WAIT
tcp4 0 0 127.0.0.1.55163 127.0.0.1.55201 ESTABLISHED
tcp4 0 0 127.0.0.1.55201 127.0.0.1.55163 ESTABLISHED
tcp4 0 0 127.0.0.1.55163 127.0.0.1.55199 CLOSE_WAIT
tcp4 0 0 127.0.0.1.55163 127.0.0.1.55197 CLOSE_WAIT
tcp4 0 0 127.0.0.1.55163 *.* LISTEN
I was plugged into wired ethernet, no other interfaces up, no VPN.
I have macports but no haskell packages, which ghc returns nothing.
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE"
nickname="Arve"
subject="comment 14"
date="2012-12-01T22:33:21Z"
content="""
\"dtrace -p pid\" gives \"dtrace: no probes specified.\" I've tried to read man dtrace, and some online resources, dtrace is new to me. Any directions?
"""]]

View file

@ -1,23 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
nickname="Vincent"
subject="comment 15"
date="2012-12-13T01:04:44Z"
content="""
following up to #14.
dtruss -p <git --init process>
shows the same symptom as reported earlier
SYSCALL(args) = return
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
...
workq_kernreturn(0x1, 0x10F31E000, 0x0) = -1 Err#22
dtrace: 339527 drops on CPU 0
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.6.49"
subject="comment 15"
date="2012-12-01T22:49:54Z"
content="""
Seems the command I was thinking of is really `dtruss -p`
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE"
nickname="Arve"
subject="comment 16"
date="2012-12-01T22:53:29Z"
content="""
Returns alot of \"workq_kernreturn(0x1, 0x107D27000, 0x0) = -1 Err#22\" and occasionally \"dtrace: 36244 drops on CPU 1\"
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.8.117"
subject="comment 16"
date="2012-12-13T22:40:59Z"
content="""
Today's daily build of the OSX app has a further change that *might* help. I removed the system library and frameworks from the bundle.
"""]]

View file

@ -1,16 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.6.49"
subject="comment 17"
date="2012-12-01T23:08:50Z"
content="""
Doesn't say anything to me..
Using nohup might help, or at least get us an error message to see. Edit `git-annex.app/Contents/MacOS/git-annex-webapp` and make the last line:
<pre>
nohup \"$base/runshell\" git-annex webapp \"$@\"
</pre>
It'll put a nohup.out log file in your home directory, or somewhere like that.
"""]]

View file

@ -1,59 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
nickname="Vincent"
subject="OS/X daily 2012-12-13"
date="2012-12-14T09:22:42Z"
content="""
Thanks for the update - I tried again, similar results.
same platform. installed image md5sum 1bb50b3ee5eda3cd7f4b4a70cdae1855
Procedure was the same.
- download, bunzip2, mount, drag app to Applications.
- chrome had one tab open, iconified
- double-click application icon
Chrome opens up and shows the config window. Type in the same path
after checking that the final element of the path did not already exist.
ps aux|grep git
me 89194 99.0 0.0 2460884 4160 ?? R 8:03pm 0:12.58 git init --quiet /Users/me/me/annex/
me 89245 0.2 0.0 2423356 220 s001 R+ 8:07pm 0:00.00 grep git
me 89182 0.0 0.3 2668772 44208 ?? S 8:03pm 0:00.30 git-annex webapp -psn_0_55022710
me 89177 0.0 0.0 2433432 868 ?? S 8:03pm 0:00.00 /bin/sh /Applications/git-annex.app/Contents/MacOS/git-annex-webapp -psn_0_55022710
I ran dtruss on the two processes of interest, including when I sent them kill -9 in case that showed anything of interest.
Mail me if you need that but the gist is git init was doing
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
...
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
dtrace: 2006687 drops on CPU 0
workq_kernreturn(0x1, 0x1019CC000, 0x0) = -1 Err#22
and the git-annex webapp was doing stuff like
psynch_cvwait(0x7FD7F1418888, 0x2BE010002BF00, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x2) = 0 Err#-2
__pthread_canceled(0x0, 0x2BE010002BF00, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F1418888, 0x2C8010002C900, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x2) = 0 Err#-2
__pthread_canceled(0x0, 0x2C8010002C900, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F1418888, 0x2D0010002D100, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x2) = 0 Err#-2
__pthread_canceled(0x0, 0x2D0010002D100, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F1418888, 0x2D7010002D800, 0x600) = -1 Err#260
sigreturn(0x7FFF543DD810, 0x1E, 0x10DCEDC00) = 0 Err#-2
__pthread_canceled(0x0, 0x2D7010002D800, 0x7FFF543DD8C8) = -1 Err#22
psynch_cvwait(0x7FD7F14189D8, 0x230100002400, 0x2300) = 0 0
read(0x6, \"\377\0\", 0x1000) = 1 0
setitimer(0x0, 0x116903E50, 0x0) = 0 0
write(0x7, \"\377\0\", 0x1) = 1 0
sigreturn(0x7FFF543DD810, 0x1E, 0x0) = 0 Err#-2
__pthread_canceled(0x0, 0x2BC010002BD00, 0x7FFF543DD8C8) = -1 Err#22
which may be unrelated browser event loop stuff I guess.
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnqQyhiNXdPIWWSuu232luY5nc-h5RS8bE"
nickname="Arve"
subject="comment 18"
date="2012-12-02T00:02:51Z"
content="""
Adding nohup doesn't produce any output (that I can find; sudo find / -name nohup.out) :/
"""]]

View file

@ -1,12 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.8.117"
subject="comment 18"
date="2012-12-14T20:55:12Z"
content="""
I've built the app on 10.8.2, let's hope that'll finally put this problem to rest.
Temporarily available here: <http://downloads.kitenet.net/tmp/git-annex.dmg.bz2>
(This build currently lacks XMPP support.)
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.2.244"
subject="comment 19"
date="2012-12-07T16:13:42Z"
content="""
This hang seems not to occur on OSX 10.7, which is the version the autobuilder is running. So this is some sort of incompatability.
So, building git-annex from source should avoid the problem. I'd like to get a version of the app built for 10.8, have not yet been able to arrange that.
"""]]

View file

@ -1,11 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
nickname="Vincent"
subject="comment 19"
date="2012-12-16T05:27:06Z"
content="""
downloaded the 10.8.2 build, md5 9fc31ec6dcf0088d3723d1b25110f7f7.
git --init works instantaneously.
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.8.117"
subject="comment 20"
date="2012-12-17T16:23:05Z"
content="""
@Vincent OMG, it works!?!
\o/
"""]]

View file

@ -1,76 +0,0 @@
[[!comment format=mdwn
username="http://edheil.wordpress.com/"
nickname="edheil"
subject="No luck running it on OS X Lion."
date="2012-11-21T06:07:55Z"
content="""
here's the crash info:
<pre>
Process: git-annex [84369]
Path: /Applications/git-annex.app/Contents/MacOS/bin/git-annex
Identifier: git-annex
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: sh [84364]
Date/Time: 2012-11-21 00:27:03.068 -0500
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /opt/local/lib/libgss.3.dylib
Referenced from: /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libgsasl.7.dylib
Reason: image not found
Binary Images:
0x105baa000 - 0x107b89fe7 +git-annex (??? - ???) <45311C82-015C-3F87-9F9B-01325EFBD0D9> /Applications/git-annex.app/Contents/MacOS/bin/git-annex
0x10822d000 - 0x10823eff7 +libz.1.dylib (1.2.7 - compatibility 1.0.0) <57016CC1-AD54-337E-A983-457933B24D35> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libz.1.dylib
0x108245000 - 0x10827dff7 +libpcre.1.dylib (2.1.0 - compatibility 2.0.0) <431BD758-FA7B-38B3-AB7E-6511EC06152E> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libpcre.1.dylib
0x108283000 - 0x1083b3ff7 +libxml2.2.dylib (11.0.0 - compatibility 11.0.0) <0663F820-D436-3304-B12F-9158901087EB> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libxml2.2.dylib
0x1083e9000 - 0x108400fef +libgsasl.7.dylib (16.6.0 - compatibility 16.0.0) <41503EE1-D58B-385C-AC2E-BEAA7D0D4E38> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libgsasl.7.dylib
0x10840a000 - 0x1084a1fff +libgnutls.26.dylib (49.3.0 - compatibility 49.0.0) <0320352A-3336-3B6B-A7DE-F3069669AD27> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libgnutls.26.dylib
0x1084c3000 - 0x1084f1ff7 +libidn.11.dylib (18.8.0 - compatibility 18.0.0) <97073970-9370-3F85-B943-1B989EA41148> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libidn.11.dylib
0x1084fc000 - 0x1085f5ff7 +libiconv.2.dylib (8.1.0 - compatibility 8.0.0) <1B8D243B-F617-301E-97B1-EE78A72617AB> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libiconv.2.dylib
0x108606000 - 0x108606fff +libcharset.1.dylib (2.0.0 - compatibility 2.0.0) <E3797413-2AA3-3698-B393-E1203B4799A0> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libcharset.1.dylib
0x10860c000 - 0x108665fef +libgmp.10.dylib (11.5.0 - compatibility 11.0.0) <EE407B22-0F44-38B6-9937-10CA6A529F37> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libgmp.10.dylib
0x108675000 - 0x1086a2fe7 +libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /Applications/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib
0x1086b4000 - 0x1086c8fef +libgcc_s.1.dylib (??? - ???) <3C5BF0B8-B1E9-3B41-B52F-F7499687217C> /Applications/git-annex.app/Contents/MacOS/opt/local/lib/gcc47/libgcc_s.1.dylib
0x1086d8000 - 0x1086f5ff7 +liblzma.5.dylib (6.4.0 - compatibility 6.0.0) <1D682E06-EB89-34CA-855A-AEF611C4DF86> /usr/local/lib/liblzma.5.dylib
0x7fff657aa000 - 0x7fff657debaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff8b669000 - 0x7fff8b672ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
0x7fff8b6e4000 - 0x7fff8b6e5ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8c000000 - 0x7fff8c006ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8c1c4000 - 0x7fff8c1c5ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff8cf13000 - 0x7fff8cf4efff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8dbc3000 - 0x7fff8dbc8fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
0x7fff8dbc9000 - 0x7fff8dbd0fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
0x7fff8dbdf000 - 0x7fff8dbedfff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
0x7fff8dcf2000 - 0x7fff8dcf7ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff8e1bb000 - 0x7fff8e298fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff8e6e2000 - 0x7fff8e6eafff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8fab6000 - 0x7fff8fab8fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
0x7fff8fc3e000 - 0x7fff8fc80ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
0x7fff90fa3000 - 0x7fff90fa9fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
0x7fff90faa000 - 0x7fff90fabfff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
0x7fff910b4000 - 0x7fff910b8fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff916b9000 - 0x7fff916bdfff libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
0x7fff916be000 - 0x7fff916defff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
0x7fff916df000 - 0x7fff916e0fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff929f8000 - 0x7fff929fdfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff93a3c000 - 0x7fff93a3cfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
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

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkBTVYS5lTecuenAB01eHgfUxE20vWVpU4"
nickname="Peng"
subject="Large Mountain Loin package size"
date="2012-12-28T22:17:43Z"
content="""
I see that git-annex package file is 489.9MB on Mac Mountain Loin (git-annex.dmg.bz2). The file git-annex.dmg.bz2 is only of size 24M. Is there any way to reduce the package size?
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="2001:4978:f:21a::2"
subject="comment 5"
date="2013-01-02T19:52:28Z"
content="""
The build for today's release is 24 mb.
"""]]

View file

@ -1,15 +0,0 @@
[[!comment format=mdwn
username="https://me.yahoo.com/a/6xTna_B_h.ECb6_ftC2dYLytAEwrv36etg_054U-#4c1e7"
nickname="Fake"
subject="libncurses on 10.7"
date="2012-10-17T21:24:24Z"
content="""
I'm getting an error from gpg when I try to set up a repository on a remote server with encrypted rsync. Looks like libncurses in /usr/lib is 32 bit:
Dyld Error Message:
Library not loaded: /opt/local/lib/libncurses.5.dylib
Referenced from: /Applications/git-annex.app/Contents/MacOS/opt/local/lib/libreadline.6.2.dylib
Reason: no suitable image found. Did find:
/usr/lib/libncurses.5.dylib: mach-o, but wrong architecture
/usr/lib/libncurses.5.dylib: mach-o, but wrong architecture
"""]]

View file

@ -1,27 +0,0 @@
[[!comment format=mdwn
username="https://www.jsilence.org/"
nickname="jsilence"
subject="Setting up a repository fails on OSX 10.6"
date="2013-01-05T11:17:18Z"
content="""
I installed Haskell via MacPorts and managed to compile git-annex as described via cabal.
On the initial start, git-annex webapp starts just fine and the webapp opens in the browser. When I try to configure a local repository, the webapp crashes.
1 jsilence@zeo ~ % git-annex webapp
(Recording state in git...)
WebApp crashed: watch mode is not available on this system
Launching web browser on file:///var/folders/6b/6bWnFAnbFXSPCLPvCnKNrE+++TI/-Tmp-/webapp1003.html
jsilence@zeo ~ %
\"watch mode is not suported\" suggests that lsof is not in the PATH. lsof resides in /usr/sbin and can be found just fine:
jsilence@zeo ~ % which lsof
/usr/sbin/lsof
Any help would be appreciated.
-jsl
"""]]

View file

@ -1,16 +0,0 @@
[[!comment format=mdwn
username="http://nico.kaiser.me/"
nickname="Nico Kaiser"
subject="git-annex crashing on OS X 10.8.2"
date="2012-11-27T08:01:29Z"
content="""
$ /Applications/git-annex.app/Contents/MacOS/git-annex-webapp
dyld: Symbol not found: _OBJC_CLASS_$_NSObject
Referenced from: /usr/bin/open
Expected in: /Applications/git-annex.app/Contents/MacOS/usr/lib/libobjc.A.dylib
in /usr/bin/open
WebApp crashed: failed to start web browser
Launching web browser on file:///var/folders/8g/_fvs7jf572l4fj03q5mhrq9r0000gn/T/webapp1196.html
"""]]

View file

@ -1,10 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.6.49"
subject="comment 7"
date="2012-11-27T21:13:18Z"
content="""
@Nico, that's actually kind of promising; people have been reporting much earlier crashes with OSX. This later crash is one I think I can do something about! :)
So, it looks like the standalone app build needs to run the web browser in a clean environment that doesn't use any of its bundled libraries. I've committed that change and it will be in a release later today.
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.152.108.211"
subject="comment 7"
date="2013-01-05T17:48:52Z"
content="""
@jsilence, this problem does not involve lsof. There was a typo in the cabal file that prevented cabal building it with hfsevents. I'm releasing a new version to cabal with this typo fixed.
"""]]

View file

@ -1,11 +0,0 @@
[[!comment format=mdwn
username="http://wiggy.net/"
nickname="Wichert"
subject="Adding a remote server repository fails"
date="2012-11-28T21:17:23Z"
content="""
The error message I get is:
> Failed to ssh to the server. Transcript: dyld: Symbol not found: ___progname Referenced from: /usr/bin/ssh Expected in: /Users/wichert/Applications/git-annex.app/Contents/MacOS/usr/lib/libSystem.B.dylib in /usr/bin/ssh
"""]]

View file

@ -1,8 +0,0 @@
[[!comment format=mdwn
username="http://wiggy.net/"
nickname="Wichert"
subject="Trying to add remote server after failed attempt blocks forever"
date="2012-11-28T21:23:54Z"
content="""
Out of curiosity I checked what would happen if I tried to add a remote server repo again after it just failed with the missing library error (see previous comment). Surprisingly the webapp is now waiting forever at the *Testing server ...* message.
"""]]