tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Atomics



On Sat, Jul 20, 2019 at 02:51:15AM +0000, John Klos wrote:
> security/stunnel:
> 
>   CCLD     stunnel
> stunnel-str.o: In function `str_leak_debug':
> str.c:(.text+0x150): undefined reference to `__atomic_is_lock_free'
> stunnel-sthreads.o: In function `s_atomic_add':
> sthreads.c:(.text+0x168): undefined reference to `__atomic_is_lock_free'

Please extract the C code triggering this and either add it to
src/tests/lib/libc/atomic/ yourself, or mail tech-toolchain the
reproducing C code (you did not tell us what architecture you tried this
on).

> net/bind912:
> 
> ../../lib/ns/.libs/libns.so: undefined reference to `isc_atomic_xadd'

The ISC code is stupid, please someone port our in-tree changes to pkgsrc.

Martin


Home | Main Index | Thread Index | Old Index