Bug#635526: ocaml-nox: No big_int.cmo or big_int.cma packaged

2011-07-26 Thread Guillaume Yziquel
Le Tuesday 26 Jul 2011 à 18:15:24 (+0200), Mehdi Dogguy a écrit : > On 07/26/2011 05:45 PM, Guillaume Yziquel wrote: > >Package: ocaml-nox > >Version: 3.12.0-7 > >Severity: normal > > > > > >Bytecode versions of big_int are not packaged along ocaml-nox, wh

Bug#635526: ocaml-nox: No big_int.cmo or big_int.cma packaged

2011-07-26 Thread Guillaume Yziquel
Package: ocaml-nox Version: 3.12.0-7 Severity: normal Bytecode versions of big_int are not packaged along ocaml-nox, while native code are. yziquel@seldon:~$ apt-file search big_int.cmx ocaml-nox: /usr/lib/ocaml/3.10.2/big_int.cmx ocaml-nox: /usr/lib/ocaml/3.11.0/big_int.cmx yziquel@seldon:~$ a

Bug#613948: libocamlviz.cma and toplevel.

2011-02-18 Thread Guillaume Yziquel
Package: ocamlviz Version: 1.01-2+3.12.0+1 Severity: normal Trying to load ocamlviz in the toplevel gives the following: It seems to me that this is because you have both the Ocamlviz module and Ocamlviz_threads module in the .cma file, and somehow they both try to run through the init_sock () c

Bug#612768: liblwt-ocaml-dev: lwt 2.2 linking to libev.so.3

2011-02-10 Thread Guillaume Yziquel
Package: liblwt-ocaml-dev Version: 2.2.0-1~10 Severity: normal I have been playing with lwt 2.2. I tries to link to libev.so. However, the libev3 dependency only provides a libev.so.3, and not a libev.so, which makes building executables with ocamlfind fail at the linking stage. -- System Info

Bug#609930: [CIL users] Compiling CIL on Debian, -lstr

2011-01-15 Thread Guillaume Yziquel
I recently understood that Frama-C has modified the CIL codebase for its own purposes. So in fact this should really be a wishlist item to see the original CIL codebase packaged, not Frama-C's CIL. -- Guillaume Yziquel -- To UNSUBSCRIBE, email to debian-ocaml-maint

Bug#609930: frama-c: Making standalone CIL/FrontC libraries

2011-01-13 Thread Guillaume Yziquel
Package: frama-c Version: 20100401+boron+dfsg-4+3.12.0+1 Severity: wishlist It would be really nice if we could have CIL packaged as standalone OCaml libraries. -- System Information: Debian Release: 6.0 APT prefers testing APT policy: (900, 'testing'), (700, 'stable'), (500, 'stable'), (9

Bug#602410: libcore-ocaml-dev: META doesn't mention that core requires threads.

2010-11-04 Thread Guillaume Yziquel
Package: libcore-ocaml-dev Version: 0.6.0-2+3.12.0+1 Severity: minor META file doesn't specify that core should be used only with threads. There is indeed a dependency on threads in the following declaration in the META file: requires = "bigarray, unix, res, sexplib, bin_prot, threads, fieldsli

Unidentified subject!

2010-10-25 Thread Guillaume Yziquel
-- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20101026032749.ga27...@localhost

Bug#600408: ocaml: Building OCaml with LOCAL_CALLBACK_BYTECODE enabled

2010-10-16 Thread Guillaume Yziquel
Le Sunday 17 Oct 2010 à 00:53:29 (+0200), Guillaume Yziquel a écrit : > > > > I'm currently having issues with C++ callbacks to OCaml, [...] > > > > Could you be more precise? For the follow-up, an explanation of my segfault and why it happens (indirection mismat

Bug#600408: ocaml: Building OCaml with LOCAL_CALLBACK_BYTECODE enabled

2010-10-16 Thread Guillaume Yziquel
Le Sunday 17 Oct 2010 à 00:10:41 (+0200), Stéphane Glondu a écrit : > Le 16/10/2010 23:24, Guillaume Yziquel a écrit : > > Package: ocaml > > Version: 3.12.0-1~38 > > Severity: normal > > Does this apply to 3.10.2 as well? I guess so, but I haven't checked with 3

Bug#600408: ocaml: Building OCaml with LOCAL_CALLBACK_BYTECODE enabled

2010-10-16 Thread Guillaume Yziquel
Package: ocaml Version: 3.12.0-1~38 Severity: normal I'm currently having issues with C++ callbacks to OCaml, and digging into the callbacks.c file, I discovered that OCaml in Debian is not built with the LOCAL_CALLBACK_BYTECODE macro enabled. It seems to me that the current situation might be a

Bug#599552: bitstring: META file for bitstring is wrong. Syntax extension fails in toplevel.

2010-10-08 Thread Guillaume Yziquel
Le Friday 08 Oct 2010 à 23:05:17 (+0200), Mehdi Dogguy a écrit : > On 10/08/2010 09:28 PM, Guillaume Yziquel wrote: > > > > package "syntax" ( > > version = "2.0.2" > > description = "Syntax extension: bitstring operators" &g

Bug#599552: bitstring: META file for bitstring is wrong. Syntax extension fails in toplevel.

2010-10-08 Thread Guillaume Yziquel
Package: libbitstring-ocaml-dev Version: 2.0.2-1+3.12.0+1 Severity: normal File: bitstring The META file for bitstring is wrong. The syntax extension cannot be used in the toplevel. package "syntax" ( version = "2.0.2" description = "Syntax extension: bitstring operators" archive(syntax,pr

Re: Bug#599215: Homonymous modules that will conflict in META makes dh-ocaml choke.

2010-10-08 Thread Guillaume Yziquel
problem (and the error reported above). Regards, Sylvain Le Gall Best regards, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Arc

Re: Bug#599215: Homonymous modules that will conflict in META makes dh-ocaml choke.

2010-10-08 Thread Guillaume Yziquel
Le 08. 10. 10 13:10, Stéphane Glondu a écrit : Le 06/10/2010 20:32, Guillaume Yziquel a écrit : You would have a hierarchy of folders like /usr/lib/ocaml/python/X.X/* How do you plan to handle reverse dependencies? I do not understand precisely the question. Each python module that gets

Re: Bug#599215: Homonymous modules that will conflict in META makes dh-ocaml choke.

2010-10-06 Thread Guillaume Yziquel
Le 06. 10. 10 15:20, Stéphane Glondu a écrit : Le 05/10/2010 20:26, Guillaume Yziquel a écrit : However, there will be, in each of these libpythonX.X-ocaml-dev packages, an oCamlPython.cm[xo] binary/bytecode, without the oCamlPython.cmi file. This is to be able to load statically the

Bug#599215: Homonymous modules that will conflict in META makes dh-ocaml choke.

2010-10-05 Thread Guillaume Yziquel
ng Stéphane Glondu's 3.12 repo for doing everything, in the doubtful case that it may help.) Best regards, Guillaume Yziquel. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (700, 'stable'), (500, 'stable

Bug#572536: libcamljava-ocaml-dev: Stubs are not referenced correctly from the .cma

2010-03-04 Thread Guillaume Yziquel
Package: libcamljava-ocaml-dev Version: 0.3-1+b1 Severity: normal The jni.cma library does not reference correctly the stubs in libcamljni.a. I tried adding a META file, to take care of the previous bug I raised with camljava, and I got after that the following issue: yziq...@seldon:/usr/lib/o

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 UNSUBSCR

OCaml-R and PG'OCaml.

2010-02-22 Thread Guillaume Yziquel
were going on that might delay the upload. Please tell me when an upload can be done, and in the meanwhile comment on what is OK and what is wrong in the current packaging. All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint

Bug#569212: camljava: CamlJava lacks a META file.

2010-02-10 Thread Guillaume Yziquel
Package: camljava Severity: normal There's no META file for CamlJava. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900, 'testing'), (700, 'stable'), (500, 'stable'), (90, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.

Bug#564334: cameleon: Config files not preserved when updating.

2010-01-18 Thread Guillaume Yziquel
close #564334 thanks Mehdi Dogguy a écrit : IMHO, It's not even an issue. We changed the used library and its configuration directory changed as well since it matches the library's name. You upgrade a package. You lose your configuration. This is not an issue. ? If there is no other issue

Bug#564334: cameleon: Config files not preserved when updating.

2010-01-18 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Guillaume Yziquel a écrit : cameleon doesn't ship any conffile. cameleon must have removed these files itself. This is most likely an upstream issue. Could you be more precise? Yes, it is an upstream issue: since 1.9.19, lablgtksourceview2 is used inste

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

2010-01-12 Thread Guillaume Yziquel
n multithreaded environment should not be my worry, but only the worry of the person who packages postgresql. Raising such an error is indeed a good way: if postgresql comes to work in a non-multithreaded environment, I shouldn't have anything to do, as the error should simply disappear...

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

2010-01-12 Thread Guillaume Yziquel
al.git;a=summary http://eigenclass.org/hiki/typed-relational-algebra-in-OCaml http://eigenclass.org/repos/gitweb?p=relational.git;a=summary -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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:

Bug#564334: cameleon: Config files not preserved when updating.

2010-01-09 Thread Guillaume Yziquel
Package: cameleon Version: 1.9.19-2 Severity: normal The configuration files I was using for chamo seem to have been cleared / purged, subsequently to an update. It would be nice to check the packaging of cameleon when it comes to keeping configuration files between updates. Or at least have a

Same META in different Debian packages.

2009-12-06 Thread Guillaume Yziquel
aml-R package. Or perhaps there's a cleaner or cleverer workaround somewhere... Input and advice would be appreciated. All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "uns

Re: pgocaml 1.3-2

2009-11-13 Thread Guillaume Yziquel
Mehdi Dogguy a écrit : Guillaume Yziquel wrote: I've been waiting for a while for the 1.3-2 version of pgocaml to come out, as it contains a correction for the following bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549151 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=5

pgocaml 1.3-2

2009-11-12 Thread Guillaume Yziquel
.. Is there any specific action I should take on this package, or am I missing something in the way packages are released? All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscrib

Re: dpkg-buildpackage OK, git-buildpackage not OK.

2009-10-30 Thread Guillaume Yziquel
ng that, git-buildpackage will stop complaining; take that as a reward :) I will definitely take that as a reward. Cheers. Thanks. -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of &quo

Re: dpkg-buildpackage OK, git-buildpackage not OK.

2009-10-29 Thread Guillaume Yziquel
that putting upstream files in debian/clean is simply not something to do since it alters the git repository at a time where upstream should remain untouched? So how should I erase these undesired upstream files? All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- T

dpkg-buildpackage OK, git-buildpackage not OK.

2009-10-27 Thread Guillaume Yziquel
ot; to update what will be committed) # (use "git checkout -- ..." to discard changes in working directory) # # deleted:src/r_devices.c # deleted:src/rdevices.ml # no changes added to commit (use "git add" and/or "git commit -a") Use --gi

Re: Debian package available for OCaml-R.

2009-10-14 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Guillaume Yziquel a écrit : yziq...@seldon:~/sandbox/repo/debian/debian-ocaml/ocaml-r$ dh-ocaml/tools/dom-new-git-repo ocaml-r I: initialize (empty) remote repository on alioth.d.o Initialized empty shared Git repository in /srv/git.debian.org/git/pkg-ocaml-maint

Re: Debian package available for OCaml-R.

2009-10-14 Thread Guillaume Yziquel
#x27;s case, he shouldn't give UPSTREAM_TARBALL since he is running the command from the git repository he wants to be exported. No, I was not. So I should have been using UPSTREAM_TARBALL from the start perhaps. Don't know. Anyway, thanks a lot to you all for being so helpful on all

Re: Maxence's build system and bug #545649

2009-10-14 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Guillaume Yziquel a écrit : I stumbled on the same bug that you solved: http://www.mail-archive.com/debian-ocaml-maint@lists.debian.org/msg22113.html I do not really understand what is the problem nor how you straightened this one out. See: http://git.debian.org

Maxence's build system and bug #545649

2009-10-14 Thread Guillaume Yziquel
racked files: # (use "git add ..." to include in what will be committed) # # src/.depend nothing added to commit but untracked files present (use "git add" to track) Use --git-ignore-new to ignore. make: *** [git-buildpackage] Erreur 1 -- Guillaume Yziquel http://

Re: Debian package available for OCaml-R.

2009-10-14 Thread Guillaume Yziquel
Mehdi Dogguy a écrit : Guillaume Yziquel a écrit : yziq...@seldon:~/sandbox/repo/debian/debian-ocaml/ocaml-r$ dh-ocaml/tools/dom-new-git-repo ocaml-r On my computer, I have (dh-ocaml 0.9): $ dom-new-git-repo Usage: dom-new-git-repo PKGNAME [ UPSTREAM_TARBALL ] Did you put upstream's ta

Re: Debian package available for OCaml-R.

2009-10-14 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Stéphane Glondu a écrit : Guillaume Yziquel a écrit : yziq...@seldon:~/sandbox/repo/debian/debian-ocaml/ocaml-r$ dh-ocaml/tools/dom-new-git-repo ocaml-r I: initialize (empty) remote repository on alioth.d.o Initialized empty shared Git repository in /srv

Re: Debian package available for OCaml-R.

2009-10-14 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Guillaume Yziquel a écrit : yziq...@seldon:~/sandbox/repo/debian/debian-ocaml/ocaml-r$ dh-ocaml/tools/dom-new-git-repo ocaml-r I: initialize (empty) remote repository on alioth.d.o Initialized empty shared Git repository in /srv/git.debian.org/git/pkg-ocaml-maint

Re: Debian package available for OCaml-R.

2009-10-14 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Guillaume Yziquel a écrit : -5- git push origin master "git push origin" makes sense only if the repository has been cloned from somewhere else. Since you are creating it, "origin" doesn't exist. Try instead: -5- dom-new-git-repo o

Re: Debian package available for OCaml-R.

2009-10-12 Thread Guillaume Yziquel
ckocaml.ml configure configure.in debian header INSTALL LICENSE Makefile master.Makefile.in src todo.txt yziq...@seldon:~/sandbox/repo/debian/debian-ocaml/ocaml-r/ocaml-r$ All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-

Re: Debian package available for OCaml-R.

2009-10-09 Thread Guillaume Yziquel
know if the package is suitable for inclusion in Debian or not. All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#550378: dh-ocaml: class/ocaml.mk still documented in appendix-cdbs.xml

2009-10-09 Thread Guillaume Yziquel
Package: dh-ocaml Version: 0.9.0 Severity: normal The documentation is not consistent with the recent dh_ocaml migration. Changing class/ocaml.mk to rules/ocaml.mk in appendix-cdbs.xml would be helpful. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900,

Bug#541682: Should be fixed in 1.3-2

2009-10-09 Thread Guillaume Yziquel
This issue should now be fixed in git. -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#549151: Fixed in 1.3-2

2009-10-09 Thread Guillaume Yziquel
This is now fixed in git, thanks to Sylvain Le Gall. -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#549151: FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory

2009-10-06 Thread Guillaume Yziquel
a bug in the policy. Good. Cheers, Thanks. -- Guillaume Yziquel http://yziquel.homelinux.org/ -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#549151: FTBFS: /usr/share/cdbs/1/class/ocaml.mk: No such file or directory

2009-10-06 Thread Guillaume Yziquel
should you? The control file of the pgocaml package says: Source: pgocaml Section: ocaml Priority: optional Maintainer: "Debian OCaml Maintainers" Uploaders: Guillaume Yziquel DM-Upload-Allowed: yes Build-Depends: cdbs (>= 0.4.52), debhelper (>= 7), dpatch, dh-ocaml, So I gue

Bug#547668: ocsigen: META file is incorrect

2009-09-21 Thread Guillaume Yziquel
Stéphane Glondu a écrit : severity 547668 wishlist tags 547668 + upstream thanks Guillaume Yziquel a écrit : The META file is incorrect. ocsigen.ext.eliom cannot be loaded from the OCaml toplevel. This is probably related to the upgrade of Lwt. All ocsigen.ext.* are not meant to be loaded

Bug#547668: ocsigen: META file is incorrect

2009-09-21 Thread Guillaume Yziquel
Package: ocsigen Version: 1.2.0-3+lwt.1 Severity: important The META file is incorrect. ocsigen.ext.eliom cannot be loaded from the OCaml toplevel. This is probably related to the upgrade of Lwt. yziq...@seldon:~$ ocaml-batteries Objective Caml version 3.11.1 ___

Bug#545410: ocsigen: Dependency problem with newest lwt.

2009-09-06 Thread Guillaume Yziquel
Package: ocsigen Version: 1.2.0-3+lwt.1 Severity: normal It is possible to install the 1.2.0-3 version of the ocsigen package with the latest lwt library from experimental. However, this lwt library comes with ssl support, which is required from ocsigen's META file. With this mix, you can get c

Re: Debian package available for OCaml-R.

2009-08-26 Thread Guillaume Yziquel
: « Le développement d'OCaml-R vient de commencer et est en grand chantier. » Yes, but the webpage also hasn't been updated in a while. So let's wait for Maxence to come back from vacation to allow him to comment. All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian

Re: Debian package available for OCaml-R.

2009-08-26 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Guillaume Yziquel a écrit : I have a Debian package available for OCaml-R. [...] There doesn't seem to be any upstream release. Yes. Source is only in darcs. To Maxence: are you planning to make a release soon? Do you think it is appropriate to distribute oc

Debian package available for OCaml-R.

2009-08-25 Thread Guillaume Yziquel
best, Guillaume Yziquel. yziq...@seldon:~$ ocaml-batteries -rectypes Objective Caml version 3.11.0 _ | | | | [| + | | Batteries Included

Re: OCaml-R packaging, clean target.

2009-08-23 Thread Guillaume Yziquel
er way to use quilt with OCaml packaging for now? All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: OCaml-R packaging, clean target.

2009-08-23 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Hello. I'm currently trying to package R bindings for OCaml. Now, concerning the package, I have an issue with the clean target: OK. This issue is solved. However, I'm trying to use quilt to patch the makefile, and I get: fakeroot debian/rules cl

OCaml-R packaging, clean target.

2009-08-23 Thread Guillaume Yziquel
arget: ./configure needs to have run before make clean can be run. Is this a trouble for a Debian package, or is it not? Because it means that make clean does not revert everything to its original state. All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint

Re: Bug report #541682

2009-08-22 Thread Guillaume Yziquel
in too much a hurry... All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug report #541682

2009-08-22 Thread Guillaume Yziquel
ch problem? All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#542771: ocaml-dbus: Version is not up to date.

2009-08-21 Thread Guillaume Yziquel
Package: ocaml-dbus Severity: normal Upstream is now at version 0.24, and there has been improvements in the interface of this DBus binding. http://tab.snarc.org/projects/ocaml_dbus/ Debian package is at version 0.7. -- System Information: Debian Release: squeeze/sid APT prefers t

Re: pgocaml package seems OK.

2009-06-16 Thread Guillaume Yziquel
Stéphane Glondu a écrit : If it is very specific (which seems to be the case), you can install it in `ocamlfind query pgocaml`, so that it is accessible with "ocamlfind pgocaml/pgocaml_prof". Done. Guillaume. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a sub

Re: pgocaml package seems OK.

2009-06-16 Thread Guillaume Yziquel
in which folder should I install it? /usr/bin? All the best. Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#532970: jocaml and "use topfind"

2009-06-14 Thread Guillaume Yziquel
Mehdi Dogguy a écrit : This another bug. The point of Guillaume is that "#use "topfind"" is not working not that the toplevel library doesn't work. I admit that the two problems are related but somehow completely different. My point was indeed that the topfind script relies on the toploop.cmi

Splitting pgocaml.

2009-06-14 Thread Guillaume Yziquel
should be amended in order to play nicely with cdbs. Advice welcome. My rules file is the following, for the record: #!/usr/bin/make -f # debian/rules for pgocaml package # Copyright (C) 2009 Guillaume Yziquel # # This program is free software; you can redistribute it and/or # modify it under

Bug#532970: jocaml and "use topfind"

2009-06-13 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Looking at it more closely, the issue is essentially that jocaml lacks a jocaml-interp package similar to the ocaml-interp package. I filed bug #532981 concerning a request to package jocaml-interp. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532981

Bug#532981: jocaml-interp is needed for findlib integration.

2009-06-13 Thread Guillaume Yziquel
/toploop.cmi and relatives in a jocaml-interp package similar to the ocaml-interp package. This issue is related to bug #532970. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532970 Guillaume Yziquel. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (900

Bug#532970: jocaml and "use topfind"

2009-06-13 Thread Guillaume Yziquel
the next upload. Looking at it more closely, the issue is essentially that jocaml lacks a jocaml-interp package similar to the ocaml-interp package. All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubs

Bug#532970: jocaml and "use topfind"

2009-06-13 Thread Guillaume Yziquel
Package: jocaml Version: 3.11.0-3 Severity: important I tried to use findlib from the jocaml toplevel. Not very surprisingly, it does not work. As it has a major effect on the usability of jocaml's toploop, I decided to flag the issue as important. It would perhaps be a good idea to solve it by m

pgocaml package seems OK.

2009-06-11 Thread Guillaume Yziquel
ould apply for the profiler package? All the best, Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#531360: libcamlpdf-ocaml-dev: unzip interface conflicts with extlib

2009-06-01 Thread Guillaume Yziquel
Romain Beauxis a écrit : Ok, camlpdf is patched for *zip* not for *unzip*, which is not available in a seperate package. So what we have at first glance here is a module name clash: both extlib and camlpdf provide an interface for a module named Zip. It is not clear to me whether both modul

Re: Bug#531360: libcamlpdf-ocaml-dev: unzip interface conflicts with extlib

2009-06-01 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Guillaume Yziquel a écrit : Romain Beauxis a écrit : Hi ! Le Monday 01 June 2009 00:47:44 Guillaume Yziquel, vous avez écrit : When trying to use both extlib and camlpdf on the toplevel, they disagree on the interface to module unzip: CamlPDF in debian is

Bug#531360: libcamlpdf-ocaml-dev: unzip interface conflicts with extlib

2009-06-01 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Romain Beauxis a écrit : Hi ! Le Monday 01 June 2009 00:47:44 Guillaume Yziquel, vous avez écrit : When trying to use both extlib and camlpdf on the toplevel, they disagree on the interface to module unzip: CamlPDF in debian is patched to build against the

Bug#531360: libcamlpdf-ocaml-dev: unzip interface conflicts with extlib

2009-06-01 Thread Guillaume Yziquel
Romain Beauxis a écrit : Hi ! Le Monday 01 June 2009 00:47:44 Guillaume Yziquel, vous avez écrit : When trying to use both extlib and camlpdf on the toplevel, they disagree on the interface to module unzip: CamlPDF in debian is patched to build against the unzip module shipped by

Bug#531360: libcamlpdf-ocaml-dev: unzip interface conflicts with extlib

2009-05-31 Thread Guillaume Yziquel
Package: libcamlpdf-ocaml-dev Version: 0.4-1 Severity: important When trying to use both extlib and camlpdf on the toplevel, they disagree on the interface to module unzip: yziq...@seldon:~/svn/main/ocaml-yziquel$ ocaml Objective Caml version 3.11.0 # #use "topfind";; - : unit = () Find

Re: svn/git repositories, and clean:: target in cdbs.

2009-02-09 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : This apt repository is available by putting deb http://localhost/debian stable/ deb-src http://localhost/debian stable/ deb http://localhost/debian testing/ deb-src http://localhost/debian testing/ deb http://localhost/debian unstable/ deb-src http://localhost

Re: svn/git repositories, and clean:: target in cdbs.

2009-02-09 Thread Guillaume Yziquel
Stefano Zacchiroli a écrit : On Sun, Feb 08, 2009 at 04:34:36PM +0100, Guillaume Yziquel wrote: Stefano Zacchiroli a écrit : Then something is broken: yziq...@seldon:~/sandbox$ svn co svn+ssh://svn.debian.org/svn/pkg-ocaml-maint Password: Password: Password: Permission denied (publickey

Re: svn/git repositories, and clean:: target in cdbs.

2009-02-08 Thread Guillaume Yziquel
Stefano Zacchiroli a écrit : On Sun, Feb 08, 2009 at 02:32:26PM +0100, Guillaume Yziquel wrote: Indeed. What I meant was that the policy would need a few clarifications: -1- Mentioning that the SVN server is not publicly available anymore (password needed) and that people should now use the

Re: ocamlfind and ocamldestdir

2009-02-08 Thread Guillaume Yziquel
Sylvain Le Gall a écrit : On 07-02-2009, Guillaume Yziquel wrote: ocamlfind install -destdir /home/yziquel/src/pgocaml/deb/ocaml-pgocaml-1.1/debian/libpgocaml-ocaml-dev//usr/lib/ocaml/3.10.2 pgocaml META pgocaml.a pgocaml.cma pgocaml.cmxa pGOCaml.cm[ix] pa_pgsql.cmo ocamlfind: Bad

Re: svn/git repositories, and clean:: target in cdbs.

2009-02-08 Thread Guillaume Yziquel
Mehdi Dogguy a écrit : Guillaume Yziquel a écrit : By the way, http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.html/x565.html is not up to date. There is a Git section: http://pkg-ocaml-maint.alioth.debian.org/ocaml_packaging_policy.html/x686.html Indeed. What I meant

Re: ocamlfind and ocamldestdir

2009-02-07 Thread Guillaume Yziquel
complaint, or a similar folder being created when I run debuild -i -us -uc -b on the inotify package. Regards Guillaume Yziquel. -- To UNSUBSCRIBE, email to debian-ocaml-maint-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

debuild and findlib

2009-02-07 Thread Guillaume Yziquel
il how you guys get to do this. Guillaume Yziquel. yziq...@seldon:~/src/pgocaml/deb/ocaml-pgocaml-1.1$ debuild -i -us -uc -b dpkg-buildpackage -rfakeroot -D -us -uc -i -b dpkg-buildpackage : définir CFLAGS à la valeur par défaut : -g -O2 dpkg-buildpackage : définir CPPFLAGS à la valeur par dé

Re: pgocaml and calendar package.

2009-01-04 Thread Guillaume Yziquel
Richard Jones a écrit : On Sun, Jan 04, 2009 at 02:44:44AM +0100, Stéphane Glondu wrote: Guillaume Yziquel a écrit : Guillaume, As a general comment, are you trying to use the right version of PG'OCaml? The latest version is 1.1 from http://developer.berlios.de/projects/pgocaml/

Re: pgocaml and calendar package.

2009-01-04 Thread Guillaume Yziquel
Stéphane Glondu a écrit : Hi, Guillaume Yziquel a écrit : -1- The current packaging of libocaml-calendar-dev delivers .cmo files, and not .cma files; -2- For this reason, pgocaml fails to compile properly on debian systems. It's libcalendar-ocaml-dev. In one mail (from me) you quo

pgocaml and calendar package.

2009-01-03 Thread Guillaume Yziquel
.cma files; -2- For this reason, pgocaml fails to compile properly on debian systems. I see two possible solutions: -1- Changing the packaging of libocaml-calendar-dev in order to provide .cma files; -2- Packaging pgocaml in debian. What should be the course of action to follow? Guillau