darcs

Issue 810 Static compilation -- another failure

Title Static compilation -- another failure
Priority bug Status resolved
Milestone Resolved in
Superseder 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.14:09:48 by admin.

Files
File name Uploaded Type Edit Remove
unnamed dagit, 2008-04-22.18:07:33 text/html
Messages
msg4296 (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
msg4297 (view) Author: dagit Date: 2008-04-22.18:07:33
It looks like somehow --with-type-witness was enabled.  I think Gwern
recently fixed this in at least one case.

Try:
./configure --with-static-libs --without-libcurl --without-type-witnesses

Jason

On Tue, Apr 22, 2008 at 10:09 AM, Juliusz Chroboczek <bugs@darcs.net> wrote:

>
> New submission from Juliusz Chroboczek <jch@pps.jussieu.fr>:
>
> 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
>
> ----------
> messages: 4296
> nosy: beschmi, jch, kowey, tommy
> status: unread
> title: Static compilation -- another failure
>
> __________________________________
> Darcs bug tracker <bugs@darcs.net>
> <http://bugs.darcs.net/issue810>
> __________________________________
> _______________________________________________
> darcs-devel mailing list
> darcs-devel@darcs.net
> http://lists.osuosl.org/mailman/listinfo/darcs-devel
>
Attachments
msg4380 (view) Author: kowey Date: 2008-04-29.17:56:30
This seems to be fixed in 2.0.0 + 106 patches
History
Date User Action Args
2008-04-22 17:09:13jchcreate
2008-04-22 18:07:35dagitsetfiles: + unnamed
nosy: + darcs-devel, dagit
status: unread -> unknown
messages: + msg4297
2008-04-25 17:28:24koweylinkissue811 superseder
2008-04-29 17:56:32koweysetpriority: bug
status: unknown -> resolved-in-unstable
messages: + msg4380
nosy: - darcs-devel
2008-09-04 21:33:18adminsetstatus: resolved-in-unstable -> resolved
nosy: jch, tommy, beschmi, kowey, dagit
2009-08-06 21:03:01adminsetnosy: + dmitry.kurochkin, simon, thorkilnaur, - beschmi
2009-08-11 00:10:51adminsetnosy: - dagit
2009-08-25 18:10:15adminsetnosy: + darcs-devel, - simon
2009-08-27 14:09:48adminsetnosy: jch, tommy, kowey, darcs-devel, thorkilnaur, dmitry.kurochkin