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

@ -0,0 +1,25 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmYiJgOvC4IDYkr2KIjMlfVD9r_1Sij_jY"
nickname="Douglas"
subject="setup: standalone/macos/git-annex.app/Contents/Info.plist: does not exist"
date="2012-10-06T14:46:55Z"
content="""
I tried installing with cabal and homebrew on Mountain Lion. After cabal install git-annex I get:
Linking dist/build/git-annex/git-annex ...
Installing executable(s) in /Users/dfc/.cabal/bin
setup: standalone/macos/git-annex.app/Contents/Info.plist: does not exist
cabal: Error: some packages failed to install:
git-annex-3.20121001 failed during the final install step. The exception was:
ExitFailure 1
There is no directory named macos inside of standalone:
jumbo:git-annex-3.20121001 dfc$ ls -l standalone/
total 112
-rw-r--r--+ 1 dfc staff 55614 Oct 6 10:40 licences.gz
drwxr-xr-x+ 6 dfc staff 204 Oct 6 10:40 linux
drwxr-xr-x+ 3 dfc staff 102 Oct 6 10:40 osx
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.0.149"
subject="comment 3"
date="2012-10-06T21:05:45Z"
content="""
@Douglas, I've fixed that in git. FWIW, the program is installed before that point. Actually, I am leaning toward not having cabal install that plist file at all.
"""]]

View file

@ -0,0 +1,20 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmY_4MvT5yEeztrS7UIJseStUe4mtgp6YE"
nickname="Сергей"
subject="Have error"
date="2012-10-10T11:47:09Z"
content="""
[ 98 of 248] Compiling Utility.DiskFree ( Utility/DiskFree.hs, dist/build/git-annex/git-annex-tmp/Utility/DiskFree.o )
[ 99 of 248] Compiling Utility.Url ( Utility/Url.hs, dist/build/git-annex/git-annex-tmp/Utility/Url.o )
Utility/Url.hs:111:88:
Couldn't match expected type `Maybe URI' with actual type `URI'
In the second argument of `fromMaybe', namely
`(newURI `relativeTo` u)'
In the expression: fromMaybe newURI (newURI `relativeTo` u)
In an equation for `newURI_abs':
newURI_abs = fromMaybe newURI (newURI `relativeTo` u)
cabal: Error: some packages failed to install:
git-annex-3.20121009 failed during the building phase. The exception was:
ExitFailure 1
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.153.248.164"
subject="comment 5"
date="2012-10-10T15:34:23Z"
content="""
@Сергей, I've fixeed that in git.
"""]]