-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
CMakes writes to non-writeable dir with builtin_llvm=OFF
#12151
Labels
Comments
1 task
stephanlachnit
added a commit
to stephanlachnit/root
that referenced
this issue
Jan 29, 2023
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]>
2 tasks
stephanlachnit
added a commit
to stephanlachnit/root
that referenced
this issue
Feb 6, 2023
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]>
13 tasks
Closing, duplicate of #11920. |
Hi @stephanlachnit, @bellenot, It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise. Sincerely, |
stephanlachnit
added a commit
to stephanlachnit/root
that referenced
this issue
Jul 31, 2023
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]>
stephanlachnit
added a commit
to stephanlachnit/root
that referenced
this issue
Jul 31, 2023
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]>
stephanlachnit
added a commit
to stephanlachnit/root
that referenced
this issue
Jul 31, 2023
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]>
hahnjo
pushed a commit
that referenced
this issue
Aug 8, 2023
…lingConfig.cmake This fixes #12151. Signed-off-by: Stephan Lachnit <[email protected]>
hahnjo
pushed a commit
to hahnjo/root
that referenced
this issue
Aug 14, 2023
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]> (cherry picked from commit 8a45c09)
hahnjo
pushed a commit
that referenced
this issue
Aug 15, 2023
…lingConfig.cmake This fixes #12151. Signed-off-by: Stephan Lachnit <[email protected]> (cherry picked from commit 8a45c09)
maksgraczyk
pushed a commit
to maksgraczyk/root
that referenced
this issue
Jan 12, 2024
…lingConfig.cmake This fixes root-project#12151. Signed-off-by: Stephan Lachnit <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Build master with
builtin_llvm=OFF
using system LLVM. CMake configuration fails with:The error is thrown in interpreter/cling/cmake/modules/CMakeLists.txt:22-25 when trying to create a file in
cling_cmake_builddir
which is not writable.The bug originates from interpreter/cling/cmake/modules/CMakeLists.txt:5 and was introduced in 2b283cc from #10294.
Expected behavior
I think there are three options to fix this:
builtin_llvm=OFF
and sets the dir accordinglyCLING_BINARY_DIR
?)To Reproduce
Build from master with
builtin_llvm=OFF
Setup
git master, Debian Sid
Additional context
/cc @hahnjo @vgvassilev @bellenot
The text was updated successfully, but these errors were encountered: