forwarded 869805 https://github.com/pavel-odintsov/fastnetmon/issues/703 thanks
Am Mittwoch, den 26.07.2017, 11:40 -0400 schrieb Aaron M. Ucko: > At any rate, I believe you should be able to pick up a definition of > __sync_fetch_and_add_8 on these architectures by linking against > -latomic. If you don't want a dependency on this library elsewhere, > you can either precede -latomic with -Wl,--as-needed or explicitly > conditionalize its use. Sadly, that doesn't work. The atomic library does not provide __sync_fetch_and_add_8 (as you can also see in the build failure of version 1.1.3+dfsg-5): (sid_mipsel-dchroot)bdrung@eller:~$ readelf -a /usr/lib/mipsel-linux-gnu/libatomic.so.1 | grep __sync (sid_mipsel-dchroot)bdrung@eller:~$ I found no atomic library that provides __sync_fetch_and_add_8. I forwarded the bug to upstream. Any ideas how to make it build? -- Benjamin Drung System Developer Debian & Ubuntu Developer ProfitBricks GmbH Greifswalder Str. 207 D - 10405 Berlin Email: [email protected] URL: https://www.profitbricks.de Sitz der Gesellschaft: Berlin Registergericht: Amtsgericht Charlottenburg, HRB 125506 B Geschäftsführer: Achim Weiss, Matthias Steinberg

