blob: 42cacfdf2e075f5183a508b3b26fd71ef5a1d5c1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#
2# Exclude known broken packages
3#
4
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05005# rt-tests needs PI mutex support in libc
6EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05007
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008# error: use of undeclared identifier '_STAT_VER'
9EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1"
10
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050011# error: error.h: No such file or directory
12EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1"
13
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050014# error: obstack.h: No such file or directory
15EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1"
16EXCLUDE_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);
20EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1"
21
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050022# 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)));
24EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1"
25
26# error: 'RTLD_NEXT' was not declared in this scope
27EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1"