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

Bug#547668: marked as done (ocsigen: META file is incorrect)



Your message dated Sun, 8 Nov 2020 05:11:03 +0100
with message-id <175c569c-1275-08cc-a309-9a072ea40c48@debian.org>
and subject line Re: Bug#547668: ocsigen: META file is incorrect
has caused the Debian Bug report #547668,
regarding ocsigen: META file is incorrect
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
547668: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547668
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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.

yziquel@seldon:~$ ocaml-batteries 
        Objective Caml version 3.11.1

      _________________________________
     |       | |                       |
    [| +     | | Batteries Included  - |
     |_______|_|_______________________|
      _________________________________
     |                       | |       |
     | -    Type '#help;;'   | |     + |]
     |_______________________|_|_______|


# #require "ocsigen.ext.eliom";;
Error: Reference to undefined global `Lwt_lib'



-- 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.30-1-amd64 (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 ocsigen depends on:
ii  adduser            3.110                 add and remove users and groups
ii  libc6              2.9-23                GNU C Library: Shared libraries
ii  libcryptokit-ocaml 1.3-13+b1             cryptographic algorithm library fo
ii  libgdbm3           1.8.3-6               GNU dbm database routines (runtime
ii  liblwt-ocaml-dev   1.1.0+darcs20090806-3 cooperative light-weight thread li
ii  libocamlnet-ocaml  2.2.9-6+b1            OCaml application-level Internet l
ii  libpcre-ocaml      6.0.1-1               OCaml bindings for PCRE (Perl Comp
ii  libpcre3           7.8-2                 Perl 5 Compatible Regular Expressi
ii  libsqlite3-ocaml   1.5.1-1               Embeddable SQL Database for OCaml 
ii  libssl-ocaml       0.4.3-2+b1            OCaml bindings for OpenSSL
ii  libssl0.9.8        0.9.8k-4              SSL shared libraries
ii  libzip-ocaml       1.04-4+b1             OCaml compression libraries (runti
ii  ocaml-findlib      1.2.4-2+b1            Management tool for OCaml programm
ii  ocaml-nox [ocaml-n 3.11.1-2              ML implementation with a class-bas
ii  ocamlduce          3.11.1.0-1            OCaml extended with XML types
ii  procps             1:3.2.8-1             /proc file system utilities
ii  psmisc             22.8-1                utilities that use the proc file s

ocsigen recommends no packages.

Versions of packages ocsigen suggests:
ii  ocsigen-doc                   1.2.0-3    Developer's documentation for Ocsi

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2.16.0-1

Le 21/09/2009 à 14:36, 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.
> 
> yziquel@seldon:~$ ocaml-batteries 
>         Objective Caml version 3.11.1
> 
>       _________________________________
>      |       | |                       |
>     [| +     | | Batteries Included  - |
>      |_______|_|_______________________|
>       _________________________________
>      |                       | |       |
>      | -    Type '#help;;'   | |     + |]
>      |_______________________|_|_______|
> 
> 
> # #require "ocsigen.ext.eliom";;
> Error: Reference to undefined global `Lwt_lib'

It is now possible to load eliom in the toplevel:

#use "topfind";;
#thread;;
#require "ocsigenserver.ext.ocsipersist-sqlite";;
#require "eliom.server";;

and enjoy the typechecker interactively.

Eliom's dependency on ocsipersist can be provided by several
implementations (ocsigenserver.ext.ocsipersist-sqlite in the example
above), so it would be unwise to force one in the META file.

Hence, closing.


Cheers,

-- 
Stéphane

--- End Message ---

Reply to: