Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 869557 Details for
Bug 913595
sys-kernel/gentoo-sources-6.5.1 "error: unknown type name ‘bool’" and others
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
make -j17 log
error (text/plain), 46.14 KB, created by
ignamartinoli
on 2023-09-04 02:17:54 UTC
(
hide
)
Description:
make -j17 log
Filename:
MIME Type:
Creator:
ignamartinoli
Created:
2023-09-04 02:17:54 UTC
Size:
46.14 KB
patch
obsolete
>In file included from ./include/linux/types.h:6, > from ./include/uapi/linux/mei_uuid.h:12, > from ./include/uapi/linux/mei.h:10, > from ./include/linux/mod_devicetable.h:12, > from scripts/mod/devicetable-offsets.c:3: >./include/uapi/linux/types.h:36:9: error: unknown type name â__u16â > 36 | typedef __u16 __bitwise __le16; > | ^~~~~ >./include/uapi/linux/types.h:37:9: error: unknown type name â__u16â > 37 | typedef __u16 __bitwise __be16; > | ^~~~~ >./include/uapi/linux/types.h:38:9: error: unknown type name â__u32â > 38 | typedef __u32 __bitwise __le32; > | ^~~~~ >./include/uapi/linux/types.h:39:9: error: unknown type name â__u32â > 39 | typedef __u32 __bitwise __be32; > | ^~~~~ >./include/uapi/linux/types.h:40:9: error: unknown type name â__u64â > 40 | typedef __u64 __bitwise __le64; > | ^~~~~ >./include/uapi/linux/types.h:41:9: error: unknown type name â__u64â > 41 | typedef __u64 __bitwise __be64; > | ^~~~~ >./include/uapi/linux/types.h:43:9: error: unknown type name â__u16â > 43 | typedef __u16 __bitwise __sum16; > | ^~~~~ >./include/uapi/linux/types.h:44:9: error: unknown type name â__u32â > 44 | typedef __u32 __bitwise __wsum; > | ^~~~~ >./include/linux/types.h:18:9: error: unknown type name âu32â > 18 | typedef u32 __kernel_dev_t; > | ^~~ >./include/linux/types.h:25:9: error: unknown type name âu32â > 25 | typedef u32 nlink_t; > | ^~~ >./include/linux/types.h:99:9: error: unknown type name âu8â > 99 | typedef u8 u_int8_t; > | ^~ >./include/linux/types.h:100:9: error: unknown type name âs8â > 100 | typedef s8 int8_t; > | ^~ >./include/linux/types.h:101:9: error: unknown type name âu16â > 101 | typedef u16 u_int16_t; > | ^~~ >./include/linux/types.h:102:9: error: unknown type name âs16â > 102 | typedef s16 int16_t; > | ^~~ >./include/linux/types.h:103:9: error: unknown type name âu32â > 103 | typedef u32 u_int32_t; > | ^~~ >./include/linux/types.h:104:9: error: unknown type name âs32â > 104 | typedef s32 int32_t; > | ^~~ >./include/linux/types.h:108:9: error: unknown type name âu8â > 108 | typedef u8 uint8_t; > | ^~ >./include/linux/types.h:109:9: error: unknown type name âu16â > 109 | typedef u16 uint16_t; > | ^~~ >./include/linux/types.h:110:9: error: unknown type name âu32â > 110 | typedef u32 uint32_t; > | ^~~ >./include/linux/types.h:113:9: error: unknown type name âu64â > 113 | typedef u64 uint64_t; > | ^~~ >./include/linux/types.h:114:9: error: unknown type name âu64â > 114 | typedef u64 u_int64_t; > | ^~~ >./include/linux/types.h:115:9: error: unknown type name âs64â > 115 | typedef s64 int64_t; > | ^~~ >./include/linux/types.h:131:9: error: unknown type name âu64â > 131 | typedef u64 sector_t; > | ^~~ >./include/linux/types.h:132:9: error: unknown type name âu64â > 132 | typedef u64 blkcnt_t; > | ^~~ >./include/linux/types.h:149:9: error: unknown type name âu64â > 149 | typedef u64 dma_addr_t; > | ^~~ >./include/linux/types.h:159:9: error: unknown type name âu64â > 159 | typedef u64 phys_addr_t; > | ^~~ >./include/linux/types.h:180:9: error: unknown type name âs64â > 180 | s64 counter; > | ^~~ >./include/uapi/linux/mei_uuid.h:15:9: error: unknown type name â__u8â > 15 | __u8 b[16]; > | ^~~~ >./include/uapi/linux/mei.h:35:9: error: unknown type name â__u32â > 35 | __u32 max_msg_length; > | ^~~~~ >./include/uapi/linux/mei.h:36:9: error: unknown type name â__u8â > 36 | __u8 protocol_version; > | ^~~~ >./include/uapi/linux/mei.h:37:9: error: unknown type name â__u8â > 37 | __u8 reserved[3]; > | ^~~~ >./include/uapi/linux/mei.h:78:9: error: unknown type name â__u8â > 78 | __u8 vtag; > | ^~~~ >./include/uapi/linux/mei.h:79:9: error: unknown type name â__u8â > 79 | __u8 reserved[3]; > | ^~~~ >In file included from ./arch/x86/include/asm/string_64.h:6, > from ./arch/x86/include/asm/string.h:5, > from ./include/linux/string.h:20, > from ./include/linux/uuid.h:11, > from ./include/linux/mod_devicetable.h:14: >./include/linux/jump_label.h:118:9: error: unknown type name âs32â > 118 | s32 code; > | ^~~ >./include/linux/jump_label.h:119:9: error: unknown type name âs32â > 119 | s32 target; > | ^~~ >./arch/x86/include/asm/string_64.h: In function âmemcpy_flushcacheâ: >./arch/x86/include/asm/string_64.h:85:64: error: âu32â undeclared (first use in this function) > 85 | asm ("movntil %1, %0" : "=m"(*(u32 *)dst) : "r"(*(u32 *)src)); > | ^~~ >./arch/x86/include/asm/string_64.h:85:64: note: each undeclared identifier is reported only once for each function it appears in >./arch/x86/include/asm/string_64.h:85:69: error: expected expression before â)â token > 85 | asm ("movntil %1, %0" : "=m"(*(u32 *)dst) : "r"(*(u32 *)src)); > | ^ >./arch/x86/include/asm/string_64.h:85:88: error: expected expression before â)â token > 85 | asm ("movntil %1, %0" : "=m"(*(u32 *)dst) : "r"(*(u32 *)src)); > | ^ >./arch/x86/include/asm/string_64.h:88:64: error: âu64â undeclared (first use in this function) > 88 | asm ("movntiq %1, %0" : "=m"(*(u64 *)dst) : "r"(*(u64 *)src)); > | ^~~ >./arch/x86/include/asm/string_64.h:88:69: error: expected expression before â)â token > 88 | asm ("movntiq %1, %0" : "=m"(*(u64 *)dst) : "r"(*(u64 *)src)); > | ^ >./arch/x86/include/asm/string_64.h:88:88: error: expected expression before â)â token > 88 | asm ("movntiq %1, %0" : "=m"(*(u64 *)dst) : "r"(*(u64 *)src)); > | ^ >./arch/x86/include/asm/string_64.h:91:69: error: expected expression before â)â token > 91 | asm ("movntiq %1, %0" : "=m"(*(u64 *)dst) : "r"(*(u64 *)src)); > | ^ >./arch/x86/include/asm/string_64.h:91:88: error: expected expression before â)â token > 91 | asm ("movntiq %1, %0" : "=m"(*(u64 *)dst) : "r"(*(u64 *)src)); > | ^ >./arch/x86/include/asm/string_64.h:92:69: error: expected expression before â)â token > 92 | asm ("movntiq %1, %0" : "=m"(*(u64 *)(dst + 8)) : "r"(*(u64 *)(src + 8))); > | ^ >./arch/x86/include/asm/string_64.h:92:94: error: expected expression before â)â token > 92 | asm ("movntiq %1, %0" : "=m"(*(u64 *)(dst + 8)) : "r"(*(u64 *)(src + 8))); > | ^ >./include/linux/string.h: At top level: >./include/linux/string.h:200:17: error: unknown type name âu32â > 200 | int vbin_printf(u32 *bin_buf, size_t size, const char *fmt, va_list args); > | ^~~ >./include/linux/string.h:201:64: error: unknown type name âu32â > 201 | int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf); > | ^~~ >./include/linux/string.h:202:13: error: unknown type name âu32â > 202 | int bprintf(u32 *bin_buf, size_t size, const char *fmt, ...) __printf(3, 4); > | ^~~ >./include/linux/uuid.h:16:9: error: unknown type name â__u8â > 16 | __u8 b[UUID_SIZE]; > | ^~~~ >./include/linux/uuid.h:20:9: error: unknown type name â__u8â > 20 | __u8 b[UUID_SIZE]; > | ^~~~ >./include/linux/uuid.h:56:51: error: unknown type name â__u8â > 56 | static inline void import_guid(guid_t *dst, const __u8 *src) > | ^~~~ >./include/linux/uuid.h:61:32: error: unknown type name â__u8â; did you mean â__u128â? > 61 | static inline void export_guid(__u8 *dst, const guid_t *src) > | ^~~~ > | __u128 >./include/linux/uuid.h:81:51: error: unknown type name â__u8â > 81 | static inline void import_uuid(uuid_t *dst, const __u8 *src) > | ^~~~ >./include/linux/uuid.h:86:32: error: unknown type name â__u8â; did you mean â__u128â? > 86 | static inline void export_uuid(__u8 *dst, const uuid_t *src) > | ^~~~ > | __u128 >./include/linux/uuid.h:104:14: error: unknown type name âu8â > 104 | extern const u8 guid_index[16]; > | ^~ >./include/linux/uuid.h:105:14: error: unknown type name âu8â > 105 | extern const u8 uuid_index[16]; > | ^~ >./include/linux/mod_devicetable.h:45:9: error: unknown type name â__u32â > 45 | __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ > | ^~~~~ >./include/linux/mod_devicetable.h:46:9: error: unknown type name â__u32â > 46 | __u32 subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */ > | ^~~~~ >./include/linux/mod_devicetable.h:47:9: error: unknown type name â__u32â > 47 | __u32 class, class_mask; /* (class,subclass,prog-if) triplet */ > | ^~~~~ >./include/linux/mod_devicetable.h:49:9: error: unknown type name â__u32â > 49 | __u32 override_only; > | ^~~~~ >./include/linux/mod_devicetable.h:59:9: error: unknown type name â__u32â > 59 | __u32 match_flags; > | ^~~~~ >./include/linux/mod_devicetable.h:60:9: error: unknown type name â__u32â > 60 | __u32 vendor_id; > | ^~~~~ >./include/linux/mod_devicetable.h:61:9: error: unknown type name â__u32â > 61 | __u32 model_id; > | ^~~~~ >./include/linux/mod_devicetable.h:62:9: error: unknown type name â__u32â > 62 | __u32 specifier_id; > | ^~~~~ >./include/linux/mod_devicetable.h:63:9: error: unknown type name â__u32â > 63 | __u32 version; > | ^~~~~ >./include/linux/mod_devicetable.h:130:9: error: unknown type name â__u16â > 130 | __u16 match_flags; > | ^~~~~ >./include/linux/mod_devicetable.h:133:9: error: unknown type name â__u16â > 133 | __u16 idVendor; > | ^~~~~ >./include/linux/mod_devicetable.h:134:9: error: unknown type name â__u16â > 134 | __u16 idProduct; > | ^~~~~ >./include/linux/mod_devicetable.h:135:9: error: unknown type name â__u16â > 135 | __u16 bcdDevice_lo; > | ^~~~~ >./include/linux/mod_devicetable.h:136:9: error: unknown type name â__u16â > 136 | __u16 bcdDevice_hi; > | ^~~~~ >./include/linux/mod_devicetable.h:139:9: error: unknown type name â__u8â > 139 | __u8 bDeviceClass; > | ^~~~ >./include/linux/mod_devicetable.h:140:9: error: unknown type name â__u8â > 140 | __u8 bDeviceSubClass; > | ^~~~ >./include/linux/mod_devicetable.h:141:9: error: unknown type name â__u8â > 141 | __u8 bDeviceProtocol; > | ^~~~ >./include/linux/mod_devicetable.h:144:9: error: unknown type name â__u8â > 144 | __u8 bInterfaceClass; > | ^~~~ >./include/linux/mod_devicetable.h:145:9: error: unknown type name â__u8â > 145 | __u8 bInterfaceSubClass; > | ^~~~ >./include/linux/mod_devicetable.h:146:9: error: unknown type name â__u8â > 146 | __u8 bInterfaceProtocol; > | ^~~~ >./include/linux/mod_devicetable.h:149:9: error: unknown type name â__u8â > 149 | __u8 bInterfaceNumber; > | ^~~~ >./include/linux/mod_devicetable.h:174:9: error: unknown type name â__u16â > 174 | __u16 bus; > | ^~~~~ >./include/linux/mod_devicetable.h:175:9: error: unknown type name â__u16â > 175 | __u16 group; > | ^~~~~ >./include/linux/mod_devicetable.h:176:9: error: unknown type name â__u32â > 176 | __u32 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:177:9: error: unknown type name â__u32â > 177 | __u32 product; > | ^~~~~ >./include/linux/mod_devicetable.h:183:9: error: unknown type name â__u16â > 183 | __u16 match_flags; /* which fields to match against */ > | ^~~~~ >./include/linux/mod_devicetable.h:185:9: error: unknown type name â__u16â > 185 | __u16 cu_type; /* control unit type */ > | ^~~~~ >./include/linux/mod_devicetable.h:186:9: error: unknown type name â__u16â > 186 | __u16 dev_type; /* device type */ > | ^~~~~ >./include/linux/mod_devicetable.h:187:9: error: unknown type name â__u8â > 187 | __u8 cu_model; /* control unit model */ > | ^~~~ >./include/linux/mod_devicetable.h:188:9: error: unknown type name â__u8â > 188 | __u8 dev_model; /* device model */ > | ^~~~ >./include/linux/mod_devicetable.h:200:9: error: unknown type name â__u16â > 200 | __u16 match_flags; /* which fields to match against */ > | ^~~~~ >./include/linux/mod_devicetable.h:201:9: error: unknown type name â__u8â > 201 | __u8 dev_type; /* device type */ > | ^~~~ >./include/linux/mod_devicetable.h:210:9: error: unknown type name â__u8â > 210 | __u8 match_flags; > | ^~~~ >./include/linux/mod_devicetable.h:211:9: error: unknown type name â__u8â > 211 | __u8 type; /* subchannel type */ > | ^~~~ >./include/linux/mod_devicetable.h:218:9: error: unknown type name â__u8â > 218 | __u8 id[ACPI_ID_LEN]; > | ^~~~ >./include/linux/mod_devicetable.h:220:9: error: unknown type name â__u32â > 220 | __u32 cls; > | ^~~~~ >./include/linux/mod_devicetable.h:221:9: error: unknown type name â__u32â > 221 | __u32 cls_msk; > | ^~~~~ >./include/linux/mod_devicetable.h:241:9: error: unknown type name â__u8â > 241 | __u8 id[PNP_ID_LEN]; > | ^~~~ >./include/linux/mod_devicetable.h:246:9: error: unknown type name â__u8â > 246 | __u8 id[PNP_ID_LEN]; > | ^~~~ >./include/linux/mod_devicetable.h:249:17: error: unknown type name â__u8â > 249 | __u8 id[PNP_ID_LEN]; > | ^~~~ >./include/linux/mod_devicetable.h:257:9: error: unknown type name â__u8â > 257 | __u8 type; > | ^~~~ >./include/linux/mod_devicetable.h:258:9: error: unknown type name â__u8â > 258 | __u8 extra; > | ^~~~ >./include/linux/mod_devicetable.h:259:9: error: unknown type name â__u8â > 259 | __u8 id; > | ^~~~ >./include/linux/mod_devicetable.h:260:9: error: unknown type name â__u8â > 260 | __u8 proto; > | ^~~~ >./include/linux/mod_devicetable.h:264:9: error: unknown type name â__u32â > 264 | __u32 vendor_id; > | ^~~~~ >./include/linux/mod_devicetable.h:265:9: error: unknown type name â__u32â > 265 | __u32 rev_id; > | ^~~~~ >./include/linux/mod_devicetable.h:266:9: error: unknown type name â__u8â > 266 | __u8 api_version; > | ^~~~ >./include/linux/mod_devicetable.h:272:9: error: unknown type name â__u16â > 272 | __u16 mfg_id; > | ^~~~~ >./include/linux/mod_devicetable.h:273:9: error: unknown type name â__u16â > 273 | __u16 part_id; > | ^~~~~ >./include/linux/mod_devicetable.h:274:9: error: unknown type name â__u8â > 274 | __u8 sdw_version; > | ^~~~ >./include/linux/mod_devicetable.h:275:9: error: unknown type name â__u8â > 275 | __u8 class_id; > | ^~~~ >./include/linux/mod_devicetable.h:298:9: error: unknown type name â__u16â > 298 | __u16 match_flags; > | ^~~~~ >./include/linux/mod_devicetable.h:300:9: error: unknown type name â__u16â > 300 | __u16 manf_id; > | ^~~~~ >./include/linux/mod_devicetable.h:301:9: error: unknown type name â__u16â > 301 | __u16 card_id; > | ^~~~~ >./include/linux/mod_devicetable.h:303:9: error: unknown type name â__u8â > 303 | __u8 func_id; > | ^~~~ >./include/linux/mod_devicetable.h:306:9: error: unknown type name â__u8â > 306 | __u8 function; > | ^~~~ >./include/linux/mod_devicetable.h:309:9: error: unknown type name â__u8â > 309 | __u8 device_no; > | ^~~~ >./include/linux/mod_devicetable.h:311:9: error: unknown type name â__u32â > 311 | __u32 prod_id_hash[4]; > | ^~~~~ >./include/linux/mod_devicetable.h:366:9: error: unknown type name â__u16â > 366 | __u16 bustype; > | ^~~~~ >./include/linux/mod_devicetable.h:367:9: error: unknown type name â__u16â > 367 | __u16 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:368:9: error: unknown type name â__u16â > 368 | __u16 product; > | ^~~~~ >./include/linux/mod_devicetable.h:369:9: error: unknown type name â__u16â > 369 | __u16 version; > | ^~~~~ >./include/linux/mod_devicetable.h:398:9: error: unknown type name â__u8â > 398 | __u8 hw_type; /* 5 bits used */ > | ^~~~ >./include/linux/mod_devicetable.h:399:9: error: unknown type name â__u8â > 399 | __u8 hversion_rev; /* 4 bits */ > | ^~~~ >./include/linux/mod_devicetable.h:400:9: error: unknown type name â__u16â > 400 | __u16 hversion; /* 12 bits */ > | ^~~~~ >./include/linux/mod_devicetable.h:401:9: error: unknown type name â__u32â > 401 | __u32 sversion; /* 20 bits */ > | ^~~~~ >./include/linux/mod_devicetable.h:414:9: error: unknown type name â__u8â > 414 | __u8 class; /* Standard interface or SDIO_ANY_ID */ > | ^~~~ >./include/linux/mod_devicetable.h:415:9: error: unknown type name â__u16â > 415 | __u16 vendor; /* Vendor or SDIO_ANY_ID */ > | ^~~~~ >./include/linux/mod_devicetable.h:416:9: error: unknown type name â__u16â > 416 | __u16 device; /* Device ID or SDIO_ANY_ID */ > | ^~~~~ >./include/linux/mod_devicetable.h:422:9: error: unknown type name â__u16â > 422 | __u16 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:423:9: error: unknown type name â__u16â > 423 | __u16 coreid; > | ^~~~~ >./include/linux/mod_devicetable.h:424:9: error: unknown type name â__u8â > 424 | __u8 revision; > | ^~~~ >./include/linux/mod_devicetable.h:425:9: error: unknown type name â__u8â > 425 | __u8 __pad; > | ^~~~ >./include/linux/mod_devicetable.h:436:9: error: unknown type name â__u16â > 436 | __u16 manuf; > | ^~~~~ >./include/linux/mod_devicetable.h:437:9: error: unknown type name â__u16â > 437 | __u16 id; > | ^~~~~ >./include/linux/mod_devicetable.h:438:9: error: unknown type name â__u8â > 438 | __u8 rev; > | ^~~~ >./include/linux/mod_devicetable.h:439:9: error: unknown type name â__u8â > 439 | __u8 class; > | ^~~~ >./include/linux/mod_devicetable.h:450:9: error: unknown type name â__u32â > 450 | __u32 device; > | ^~~~~ >./include/linux/mod_devicetable.h:451:9: error: unknown type name â__u32â > 451 | __u32 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:501:9: error: unknown type name â__u8â > 501 | __u8 match_flags; > | ^~~~ >./include/linux/mod_devicetable.h:502:9: error: unknown type name â__u8â > 502 | __u8 dcr; > | ^~~~ >./include/linux/mod_devicetable.h:503:9: error: unknown type name â__u16â > 503 | __u16 manuf_id; > | ^~~~~ >./include/linux/mod_devicetable.h:504:9: error: unknown type name â__u16â > 504 | __u16 part_id; > | ^~~~~ >./include/linux/mod_devicetable.h:505:9: error: unknown type name â__u16â > 505 | __u16 extra_info; > | ^~~~~ >./include/linux/mod_devicetable.h:526:9: error: unknown type name â__u16â > 526 | __u16 manf_id, prod_code; > | ^~~~~ >./include/linux/mod_devicetable.h:527:9: error: unknown type name â__u16â > 527 | __u16 dev_index, instance; > | ^~~~~ >./include/linux/mod_devicetable.h:538:9: error: unknown type name â__u32â > 538 | __u32 domain_id; > | ^~~~~ >./include/linux/mod_devicetable.h:539:9: error: unknown type name â__u32â > 539 | __u32 svc_id; > | ^~~~~ >./include/linux/mod_devicetable.h:540:9: error: unknown type name â__u32â > 540 | __u32 svc_version; > | ^~~~~ >./include/linux/mod_devicetable.h:635:9: error: unknown type name â__u32â > 635 | __u32 phy_id; > | ^~~~~ >./include/linux/mod_devicetable.h:636:9: error: unknown type name â__u32â > 636 | __u32 phy_id_mask; > | ^~~~~ >./include/linux/mod_devicetable.h:640:9: error: unknown type name â__u32â > 640 | __u32 id; /* Device ID or ZORRO_WILDCARD */ > | ^~~~~ >./include/linux/mod_devicetable.h:674:9: error: unknown type name â__u8â > 674 | __u8 type; > | ^~~~ >./include/linux/mod_devicetable.h:688:9: error: unknown type name â__u16â > 688 | __u16 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:689:9: error: unknown type name â__u16â > 689 | __u16 family; > | ^~~~~ >./include/linux/mod_devicetable.h:690:9: error: unknown type name â__u16â > 690 | __u16 model; > | ^~~~~ >./include/linux/mod_devicetable.h:691:9: error: unknown type name â__u16â > 691 | __u16 steppings; > | ^~~~~ >./include/linux/mod_devicetable.h:692:9: error: unknown type name â__u16â > 692 | __u16 feature; /* bit index */ > | ^~~~~ >./include/linux/mod_devicetable.h:709:9: error: unknown type name â__u16â > 709 | __u16 feature; > | ^~~~~ >./include/linux/mod_devicetable.h:715:9: error: unknown type name â__u8â > 715 | __u8 format; /* Format version or IPACK_ANY_ID */ > | ^~~~ >./include/linux/mod_devicetable.h:716:9: error: unknown type name â__u32â > 716 | __u32 vendor; /* Vendor ID or IPACK_ANY_ID */ > | ^~~~~ >./include/linux/mod_devicetable.h:717:9: error: unknown type name â__u32â > 717 | __u32 device; /* Device ID or IPACK_ANY_ID */ > | ^~~~~ >./include/linux/mod_devicetable.h:736:9: error: unknown type name â__u8â > 736 | __u8 version; > | ^~~~ >./include/linux/mod_devicetable.h:755:9: error: unknown type name â__u16â > 755 | __u16 did, vid; > | ^~~~~ >./include/linux/mod_devicetable.h:756:9: error: unknown type name â__u16â > 756 | __u16 asm_did, asm_vid; > | ^~~~~ >./include/linux/mod_devicetable.h:760:9: error: unknown type name â__u16â > 760 | __u16 device; > | ^~~~~ >./include/linux/mod_devicetable.h:765:9: error: unknown type name â__u16â > 765 | __u16 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:766:9: error: unknown type name â__u16â > 766 | __u16 product; > | ^~~~~ >./include/linux/mod_devicetable.h:779:9: error: unknown type name â__u16â > 779 | __u16 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:797:9: error: unknown type name â__u32â > 797 | __u32 match_flags; > | ^~~~~ >./include/linux/mod_devicetable.h:799:9: error: unknown type name â__u32â > 799 | __u32 protocol_id; > | ^~~~~ >./include/linux/mod_devicetable.h:800:9: error: unknown type name â__u32â > 800 | __u32 protocol_version; > | ^~~~~ >./include/linux/mod_devicetable.h:801:9: error: unknown type name â__u32â > 801 | __u32 protocol_revision; > | ^~~~~ >./include/linux/mod_devicetable.h:821:9: error: unknown type name â__u16â > 821 | __u16 svid; > | ^~~~~ >./include/linux/mod_devicetable.h:822:9: error: unknown type name â__u8â > 822 | __u8 mode; > | ^~~~ >./include/linux/mod_devicetable.h:879:9: error: unknown type name â__u8â > 879 | __u8 match_flags; > | ^~~~ >./include/linux/mod_devicetable.h:881:9: error: unknown type name â__u8â > 881 | __u8 domain; > | ^~~~ >./include/linux/mod_devicetable.h:882:9: error: unknown type name â__u8â > 882 | __u8 category; > | ^~~~ >./include/linux/mod_devicetable.h:883:9: error: unknown type name â__u8â > 883 | __u8 target; > | ^~~~ >./include/linux/mod_devicetable.h:884:9: error: unknown type name â__u8â > 884 | __u8 instance; > | ^~~~ >./include/linux/mod_devicetable.h:885:9: error: unknown type name â__u8â > 885 | __u8 function; > | ^~~~ >./include/linux/mod_devicetable.h:909:9: error: unknown type name â__u16â > 909 | __u16 type; > | ^~~~~ >./include/linux/mod_devicetable.h:910:9: error: unknown type name â__u16â > 910 | __u16 feature_id; > | ^~~~~ >./include/linux/mod_devicetable.h:944:9: error: unknown type name â__u16â > 944 | __u16 vendor; > | ^~~~~ >./include/linux/mod_devicetable.h:945:9: error: unknown type name â__u16â > 945 | __u16 device; > | ^~~~~ >./include/linux/mod_devicetable.h:946:9: error: unknown type name â__u32â > 946 | __u32 override_only; > | ^~~~~ >make[2]: *** [scripts/Makefile.build:116: scripts/mod/devicetable-offsets.s] Error 1 >make[1]: *** [/usr/src/linux-6.5.1-gentoo/Makefile:1286: prepare0] Error 2 >make[1]: *** Waiting for unfinished jobs.... >In file included from special.c:15: >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:12:9: error: unknown type name âboolâ > 12 | bool dump_orc; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:13:9: error: unknown type name âboolâ > 13 | bool hack_jump_label; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:14:9: error: unknown type name âboolâ > 14 | bool hack_noinstr; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:15:9: error: unknown type name âboolâ > 15 | bool hack_skylake; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:16:9: error: unknown type name âboolâ > 16 | bool ibt; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:17:9: error: unknown type name âboolâ > 17 | bool mcount; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:18:9: error: unknown type name âboolâ > 18 | bool noinstr; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:19:9: error: unknown type name âboolâ > 19 | bool orc; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:20:9: error: unknown type name âboolâ > 20 | bool retpoline; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:21:9: error: unknown type name âboolâ > 21 | bool rethunk; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:22:9: error: unknown type name âboolâ > 22 | bool unret; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:23:9: error: unknown type name âboolâ > 23 | bool sls; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:24:9: error: unknown type name âboolâ > 24 | bool stackval; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:25:9: error: unknown type name âboolâ > 25 | bool static_call; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:26:9: error: unknown type name âboolâ > 26 | bool uaccess; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:28:9: error: unknown type name âboolâ > 28 | bool cfi; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:31:9: error: unknown type name âboolâ > 31 | bool backtrace; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:32:9: error: unknown type name âboolâ > 32 | bool backup; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:33:9: error: unknown type name âboolâ > 33 | bool dryrun; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:34:9: error: unknown type name âboolâ > 34 | bool link; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:35:9: error: unknown type name âboolâ > 35 | bool mnop; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:36:9: error: unknown type name âboolâ > 36 | bool module; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:37:9: error: unknown type name âboolâ > 37 | bool no_unreachable; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:38:9: error: unknown type name âboolâ > 38 | bool sec_address; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:39:9: error: unknown type name âboolâ > 39 | bool stats; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:40:9: error: unknown type name âboolâ > 40 | bool verbose; > | ^~~~ >In file included from builtin-check.c:9: >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:12:9: error: unknown type name âboolâ > 12 | bool dump_orc; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:13:9: error: unknown type name âboolâ > 13 | bool hack_jump_label; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:14:9: error: unknown type name âboolâ > 14 | bool hack_noinstr; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:15:9: error: unknown type name âboolâ > 15 | bool hack_skylake; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:16:9: error: unknown type name âboolâ > 16 | bool ibt; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:17:9: error: unknown type name âboolâ > 17 | bool mcount; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:18:9: error: unknown type name âboolâ > 18 | bool noinstr; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:19:9: error: unknown type name âboolâ > 19 | bool orc; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:20:9: error: unknown type name âboolâ > 20 | bool retpoline; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:21:9: error: unknown type name âboolâ > 21 | bool rethunk; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:22:9: error: unknown type name âboolâ > 22 | bool unret; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:23:9: error: unknown type name âboolâ > 23 | bool sls; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:24:9: error: unknown type name âboolâ > 24 | bool stackval; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:25:9: error: unknown type name âboolâ > 25 | bool static_call; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:26:9: error: unknown type name âboolâ > 26 | bool uaccess; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:28:9: error: unknown type name âboolâ > 28 | bool cfi; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:31:9: error: unknown type name âboolâ > 31 | bool backtrace; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:32:9: error: unknown type name âboolâ > 32 | bool backup; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:33:9: error: unknown type name âboolâ > 33 | bool dryrun; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:34:9: error: unknown type name âboolâ > 34 | bool link; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:35:9: error: unknown type name âboolâ > 35 | bool mnop; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:36:9: error: unknown type name âboolâ > 36 | bool module; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:37:9: error: unknown type name âboolâ > 37 | bool no_unreachable; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:38:9: error: unknown type name âboolâ > 38 | bool sec_address; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:39:9: error: unknown type name âboolâ > 39 | bool stats; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:40:9: error: unknown type name âboolâ > 40 | bool verbose; > | ^~~~ >In file included from check.c:11: >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:12:9: error: unknown type name âboolâ > 12 | bool dump_orc; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:13:9: error: unknown type name âboolâ > 13 | bool hack_jump_label; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:14:9: error: unknown type name âboolâ > 14 | bool hack_noinstr; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:15:9: error: unknown type name âboolâ > 15 | bool hack_skylake; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:16:9: error: unknown type name âboolâ > 16 | bool ibt; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:17:9: error: unknown type name âboolâ > 17 | bool mcount; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:18:9: error: unknown type name âboolâ > 18 | bool noinstr; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:19:9: error: unknown type name âboolâ > 19 | bool orc; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:20:9: error: unknown type name âboolâ > 20 | bool retpoline; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:21:9: error: unknown type name âboolâ > 21 | bool rethunk; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:22:9: error: unknown type name âboolâ > 22 | bool unret; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:23:9: error: unknown type name âboolâ > 23 | bool sls; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:24:9: error: unknown type name âboolâ > 24 | bool stackval; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:25:9: error: unknown type name âboolâ > 25 | bool static_call; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:26:9: error: unknown type name âboolâ > 26 | bool uaccess; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:28:9: error: unknown type name âboolâ > 28 | bool cfi; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:31:9: error: unknown type name âboolâ > 31 | bool backtrace; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:32:9: error: unknown type name âboolâ > 32 | bool backup; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:33:9: error: unknown type name âboolâ > 33 | bool dryrun; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:34:9: error: unknown type name âboolâ > 34 | bool link; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:35:9: error: unknown type name âboolâ > 35 | bool mnop; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:36:9: error: unknown type name âboolâ > 36 | bool module; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:37:9: error: unknown type name âboolâ > 37 | bool no_unreachable; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:38:9: error: unknown type name âboolâ > 38 | bool sec_address; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:39:9: error: unknown type name âboolâ > 39 | bool stats; > | ^~~~ >/usr/src/linux-6.5.1-gentoo/tools/objtool/include/objtool/builtin.h:40:9: error: unknown type name âboolâ > 40 | bool verbose; > | ^~~~ >In file included from arch/x86/decode.c:11: >arch/x86/../../../arch/x86/lib/inat.c: In function âinat_get_opcode_attributeâ: >arch/x86/../../../arch/x86/lib/inat.c:15:16: error: âinat_primary_tableâ undeclared (first use in this function) > 15 | return inat_primary_table[opcode]; > | ^~~~~~~~~~~~~~~~~~ >arch/x86/../../../arch/x86/lib/inat.c:15:16: note: each undeclared identifier is reported only once for each function it appears in >arch/x86/../../../arch/x86/lib/inat.c: In function âinat_get_escape_attributeâ: >arch/x86/../../../arch/x86/lib/inat.c:34:17: error: âinat_escape_tablesâ undeclared (first use in this function); did you mean âinat_escape_idâ? > 34 | table = inat_escape_tables[n][0]; > | ^~~~~~~~~~~~~~~~~~ > | inat_escape_id >arch/x86/../../../arch/x86/lib/inat.c:30:13: error: variable ânâ set but not used [-Werror=unused-but-set-variable] > 30 | int n; > | ^ >arch/x86/../../../arch/x86/lib/inat.c: In function âinat_get_group_attributeâ: >arch/x86/../../../arch/x86/lib/inat.c:53:17: error: âinat_group_tablesâ undeclared (first use in this function); did you mean âinat_group_idâ? > 53 | table = inat_group_tables[n][0]; > | ^~~~~~~~~~~~~~~~~ > | inat_group_id >arch/x86/../../../arch/x86/lib/inat.c:49:13: error: variable ânâ set but not used [-Werror=unused-but-set-variable] > 49 | int n; > | ^ >arch/x86/../../../arch/x86/lib/inat.c: In function âinat_get_avx_attributeâ: >arch/x86/../../../arch/x86/lib/inat.c:72:17: error: âinat_avx_tablesâ undeclared (first use in this function) > 72 | table = inat_avx_tables[vex_m][0]; > | ^~~~~~~~~~~~~~~ >builtin-check.c:29:36: error: âstruct optionâ declared inside parameter list will not be visible outsideof this definition or declaration [-Werror] > 29 | static int parse_dump(const struct option *opt, const char *str, int unset) > | ^~~~~~ >builtin-check.c:39:37: error: âstruct optionâ declared inside parameter list will not be visible outsideof this definition or declaration [-Werror] > 39 | static int parse_hacks(const struct option *opt, const char *str, int unset) > | ^~~~~~ >builtin-check.c:68:28: error: array type has incomplete element type âstruct optionâ > 68 | static const struct option check_options[] = { > | ^~~~~~~~~~~~~ >builtin-check.c:69:9: error: implicit declaration of function âOPT_GROUPâ; did you mean âSHT_GROUPâ? [-Werror=implicit-function-declaration] > 69 | OPT_GROUP("Actions:"), > | ^~~~~~~~~ > | SHT_GROUP >make[4]: *** [/usr/src/linux-6.5.1-gentoo/tools/build/Makefile.build:97: /usr/src/linux-6.5.1-gentoo/tools/objtool/special.o] Error 1 >make[4]: *** Waiting for unfinished jobs.... >builtin-check.c:70:9: error: implicit declaration of function âOPT_CALLBACK_OPTARGâ [-Werror=implicit-function-declaration] > 70 | OPT_CALLBACK_OPTARG('h', "hacks", NULL, NULL, "jump_label,noinstr,skylake", "patch toolchain bugs/limitations", parse_hacks), > | ^~~~~~~~~~~~~~~~~~~ >builtin-check.c:71:9: error: implicit declaration of function âOPT_BOOLEANâ [-Werror=implicit-function-declaration] > 71 | OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"), > | ^~~~~~~~~~~ >builtin-check.c:78:9: error: implicit declaration of function âOPT_INTEGERâ; did you mean âPT_INTERPâ? [-Werror=implicit-function-declaration] > 78 | OPT_INTEGER(0, "prefix", &opts.prefix, "generate prefix symbols"), > | ^~~~~~~~~~~ > | PT_INTERP >builtin-check.c:98:9: error: implicit declaration of function âOPT_ENDâ [-Werror=implicit-function-declaration] > 98 | OPT_END(), > | ^~~~~~~ >builtin-check.c: In function âcmd_parse_optionsâ: >builtin-check.c:119:17: error: implicit declaration of function âparse_optionsâ; did you mean âcmd_parse_optionsâ? [-Werror=implicit-function-declaration] > 119 | parse_options(envc, envv, check_options, env_usage, 0); > | ^~~~~~~~~~~~~ > | cmd_parse_options >builtin-check.c:128:17: error: implicit declaration of function âusage_with_optionsâ [-Werror=implicit-function-declaration] > 128 | usage_with_options(usage, check_options); > | ^~~~~~~~~~~~~~~~~~ >builtin-check.c: At top level: >builtin-check.c:68:28: error: âcheck_optionsâ defined but not used [-Werror=unused-variable] > 68 | static const struct option check_options[] = { > | ^~~~~~~~~~~~~ >cc1: all warnings being treated as errors >objtool.c: In function âmainâ: >objtool.c:146:9: error: implicit declaration of function âexec_cmd_initâ [-Werror=implicit-function-declaration] > 146 | exec_cmd_init("objtool", UNUSED, UNUSED, UNUSED); > | ^~~~~~~~~~~~~ >arch/x86/../../../arch/x86/lib/inat.c: In function âinat_get_opcode_attributeâ: >arch/x86/../../../arch/x86/lib/inat.c:16:1: error: control reaches end of non-void function [-Werror=return-type] > 16 | } > | ^ >make[4]: *** [/usr/src/linux-6.5.1-gentoo/tools/build/Makefile.build:97: /usr/src/linux-6.5.1-gentoo/tools/objtool/builtin-check.o] Error 1 >objtool.c:147:9: error: implicit declaration of function âpager_initâ [-Werror=implicit-function-declaration] > 147 | pager_init(UNUSED); > | ^~~~~~~~~~ >cc1: all warnings being treated as errors >make[5]: *** [/usr/src/linux-6.5.1-gentoo/tools/build/Makefile.build:98: /usr/src/linux-6.5.1-gentoo/tools/objtool/arch/x86/decode.o] Error 1 >make[4]: *** [/usr/src/linux-6.5.1-gentoo/tools/build/Makefile.build:140: arch/x86] Error 2 >cc1: all warnings being treated as errors >make[4]: *** [/usr/src/linux-6.5.1-gentoo/tools/build/Makefile.build:97: /usr/src/linux-6.5.1-gentoo/tools/objtool/objtool.o] Error 1 >make[4]: *** [/usr/src/linux-6.5.1-gentoo/tools/build/Makefile.build:97: /usr/src/linux-6.5.1-gentoo/tools/objtool/check.o] Error 1 >make[3]: *** [Makefile:66: /usr/src/linux-6.5.1-gentoo/tools/objtool/objtool-in.o] Error 2 >make[2]: *** [Makefile:73: objtool] Error 2 >make[1]: *** [/usr/src/linux-6.5.1-gentoo/Makefile:1440: tools/objtool] Error 2 >make: *** [Makefile:234: __sub-make] Error 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 913595
: 869557 |
869558
|
869559
|
869747
|
869748