blob: a5f6371d31294f11ffb1ea9b031a5714741a39cc [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: no member named 'sin_port' in 'struct sockaddr_in6'
9# this is due to libtirpc using ipv6 but portmap rpc expecting ipv4
10EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1"
11EXCLUDE_FROM_WORLD_pn-unfs3_libc-musl = "1"
12
13# error: use of undeclared identifier '_STAT_VER'
14EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1"
15
16# error: Need to implement custom I/O
17EXCLUDE_FROM_WORLD_pn-libsolv_libc-musl = "1"
18
19# undefined reference to `pthread_tryjoin_np'
20EXCLUDE_FROM_WORLD_pn-btrfs-tools_libc-musl = "1"
21
22# error: error.h: No such file or directory
23EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1"
24
25# error: use of undeclared identifier 'O_CREAT'
26EXCLUDE_FROM_WORLD_pn-libbsd_libc-musl = "1"
27
28# error: expected declaration specifiers before '__nonnull'
29EXCLUDE_FROM_WORLD_pn-lttng-ust_libc-musl = "1"
30EXCLUDE_FROM_WORLD_pn-lttng-tools_libc-musl = "1"
31
32# error: obstack.h: No such file or directory
33EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1"
34EXCLUDE_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);
38EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1"
39
40# glibc specific funcrions
41# error: storage size of 'mi' isn't known struct mallinfo mi
42EXCLUDE_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)));
46EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1"
47
48# error: 'RTLD_NEXT' was not declared in this scope
49EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1"