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 11177 - 3.0rc1: bindings/ocaml/llvm/Release/META.llvm not created
Summary: 3.0rc1: bindings/ocaml/llvm/Release/META.llvm not created
Status: RESOLVED FIXED
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:
: 11163 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-18 19:24 PDT by M.E. O'Neill
Modified: 2012-01-10 13:07 PST (History)
7 users (show)

See Also:
Fixed By Commit(s):


Attachments
Potential fix for bug 11177 (573 bytes, patch)
2011-11-18 10:11 PST, Sylvestre Ledru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description M.E. O'Neill 2011-10-18 19:24:35 PDT
Testing the 3.0rc1 build, make install fails with the following error

make[3]: *** No rule to make target `/somewhere-or-other/llvm-3.0rc1/build-3.0rc1-Linux/bindings/ocaml/llvm/Release/META.llvm', needed by `install-meta'.  Stop.
make[3]: *** Waiting for unfinished jobs....

Running

    cp -p bindings/ocaml/llvm/META.llvm bindings/ocaml/llvm/Release/META.llvm

... allowed the install to complete.

I suspect this issue only shows up for people with ocaml installed.
Comment 1 John Regehr 2011-11-06 23:07:15 PST
I also run into this on Ubuntu 10.04.3 on x86-64.
Comment 2 Michel Alexandre Salim 2011-11-11 08:51:29 PST
Confirmed on Fedora 15 x86_64
Comment 3 Sylvestre Ledru 2011-11-13 23:21:46 PST
*** Bug 11163 has been marked as a duplicate of this bug. ***
Comment 4 Sylvestre Ledru 2011-11-18 10:11:09 PST
Created attachment 7625 [details]
Potential fix for bug 11177
Comment 5 Sylvestre Ledru 2011-12-19 16:06:23 PST
ping ?
Comment 6 Bill Wendling 2011-12-19 16:14:20 PST
This should have been marked as a blocker for the 3.0 release. As it was, it won't be fixed for it. Does this happen on ToT?
Comment 7 Sylvestre Ledru 2012-01-10 13:07:51 PST
It has been fixed by r144183.