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: use of undeclared identifier '_STAT_VER' |
| 9 | EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" |
| 10 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 11 | # error: error.h: No such file or directory |
| 12 | EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1" |
| 13 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 14 | # error: obstack.h: No such file or directory |
| 15 | EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1" |
| 16 | EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1" |
| 17 | |
| 18 | # error: a parameter list without types is only allowed in a function definition |
| 19 | # void (*_function)(sigval_t); |
| 20 | EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1" |
| 21 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 22 | # error: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Werror=format=] |
| 23 | # snprintf(buf, size, "%s", strerror_r(err, sbuf, sizeof(sbuf))); |
| 24 | EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1" |
| 25 | |
| 26 | # error: 'RTLD_NEXT' was not declared in this scope |
| 27 | EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1" |