Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] Current SVN head and findlib.
@ 2012-04-12 12:30 Philippe Veber
  2012-04-12 12:57 ` Jonathan Protzenko
  2012-04-12 13:27 ` Stéphane Glondu
  0 siblings, 2 replies; 6+ messages in thread
From: Philippe Veber @ 2012-04-12 12:30 UTC (permalink / raw)
  To: caml users

[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]

Dear camlers,

While playing with the upcoming features of our favorite compiler, I found
that the current trunk and version/4.00 branch do not work well with
findlib (version 1.2.8). I report it here so others might confirm (or not)
what I say.

        OCaml version 4.01.0+dev1_2012-03-31

# #use "topfind";;
- : unit = ()
File "/home/pveber/usr/ocamlbrew/ocaml-svn/trunk/lib/ocaml/topfind", line
37, characters 0-22:
Error: Unbound module Topfind

What is really surprising is that the toplevel doesn't complain if I
copy/paste the contents of topfind directly in the compiler:

[gesundheit:~ 14:23]$ocaml <
/home/pveber/usr/ocamlbrew/ocaml-svn/trunk/lib/ocaml/topfind
        OCaml version 4.01.0+dev1_2012-03-31

#     * *       * * *                             - : 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 = ()

As you can notice, the install was done using ocamlbrew, but I could
reproduce the same problem directly installing ocaml and findlib. As I'd
rather not dump some foolishness of mine in mantis, I'd be glad somebody
could check this. Using ocamlbrew, this can be as simple as:

export OCAMLBREW_FLAGS="-t -a"
export OCAMLBREW_BASE=/home/joe/ocamlbrew
curl -kL https://raw.github.com/hcarty/ocamlbrew/master/ocamlbrew-install |
bash

The problem is present if ocamlbrew stops before installing utop.

Cheers,
  Philippe.

[-- Attachment #2: Type: text/html, Size: 4182 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-16 15:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 12:30 [Caml-list] Current SVN head and findlib Philippe Veber
2012-04-12 12:57 ` Jonathan Protzenko
2012-04-12 14:24   ` Philippe Veber
2012-04-12 13:27 ` Stéphane Glondu
2012-04-12 14:25   ` Philippe Veber
2012-04-16 15:46     ` Gerd Stolpmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox