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

Re: ocaml 3.04 in testing?



Stefano Zacchiroli <zack@debian.org> writes:

> Hi all,
>   almost all of my packages are now in sync and are reported as "valid
> candidate" to enter testing in update_excuses.html.
> Anyway almost all of my packages haven't yet entered testing, as can be
> noticed looking at a Packages.gz of a testing distribution, because
> currently ocaml 3.04 is not in testing!
> ocaml-doc 3.04 entered testing but ocaml 3.04 not, do you know why
> Sven?

I believe this can come from :

  camlzip: Depends: ocaml (< 3.03) but 3.04-4 is to be installed
  mlgtk: Depends: ocaml (< 3.03) but 3.04-4 is to be installed
  ocaml-libs: Depends: camlzip but it is not going to be installed
  ocamltk: Depends: ocaml (<< 3.03) but 3.04-4 is to be installed

camlzip seem to not compile anymore. it need the followin diff :

--- camlzip-1.00.orig/Makefile
+++ camlzip-1.00/Makefile
@@ -11,7 +11,8 @@
 
 # Where to install the library.  By default: sub-directory 'zip' of
 # OCaml's standard library directory.
-INSTALLDIR=`$(OCAMLC) -where`/zip
+#INSTALLDIR=`$(OCAMLC) -where`/zip
+INSTALLDIR=$(DESTDIR)`$(OCAMLC) -where`/zip
 
 ### End of configuration section
 
@@ -43,9 +44,9 @@
 .mli.cmi:
        $(OCAMLC) -c $<
 .ml.cmo:
-       $(OCAMLC) -c $<
+       $(OCAMLC) -nolabels -c $<
 .ml.cmx:
-       $(OCAMLOPT) -c $<
+       $(OCAMLOPT) -nolabels -c $<
 .c.o:
        $(OCAMLC) -c -ccopt -g -ccopt -I$(ZLIB_INCLUDE) $<

then there is no problems  
mlgtk compile whith no change (but there is a lot of C warning)
the same hold for ocamltk

all those package seem to be maintain by Sven. As I'm not yet a debian
developper i can't do anything about this. Sven ?
-- 
Rémi Vanicat
vanicat@labri.u-bordeaux.fr
http://dept-info.labri.u-bordeaux.fr/~vanicat



Reply to: