On Apr 16, 2009, at 5:50 PM, Stéphane Glondu wrote:

Add initgroups.o and setgroups.o in otherlibs/unix/libunix.clib, then
launch again the compilation.

Seems to help but still bombs out.

./build/fastworld.sh
...
+ boot/ocamlyacc -v ocamldoc/odoc_text_parser.mly
5 shift/reduce conflicts.
Solver failed:
Ocamlbuild knows of no rules that apply to a target named ocamldoc/ odoc_opt.mlast. This can happen if you ask Ocamlbuild to build a target with the wrong extension (e.g. .opt instead of .native) or if the source files live in directories that have not been specified as include directories.
Backtrace:
  - Failed to build the target ocamldoc/ocamldoc.opt
      - Building ocamldoc/ocamldoc.opt:
          - Building ocamldoc/odoc_opt.native:
              - Building ocamldoc/odoc_opt.cmx:
                  - Failed to build all of these:
                      - Building ocamldoc/odoc_opt.ml:
                          - Failed to build all of these:
                              - Building ocamldoc/odoc_opt.mlast
                              - Building ocamldoc/odoc_opt.ml4
                              - Building ocamldoc/odoc_opt.mlbuild
                              - Building ocamldoc/odoc_opt.mly
                              - Building ocamldoc/odoc_opt.mll
                      - Building ocamldoc/odoc_opt.mlpack
Compilation unsuccessful after building 2136 targets (681 cached) in 00:00:49.

It seems that -lm is missing in BYTECCLIBS and/or NATIVECCLIBS (see
config/Makefile). However, the ./configure script should have done this
for you. This might be worth a bugreport.

BYTECCLIBS=   -lcurses -lpthread
NATIVECCLIBS=

This was all working fine before, ocamlbuild and make.

Please pay attention and don't mix both build systems: either use make
or ocamlbuild, but don't run make after having used ocamlbuild nor
vice-versa. To be sure, start from a fresh CVS checkout.


I don't mix and I always do 'make clean', 'make distclean' and './ build/distclean.sh'.

        Thanks, Joel

---
Mac hacker with a performance bent
http://linkedin.com/in/joelreymont



_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to