-
Notifications
You must be signed in to change notification settings - Fork 59
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
delocate.delocating.DelocationError: .dylibs/libgfortran.5.dylib already exists #53
Comments
@matthew-brett What can I do to help you analyze the problem? |
Yes, sorry - can you make me some way of replicating the problem?
…On Thu, Jun 6, 2019 at 9:40 PM Maik Riechert ***@***.***> wrote:
@matthew-brett <https://github.com/matthew-brett> What can I do to help
you analyze the problem?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#53?email_source=notifications&email_token=AAAQQHHYSFPDDNKVDJNBYYTPZFY2JA5CNFSM4HN5LD4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXEDBAQ#issuecomment-499658882>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAQQHBDRUOTB5X2BMCIBRLPZFY2JANCNFSM4HN5LD4A>
.
|
@matthew-brett I couldn't reproduce it locally yet, only on CI weirdly. Will investigate further. But if there's any verbose logging etc I can enable, let me know. |
Can you point me to the error on CI log?
|
https://dev.azure.com/wrf-cmake/WRF/_build/results?buildId=428 See the failed macOS build and click on the "Delocate" step. |
I dumped out
|
OK, I found the issue.
There are two things that should be improved I think:
|
This worked in the past but suddenly I get an error when running
delocate-path
on a folder where multiple executables rely on the same dependency (I'm assuming that's what the error is about): "delocate.delocating.DelocationError: .dylibs/libgfortran.5.dylib already exists". Am I doing something wrong?The text was updated successfully, but these errors were encountered: