=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xf86-video-ati-18.0.1 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/x11/xf86-video-ati/work/xf86-video-ati-18.0.1' Making all in src gmake[2]: Entering directory '/data/scratch/x11/xf86-video-ati/work/xf86-video-ati-18.0.1/src' CC atimodule.lo CC radeon_accel.lo CC radeon_video.lo CC radeon_misc.lo CC radeon_probe.lo CC radeon_textured_video.lo CC radeon_exa.lo CC radeon_xvmc.lo CC r6xx_accel.lo CC r600_textured_videofuncs.lo CC r600_shader.lo CC ati.lo CC radeon_exa_shared.lo CC evergreen_accel.lo CC r600_exa.lo CC evergreen_exa.lo In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 6 warnings and 20 errors generated. Makefile:660: recipe for target 'radeon_misc.lo' failed gmake[2]: *** [radeon_misc.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32In file included from radeon_exa_shared.c ^: 37/usr/include/sys/bswap.h: :In file included from 68./radeon.h::4546:: In file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'bswap32'37 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10 __CAST(uint32_t, __builtin_constant_p((x)) ? \: ^warning : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' bswap_64(uint64_t x) ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^/usr/include/sys/types.h :/usr/include/sys/cdefs.h90::60618::35 :note : noteexpanded from macro 'uint64_t': expanded from macro '__CAST' #define uint64_t __uint64_t ^ #define __CAST(__dt, __st) ((__dt)(__st)) In file included from ^radeon_exa_shared.c :37: In file included from ./radeon.h:In file included from 46radeon_accel.c: :In file included from 80/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :In file included from 37./radeon.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h46:: 300In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h1::37 : warning/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :type specifier missing, defaults to 'int' [-Wimplicit-int]319 :1bswap_64(uint64_t x): ^error : ../config.hredefinition of '__uint32_t' as different kind of symbol: 135:bswap_32(uint32_t x)18 :^ note: ../config.hexpanded from macro 'bswap_64': 132:18#define bswap_64 bswap64: ^note : /usr/include/sys/bswap.hexpanded from macro 'bswap_32': 64:19#define bswap_32 bswap32: ^note : /usr/include/sys/bswap.hexpanded from macro 'bswap64': 68:9: __CAST(uint64_t, __builtin_constant_p((x)) ? \ note ^: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from /usr/include/sys/types.hradeon_exa_shared.c::8037:: 18In file included from :./radeon.h :note46: : expanded from macro 'uint32_t'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:#define uint32_t __uint32_t37 : ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :/usr/include/sys/common_int_types.h300::501::27 :error : noteexpected ')': previous definition is here../config.h :135:18:typedef __UINT32_TYPE__ __uint32_t; note ^: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64'In file included from radeon_accel.c:80 __CAST(uint64_t, __builtin_constant_p((x)) ? \: In file included from ^./radeon.h :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h46:: 300In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h1::37 : note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :to match this '('321 :../config.h15::135 :error18: :use of undeclared identifier 'x' note: expanded from macro 'bswap_64' return (((x & 0xFF000000) >> 24) | ^#define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h : ^322 :15/usr/include/sys/cdefs.h:: 606error:: 35use of undeclared identifier 'x': note: ((x & 0x00FF0000) >> 8) |expanded from macro '__CAST' ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | In file included from ^radeon_exa_shared.c :37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h1::324 :error15: :redefinition of '__uint64_t' as different kind of symbol errorbswap_64(uint64_t x): use of undeclared identifier 'x'^ ../config.h ((x & 0x000000FF) << 24));: 135 ^: 18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:In file included from 46radeon_exa_shared.c: :In file included from 37/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :In file included from 37./radeon.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h46:: 363In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h1::37 : error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :redefinition of '__uint16_t' as different kind of symbol302 :15bswap_16(uint16_t x): ^error : ../config.huse of undeclared identifier 'x': 129:18: return (((x & 0xFF00000000000000ull) >> 56) |note : ^expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303 __CAST(uint16_t, __builtin_constant_p((x)) ? \: 15 ^: error/usr/include/sys/types.h: :use of undeclared identifier 'x'70 :18: note ((x & 0x00FF000000000000ull) >> 40) |: expanded from macro 'uint16_t' ^ #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:typedef __UINT16_TYPE__ __uint16_t;304 : ^15 : error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ In file included from radeon_accel.c:80/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :In file included from 305./radeon.h::1546:: In file included from error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :use of undeclared identifier 'x'37 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365 ((x & 0x000000FF00000000ull) >> 8) |: 15 ^: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_exa_shared.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_exa_shared.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_exa_shared.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_exa_shared.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ In file included from evergreen_exa.c/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::31323: :In file included from 15/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:: 44error: : In file included from use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ((x & 0x0000FF00) << 8) |: 300 ^: 10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^: 363:10: In file included from warningevergreen_exa.c: :type specifier missing, defaults to 'int' [-Wimplicit-int]31 : In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hbswap_16(uint16_t x): 44 ^: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:/usr/include/sys/types.h37:: 70/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::18300:: 1note:: expanded from macro 'uint16_t'error : expected ')'#define uint16_t __uint16_t ../config.h ^: 135:18In file included from :radeon_exa_shared.c :note37: : expanded from macro 'bswap_64'In file included from ./radeon.h:46#define bswap_64 bswap64: In file included from ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :/usr/include/sys/bswap.h37:: 64/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::45363:: 1note:: expanded from macro 'bswap64'warning : type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^bswap_16(uint16_t x) /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h^: 300:../config.h1::129 :note18: :to match this '(' note../config.h: :expanded from macro 'bswap_16'135 :18: note#define bswap_16 bswap16: expanded from macro 'bswap_64' ^ /usr/include/sys/bswap.h#define bswap_64 bswap64: 72 ^: 19/usr/include/sys/bswap.h:: 64note:: 2expanded from macro 'bswap16': note __CAST(uint16_t, __builtin_constant_p((x)) ? \: expanded from macro 'bswap64' ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \In file included from radeon_exa_shared.c ^: 37: In file included from ./radeon.h:/usr/include/sys/cdefs.h46:: 606In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h35::37 : note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :expanded from macro '__CAST'363 :1#define __CAST(__dt, __st) ((__dt)(__st)): ^error : expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16In file included from evergreen_exa.c ^: 31/usr/include/sys/bswap.h: :In file included from 72/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h::4544:: In file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'bswap16'37 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \300 : ^1 :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :error363: :redefinition of '__uint64_t' as different kind of symbol1 : bswap_64(uint64_t x)note : ^to match this '(' ../config.h../config.h::135129::1818:: notenote: : expanded from macro 'bswap_64'expanded from macro 'bswap_16' #define bswap_64 bswap64 #define bswap_16 bswap16 ^ ^/usr/include/sys/bswap.h :/usr/include/sys/bswap.h64::729::2 :note : noteexpanded from macro 'bswap64': expanded from macro 'bswap16' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75: __CAST(uint16_t, __builtin_constant_p((x)) ? \18 : ^ note/usr/include/sys/cdefs.h: :expanded from macro 'uint64_t'606 :35:#define uint64_t __uint64_t note ^: expanded from macro '__CAST' /usr/include/sys/common_int_types.h:52:27#define __CAST(__dt, __st) ((__dt)(__st)): ^note : previous definition is here In file included from radeon_exa_shared.c:typedef __UINT64_TYPE__ __uint64_t;37 : ^In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_exa_shared.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from evergreen_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:41: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ 6 warnings and 20 errors/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h generated. :309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from evergreen_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Makefile:660: recipe for target 'radeon_exa_shared.lo' failed gmake[2]: *** [radeon_exa_shared.lo] Error 1 6 warnings and 20 errors generated. Makefile:660: recipe for target 'evergreen_exa.lo' failed gmake[2]: *** [evergreen_exa.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. 6 warnings and 20Makefile:660: recipe for target 'radeon_video.lo' failed errorgmake[2]: *** [radeon_video.lo] Error 1 s generated. In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Makefile:660: recipe for target 'radeon_accel.lo' failed gmake[2]: *** [radeon_accel.lo] Error 1 Makefile:660: recipe for target 'radeon_probe.lo' failed gmake[2]: *** [radeon_probe.lo] Error 1 In file included from radeon_exa.c:36: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_exa.c:36: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_exa.c:36: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:In file included from 64radeon_xvmc.c::232:: In file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h: :expanded from macro 'bswap64'44 : In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \37 : ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :300:10/usr/include/sys/cdefs.h:: 606warning:: 35type specifier missing, defaults to 'int' [-Wimplicit-int]: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' In file included from radeon_exa.c:36#define uint64_t __uint64_t: In file included from ^./radeon.h :46In file included from : radeon_xvmc.cIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h32:: 37In file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::44300: :In file included from 1/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:: 37error: : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hredefinition of '__uint64_t' as different kind of symbol: 300:1bswap_64(uint64_t x): ^warning : ../config.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 135:18bswap_64(uint64_t x): ^note : expanded from macro 'bswap_64'../config.h :135#define bswap_64 bswap64: 18 ^: /usr/include/sys/bswap.hnote:: 64expanded from macro 'bswap_64': 9:#define bswap_64 bswap64 note ^: expanded from macro 'bswap64' /usr/include/sys/bswap.h:64:19 __CAST(uint64_t, __builtin_constant_p((x)) ? \: ^note : /usr/include/sys/types.hexpanded from macro 'bswap64': 90:18: __CAST(uint64_t, __builtin_constant_p((x)) ? \note : ^expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_xvmc.c/usr/include/sys/common_int_types.h::3252: :In file included from 27/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:: 44note: : In file included from previous definition is here/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :37typedef __UINT64_TYPE__ __uint64_t;: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^: 300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18In file included from :radeon_exa.c :note36: : expanded from macro 'bswap_64'In file included from ./radeon.h:46: #define bswap_64 bswap64In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h ^: 37/usr/include/sys/bswap.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h64::3029::15 :note : errorexpanded from macro 'bswap64': use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ return (((x & 0xFF00000000000000ull) >> 56) | ^ ^/usr/include/sys/stdint.h :75:18: note: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hexpanded from macro 'uint64_t': 303:#define uint64_t __uint64_t15 : ^ error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /usr/include/sys/common_int_types.h:52:27: note: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hprevious definition is here: 304:15: typedef __UINT64_TYPE__ __uint64_t;error : ^use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' In file included from radeon_xvmc.c ((x & 0x000000000000FF00ull) << 40) |: 32 ^: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'309 :15: error return (((x & 0xFF00000000000000ull) >> 56) |: use of undeclared identifier 'x' ^ ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :warning303: :type specifier missing, defaults to 'int' [-Wimplicit-int]15 :bswap_32(uint32_t x) error ^: use of undeclared identifier 'x' /usr/include/sys/types.h:80: ((x & 0x00FF000000000000ull) >> 40) |18 : ^ note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_exa.c:36/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :In file included from 304./radeon.h::1546:: In file included from error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :use of undeclared identifier 'x'37 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319 ((x & 0x0000FF0000000000ull) >> 24) |: 1 ^: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:: 305note:: 15expanded from macro 'bswap_32': error: #define bswap_32 bswap32use of undeclared identifier 'x' ^ /usr/include/sys/bswap.h: ((x & 0x000000FF00000000ull) >> 8) |68 : ^19 : note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hradeon_exa.c::30636:: 15In file included from :./radeon.h :error46: : use of undeclared identifier 'x'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: ((x & 0x00000000FF000000ull) << 8) |/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h : ^319 :1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :307#define bswap_32 bswap32: 15 ^: /usr/include/sys/bswap.herror:: 68use of undeclared identifier 'x': 45: ((x & 0x0000000000FF0000ull) << 24) |note : ^expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :note308: :to match this '('15 :../config.h :error132: :use of undeclared identifier 'x'18 : note: ((x & 0x000000000000FF00ull) << 40) |expanded from macro 'bswap_32' ^#define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :expanded from macro 'bswap32'309 :15: __CAST(uint32_t, __builtin_constant_p((x)) ? \ error ^: use of undeclared identifier 'x'/usr/include/sys/cdefs.h :606 ((x & 0x00000000000000FFull) << 56));: 35 ^: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :319In file included from :radeon_exa.c10::36 : warningIn file included from : ./radeon.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 46: bswap_32(uint32_t x)In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h ^: 37/usr/include/sys/stdint.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h65::31918::1 :note : errorexpanded from macro 'uint32_t': redefinition of '__uint32_t' as different kind of symbol #define uint32_t __uint32_tbswap_32(uint32_t x) ^^ In file included from ../config.hradeon_xvmc.c::13232:: 18In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h :note44: : expanded from macro 'bswap_32'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:#define bswap_32 bswap3237 : ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h319::681::9 :warning : notetype specifier missing, defaults to 'int' [-Wimplicit-int]: expanded from macro 'bswap32' bswap_32(uint32_t x) ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \../config.h : ^132 :/usr/include/sys/types.h18::80 :note18: :expanded from macro 'bswap_32' note: #define bswap_32 bswap32expanded from macro 'uint32_t' ^ #define uint32_t __uint32_t/usr/include/sys/bswap.h : ^68 :/usr/include/sys/common_int_types.h19::50 :note27: :expanded from macro 'bswap32' note: previous definition is here __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^typedef __UINT32_TYPE__ __uint32_t; ^In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319In file included from :radeon_exa.c1::36 : errorIn file included from : ./radeon.hexpected ')': 46: ../config.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h132::3718: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :note321: :expanded from macro 'bswap_32'15 : #define bswap_32 bswap32error : ^use of undeclared identifier 'x' /usr/include/sys/bswap.h:68: return (((x & 0xFF000000) >> 24) |45 : ^ note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h../config.h::322132::1518:: errornote: : use of undeclared identifier 'x'expanded from macro 'bswap_32' ((x & 0x00FF0000) >> 8) |#define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/usr/include/sys/cdefs.h::323606::1535:: errornote: : use of undeclared identifier 'x'expanded from macro '__CAST' ((x & 0x0000FF00) << 8) | ^#define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h324::3715: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :error319: :use of undeclared identifier 'x'1 : error ((x & 0x000000FF) << 24));: redefinition of '__uint32_t' as different kind of symbol ^ bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363typedef __UINT32_TYPE__ __uint32_t;: 10 ^: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' In file included from radeon_xvmc.c#define uint16_t __uint16_t: 32 ^: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:In file included from 44radeon_exa.c: :In file included from 36/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :In file included from 37./radeon.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h46:: 321In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h15::37 : error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'363 :1: warning return (((x & 0xFF000000) >> 24) |: type specifier missing, defaults to 'int' [-Wimplicit-int] ^ bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:#define bswap_16 bswap16322 : ^15 :/usr/include/sys/bswap.h :error72: :use of undeclared identifier 'x'19 : note ((x & 0x00FF0000) >> 8) |: expanded from macro 'bswap16' ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_exa.c:36: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::323363::151:: errorerror: : use of undeclared identifier 'x'expected ')' ../config.h: ((x & 0x0000FF00) << 8) |129 : ^18 : note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :note324: :expanded from macro 'bswap16'15 : error __CAST(uint16_t, __builtin_constant_p((x)) ? \: use of undeclared identifier 'x' ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: ((x & 0x000000FF) << 24));363 : ^1 : note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :363:10#define __CAST(__dt, __st) ((__dt)(__st)): ^warning : type specifier missing, defaults to 'int' [-Wimplicit-int] In file included from radeon_exa.c:bswap_16(uint16_t x)36 : ^In file included from ./radeon.h:/usr/include/sys/stdint.h46:: 55In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h18::37 : note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :expanded from macro 'uint16_t'363 :1#define uint16_t __uint16_t: ^error : redefinition of '__uint16_t' as different kind of symbol In file included from radeon_xvmc.cbswap_16(uint16_t x): 32^: In file included from ../config.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h::12944:: 18In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :note37: : expanded from macro 'bswap_16'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :363:1#define bswap_16 bswap16: ^warning : /usr/include/sys/bswap.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 72:bswap_16(uint16_t x)9 :^ note../config.h: :expanded from macro 'bswap16'129 :18: __CAST(uint16_t, __builtin_constant_p((x)) ? \note : ^expanded from macro 'bswap_16' /usr/include/sys/types.h:#define bswap_16 bswap1670 : ^18 :/usr/include/sys/bswap.h :note72: :expanded from macro 'uint16_t'19 : note#define uint16_t __uint16_t: expanded from macro 'bswap16' ^ /usr/include/sys/common_int_types.h:48:27 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^note : previous definition is here In file included from radeon_xvmc.c:typedef __UINT16_TYPE__ __uint16_t;32 : ^In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363In file included from :radeon_exa.c1::36 : errorIn file included from : ./radeon.hexpected ')': 46: ../config.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h129::3718: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :note365: :expanded from macro 'bswap_16'15 : #define bswap_16 bswap16error : ^use of undeclared identifier 'x' /usr/include/sys/bswap.h:72 return (((x & 0xFF00) >> 8) |: 45 ^: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363fatal error:: 1too many errors emitted, stopping now [-ferror-limit=]: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' In file included from #define uint16_t __uint16_tatimodule.c : ^27 : /usr/include/sys/common_int_types.hIn file included from :./ati.h48::2827: :In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.hnote:: 107previous definition is here: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300typedef __UINT16_TYPE__ __uint16_t;: 10 ^: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365bswap_64(uint64_t x): 15 ^: error/usr/include/sys/types.h: :use of undeclared identifier 'x'90 :18 return (((x & 0xFF00) >> 8) |: ^note : expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from atimodule.c:27fatal error: : In file included from too many errors emitted, stopping now [-ferror-limit=]./ati.h :28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from r6xx_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from r6xx_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37In file included from : r600_shader.c/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::31300: :In file included from 1/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:: 44warning: : In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :37bswap_64(uint64_t x): /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h^: 300:../config.h10::135 :warning18: :type specifier missing, defaults to 'int' [-Wimplicit-int] note: expanded from macro 'bswap_64' #define bswap_64 bswap64 bswap_64(uint64_t x) ^ ^/usr/include/sys/bswap.h :/usr/include/sys/stdint.h64::7519::18 :note : noteexpanded from macro 'bswap64': expanded from macro 'uint64_t' #define uint64_t __uint64_t __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^ In file included from r600_shader.c:31: In file included from In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hr6xx_accel.c::4430: : In file included from In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h::3744: : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h300::371: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :warning300: :type specifier missing, defaults to 'int' [-Wimplicit-int]1 : bswap_64(uint64_t x)error : ^expected ')' ../config.h:../config.h135::13518::18 :note : noteexpanded from macro 'bswap_64': expanded from macro 'bswap_64' #define bswap_64 bswap64 #define bswap_64 bswap64 ^ ^ /usr/include/sys/bswap.h/usr/include/sys/bswap.h::6464::1945:: notenote: : expanded from macro 'bswap64'expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from :r600_shader.c300::311: :In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hnote:: 44to match this '(': In file included from ../config.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h::13537:: 18/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:: 300note:: 1expanded from macro 'bswap_64': error: #define bswap_64 bswap64expected ')' ^ ../config.h/usr/include/sys/bswap.h::13564::182:: notenote: : expanded from macro 'bswap_64'expanded from macro 'bswap64' #define bswap_64 bswap64 __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^/usr/include/sys/bswap.h :64:45:/usr/include/sys/cdefs.h :note606: :expanded from macro 'bswap64'35 : note: expanded from macro '__CAST' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define __CAST(__dt, __st) ((__dt)(__st)) /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^: 300:1: noteIn file included from : r6xx_accel.cto match this '(': 30../config.h: :In file included from 135/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h::1844:: In file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'bswap_64'37 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:#define bswap_64 bswap64300 : ^1 :/usr/include/sys/bswap.h :error64: :redefinition of '__uint64_t' as different kind of symbol2 : bswap_64(uint64_t x)note : ^expanded from macro 'bswap64' ../config.h:135:18: __CAST(uint64_t, __builtin_constant_p((x)) ? \ note ^: expanded from macro 'bswap_64' /usr/include/sys/cdefs.h#define bswap_64 bswap64: 606 ^: 35/usr/include/sys/bswap.h:: 64note:: 9expanded from macro '__CAST': note: expanded from macro 'bswap64' #define __CAST(__dt, __st) ((__dt)(__st)) ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18In file included from :r600_shader.c :note31: : expanded from macro 'uint64_t'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44#define uint64_t __uint64_t: In file included from ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :37: /usr/include/sys/common_int_types.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::52300::271:: noteerror: : previous definition is hereredefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x)typedef __UINT64_TYPE__ __uint64_t; ^ ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from r6xx_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' In file included from r600_shader.c:31: ((x & 0x00FF000000000000ull) >> 40) |In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h ^: 44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: return (((x & 0xFF00000000000000ull) >> 56) |304 : ^15 : error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :305: ((x & 0x00FF000000000000ull) >> 40) |15 : ^ error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^: 306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ((x & 0x000000000000FF00ull) << 40) |: 307 ^: 15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:309:15: error: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x': 308:15: error: ((x & 0x00000000000000FFull) << 56));use of undeclared identifier 'x' ^ ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hbswap_32(uint32_t x): 309 ^: 15/usr/include/sys/stdint.h:: 65error:: 18use of undeclared identifier 'x': note: expanded from macro 'uint32_t' ((x & 0x00000000000000FFull) << 56)); ^ #define uint32_t __uint32_t ^ In file included from r6xx_accel.c:30: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h319::31910::1 :warning : warningtype specifier missing, defaults to 'int' [-Wimplicit-int]: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) bswap_32(uint32_t x) ^ ^ /usr/include/sys/stdint.h../config.h::65132::1818:: notenote: : expanded from macro 'uint32_t'expanded from macro 'bswap_32' #define uint32_t __uint32_t#define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.hIn file included from :r600_shader.c68::3119: :In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hnote:: 44expanded from macro 'bswap32': In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37 __CAST(uint32_t, __builtin_constant_p((x)) ? \: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^: 319:In file included from 1r6xx_accel.c:: 30warning: : In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h :bswap_32(uint32_t x)44 : ^In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h../config.h::37132: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h18::319 :note1: :expanded from macro 'bswap_32' error: expected ')'#define bswap_32 bswap32 ../config.h ^: 132/usr/include/sys/bswap.h::1868:: 19note:: expanded from macro 'bswap_32'note : expanded from macro 'bswap32' #define bswap_32 bswap32 ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \/usr/include/sys/bswap.h : ^68 :45In file included from :r600_shader.c :note31: : expanded from macro 'bswap32'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h __CAST(uint32_t, __builtin_constant_p((x)) ? \: 37 ^: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h319::3191::1 :error : noteexpected ')': to match this '(' ../config.h../config.h::132132::1818:: notenote: : expanded from macro 'bswap_32'expanded from macro 'bswap_32' #define bswap_32 bswap32#define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.h/usr/include/sys/bswap.h::6868::452:: notenote: : expanded from macro 'bswap32'expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/usr/include/sys/cdefs.h::319606::135:: notenote: : to match this '('expanded from macro '__CAST' ../config.h:132#define __CAST(__dt, __st) ((__dt)(__st)): 18 ^: noteIn file included from : r6xx_accel.cexpanded from macro 'bswap_32': 30: In file included from #define bswap_32 bswap32/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h : ^44 : /usr/include/sys/bswap.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h68::372: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :note319: :expanded from macro 'bswap32'1 : error: __CAST(uint32_t, __builtin_constant_p((x)) ? \redefinition of '__uint32_t' as different kind of symbol ^ bswap_32(uint32_t x)/usr/include/sys/cdefs.h :^606 :35../config.h:: 132note:: 18expanded from macro '__CAST': note#define __CAST(__dt, __st) ((__dt)(__st)): expanded from macro 'bswap_32' ^ #define bswap_32 bswap32 In file included from ^r600_shader.c :/usr/include/sys/bswap.h31:: 68In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h9::44 : noteIn file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.hexpanded from macro 'bswap32': 37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: __CAST(uint32_t, __builtin_constant_p((x)) ? \319 : ^1 :/usr/include/sys/stdint.h :error65: :redefinition of '__uint32_t' as different kind of symbol18 : bswap_32(uint32_t x)note : ^expanded from macro 'uint32_t' ../config.h:#define uint32_t __uint32_t132 : ^In file included from 18 r600_textured_videofuncs.c/usr/include/sys/common_int_types.h:::31 50: :In file included from 27note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:: : 44note: expanded from macro 'bswap_32': In file included from previous definition is here #define bswap_32 bswap32/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h : ^typedef __UINT32_TYPE__ __uint32_t;37 : ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/usr/include/sys/bswap.h::30068::109:: warningnote: : type specifier missing, defaults to 'int' [-Wimplicit-int]expanded from macro 'bswap32'In file included from r6xx_accel.c :30: In file included from __CAST(uint32_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h : ^bswap_64(uint64_t x) 44/usr/include/sys/stdint.h : ^65: :In file included from 18/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:: 37note : : /usr/include/sys/stdint.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:expanded from macro 'uint32_t':75 321:#define uint32_t __uint32_t18::15 :note ^ error: : /usr/include/sys/common_int_types.hexpanded from macro 'uint64_t'use of undeclared identifier 'x': 50:#define uint64_t __uint64_t27 return (((x & 0xFF000000) >> 24) | ^ :In file included from ^r600_textured_videofuncs.c :note31: : previous definition is hereIn file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: typedef __UINT32_TYPE__ __uint32_t;In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h ^:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h37:: 322 :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h15::300 :error1: :use of undeclared identifier 'x' warning: type specifier missing, defaults to 'int' [-Wimplicit-int]In file included from ((x & 0x00FF0000) >> 8) | r600_shader.cbswap_64(uint64_t x) ^: ^31 : In file included from ../config.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h::13544:: 18In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :note37: : expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ::323#define bswap_64 bswap64:32115 ::15 :error ^error : /usr/include/sys/bswap.h: :use of undeclared identifier 'x'64 use of undeclared identifier 'x': 19 ((x & 0x0000FF00) << 8) |: return (((x & 0xFF000000) >> 24) | ^ note ^: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from r600_textured_videofuncs.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h32244::: 324In file included from 15/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:::3715 :error: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.herror: : :use of undeclared identifier 'x'use of undeclared identifier 'x' 300 ((x & 0x000000FF) << 24));: 1 ((x & 0x00FF0000) >> 8) |: ^ error ^: expected ')' ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:: 323note:: 15expanded from macro 'bswap64': error: use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ((x & 0x0000FF00) << 8) | ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h : ^363 :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h10::300 :warning1: :type specifier missing, defaults to 'int' [-Wimplicit-int] note: bswap_16(uint16_t x)to match this '(' ^../config.h :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/usr/include/sys/stdint.h:135:32455:::1518:18 :: errornote: : expanded from macro 'bswap_64'noteuse of undeclared identifier 'x': expanded from macro 'uint16_t' #define bswap_64 bswap64 ((x & 0x000000FF) << 24)); #define uint16_t __uint16_t ^ ^ /usr/include/sys/bswap.h ^: 64:In file included from 2r6xx_accel.c:: 30note: : In file included from expanded from macro 'bswap64'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h :44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: 37 ^: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:/usr/include/sys/cdefs.h1::606 :warning35: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:type specifier missing, defaults to 'int' [-Wimplicit-int] : note363: bswap_16(uint16_t x):expanded from macro '__CAST' 10 :^ warning../config.h: #define __CAST(__dt, __st) ((__dt)(__st))type specifier missing, defaults to 'int' [-Wimplicit-int] : 129 ^:bswap_16(uint16_t x)18 ^: note/usr/include/sys/stdint.hIn file included from :: 55expanded from macro 'bswap_16':r600_textured_videofuncs.c18 ::31#define bswap_16 bswap16: ^In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hnote:: /usr/include/sys/bswap.h44:: expanded from macro 'uint16_t'In file included from 72/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:#define uint16_t __uint16_t: 37 ^: 19/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from ::r600_shader.c 300:note31:: 1: :expanded from macro 'bswap16' In file included from error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h __CAST(uint16_t, __builtin_constant_p((x)) ? \: redefinition of '__uint64_t' as different kind of symbol ^: 44bswap_64(uint64_t x)In file included from : r6xx_accel.c^In file included from : 30../config.h: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h135:37:4418: :: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h: ::363expanded from macro 'bswap_64': 371#define bswap_64 bswap64:: warning/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: : ^363 type specifier missing, defaults to 'int' [-Wimplicit-int]/usr/include/sys/bswap.h: 1:bswap_16(uint16_t x)64:: ^error9: :expected ')' ../config.hnote../config.h::129: :129expanded from macro 'bswap64': 1818:: __CAST(uint64_t, __builtin_constant_p((x)) ? \ notenote: expanded from macro 'bswap_16': expanded from macro 'bswap_16' ^ #define bswap_16 bswap16#define bswap_16 bswap16/usr/include/sys/stdint.h ^ ^: 75/usr/include/sys/bswap.h ::18/usr/include/sys/bswap.h72:: 19::72 :note45: :noteexpanded from macro 'bswap16' : noteexpanded from macro 'uint64_t': __CAST(uint16_t, __builtin_constant_p((x)) ? \ expanded from macro 'bswap16' ^#define uint64_t __uint64_t __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from /usr/include/sys/common_int_types.h:r600_shader.c363:::52311: ::In file included from 27/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h :: 44note: : In file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.hto match this '(': :previous definition is here 37../config.h: typedef __UINT64_TYPE__ __uint64_t;: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h129 ^:: 18363:: 1note:: expanded from macro 'bswap_16'error : expected ')'#define bswap_16 bswap16 ^../config.h :/usr/include/sys/bswap.h129::7218::2 :note : noteexpanded from macro 'bswap_16': expanded from macro 'bswap16' #define bswap_16 bswap16 __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^/usr/include/sys/bswap.h In file included from /usr/include/sys/cdefs.hr600_textured_videofuncs.c:::3172606: ::45In file included from 35::/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h :notenote: 44: expanded from macro 'bswap16': expanded from macro '__CAST'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37#define __CAST(__dt, __st) ((__dt)(__st)): /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ : ^302 :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h15In file included from ::363r6xx_accel.c In file included from :error:1: r600_exa.c::use of undeclared identifier 'x'3031 : : noteIn file included from : return (((x & 0xFF00000000000000ull) >> 56) |to match this '('In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h : 44../config.h ^: ::12944In file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:In file included from 18/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:::37 37note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: : :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: 303expanded from macro 'bswap_16': 363/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:#define bswap_16 bswap1615 : ^: 300error: 10::1 /usr/include/sys/bswap.h: :use of undeclared identifier 'x'72 ::warning2 ((x & 0x00FF000000000000ull) >> 40) |error:: : redefinition of '__uint16_t' as different kind of symboltype specifier missing, defaults to 'int' [-Wimplicit-int] ^ notebswap_16(uint16_t x): expanded from macro 'bswap16' ^bswap_64(uint64_t x) ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ../config.h :/usr/include/sys/stdint.h ^129 :/usr/include/sys/cdefs.h:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h1875::::304 18:60615:: note:note: : 35 :error expanded from macro 'bswap_16'expanded from macro 'uint64_t' note : : #define bswap_16 bswap16#define uint64_t __uint64_texpanded from macro '__CAST' use of undeclared identifier 'x' ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ^ ((x & 0x0000FF0000000000ull) >> 24) | r600_exa.c/usr/include/sys/bswap.h::In file included from 7231 :: ^r600_shader.c :In file included from 319/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h: :In file included from 44:: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hnoteIn file included from : :expanded from macro 'bswap16'44/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h __CAST(uint16_t, __builtin_constant_p((x)) ? \: 37 ^: :/usr/include/sys/stdint.hIn file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h305::::1530055::1 :3718: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:: noteerror363: : use of undeclared identifier 'x'expanded from macro 'uint16_t': warning1 : : ((x & 0x000000FF00000000ull) >> 8) |type specifier missing, defaults to 'int' [-Wimplicit-int]#define uint16_t __uint16_t ^ bswap_64(uint64_t x) ^/usr/include/sys/common_int_types.h error : :redefinition of '__uint16_t' as different kind of symbol^ 48 :bswap_16(uint16_t x)../config.h27::135 : 18note^: : previous definition is here/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ../config.h ::note306typedef __UINT16_TYPE__ __uint16_t;129: ::15 18: ^expanded from macro 'bswap_64': errornote : : #define bswap_64 bswap64use of undeclared identifier 'x' expanded from macro 'bswap_16' ^ ((x & 0x00000000FF000000ull) << 8) |/usr/include/sys/bswap.h#define bswap_16 bswap16 ^ ^: 64/usr/include/sys/bswap.h::1972:: 9In file included from note:r6xx_accel.c :note: 30: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :expanded from macro 'bswap16'expanded from macro 'bswap64'In file included from 307 :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h 15::44 __CAST(uint16_t, __builtin_constant_p((x)) ? \: __CAST(uint64_t, __builtin_constant_p((x)) ? \ In file included from ^error /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :/usr/include/sys/stdint.h ^37 :: : 55/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:use of undeclared identifier 'x'18 In file included from :r600_exa.c::365 31 ((x & 0x0000000000FF0000ull) << 24) |: :noteIn file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hexpanded from macro 'uint16_t'15:: 44 ^: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.herror#define uint16_t __uint16_t: 37: : use of undeclared identifier 'x' ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :/usr/include/sys/common_int_types.h return (((x & 0xFF00) >> 8) |: 3006 ^ warning:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h48s: 3081: and 27:20 : error: serror generated. note15: : :expected ')' fatal errorprevious definition is hereerror : : ../config.htoo many errors emitted, stopping now [-ferror-limit=]: typedef __UINT16_TYPE__ __uint16_t;135 use of undeclared identifier 'x': ^18 : note: expanded from macro 'bswap_64'6 ((x & 0x000000000000FF00ull) << 40) | warning #define bswap_64 bswap64s and ^ ^ 20 error/usr/include/sys/bswap.hs: generated. 64:45: note: expanded from macro 'bswap64'In file included from r600_shader.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: 44/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: ^: 309In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:1537:: 300:: 1/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.herror::365: use of undeclared identifier 'x':note 15: :to match this '(' error../config.h: :use of undeclared identifier 'x'135 ((x & 0x00000000000000FFull) << 56)); return (((x & 0xFF00) >> 8) | ^: ^18 : note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h319::6410:fatal error2: :too many errors emitted, stopping now [-ferror-limit=] :note : warningexpanded from macro 'bswap64': type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/stdint.h:65:/usr/include/sys/cdefs.h18::606 :note35: :expanded from macro 'uint32_t' note: expanded from macro '__CAST'#define uint32_t __uint32_t ^ #define __CAST(__dt, __st) ((__dt)(__st))In file included from r600_textured_videofuncs.c ^: 31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: In file included from expanded from macro 'bswap32'r600_exa.c :31: __CAST(uint32_t, __builtin_constant_p((x)) ? \In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h ^: 44: In file included from In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.hr600_textured_videofuncs.c::3731: : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h300::441: :In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.herror:: 37redefinition of '__uint64_t' as different kind of symbol: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:bswap_64(uint64_t x)1 :^ error: ../config.hexpected ')': 135:../config.h18::132 :note18: :expanded from macro 'bswap_64' note: expanded from macro 'bswap_32' #define bswap_64 bswap64 ^#define bswap_32 bswap32 /usr/include/sys/bswap.h ^: 64/usr/include/sys/bswap.h::968:: 45note:: expanded from macro 'bswap64'note : expanded from macro 'bswap32' __CAST(uint64_t, __builtin_constant_p((x)) ? \ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^/usr/include/sys/stdint.h :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h75::31918::1 :note : noteexpanded from macro 'uint64_t': to match this '(' #define uint64_t __uint64_t ../config.h ^: 132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606/usr/include/sys/common_int_types.h::3552:: 27note:: expanded from macro '__CAST'note : previous definition is here #define __CAST(__dt, __st) ((__dt)(__st)) typedef __UINT64_TYPE__ __uint64_t; ^ ^ In file included from r600_textured_videofuncs.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from 6/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h warning:s37 and : 20/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h error:s319 generated. :1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: In file included from noter600_exa.c: :expanded from macro 'bswap32'31 : In file included from __CAST(uint32_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h : ^44 : /usr/include/sys/stdint.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h65::3718: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :note302: :expanded from macro 'uint32_t'15 :#define uint32_t __uint32_t error ^: use of undeclared identifier 'x'/usr/include/sys/common_int_types.h :50: return (((x & 0xFF00000000000000ull) >> 56) |27 : ^ note: previous definition is here typedef __UINT32_TYPE__ __uint32_t;/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h : ^303 :15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) |In file included from r600_textured_videofuncs.c ^: 31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h304::3715: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :error321: :use of undeclared identifier 'x'15 : ((x & 0x0000FF0000000000ull) >> 24) |error : ^use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) |/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h : ^305 :15/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:: 322error:: 15use of undeclared identifier 'x': error: ((x & 0x000000FF00000000ull) >> 8) |use of undeclared identifier 'x' ^ ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:306/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::15323:: 15error:: use of undeclared identifier 'x'error : ((x & 0x00000000FF000000ull) << 8) |use of undeclared identifier 'x' ^ ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h307::32415::15 :error : erroruse of undeclared identifier 'x': use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ ((x & 0x000000FF) << 24)); ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :363:10:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :warning309: :type specifier missing, defaults to 'int' [-Wimplicit-int]15 :bswap_16(uint16_t x) error ^: use of undeclared identifier 'x'/usr/include/sys/stdint.h : ((x & 0x00000000000000FFull) << 56));55 : ^18 : note: expanded from macro 'uint16_t' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h#define uint16_t __uint16_t: 319 ^: 10In file included from :r600_textured_videofuncs.c :warning31: : type specifier missing, defaults to 'int' [-Wimplicit-int]In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hbswap_32(uint32_t x): 44 ^: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h/usr/include/sys/stdint.h::3765: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h18::363 :note1: :expanded from macro 'uint32_t' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] #define uint32_t __uint32_t bswap_16(uint16_t x) ^ ^ In file included from ../config.hr600_exa.c::12931:: 18In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h :note44: : expanded from macro 'bswap_16'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:#define bswap_16 bswap1637 : ^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h319::721::19 :warning : notetype specifier missing, defaults to 'int' [-Wimplicit-int]: expanded from macro 'bswap16' bswap_32(uint32_t x) ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^../config.h :132In file included from :r600_textured_videofuncs.c18::31 : noteIn file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hexpanded from macro 'bswap_32': 44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h#define bswap_32 bswap32: 37 ^: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:/usr/include/sys/bswap.h363::681::19 :error : noteexpected ')': expanded from macro 'bswap32' ../config.h:129:18 __CAST(uint32_t, __builtin_constant_p((x)) ? \: ^note : expanded from macro 'bswap_16' In file included from r600_exa.c#define bswap_16 bswap16: 31 ^: In file included from /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h::7244:: 45In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h :note37: : expanded from macro 'bswap16'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :319:1 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^error : expected ')'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :363../config.h::1132:: 18note:: to match this '('note : expanded from macro 'bswap_32'../config.h :129:#define bswap_32 bswap3218 : ^ note/usr/include/sys/bswap.h: :expanded from macro 'bswap_16'68 :45:#define bswap_16 bswap16 note ^: expanded from macro 'bswap32'/usr/include/sys/bswap.h :72: __CAST(uint32_t, __builtin_constant_p((x)) ? \2 : ^ note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :expanded from macro 'bswap16'319 :1: __CAST(uint16_t, __builtin_constant_p((x)) ? \note : ^to match this '(' /usr/include/sys/cdefs.h:../config.h606::13235::18 :note : noteexpanded from macro '__CAST': expanded from macro 'bswap_32' #define __CAST(__dt, __st) ((__dt)(__st))#define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.h:In file included from 68r600_textured_videofuncs.c::231:: In file included from note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h: :expanded from macro 'bswap32'44 : __CAST(uint32_t, __builtin_constant_p((x)) ? \In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h ^: 37/usr/include/sys/cdefs.h: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h606::36335::1 :note In file included from : errorati.c: expanded from macro '__CAST'redefinition of '__uint16_t' as different kind of symbol: 64 : #define __CAST(__dt, __st) ((__dt)(__st))In file included from ./ati.h ^: 28bswap_16(uint16_t x): In file included from In file included from r600_exa.c :^/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h 31:../config.h107:: : 129/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:In file included from 18::300 :note/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h10: ::expanded from macro 'bswap_16'44 : warningIn file included from : #define bswap_16 bswap16type specifier missing, defaults to 'int' [-Wimplicit-int]/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h : ^37 : bswap_64(uint64_t x)/usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: 72:: ^9319: :/usr/include/stdint.h1::note : 75expanded from macro 'bswap16'error: 18: __CAST(uint16_t, __builtin_constant_p((x)) ? \redefinition of '__uint32_t' as different kind of symbol : ^ bswap_32(uint32_t x)note : /usr/include/sys/stdint.hexpanded from macro 'uint64_t'^ :55#define uint64_t __uint64_t: 18Makefile:660: recipe for target 'radeon_xvmc.lo' failed ^:gmake[2]: *** [radeon_xvmc.lo] Error 1 ../config.h noteIn file included from :: 132expanded from macro 'uint16_t': ati.c18::#define uint16_t __uint16_t 64note ^: In file included from : /usr/include/sys/common_int_types.hexpanded from macro 'bswap_32':./ati.h :4828:: 27#define bswap_32 bswap32: In file included from ^ noteMakefile:660: recipe for target 'evergreen_accel.lo' failed /usr/include/sys/bswap.hgmake[2]: *** [evergreen_accel.lo] Error 1 :: 68/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:previous definition is here9::107 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.htypedef __UINT16_TYPE__ __uint16_t;: 300 ^note : :expanded from macro 'bswap32'1 : warning __CAST(uint32_t, __builtin_constant_p((x)) ? \: type specifier missing, defaults to 'int' [-Wimplicit-int] ^ bswap_64(uint64_t x)/usr/include/sys/stdint.h :^65 :18:../config.h :In file included from 135r600_textured_videofuncs.c::18note31: :: expanded from macro 'uint32_t'In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h note:: 44expanded from macro 'bswap_64'#define uint32_t __uint32_t : ^In file included from #define bswap_64 bswap64/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h /usr/include/sys/common_int_types.h::3750 ^: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h 27/usr/include/sys/bswap.h::: 365note64: ::previous definition is here15 :19 :typedef __UINT32_TYPE__ __uint32_t;error : ^use of undeclared identifier 'x' note: expanded from macro 'bswap64' return (((x & 0xFF00) >> 8) | ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:64In file included from : r600_exa.cIn file included from :./ati.h31:: 28In file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h44:: 107In file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::fatal error30037: : too many errors emitted, stopping now [-ferror-limit=]/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ::1321:: 15error:: expected ')'error : ../config.huse of undeclared identifier 'x': 135: return (((x & 0xFF000000) >> 24) |18 : ^ note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15 __CAST(uint64_t, __builtin_constant_p((x)) ? \: ^error : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x':Makefile:660: recipe for target 'atimodule.lo' failed 300gmake[2]: *** [atimodule.lo] Error 1 : 1: note: to match this '(' ((x & 0x00FF0000) >> 8) | ../config.h ^: 135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h2::323 :note15: :expanded from macro 'bswap64' error: use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ((x & 0x0000FF00) << 8) | ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ati.c:64/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h: :In file included from 324./ati.h::1528:: In file included from error/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h: :use of undeclared identifier 'x'107 : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:300 ((x & 0x000000FF) << 24));: 1 ^: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:135:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h ^: 363:10/usr/include/sys/common_int_types.h:: 52warning:: 27type specifier missing, defaults to 'int' [-Wimplicit-int]: note: bswap_16(uint16_t x)previous definition is here ^ typedef __UINT64_TYPE__ __uint64_t; ^/usr/include/sys/stdint.h :55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from r600_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) In file included from ^ati.c :../config.h64:: 129In file included from :./ati.h18::28 : noteIn file included from : /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.hexpanded from macro 'bswap_16': 107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:#define bswap_16 bswap16302 : ^15 :/usr/include/sys/bswap.h :error72: :use of undeclared identifier 'x'19 : note: return (((x & 0xFF00000000000000ull) >> 56) |expanded from macro 'bswap16' ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from r600_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h303::3715: :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :error363: :use of undeclared identifier 'x'1 : error ((x & 0x00FF000000000000ull) >> 40) |: expected ')' ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h::72304::4515:: noteerror: : expanded from macro 'bswap16'use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h129::30518::15 :note : errorexpanded from macro 'bswap_16': use of undeclared identifier 'x' #define bswap_16 bswap16 ^ ((x & 0x000000FF00000000ull) >> 8) | ^/usr/include/sys/bswap.h :72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/usr/include/sys/cdefs.h::306606::1535:: errornote: : use of undeclared identifier 'x'expanded from macro '__CAST' ((x & 0x00000000FF000000ull) << 8) | ^#define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from r600_exa.c:31: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h::30737:: 15/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:: 363error:: 1use of undeclared identifier 'x': error ((x & 0x0000000000FF0000ull) << 24) |: redefinition of '__uint16_t' as different kind of symbol ^ bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:#define bswap_16 bswap16308 : ^15 :/usr/include/sys/bswap.h :error72: :use of undeclared identifier 'x'9 : note: ((x & 0x000000000000FF00ull) << 40) |expanded from macro 'bswap16' ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:#define uint16_t __uint16_t309 : ^15 :/usr/include/sys/common_int_types.h :error48: :use of undeclared identifier 'x'27 : note ((x & 0x00000000000000FFull) << 56));: previous definition is here ^ typedef __UINT16_TYPE__ __uint16_t; ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/stdint.h:65:18: noteIn file included from : r600_exa.cexpanded from macro 'uint32_t': 31: #define uint32_t __uint32_tIn file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86.h ^: 44: In file included from In file included from ati.c/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86str.h::6437: : In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h./ati.h::36528:: 15In file included from :/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h :error107: : use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h :319: return (((x & 0xFF00) >> 8) |1 : ^ warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ fatal error/usr/include/sys/bswap.h: :too many errors emitted, stopping now [-ferror-limit=]68 :19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:132:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:129:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from ati.c:64: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 6 warnings and 20 errors generated. Makefile:660: recipe for target 'ati.lo' failed gmake[2]: *** [ati.lo] Error 1 6 warnings and 20 errors generated. Makefile:660: recipe for target 'radeon_textured_video.lo' failed gmake[2]: *** [radeon_textured_video.lo] Error 1 6 warnings and 20 errors generated. Makefile:660: recipe for target 'radeon_exa.lo' failed gmake[2]: *** [radeon_exa.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:660: recipe for target 'r600_shader.lo' failed gmake[2]: *** [r600_shader.lo] Error 1 Makefile:660: recipe for target 'r600_textured_videofuncs.lo' failed gmake[2]: *** [r600_textured_videofuncs.lo] Error 1 6 warnings and 20 errors generated. Makefile:660: recipe for target 'r600_exa.lo' failed gmake[2]: *** [r600_exa.lo] Error 1 6 warnings and 20 errors generated. Makefile:660: recipe for target 'r6xx_accel.lo' failed gmake[2]: *** [r6xx_accel.lo] Error 1 gmake[2]: Leaving directory '/data/scratch/x11/xf86-video-ati/work/xf86-video-ati-18.0.1/src' Makefile:458: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/x11/xf86-video-ati/work/xf86-video-ati-18.0.1' Makefile:390: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/x11/xf86-video-ati *** Error code 1 Stop. make: stopped in /data/pkgsrc/x11/xf86-video-ati