darcs

Issue 811 Static compilation -- another failure

Title Static compilation -- another failure
Priority bug Status resolved
Milestone Resolved in
Superseder Static compilation -- another failure
View: 810
Nosy List darcs-devel, dmitry.kurochkin, jch, kowey, thorkilnaur, tommy
Assigned To
Topics

Created on 2008-04-22.17:09:13 by jch, last changed 2009-08-27.13:57:53 by admin.

Messages
msg4295 (view) Author: jch Date: 2008-04-22.17:09:08
Still trying to compile a static Darcs 2.  This time, I tried

  ./configure --with-static-libs --without-libcurl

and I got

  src/Darcs/Resolution.lhs:216:48:
      `PatchSet p' is not applied to enough type arguments
      Expected kind `??', but `PatchSet p' has kind `* -> *'
      In the type `PatchSet p -> Sealed (FL Prim)'
      In the type `(RepoPatch p) => PatchSet p -> Sealed (FL Prim)'
      In the type signature for `patchset_conflict_resolutions':
        patchset_conflict_resolutions :: (RepoPatch p) =>
                                         PatchSet p -> Sealed (FL Prim)
  make: *** [src/Darcs/Resolution.o] Error 1

                                        Juliusz
msg4343 (view) Author: kowey Date: 2008-04-25.17:28:23
Dupe.  We really should fix this thing (the bug-tracker thing)
History
Date User Action Args
2008-04-22 17:09:13jchcreate
2008-04-25 17:28:24koweysetpriority: bug
status: unread -> resolved
superseder: + Static compilation -- another failure
messages: + msg4343
nosy: jch, tommy, beschmi, kowey
2009-08-06 21:03:04adminsetnosy: + dmitry.kurochkin, simon, thorkilnaur, - beschmi
2009-08-25 18:10:17adminsetnosy: + darcs-devel, - simon
2009-08-27 13:57:53adminsetnosy: jch, tommy, kowey, darcs-devel, thorkilnaur, dmitry.kurochkin