-
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
ROOT-HEAD fails with "cling interactive line includer >>>: fatal error: module file '[snip]/Vc.pcm' not found: module file not found" #14964
Comments
I don't know how to debug this, but since it's related to modules and it looks like the errors we use to have on MacOS, could it be related to this commit (@vgvassilev @dpiparo)? At least it's the only change I found so far that can be related to this issue |
Yes, this is likely the cause. @vgvassilev do you understand why this is happening? |
Yes, I am debugging a similar issue. |
We see more or less the same thing in dev4 now: |
Following #14974, we see no change in the error message today:
(Some of the builds that you might see in our cdash could suffer from picking up Vc.pcm in the build location but from builds for other platforms...
) |
Hi @andresailer , do you have means to see if this issue affects 6.30 and 6.28 branches as well? |
Yes, it also affects dev4 (cf. #14964 (comment)) == 6.30-patches |
I don't have anything right now that builds 6.28-patches |
thanks andre. The 2 branches, 6.28 and 6.30, are similar enough to assume that also 6.28 suffers from this issue. |
I cannot reproduce the issue locally, do you mind building tonight with |
I guess the comment above is for @andresailer |
We don't do nightly builds on Sunday mornings. I am trying to get a special |
@vgvassilev The installation with LLVM Debug is there now
|
@andresailer, could you test this pr: #15043 |
I put the commit into the dev3debug of today, and it fixes the issue with the modules. |
thanks @andresailer I propose to close only after we see a round of successful LCG nightlies. |
Relevant PRs have been merged:
|
Thanks! Things are looking good for us in dev3 and dev4. |
Thanks to you @andresailer ! |
Check duplicate issues.
Description
Since yesterday, March 13 we observe errors in our tests using our installed nightly view.
And also on LXPLUS, see here for an error from our build system: https://lcgapp-services.cern.ch/cdash/testDetails.php?test=24046676&build=314678
Reproducer
On lxplus for example
gives
According to
strace
previous version ROOT would first try the/build/...
folder to find Vc.pcm, and then look parallel to other ROOT libraries (not sure how that is decided). But now only the build path is tried and nothing else.Vc.pcm is present
ROOT version
master
Installation method
lcgcmake from source: options https://gitlab.cern.ch/sft/lcgcmake/-/blob/master/projects/CMakeLists.txt?ref_type=heads#L82
Operating system
alma9, alma8, ubuntu20, ubuntu22
Additional context
No response
The text was updated successfully, but these errors were encountered: