File: comment_23_6398271f5cd9e94996202ef3bce6f6ed._comment

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (20 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="209.250.56.246"
 subject="comment 23"
 date="2013-11-11T19:14:59Z"
 content="""
Script variation is ok.

So, it's looking like perhaps a problem with the way cabal links the executable, which I notice is a two stage process, vs the way ghc links it with --make.

To narrow down, here is hello built using cabal:

<http://tmp.kitenet.net/hello-cabal>

Here is git-annex built not using cabal:

<http://tmp.kitenet.net/git-annex-byhand>

(For my own reference, it's also built without WITH_CLIBS.)
"""]]