[LLVMbugs] [Bug 12039] "make install" fails unless I use "--enable-bindings=none" with configure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 28 16:57:44 PDT 2014


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

Peter Zotov <whitequark at whitequark.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |whitequark at whitequark.org
         Resolution|---                         |WORKSFORME

--- Comment #1 from Peter Zotov <whitequark at whitequark.org> ---
I believe the root of the bug lied in buildsystem being confused about the
location of the source directory. META.llvm would have to be copied to build
tree from source tree by configure -- by
AC_CONFIG_FILES([bindings/ocaml/llvm/META.llvm]). It's done unconditionally, so
there is no way autodetection would lead to META.llvm being missing.

I'm unable to reproduce this on 3.6svn, probably because autoconf upgrades
since 2012 fixed this. If this problem reoccurs, please reopen.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141028/e83b3475/attachment.html>


More information about the llvm-bugs mailing list