-
Notifications
You must be signed in to change notification settings - Fork 181
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
CI failure for macos-latest, 8 #247
Comments
Can you try to send a drFt PR reverting the last merge and see if it fixes the CI? It might not even be related to the last merge.
…On Sun, Nov 22, 2020, at 9:51 AM, Milan Curcic wrote:
CI is failing for macos-latest, 8 as of the last merge into master
(#239 <#239>). See
https://github.com/fortran-lang/stdlib/runs/1438725329.
I have re-run the CI jobs to make sure the same error repeats. The
error comes from a symbol missing in one of the shared libraries:
`dyld: lazy symbol binding failed: Symbol not found: ___addtf3
Referenced from:
/Users/runner/work/stdlib/stdlib/build/src/tests/quadrature/test_trapz
Expected in: /usr/lib/libSystem.B.dylib
`
The same error repeats for several other tests that rely on this
symbol. Others are okay.
I have no knowledge of macOS so I'm not sure where to start with this one.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#247>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAFAWEEIIXRQAIYTJSGYLTSRE6RLANCNFSM4T6S2IJA>.
|
That symbol should be part of libgcc_s.1.dylib, maybe a problem with the brewed gcc/gfortran-8? |
Thanks Milan. It looks like the error is indeed unrelated to the latest merge and rather is caused by some changes in the CI itself as Jurgen pointed out.
…On Sun, Nov 22, 2020, at 11:24 AM, Milan Curcic wrote:
@certik <https://github.com/certik> To confirm, I did what you
suggested in #248 <#248>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#247 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAFAWFY3PPKUVHJSSKR3SLSRFJO5ANCNFSM4T6S2IJA>.
|
It was just a matter of updating the links as the warning said in the "Install Gfortran on MacOS" task. |
Fixed by #250. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI is failing for macos-latest, 8 as of the last merge into master (#239). See https://github.com/fortran-lang/stdlib/runs/1438725329.
I have re-run the CI jobs to make sure the same error repeats. The error comes from a symbol missing in one of the shared libraries:
The same error repeats for several other tests that rely on this symbol. Others are okay.
I have no knowledge of macOS so I'm not sure where to start with this one.
The text was updated successfully, but these errors were encountered: