probleme d'installation d' ocamlbricks
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
marionnet |
New
|
Undecided
|
Jean-Vincent Loddo | ||
ocamlbricks (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
l'erreur est la suivante:
./marionnet_
* Warning: some OCaml/Ubuntu (>= 11.x) combinations may require the option -g
Shall I do as if you chose -g (compile OCaml with Godi) ([y]/n)? y
* The log file is //tmp/marionnet
* This looks like a Debian or derived distribution. Oh, joy!
Required packages: g++ flex libtool bison gawk aptitude graphviz uml-utilities libgtk2.0-dev libglade2-dev gtkgl-dev freeglut3-dev tk8.4-dev libxmu-dev bridge-utils uml-utilities rlfe
Shall I install required package(s) with aptitude ([y]/n)? y
Shall I use the aptitude option --allow-untrusted ([y]/n)? n
* Required the [sudo] password for home:
* Installing aptitude .......
Note: I will also install vde2 with aptitude
* Installing required packages with aptitude .......
* Downloading marionnet ... 100%
* Downloading ocamlbricks ... 100%
* Downloading ocaml (godi) ... 100%
* Compiling ocaml with godi ... 100%
* Compiling ocamlbricks ... 100%FAILED!
Last 20 lines of log (//tmp/
======
==========> WIDGETS/
==========> WIDGETS/
============> WIDGETS/
============> WIDGETS/
Warning: Failed to build the module GEdit requested by ocamldep
Warning: Failed to build the module GFile requested by ocamldep
Warning: Failed to build the module GObj requested by ocamldep
mid rule ocaml: mli -> cmi (%=DOT/dot_widget ): cache miss: a product is not in build dir (DOT/dot_
//tmp/marionnet
+ //tmp/marionnet
File "DOT/dot_
Error: Unbound type constructor GFile.filter
Command exited with code 2.
make[2]: *** [ocamlbricks.cmxa] Erreur 10
make[2]: quittant le répertoire « /tmp/marionnet_
FAILED when building "ocamlbricks.cmxa".
make[1]: *** [native-libraries] Erreur 255
make[1]: quittant le répertoire « /tmp/marionnet_
FAILURE: could not build native libraries.
make: *** [libraries] Erreur 255
======
Exiting.
Changed in marionnet: | |
assignee: | nobody → Jean-Vincent Loddo (loddo) |
I need more information about your installation. Could you execute the following commands on your system:
$ cat /etc/issue
$ uname -a
$ dpkg -l gtkgl-dev freeglut3-dev tk8.4-dev libxmu-dev
In my opinion, aptitude has not really installed the gtk-related packages that are needed compiling ocaml+lablgtk with godi. Thus, godi has built only ocaml, not lablgtk, and the error becomes visible compiling ocamlbricks (that needs the couple ocaml+lablgtk).
Jean-Vincent