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

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



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:

yziquel@seldon:~/svn/main/ocaml-yziquel$ ocaml
        Objective Caml version 3.11.0

# #use "topfind";;
- : unit = ()
Findlib has been successfully loaded. Additional directives:
  #require "package";;      to load a package
  #list;;                   to list the available packages
  #camlp4o;;                to load camlp4 (standard syntax)
  #camlp4r;;                to load camlp4 (revised syntax)
  #predicates "p,q,...";;   to set these predicates
  Topfind.reset();;         to force that packages will be reloaded
  #thread;;                 to enable threads

- : unit = ()
# #require "camlpdf";;
/usr/lib/ocaml/3.11.0/unix.cma: loaded
/usr/lib/ocaml/3.11.0/bigarray.cma: loaded
/usr/lib/ocaml/3.11.0/str.cma: loaded
/usr/lib/ocaml/3.11.0/camlpdf: added to search path
/usr/lib/ocaml/3.11.0/camlpdf/camlpdf.cma: loaded
# #require "extlib";;
/usr/lib/ocaml/3.11.0/extlib: added to search path
/usr/lib/ocaml/3.11.0/extlib/extLib.cma: loaded
The files /usr/lib/ocaml/3.11.0/extlib/extLib.cma
and /usr/lib/ocaml/3.11.0/camlpdf/camlpdf.cma
disagree over interface Unzip
# 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.20.3xtops (SMP w/2 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libcamlpdf-ocaml-dev depends on:
ii  libzip-ocaml-dev              1.04-4     OCaml compression libraries (devel
ii  ocaml-nox [ocaml-nox-3.11.0]  3.11.0-5   ML implementation with a class-bas

Versions of packages libcamlpdf-ocaml-dev recommends:
ii  ocaml-findlib                 1.2.4-2    Management tool for OCaml programm

libcamlpdf-ocaml-dev suggests no packages.

-- no debconf information



Reply to: