summaryrefslogtreecommitdiff
path: root/doc/bugs/3.20121112:_build_error_in_assistant.mdwn
blob: de11dfbf7b8630f24e1e33f6fbfe89a1c53565c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
Git-annex stopped compiling with GHC 7.4.2 after updating Yesod and friends to the respective latest version. The complete build log is attached below. I hope this helps. Further build logs are available at <http://hydra.nixos.org/job/nixpkgs/trunk/gitAndTools.gitAnnex>, too.

    building
    make flags:  PREFIX=/nix/store/9az61h33v1j6fkdmwdfy7gi0rhspsb9k-git-annex-3.20121112
    building Build/SysConfig.hs
    ghc -O2 -Wall -outputdir tmp -IUtility  -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP -DWITH_DNS -DWITH_INOTIFY -DWITH_DBUS -threaded --make configure
    [1 of 7] Compiling Utility.Exception ( Utility/Exception.hs, tmp/Utility/Exception.o )
    [2 of 7] Compiling Utility.Misc     ( Utility/Misc.hs, tmp/Utility/Misc.o )
    [3 of 7] Compiling Utility.Process  ( Utility/Process.hs, tmp/Utility/Process.o )
    [4 of 7] Compiling Utility.SafeCommand ( Utility/SafeCommand.hs, tmp/Utility/SafeCommand.o )
    [5 of 7] Compiling Build.TestConfig ( Build/TestConfig.hs, tmp/Build/TestConfig.o )
    [6 of 7] Compiling Build.Configure  ( Build/Configure.hs, tmp/Build/Configure.o )
    [7 of 7] Compiling Main             ( configure.hs, tmp/Main.o )
    Linking configure ...
    ./configure
      checking version... 3.20121112
      checking git... yes
      checking git version... 1.8.0
      checking cp -a... yes
      checking cp -p... yes
      checking cp --reflink=auto... yes
      checking uuid generator... uuidgen
      checking xargs -0... yes
      checking rsync... yes
      checking curl... yes
      checking wget... no
      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
    building Utility/Touch.hs
    hsc2hs Utility/Touch.hsc
    building Utility/Mounts.hs
    hsc2hs Utility/Mounts.hsc
    building Utility/libdiskfree.o
    cc -Wall   -c -o Utility/libdiskfree.o Utility/libdiskfree.c
    building Utility/libmounts.o
    cc -Wall   -c -o Utility/libmounts.o Utility/libmounts.c
    building git-annex
    install -d tmp
    ghc -O2 -Wall -outputdir tmp -IUtility  -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP -DWITH_DNS -DWITH_INOTIFY -DWITH_DBUS -threaded --make git-annex -o tmp/git-annex Utility/libdiskfree.o Utility/libmounts.o
    [  1 of 279] Compiling Utility.Dot      ( Utility/Dot.hs, tmp/Utility/Dot.o )
    [  2 of 279] Compiling Utility.ThreadLock ( Utility/ThreadLock.hs, tmp/Utility/ThreadLock.o )
    [  3 of 279] Compiling Utility.Mounts   ( Utility/Mounts.hs, tmp/Utility/Mounts.o )
    [  4 of 279] Compiling Utility.Yesod    ( Utility/Yesod.hs, tmp/Utility/Yesod.o )
    [  5 of 279] Compiling Utility.Tense    ( Utility/Tense.hs, tmp/Utility/Tense.o )
    [  6 of 279] Compiling Utility.Verifiable ( Utility/Verifiable.hs, tmp/Utility/Verifiable.o )
    [  7 of 279] Compiling Assistant.Types.TransferSlots ( Assistant/Types/TransferSlots.hs, tmp/Assistant/Types/TransferSlots.o )
    [  8 of 279] Compiling Types.StandardGroups ( Types/StandardGroups.hs, tmp/Types/StandardGroups.o )
    [  9 of 279] Compiling Utility.Percentage ( Utility/Percentage.hs, tmp/Utility/Percentage.o )
    [ 10 of 279] Compiling Utility.Base64   ( Utility/Base64.hs, tmp/Utility/Base64.o )
    [ 11 of 279] Compiling Utility.DataUnits ( Utility/DataUnits.hs, tmp/Utility/DataUnits.o )
    [ 12 of 279] Compiling Utility.JSONStream ( Utility/JSONStream.hs, tmp/Utility/JSONStream.o )
    [ 13 of 279] Compiling Messages.JSON    ( Messages/JSON.hs, tmp/Messages/JSON.o )
    [ 14 of 279] Compiling Build.SysConfig  ( Build/SysConfig.hs, tmp/Build/SysConfig.o )
    [ 15 of 279] Compiling Types.KeySource  ( Types/KeySource.hs, tmp/Types/KeySource.o )
    [ 16 of 279] Compiling Utility.State    ( Utility/State.hs, tmp/Utility/State.o )
    [ 17 of 279] Compiling Types.UUID       ( Types/UUID.hs, tmp/Types/UUID.o )
    [ 18 of 279] Compiling Types.Messages   ( Types/Messages.hs, tmp/Types/Messages.o )
    [ 19 of 279] Compiling Types.Group      ( Types/Group.hs, tmp/Types/Group.o )
    [ 20 of 279] Compiling Types.TrustLevel ( Types/TrustLevel.hs, tmp/Types/TrustLevel.o )
    [ 21 of 279] Compiling Types.BranchState ( Types/BranchState.hs, tmp/Types/BranchState.o )
    [ 22 of 279] Compiling Utility.PartialPrelude ( Utility/PartialPrelude.hs, tmp/Utility/PartialPrelude.o )
    [ 23 of 279] Compiling Utility.HumanTime ( Utility/HumanTime.hs, tmp/Utility/HumanTime.o )
    [ 24 of 279] Compiling Utility.Format   ( Utility/Format.hs, tmp/Utility/Format.o )
    [ 25 of 279] Compiling Utility.FileSystemEncoding ( Utility/FileSystemEncoding.hs, tmp/Utility/FileSystemEncoding.o )
    [ 26 of 279] Compiling Utility.Touch    ( Utility/Touch.hs, tmp/Utility/Touch.o )
    [ 27 of 279] Compiling Utility.Applicative ( Utility/Applicative.hs, tmp/Utility/Applicative.o )
    [ 28 of 279] Compiling Utility.Monad    ( Utility/Monad.hs, tmp/Utility/Monad.o )
    [ 29 of 279] Compiling Utility.Exception ( Utility/Exception.hs, tmp/Utility/Exception.o )
    [ 30 of 279] Compiling Utility.DBus     ( Utility/DBus.hs, tmp/Utility/DBus.o )
    [ 31 of 279] Compiling Utility.Misc     ( Utility/Misc.hs, tmp/Utility/Misc.o )
    [ 32 of 279] Compiling Utility.Process  ( Utility/Process.hs, tmp/Utility/Process.o )
    [ 33 of 279] Compiling Utility.SafeCommand ( Utility/SafeCommand.hs, tmp/Utility/SafeCommand.o )
    [ 34 of 279] Compiling Utility.Network  ( Utility/Network.hs, tmp/Utility/Network.o )
    [ 35 of 279] Compiling Utility.SRV      ( Utility/SRV.hs, tmp/Utility/SRV.o )

    Utility/SRV.hs:88:1: Warning: Defined but not used: `lookupSRVHost'

    Utility/SRV.hs:94:1: Warning: Defined but not used: `parseSrvHost'
    [ 36 of 279] Compiling Git.Types        ( Git/Types.hs, tmp/Git/Types.o )
    [ 37 of 279] Compiling Utility.UserInfo ( Utility/UserInfo.hs, tmp/Utility/UserInfo.o )
    [ 38 of 279] Compiling Utility.Path     ( Utility/Path.hs, tmp/Utility/Path.o )
    [ 39 of 279] Compiling Utility.TempFile ( Utility/TempFile.hs, tmp/Utility/TempFile.o )
    [ 40 of 279] Compiling Utility.Directory ( Utility/Directory.hs, tmp/Utility/Directory.o )
    [ 41 of 279] Compiling Utility.FreeDesktop ( Utility/FreeDesktop.hs, tmp/Utility/FreeDesktop.o )
    [ 42 of 279] Compiling Assistant.Install.AutoStart ( Assistant/Install/AutoStart.hs, tmp/Assistant/Install/AutoStart.o )
    [ 43 of 279] Compiling Common           ( Common.hs, tmp/Common.o )
    [ 44 of 279] Compiling Utility.FileMode ( Utility/FileMode.hs, tmp/Utility/FileMode.o )
    [ 45 of 279] Compiling Git              ( Git.hs, tmp/Git.o )
    [ 46 of 279] Compiling Git.FilePath     ( Git/FilePath.hs, tmp/Git/FilePath.o )
    [ 47 of 279] Compiling Utility.Matcher  ( Utility/Matcher.hs, tmp/Utility/Matcher.o )
    [ 48 of 279] Compiling Utility.Gpg      ( Utility/Gpg.hs, tmp/Utility/Gpg.o )
    [ 49 of 279] Compiling Types.Crypto     ( Types/Crypto.hs, tmp/Types/Crypto.o )
    [ 50 of 279] Compiling Types.Key        ( Types/Key.hs, tmp/Types/Key.o )
    [ 51 of 279] Compiling Types.Backend    ( Types/Backend.hs, tmp/Types/Backend.o )
    [ 52 of 279] Compiling Types.Remote     ( Types/Remote.hs, tmp/Types/Remote.o )
    [ 53 of 279] Compiling Git.Sha          ( Git/Sha.hs, tmp/Git/Sha.o )
    [ 54 of 279] Compiling Utility.CoProcess ( Utility/CoProcess.hs, tmp/Utility/CoProcess.o )
    [ 55 of 279] Compiling Git.Command      ( Git/Command.hs, tmp/Git/Command.o )
    [ 56 of 279] Compiling Git.Ref          ( Git/Ref.hs, tmp/Git/Ref.o )
    [ 57 of 279] Compiling Git.Branch       ( Git/Branch.hs, tmp/Git/Branch.o )
    [ 58 of 279] Compiling Git.UpdateIndex  ( Git/UpdateIndex.hs, tmp/Git/UpdateIndex.o )
    [ 59 of 279] Compiling Git.Queue        ( Git/Queue.hs, tmp/Git/Queue.o )
    [ 60 of 279] Compiling Git.HashObject   ( Git/HashObject.hs, tmp/Git/HashObject.o )
    [ 61 of 279] Compiling Git.CatFile      ( Git/CatFile.hs, tmp/Git/CatFile.o )
    [ 62 of 279] Compiling Git.UnionMerge   ( Git/UnionMerge.hs, tmp/Git/UnionMerge.o )
    [ 63 of 279] Compiling Git.Url          ( Git/Url.hs, tmp/Git/Url.o )
    [ 64 of 279] Compiling Git.Construct    ( Git/Construct.hs, tmp/Git/Construct.o )
    [ 65 of 279] Compiling Git.Config       ( Git/Config.hs, tmp/Git/Config.o )
    [ 66 of 279] Compiling Git.SharedRepository ( Git/SharedRepository.hs, tmp/Git/SharedRepository.o )
    [ 67 of 279] Compiling Git.Version      ( Git/Version.hs, tmp/Git/Version.o )
    [ 68 of 279] Compiling Git.CheckAttr    ( Git/CheckAttr.hs, tmp/Git/CheckAttr.o )
    [ 69 of 279] Compiling Annex            ( Annex.hs, tmp/Annex.o )
    [ 70 of 279] Compiling Types.Option     ( Types/Option.hs, tmp/Types/Option.o )
    [ 71 of 279] Compiling Types            ( Types.hs, tmp/Types.o )
    [ 72 of 279] Compiling Messages         ( Messages.hs, tmp/Messages.o )
    [ 73 of 279] Compiling Types.Command    ( Types/Command.hs, tmp/Types/Command.o )
    [ 74 of 279] Compiling Locations        ( Locations.hs, tmp/Locations.o )
    [ 75 of 279] Compiling Common.Annex     ( Common/Annex.hs, tmp/Common/Annex.o )
    [ 76 of 279] Compiling Fields           ( Fields.hs, tmp/Fields.o )
    [ 77 of 279] Compiling Annex.BranchState ( Annex/BranchState.hs, tmp/Annex/BranchState.o )
    [ 78 of 279] Compiling Annex.CatFile    ( Annex/CatFile.hs, tmp/Annex/CatFile.o )
    [ 79 of 279] Compiling Annex.Perms      ( Annex/Perms.hs, tmp/Annex/Perms.o )
    [ 80 of 279] Compiling Crypto           ( Crypto.hs, tmp/Crypto.o )
    [ 81 of 279] Compiling Annex.Exception  ( Annex/Exception.hs, tmp/Annex/Exception.o )
    [ 82 of 279] Compiling Annex.Journal    ( Annex/Journal.hs, tmp/Annex/Journal.o )
    [ 83 of 279] Compiling Annex.Branch     ( Annex/Branch.hs, tmp/Annex/Branch.o )
    [ 84 of 279] Compiling Usage            ( Usage.hs, tmp/Usage.o )
    [ 85 of 279] Compiling Annex.CheckAttr  ( Annex/CheckAttr.hs, tmp/Annex/CheckAttr.o )
    [ 86 of 279] Compiling Remote.Helper.Special ( Remote/Helper/Special.hs, tmp/Remote/Helper/Special.o )
    [ 87 of 279] Compiling Logs.Presence    ( Logs/Presence.hs, tmp/Logs/Presence.o )
    [ 88 of 279] Compiling Logs.Location    ( Logs/Location.hs, tmp/Logs/Location.o )
    [ 89 of 279] Compiling Logs.Web         ( Logs/Web.hs, tmp/Logs/Web.o )
    [ 90 of 279] Compiling Annex.LockPool   ( Annex/LockPool.hs, tmp/Annex/LockPool.o )
    [ 91 of 279] Compiling Logs.Transfer    ( Logs/Transfer.hs, tmp/Logs/Transfer.o )
    [ 92 of 279] Compiling Backend.SHA      ( Backend/SHA.hs, tmp/Backend/SHA.o )
    [ 93 of 279] Compiling Backend.WORM     ( Backend/WORM.hs, tmp/Backend/WORM.o )
    [ 94 of 279] Compiling Backend.URL      ( Backend/URL.hs, tmp/Backend/URL.o )
    [ 95 of 279] Compiling Assistant.Types.ScanRemotes ( Assistant/Types/ScanRemotes.hs, tmp/Assistant/Types/ScanRemotes.o )
    [ 96 of 279] Compiling Assistant.Types.ThreadedMonad ( Assistant/Types/ThreadedMonad.hs, tmp/Assistant/Types/ThreadedMonad.o )
    [ 97 of 279] Compiling Assistant.Types.TransferQueue ( Assistant/Types/TransferQueue.hs, tmp/Assistant/Types/TransferQueue.o )
    [ 98 of 279] Compiling Assistant.Types.Pushes ( Assistant/Types/Pushes.hs, tmp/Assistant/Types/Pushes.o )
    [ 99 of 279] Compiling Assistant.Types.BranchChange ( Assistant/Types/BranchChange.hs, tmp/Assistant/Types/BranchChange.o )
    [100 of 279] Compiling Logs.UUIDBased   ( Logs/UUIDBased.hs, tmp/Logs/UUIDBased.o )
    [101 of 279] Compiling Logs.Remote      ( Logs/Remote.hs, tmp/Logs/Remote.o )
    [102 of 279] Compiling Logs.Group       ( Logs/Group.hs, tmp/Logs/Group.o )
    [103 of 279] Compiling Utility.DiskFree ( Utility/DiskFree.hs, tmp/Utility/DiskFree.o )
    [104 of 279] Compiling Utility.Url      ( Utility/Url.hs, tmp/Utility/Url.o )
    [105 of 279] Compiling Utility.CopyFile ( Utility/CopyFile.hs, tmp/Utility/CopyFile.o )
    [106 of 279] Compiling Utility.Rsync    ( Utility/Rsync.hs, tmp/Utility/Rsync.o )
    [107 of 279] Compiling Git.LsFiles      ( Git/LsFiles.hs, tmp/Git/LsFiles.o )
    [108 of 279] Compiling Git.AutoCorrect  ( Git/AutoCorrect.hs, tmp/Git/AutoCorrect.o )
    [109 of 279] Compiling Git.CurrentRepo  ( Git/CurrentRepo.hs, tmp/Git/CurrentRepo.o )
    [110 of 279] Compiling Locations.UserConfig ( Locations/UserConfig.hs, tmp/Locations/UserConfig.o )
    [111 of 279] Compiling Utility.ThreadScheduler ( Utility/ThreadScheduler.hs, tmp/Utility/ThreadScheduler.o )
    [112 of 279] Compiling Git.Merge        ( Git/Merge.hs, tmp/Git/Merge.o )
    [113 of 279] Compiling Utility.Parallel ( Utility/Parallel.hs, tmp/Utility/Parallel.o )
    [114 of 279] Compiling Git.Remote       ( Git/Remote.hs, tmp/Git/Remote.o )
    [115 of 279] Compiling Assistant.Ssh    ( Assistant/Ssh.hs, tmp/Assistant/Ssh.o )
    [116 of 279] Compiling Assistant.Pairing ( Assistant/Pairing.hs, tmp/Assistant/Pairing.o )
    [117 of 279] Compiling Assistant.Types.NetMessager ( Assistant/Types/NetMessager.hs, tmp/Assistant/Types/NetMessager.o )
    [118 of 279] Compiling Utility.NotificationBroadcaster ( Utility/NotificationBroadcaster.hs, tmp/Utility/NotificationBroadcaster.o )
    [119 of 279] Compiling Assistant.Types.Buddies ( Assistant/Types/Buddies.hs, tmp/Assistant/Types/Buddies.o )
    [120 of 279] Compiling Utility.TSet     ( Utility/TSet.hs, tmp/Utility/TSet.o )
    [121 of 279] Compiling Assistant.Types.Commits ( Assistant/Types/Commits.hs, tmp/Assistant/Types/Commits.o )
    [122 of 279] Compiling Assistant.Types.Changes ( Assistant/Types/Changes.hs, tmp/Assistant/Types/Changes.o )
    [123 of 279] Compiling Utility.WebApp   ( Utility/WebApp.hs, tmp/Utility/WebApp.o )
    [124 of 279] Compiling Utility.Daemon   ( Utility/Daemon.hs, tmp/Utility/Daemon.o )
    [125 of 279] Compiling Utility.LogFile  ( Utility/LogFile.hs, tmp/Utility/LogFile.o )
    [126 of 279] Compiling Git.Filename     ( Git/Filename.hs, tmp/Git/Filename.o )
    [127 of 279] Compiling Git.LsTree       ( Git/LsTree.hs, tmp/Git/LsTree.o )
    [128 of 279] Compiling Utility.Types.DirWatcher ( Utility/Types/DirWatcher.hs, tmp/Utility/Types/DirWatcher.o )
    [129 of 279] Compiling Utility.INotify  ( Utility/INotify.hs, tmp/Utility/INotify.o )
    [130 of 279] Compiling Utility.DirWatcher ( Utility/DirWatcher.hs, tmp/Utility/DirWatcher.o )
    [131 of 279] Compiling Utility.Lsof     ( Utility/Lsof.hs, tmp/Utility/Lsof.o )
    [132 of 279] Compiling Config           ( Config.hs, tmp/Config.o )
    [133 of 279] Compiling Annex.UUID       ( Annex/UUID.hs, tmp/Annex/UUID.o )
    [134 of 279] Compiling Logs.UUID        ( Logs/UUID.hs, tmp/Logs/UUID.o )
    [135 of 279] Compiling Backend          ( Backend.hs, tmp/Backend.o )
    [136 of 279] Compiling Remote.Helper.Hooks ( Remote/Helper/Hooks.hs, tmp/Remote/Helper/Hooks.o )
    [137 of 279] Compiling Remote.Helper.Encryptable ( Remote/Helper/Encryptable.hs, tmp/Remote/Helper/Encryptable.o )
    [138 of 279] Compiling Annex.Queue      ( Annex/Queue.hs, tmp/Annex/Queue.o )
    [139 of 279] Compiling Annex.Content    ( Annex/Content.hs, tmp/Annex/Content.o )
    [140 of 279] Compiling Remote.S3        ( Remote/S3.hs, tmp/Remote/S3.o )
    [141 of 279] Compiling Remote.Directory ( Remote/Directory.hs, tmp/Remote/Directory.o )
    [142 of 279] Compiling Remote.Rsync     ( Remote/Rsync.hs, tmp/Remote/Rsync.o )
    [143 of 279] Compiling Remote.Web       ( Remote/Web.hs, tmp/Remote/Web.o )
    [144 of 279] Compiling Remote.Hook      ( Remote/Hook.hs, tmp/Remote/Hook.o )
    [145 of 279] Compiling Upgrade.V2       ( Upgrade/V2.hs, tmp/Upgrade/V2.o )
    [146 of 279] Compiling Annex.Ssh        ( Annex/Ssh.hs, tmp/Annex/Ssh.o )
    [147 of 279] Compiling Remote.Helper.Ssh ( Remote/Helper/Ssh.hs, tmp/Remote/Helper/Ssh.o )
    [148 of 279] Compiling Remote.Bup       ( Remote/Bup.hs, tmp/Remote/Bup.o )
    [149 of 279] Compiling Annex.Version    ( Annex/Version.hs, tmp/Annex/Version.o )
    [150 of 279] Compiling Init             ( Init.hs, tmp/Init.o )
    [151 of 279] Compiling Checks           ( Checks.hs, tmp/Checks.o )
    [152 of 279] Compiling Remote.Git       ( Remote/Git.hs, tmp/Remote/Git.o )
    [153 of 279] Compiling Remote.List      ( Remote/List.hs, tmp/Remote/List.o )
    [154 of 279] Compiling Logs.Trust       ( Logs/Trust.hs, tmp/Logs/Trust.o )
    [155 of 279] Compiling Remote           ( Remote.hs, tmp/Remote.o )
    [156 of 279] Compiling Assistant.Alert  ( Assistant/Alert.hs, tmp/Assistant/Alert.o )
    Loading package ghc-prim ... linking ... done.
    Loading package integer-gmp ... linking ... done.
    Loading package base ... linking ... done.
    Loading object (static) Utility/libdiskfree.o ... done
    Loading object (static) Utility/libmounts.o ... done
    final link ... done
    Loading package pretty-1.1.1.0 ... linking ... done.
    Loading package filepath-1.3.0.0 ... linking ... done.
    Loading package old-locale-1.0.0.4 ... linking ... done.
    Loading package old-time-1.1.0.0 ... linking ... done.
    Loading package bytestring-0.9.2.1 ... linking ... done.
    Loading package unix-2.5.1.0 ... linking ... done.
    Loading package directory-1.1.0.2 ... linking ... done.
    Loading package process-1.1.0.1 ... linking ... done.
    Loading package array-0.4.0.0 ... linking ... done.
    Loading package deepseq-1.3.0.0 ... linking ... done.
    Loading package time-1.4 ... linking ... done.
    Loading package containers-0.4.2.1 ... linking ... done.
    Loading package text-0.11.2.0 ... linking ... done.
    Loading package blaze-builder-0.3.1.0 ... linking ... done.
    Loading package blaze-markup-0.5.1.1 ... linking ... done.
    Loading package blaze-html-0.5.1.0 ... linking ... done.
    Loading package hashable-1.1.2.5 ... linking ... done.
    Loading package case-insensitive-0.4.0.3 ... linking ... done.
    Loading package primitive-0.5.0.1 ... linking ... done.
    Loading package vector-0.10.0.1 ... linking ... done.
    Loading package random-1.0.1.1 ... linking ... done.
    Loading package dlist-0.5 ... linking ... done.
    Loading package data-default-0.5.0 ... linking ... done.
    Loading package transformers-0.3.0.0 ... linking ... done.
    Loading package mtl-2.1.1 ... linking ... done.
    Loading package parsec-3.1.2 ... linking ... done.
    Loading package network-2.3.0.13 ... linking ... done.
    Loading package failure-0.2.0.1 ... linking ... done.
    Loading package template-haskell ... linking ... done.
    Loading package shakespeare-1.0.2 ... linking ... done.
    Loading package hamlet-1.1.1.1 ... linking ... done.
    Loading package http-types-0.7.3.0.1 ... linking ... done.
    Loading package base-unicode-symbols-0.2.2.4 ... linking ... done.
    Loading package transformers-base-0.4.1 ... linking ... done.
    Loading package monad-control-0.3.1.4 ... linking ... done.
    Loading package lifted-base-0.2 ... linking ... done.
    Loading package resourcet-0.4.3 ... linking ... done.
    Loading package semigroups-0.8.4.1 ... linking ... done.
    Loading package void-0.5.8 ... linking ... done.
    Loading package conduit-0.5.4.1 ... linking ... done.
    Loading package unordered-containers-0.2.2.1 ... linking ... done.
    Loading package vault-0.2.0.1 ... linking ... done.
    Loading package wai-1.3.0.1 ... linking ... done.
    Loading package date-cache-0.3.0 ... linking ... done.
    Loading package unix-time-0.1.2 ... linking ... done.
    Loading package fast-logger-0.3.1 ... linking ... done.
    Loading package attoparsec-0.10.2.0 ... linking ... done.
    Loading package cookie-0.4.0.1 ... linking ... done.
    Loading package shakespeare-css-1.0.2 ... linking ... done.
    Loading package syb-0.3.6.1 ... linking ... done.
    Loading package aeson-0.6.0.2 ... linking ... done.
    Loading package shakespeare-js-1.1.0 ... linking ... done.
    Loading package ansi-terminal-0.5.5 ... linking ... done.
    Loading package blaze-builder-conduit-0.5.0.2 ... linking ... done.
    Loading package stringsearch-0.3.6.4 ... linking ... done.
    Loading package byteorder-1.0.3 ... linking ... done.
    Loading package wai-logger-0.3.0 ... linking ... done.
    Loading package zlib-0.5.3.3 ... linking ... done.
    Loading package zlib-bindings-0.1.1.1 ... linking ... done.
    Loading package zlib-conduit-0.5.0.2 ... linking ... done.
    Loading package wai-extra-1.3.0.4 ... linking ... done.
    Loading package monad-logger-0.2.1 ... linking ... done.
    Loading package cereal-0.3.5.2 ... linking ... done.
    Loading package base64-bytestring-1.0.0.0 ... linking ... done.
    Loading package cipher-aes-0.1.2 ... linking ... done.
    Loading package entropy-0.2.1 ... linking ... done.
    Loading package largeword-1.0.3 ... linking ... done.
    Loading package tagged-0.4.4 ... linking ... done.
    Loading package crypto-api-0.10.2 ... linking ... done.
    Loading package cpu-0.1.1 ... linking ... done.
    Loading package crypto-pubkey-types-0.1.1 ... linking ... done.
    Loading package cryptocipher-0.3.5 ... linking ... done.
    Loading package cprng-aes-0.2.4 ... linking ... done.
    Loading package skein-0.1.0.9 ... linking ... done.
    Loading package clientsession-0.8.0.1 ... linking ... done.
    Loading package path-pieces-0.1.2 ... linking ... done.
    Loading package shakespeare-i18n-1.0.0.2 ... linking ... done.
    Loading package yesod-routes-1.1.1.1 ... linking ... done.
    Loading package yesod-core-1.1.5 ... linking ... done.
    [157 of 279] Compiling Assistant.Types.DaemonStatus ( Assistant/Types/DaemonStatus.hs, tmp/Assistant/Types/DaemonStatus.o )
    [158 of 279] Compiling Assistant.Monad  ( Assistant/Monad.hs, tmp/Assistant/Monad.o )
    [159 of 279] Compiling Assistant.Types.NamedThread ( Assistant/Types/NamedThread.hs, tmp/Assistant/Types/NamedThread.o )
    [160 of 279] Compiling Assistant.Common ( Assistant/Common.hs, tmp/Assistant/Common.o )
    [161 of 279] Compiling Assistant.XMPP   ( Assistant/XMPP.hs, tmp/Assistant/XMPP.o )
    [162 of 279] Compiling Assistant.XMPP.Buddies ( Assistant/XMPP/Buddies.hs, tmp/Assistant/XMPP/Buddies.o )
    [163 of 279] Compiling Assistant.NetMessager ( Assistant/NetMessager.hs, tmp/Assistant/NetMessager.o )

    Assistant/NetMessager.hs:12:1:
        Warning: The import of `Types.Remote' is redundant
                   except perhaps to import instances from `Types.Remote'
                 To import instances alone, use: import Types.Remote()

    Assistant/NetMessager.hs:13:1:
        Warning: The import of `Git' is redundant
                   except perhaps to import instances from `Git'
                 To import instances alone, use: import Git()

    Assistant/NetMessager.hs:20:1:
        Warning: The import of `Data.Text' is redundant
                   except perhaps to import instances from `Data.Text'
                 To import instances alone, use: import Data.Text()
    [164 of 279] Compiling Assistant.Pushes ( Assistant/Pushes.hs, tmp/Assistant/Pushes.o )
    [165 of 279] Compiling Assistant.ScanRemotes ( Assistant/ScanRemotes.hs, tmp/Assistant/ScanRemotes.o )
    [166 of 279] Compiling Assistant.Install ( Assistant/Install.hs, tmp/Assistant/Install.o )
    [167 of 279] Compiling Assistant.XMPP.Client ( Assistant/XMPP/Client.hs, tmp/Assistant/XMPP/Client.o )
    [168 of 279] Compiling Assistant.Commits ( Assistant/Commits.hs, tmp/Assistant/Commits.o )
    [169 of 279] Compiling Assistant.BranchChange ( Assistant/BranchChange.hs, tmp/Assistant/BranchChange.o )
    [170 of 279] Compiling Assistant.Changes ( Assistant/Changes.hs, tmp/Assistant/Changes.o )
    [171 of 279] Compiling Assistant.WebApp.Types ( Assistant/WebApp/Types.hs, tmp/Assistant/WebApp/Types.o )
    Loading package unix-compat-0.4.0.0 ... linking ... done.
    Loading package file-embed-0.0.4.6 ... linking ... done.
    Loading package system-filepath-0.4.7 ... linking ... done.
    Loading package system-fileio-0.3.10 ... linking ... done.
    Loading package cryptohash-0.7.8 ... linking ... done.
    Loading package crypto-conduit-0.4.0.1 ... linking ... done.
    Loading package http-date-0.0.2 ... linking ... done.
    Loading package mime-types-0.1.0.0 ... linking ... done.
    Loading package wai-app-static-1.3.0.4 ... linking ... done.
    Loading package yesod-static-1.1.1.1 ... linking ... done.
    [172 of 279] Compiling Assistant.WebApp ( Assistant/WebApp.hs, tmp/Assistant/WebApp.o )
    Loading package network-conduit-0.6.1.1 ... linking ... done.
    Loading package safe-0.3.3 ... linking ... done.
    Loading package simple-sendfile-0.2.8 ... linking ... done.
    Loading package warp-1.3.4.4 ... linking ... done.
    Loading package yaml-0.8.1 ... linking ... done.
    Loading package yesod-default-1.1.2 ... linking ... done.
    [173 of 279] Compiling Assistant.WebApp.OtherRepos ( Assistant/WebApp/OtherRepos.hs, tmp/Assistant/WebApp/OtherRepos.o )
    [174 of 279] Compiling Limit            ( Limit.hs, tmp/Limit.o )
    [175 of 279] Compiling Option           ( Option.hs, tmp/Option.o )
    [176 of 279] Compiling Seek             ( Seek.hs, tmp/Seek.o )
    [177 of 279] Compiling Command          ( Command.hs, tmp/Command.o )
    [178 of 279] Compiling CmdLine          ( CmdLine.hs, tmp/CmdLine.o )
    [179 of 279] Compiling Command.ConfigList ( Command/ConfigList.hs, tmp/Command/ConfigList.o )
    [180 of 279] Compiling Command.InAnnex  ( Command/InAnnex.hs, tmp/Command/InAnnex.o )
    [181 of 279] Compiling Command.DropKey  ( Command/DropKey.hs, tmp/Command/DropKey.o )
    [182 of 279] Compiling Command.SendKey  ( Command/SendKey.hs, tmp/Command/SendKey.o )
    [183 of 279] Compiling Command.RecvKey  ( Command/RecvKey.hs, tmp/Command/RecvKey.o )
    [184 of 279] Compiling Command.TransferInfo ( Command/TransferInfo.hs, tmp/Command/TransferInfo.o )
    [185 of 279] Compiling Command.Commit   ( Command/Commit.hs, tmp/Command/Commit.o )
    [186 of 279] Compiling Command.Add      ( Command/Add.hs, tmp/Command/Add.o )
    [187 of 279] Compiling Command.Unannex  ( Command/Unannex.hs, tmp/Command/Unannex.o )
    [188 of 279] Compiling Command.FromKey  ( Command/FromKey.hs, tmp/Command/FromKey.o )
    [189 of 279] Compiling Command.ReKey    ( Command/ReKey.hs, tmp/Command/ReKey.o )
    [190 of 279] Compiling Command.Fix      ( Command/Fix.hs, tmp/Command/Fix.o )
    [191 of 279] Compiling Command.Describe ( Command/Describe.hs, tmp/Command/Describe.o )
    [192 of 279] Compiling Command.InitRemote ( Command/InitRemote.hs, tmp/Command/InitRemote.o )
    [193 of 279] Compiling Command.Unlock   ( Command/Unlock.hs, tmp/Command/Unlock.o )
    [194 of 279] Compiling Command.Lock     ( Command/Lock.hs, tmp/Command/Lock.o )
    [195 of 279] Compiling Command.PreCommit ( Command/PreCommit.hs, tmp/Command/PreCommit.o )
    [196 of 279] Compiling Command.Log      ( Command/Log.hs, tmp/Command/Log.o )
    [197 of 279] Compiling Command.Merge    ( Command/Merge.hs, tmp/Command/Merge.o )
    [198 of 279] Compiling Command.Group    ( Command/Group.hs, tmp/Command/Group.o )
    [199 of 279] Compiling Command.Ungroup  ( Command/Ungroup.hs, tmp/Command/Ungroup.o )
    [200 of 279] Compiling Command.Import   ( Command/Import.hs, tmp/Command/Import.o )
    [201 of 279] Compiling Logs.Unused      ( Logs/Unused.hs, tmp/Logs/Unused.o )
    [202 of 279] Compiling Command.AddUnused ( Command/AddUnused.hs, tmp/Command/AddUnused.o )
    [203 of 279] Compiling Command.Find     ( Command/Find.hs, tmp/Command/Find.o )
    [204 of 279] Compiling Logs.PreferredContent ( Logs/PreferredContent.hs, tmp/Logs/PreferredContent.o )
    [205 of 279] Compiling Annex.Wanted     ( Annex/Wanted.hs, tmp/Annex/Wanted.o )
    [206 of 279] Compiling Command.Whereis  ( Command/Whereis.hs, tmp/Command/Whereis.o )
    [207 of 279] Compiling Command.Trust    ( Command/Trust.hs, tmp/Command/Trust.o )
    [208 of 279] Compiling Command.Untrust  ( Command/Untrust.hs, tmp/Command/Untrust.o )
    [209 of 279] Compiling Command.Semitrust ( Command/Semitrust.hs, tmp/Command/Semitrust.o )
    [210 of 279] Compiling Command.Dead     ( Command/Dead.hs, tmp/Command/Dead.o )
    [211 of 279] Compiling Command.Vicfg    ( Command/Vicfg.hs, tmp/Command/Vicfg.o )
    [212 of 279] Compiling Command.Map      ( Command/Map.hs, tmp/Command/Map.o )
    [213 of 279] Compiling Command.Init     ( Command/Init.hs, tmp/Command/Init.o )
    [214 of 279] Compiling Command.Uninit   ( Command/Uninit.hs, tmp/Command/Uninit.o )
    [215 of 279] Compiling Command.Version  ( Command/Version.hs, tmp/Command/Version.o )
    [216 of 279] Compiling Upgrade.V1       ( Upgrade/V1.hs, tmp/Upgrade/V1.o )
    [217 of 279] Compiling Upgrade.V0       ( Upgrade/V0.hs, tmp/Upgrade/V0.o )
    [218 of 279] Compiling Upgrade          ( Upgrade.hs, tmp/Upgrade.o )
    [219 of 279] Compiling Command.Upgrade  ( Command/Upgrade.hs, tmp/Command/Upgrade.o )
    [220 of 279] Compiling Command.Drop     ( Command/Drop.hs, tmp/Command/Drop.o )
    [221 of 279] Compiling Command.Move     ( Command/Move.hs, tmp/Command/Move.o )
    [222 of 279] Compiling Command.Copy     ( Command/Copy.hs, tmp/Command/Copy.o )
    [223 of 279] Compiling Command.Get      ( Command/Get.hs, tmp/Command/Get.o )
    [224 of 279] Compiling Command.TransferKey ( Command/TransferKey.hs, tmp/Command/TransferKey.o )
    [225 of 279] Compiling Command.DropUnused ( Command/DropUnused.hs, tmp/Command/DropUnused.o )
    [226 of 279] Compiling Command.Fsck     ( Command/Fsck.hs, tmp/Command/Fsck.o )
    [227 of 279] Compiling Command.Reinject ( Command/Reinject.hs, tmp/Command/Reinject.o )
    [228 of 279] Compiling Command.Migrate  ( Command/Migrate.hs, tmp/Command/Migrate.o )
    [229 of 279] Compiling Command.Unused   ( Command/Unused.hs, tmp/Command/Unused.o )
    [230 of 279] Compiling Command.Status   ( Command/Status.hs, tmp/Command/Status.o )
    [231 of 279] Compiling Command.Sync     ( Command/Sync.hs, tmp/Command/Sync.o )
    [232 of 279] Compiling Command.Help     ( Command/Help.hs, tmp/Command/Help.o )
    [233 of 279] Compiling Command.AddUrl   ( Command/AddUrl.hs, tmp/Command/AddUrl.o )
    [234 of 279] Compiling Assistant.DaemonStatus ( Assistant/DaemonStatus.hs, tmp/Assistant/DaemonStatus.o )
    [235 of 279] Compiling Assistant.Sync   ( Assistant/Sync.hs, tmp/Assistant/Sync.o )
    [236 of 279] Compiling Assistant.MakeRemote ( Assistant/MakeRemote.hs, tmp/Assistant/MakeRemote.o )
    [237 of 279] Compiling Assistant.XMPP.Git ( Assistant/XMPP/Git.hs, tmp/Assistant/XMPP/Git.o )
    [238 of 279] Compiling Command.XMPPGit  ( Command/XMPPGit.hs, tmp/Command/XMPPGit.o )
    [239 of 279] Compiling Assistant.Threads.NetWatcher ( Assistant/Threads/NetWatcher.hs, tmp/Assistant/Threads/NetWatcher.o )
    [240 of 279] Compiling Assistant.NamedThread ( Assistant/NamedThread.hs, tmp/Assistant/NamedThread.o )
    [241 of 279] Compiling Assistant.WebApp.Notifications ( Assistant/WebApp/Notifications.hs, tmp/Assistant/WebApp/Notifications.o )

    Assistant/WebApp/Notifications.hs:39:11:
        No instances for (Text.Julius.ToJavascript String,
                          Text.Julius.ToJavascript Text)
          arising from a use of `Text.Julius.toJavascript'
        Possible fix:
          add instance declarations for
          (Text.Julius.ToJavascript String, Text.Julius.ToJavascript Text)
        In the first argument of `Text.Julius.Javascript', namely
          `Text.Julius.toJavascript delay'
        In the expression:
          Text.Julius.Javascript (Text.Julius.toJavascript delay)
        In the first argument of `Data.Monoid.mconcat', namely
          `[Text.Julius.Javascript
              ((Data.Text.Lazy.Builder.fromText . Text.Shakespeare.pack')
                 "function longpoll_"),
            Text.Julius.Javascript (Text.Julius.toJavascript ident),
            Text.Julius.Javascript
              ((Data.Text.Lazy.Builder.fromText . Text.Shakespeare.pack')
                 "() {\
                 \\tlongpoll(longpoll_"),
            Text.Julius.Javascript (Text.Julius.toJavascript ident), ....]'
    make: *** [git-annex] Error 1

> Reproduced this and confirmed it's fixed in git. --[[Joey]] [[done]]