Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2017 09:03:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220822] Missing libatomic.a for clang?
Message-ID:  <bug-220822-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220822

            Bug ID: 220822
           Summary: Missing libatomic.a for clang?
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: yuri@rawbw.com

Created attachment 184466
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D184466&action=
=3Dedit
testcase: shar of audio/jack port

The latest version of audio/jack fails to link an executable: undefined
reference to `__atomic_store'
Adding any of these gcc libraries makes the linking stage to succeed:
/usr/local/lib/gcc5/libatomic.a
/usr/local/lib/gcc48/libatomic.a
/usr/local/lib/gcc6/libatomic.a

But jack is built with clang and shouldn't depend on anything gcc, and there
are no other libatomic.a available.

What should be the resolution of this problem?

Attaching the failing port.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220822-8>