LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 11163 - ocaml bindings "make install" is broken
Summary: ocaml bindings "make install" is broken
Status: RESOLVED DUPLICATE of bug 11177
Alias: None
Product: Build scripts
Classification: Unclassified
Component: Makefiles (show other bugs)
Version: trunk
Hardware: PC Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 01:39 PDT by ojab
Modified: 2011-11-13 23:21 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ojab 2011-10-18 01:39:00 PDT
llvm-trunk r142340.

llvm[3]: Installing Release+Asserts /usr/lib/ocaml/llvm.a
llvm[3]: Installing Release+Asserts /usr/lib/ocaml/llvm.cmx
make[3]: *** No rule to make target `/sources/llvm-build/bindings/ocaml/llvm/Release+Asserts/META.llvm', needed by `install-meta'.  Stop.
make[3]: Leaving directory `/sources/llvm-build/bindings/ocaml/llvm'
make[2]: *** [install] Error 1
make[2]: Leaving directory `/sources/llvm-build/bindings/ocaml'
make[1]: *** [ocaml/.makeinstall] Error 2
make[1]: Leaving directory `/sources/llvm-build/bindings'
make: *** [install] Error 1
Comment 1 Sylvestre Ledru 2011-11-13 23:21:46 PST

*** This bug has been marked as a duplicate of bug 11177 ***