Package: libocamlgraph-ocaml-dev
Version: 0.90-1
Severity: normal

Hello,

The META file included in libocamlgraph-ocaml-dev failed to load file
into the toplevel :
# #require "ocamlgraph";;
/usr/lib/ocaml/3.08/ocamlgraph: added to search path
/usr/lib/ocaml/3.08/ocamlgraph/graph.cmo: loaded
Cannot find file /usr/lib/ocaml/3.08/ocamlgraph/graph.cmo.

The raison is that the META file contain :
version = "0.90"
description = "Generic Graph Library"
requires=""
archive(byte) = "graph.cmo"
archive(native) = "graph.cmx"

when it should contain
version = "0.90"
description = "Generic Graph Library"
requires=""
archive(byte) = "graph.cma"
archive(native) = "graph.cmx"

as the cmo file doesn't exist when the cma does exist.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libocamlgraph-ocaml-dev depends on:
ii  ocaml-nox [ocaml-nox-3.08]    3.08.2-1   ML language implementation with a 

-- no debconf information

-- 
Rémi Vanicat

Reply via email to