Summary: | u_atomic_test.c:108:1: error: implicit declaration of function 'test_atomic_cmpxchg_int16_t' | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | blocker | ||
Priority: | medium | CC: | jfonseca, mattst88 |
Version: | 10.5 | Keywords: | bisected, regression |
Hardware: | x86-64 (AMD64) | ||
OS: | NetBSD | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Vinson Lee
2014-12-13 09:05:32 UTC
a208e9b520ae2d854ae588fea309763b2eaad616 is the first bad commit commit a208e9b520ae2d854ae588fea309763b2eaad616 Author: Matt Turner <mattst88@gmail.com> Date: Sun Dec 7 14:08:58 2014 -0800 util: Wire up u_atomic_test. :040000 040000 bb54dc6d0dab5ca451dfa9c9998fb558199659b6 bcda7dca581d9c6bb6f61094769f3c94bb8d0205 M src bisect run success hmm.. It looks like NetBSD has some sort of weird defines like #define int32_t __int32_t which is making the u_atomic_test.c macro magic go nuts. Not sure what's the best way of fixing this. I feel tempted to merely put #if ! defined(__NetBSD__) ... #endif around everything. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/982. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.