Bug#564816: libpostgresql-ocaml-dev: Monothreaded toplevel requires module Mutex.

2010-03-01 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Gerd Stolpmann a écrit : error(-mt) = "This library requires multi-threading support" This has been fixed upstream: http://hg.ocaml.info/release/postgresql-ocaml/rev/ae3b4761861c -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email

Bug#564816: libpostgresql-ocaml-dev: Monothreaded toplevel requires module Mutex.

2010-01-12 Thread Guillaume Yziquel
Gerd Stolpmann a écrit : Sure, there is not much choice in the toplevel so I guess we could tweak the META file so that #require "postgresql;;" works out of the box. For example, we could just load an additional module that would do "#thread;;" inside a toplevel. I'm not sure this is the idioma

Bug#564816: libpostgresql-ocaml-dev: Monothreaded toplevel requires module Mutex.

2010-01-12 Thread Gerd Stolpmann
Am Dienstag, den 12.01.2010, 08:57 +0100 schrieb Stéphane Glondu: > severity 564816 normal > tags 564816 + upstream > thanks > > Guillaume Yziquel a écrit : > > META file seems incorrect. Here's a toplevel session with findlib: > > [...] > > # #require "postgresql";; > > /usr/lib/ocaml/unix.cma:

Bug#564816: libpostgresql-ocaml-dev: Monothreaded toplevel requires module Mutex.

2010-01-12 Thread Guillaume Yziquel
Stéphane Glondu a écrit : I think this is quite common for libraries depending on threads. I guess this is because there are multiple implementation of them, so they are always explicitly given (on command line, at least). Indeed. Sure, there is not much choice in the toplevel so I guess we

Bug#564816: libpostgresql-ocaml-dev: Monothreaded toplevel requires module Mutex.

2010-01-12 Thread Stéphane Glondu
severity 564816 normal tags 564816 + upstream thanks Guillaume Yziquel a écrit : > META file seems incorrect. Here's a toplevel session with findlib: > [...] > # #require "postgresql";; > /usr/lib/ocaml/unix.cma: loaded > /usr/lib/ocaml/postgresql: added to search path > # #require "postgresql";;/

Bug#564816: libpostgresql-ocaml-dev: Monothreaded toplevel requires module Mutex.

2010-01-11 Thread Guillaume Yziquel
Package: libpostgresql-ocaml-dev Version: 1.12.1-2 Severity: important META file seems incorrect. Here's a toplevel session with findlib: yziq...@seldon:~$ ocaml Objective Caml version 3.11.1 # #use "topfind";; - : unit = () Findlib has been successfully loaded. Additional directives: