Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.6] make clean removes llvm-config before it's done using it #5192

Closed
llvmbot opened this issue Aug 29, 2009 · 5 comments
Closed

[2.6] make clean removes llvm-config before it's done using it #5192

llvmbot opened this issue Aug 29, 2009 · 5 comments
Labels
bugzilla Issues migrated from bugzilla

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 29, 2009

Bugzilla Link 4820
Resolution FIXED
Resolved on Sep 12, 2009 17:53
Version trunk
OS Linux
Blocks llvm/llvm-bugzilla-archive#4886
Attachments full transcript
Reporter LLVM Bugzilla Contributor
CC @tlattner

Extended Description

Steps:

  1. From clean, build LLVM 2.6.
  2. Run "make clean".

I get output like this:

make[1]: Entering directory /usr/local/google/home/nlewycky/2.6/llvm-2.6/bindings' make[2]: Entering directory /usr/local/google/home/nlewycky/2.6/llvm-2.6/bindings/ocaml'
make[3]: /usr/local/google/home/nlewycky/2.6/llvm-2.6/Release/bin/llvm-config: Command not found
make[3]: Entering directory `/usr/local/google/home/nlewycky/2.6/llvm-2.6/bindings/ocaml/llvm'
make[3]: /usr/local/google/home/nlewycky/2.6/llvm-2.6/Release/bin/llvm-config: Command not found
make[3]: /usr/local/google/home/nlewycky/2.6/llvm-2.6/Release/bin/llvm-config: Command not found
[...]

partway through the build. To help clarify the order of operations, I've attached the full transcript of the make clean run.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Sep 10, 2009

Hi,

I tried reproducing this bug on http://llvm.org/prereleases/2.6/ (Ubuntu 8.04.3 LTS) with the following configuration command:

../llvm-2.6/configure --prefix=pwd/../install --with-llvmgccdir=pwd/../llvm-gcc-4.2-2.6.x86_64-linux/ --enable-optimized --enable-targets=host-only --with-ocaml-libdir=pwd/../bindings

However, I don't encounter this bug. Can you post your exact LLVM configuration?

Thanks,

Bram Adams
SAIL, Queen's University (Canada)

@llvmbot
Copy link
Collaborator Author

llvmbot commented Sep 11, 2009

This looks like it occurs in the bindings/ocaml makefiles. You probably won't see it if you don't have ocaml installed. I think I can fix this pretty easily.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Sep 11, 2009

Fixed in svn r81547.

@tlattner
Copy link
Contributor

Thanks Bob! This has been merged into 2.6.

@tlattner
Copy link
Contributor

mentioned in issue llvm/llvm-bugzilla-archive#4886

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
MasuhiroYamada pushed a commit to RIKEN-RCCS/llvm-project that referenced this issue Mar 21, 2024
MasuhiroYamada pushed a commit to RIKEN-RCCS/llvm-project that referenced this issue Mar 21, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla
Projects
None yet
Development

No branches or pull requests

2 participants