https://bugs.freedesktop.org/show_bug.cgi?id=102573
Bug ID: 102573
Summary: fails to build on armel
Product: Mesa
Version: 17.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: glsl-compiler
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
forwarded from https://bugs.debian.org/874531
Builds of mesa for armel have been failing lately:
glsl/.libs/libstandalone.a(libmesautil_la-disk_cache.o): In function
`disk_cache_remove':
./build/src/util/../../../src/util/disk_cache.c:643: undefined reference to
`__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
Makefile:2110: recipe for target 'glsl_compiler' failed
make[5]: *** [glsl_compiler] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/build/src/compiler'
Please link glsl_compiler (and anything else that uses libstandalone)
against -latomic. If you don't want that dependency on architectures
that don't need it, you can either conditionalize on architecture or
precede -latomic with -Wl,--as-needed (and follow it with
-Wl,--no-as-needed if desired).
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev