net-misc/dhcp-4.4.2-r2 __atomic_load_8
Note to self: If net-misc/dhcp-4.4.2-r2 on my Rapberry Pi (running Gentoo) refuses to link because ld can't find 
Furthermore, if - on the same system - dev-db/mysql-8.0.19-r1 complains about
__atomic_load_8
, try LDFLAGS="${LDFLAGS} -latomic" emerge -av net-misc/dhcp
. Hm, seems like someone should file a bug report! 
Furthermore, if - on the same system - dev-db/mysql-8.0.19-r1 complains about
__atomic_fetch_add_8
, the same workaround should potentially work, too. But, alas, it seems to have some other issues as well that didn't get fixed by adding -latomic... Need to investigate more...
Kommentare
Ansicht der Kommentare: Linear | Verschachtelt