[LLVMbugs] [Bug 9606] New: Fatal error during make install

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Apr 1 18:48:45 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9606

           Summary: Fatal error during make install
           Product: new-bugs
           Version: 2.8
          Platform: PC
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: georgebaah at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Hi Everyone,
  When I compile llvm 2.8 with the option --disable-optimized
--enable-assertions on 
Leopard with Ocaml 3.11 (machine is Mac Pro 2xQuad Cores), I get the following
fatal error when it starts to build 
the ocaml docs.

llvm[1]: Installing HTML documentation
llvm[1]: Building ocamldoc documentation
llvm[3]: Documenting llvm.odoc
llvm[3]: Documenting llvm_bitreader.odoc
llvm[3]: Documenting llvm_bitwriter.odoc
llvm[3]: Documenting llvm_analysis.odoc
llvm[3]: Documenting llvm_target.odoc
llvm[3]: Documenting llvm_executionengine.odoc
llvm[4]: Documenting llvm_scalar_opts.odoc
Fatal error: exception Failure("There are two interfaces of module
Llvm_analysis.")
make[1]: *** [regen-ocamldoc] Error 2
make: *** [install] Error 1

This error does not happen when I install in Release mode or Debug mode. It
only happens 
when building llvm with Debug+Asserts enabled. Thanks.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list