Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # |
| 2 | # Exclude known broken packages |
| 3 | # |
| 4 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame^] | 5 | # rt-tests needs PI mutex support in libc |
| 6 | EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 7 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame^] | 8 | # error: no member named 'sin_port' in 'struct sockaddr_in6' |
| 9 | # this is due to libtirpc using ipv6 but portmap rpc expecting ipv4 |
| 10 | EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1" |
| 11 | EXCLUDE_FROM_WORLD_pn-unfs3_libc-musl = "1" |
| 12 | |
| 13 | # error: use of undeclared identifier '_STAT_VER' |
| 14 | EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" |
| 15 | |
| 16 | # error: Need to implement custom I/O |
| 17 | EXCLUDE_FROM_WORLD_pn-libsolv_libc-musl = "1" |
| 18 | |
| 19 | # undefined reference to `pthread_tryjoin_np' |
| 20 | EXCLUDE_FROM_WORLD_pn-btrfs-tools_libc-musl = "1" |
| 21 | |
| 22 | # error: error.h: No such file or directory |
| 23 | EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1" |
| 24 | |
| 25 | # error: use of undeclared identifier 'O_CREAT' |
| 26 | EXCLUDE_FROM_WORLD_pn-libbsd_libc-musl = "1" |
| 27 | |
| 28 | # error: expected declaration specifiers before '__nonnull' |
| 29 | EXCLUDE_FROM_WORLD_pn-lttng-ust_libc-musl = "1" |
| 30 | EXCLUDE_FROM_WORLD_pn-lttng-tools_libc-musl = "1" |
| 31 | |
| 32 | # error: obstack.h: No such file or directory |
| 33 | EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1" |
| 34 | EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1" |
| 35 | |
| 36 | # error: a parameter list without types is only allowed in a function definition |
| 37 | # void (*_function)(sigval_t); |
| 38 | EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1" |
| 39 | |
| 40 | # glibc specific funcrions |
| 41 | # error: storage size of 'mi' isn't known struct mallinfo mi |
| 42 | EXCLUDE_FROM_WORLD_pn-valgrind_libc-musl = "1" |
| 43 | |
| 44 | # error: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Werror=format=] |
| 45 | # snprintf(buf, size, "%s", strerror_r(err, sbuf, sizeof(sbuf))); |
| 46 | EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1" |
| 47 | |
| 48 | # error: 'RTLD_NEXT' was not declared in this scope |
| 49 | EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1" |