pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: help wanted: problems with various packages



On Mon, Jun 14, 2010 at 07:13:40PM +0000, Pascal Cuoq wrote:
> This is a known incompatibility introduced in a recent version of OCaml.
> The following patch, taken from
> http://old.nabble.com/Bug-569260:-FTBFS:-expression-was-expected-of-type-string--%3E-
> string--%3E-string-td27540744.html ,
> fixes it:
> 
> --- frama-c-20090902+beryllium+dfsg.orig/ptests/ptests.ml 
> +++ frama-c-20090902+beryllium+dfsg/ptests/ptests.ml 
> @@ -54,7 +54,7 @@ 
>        fun a b -> let r = temp_file a b in 
>       cygpath r 
>      else 
> -      temp_file 
> +      (fun x y -> temp_file x y) 
>  end 
>   
>  let default_env var value = 

Thank you, I've added this patch to pkgsrc.
 Thomas


Home | Main Index | Thread Index | Old Index