Skip to content

CI failure for macos-latest, 8 #247

Closed
@milancurcic

Description

@milancurcic

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:

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.

Activity

certik

certik commented on Nov 22, 2020

@certik
Member
Romendakil

Romendakil commented on Nov 22, 2020

@Romendakil

That symbol should be part of libgcc_s.1.dylib, maybe a problem with the brewed gcc/gfortran-8?

milancurcic

milancurcic commented on Nov 22, 2020

@milancurcic
MemberAuthor

@certik To confirm, I did what you suggested in #248.

certik

certik commented on Nov 22, 2020

@certik
Member
14NGiestas

14NGiestas commented on Nov 23, 2020

@14NGiestas
Member

It was just a matter of updating the links as the warning said in the "Install Gfortran on MacOS" task.
I've fixed in #250
EDIT: The warning was hidden in the task. Is there a way to make such warnings appear in github's output?

milancurcic

milancurcic commented on Nov 23, 2020

@milancurcic
MemberAuthor

Fixed by #250.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @certik@milancurcic@14NGiestas@Romendakil

        Issue actions

          CI failure for macos-latest, 8 · Issue #247 · fortran-lang/stdlib