38ba941acd6be3227db2e63e1a554be910ce71dc
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / docs / manual / known-issues.txt
1 // -*- mode:doc; -*-
2 // vim: set syntax=asciidoc:
3
4 == Known issues
5
6 * It is not possible to pass extra linker options via +BR2_TARGET_LDFLAGS+
7   if such options contain a +$+ sign. For example, the following is known
8   to break: +BR2_TARGET_LDFLAGS="-Wl,-rpath=\'$ORIGIN/../lib'"+
9
10 * The +ltp-testsuite+ package does not build with the default uClibc
11   configuration used by the Buildroot toolchain backend. The LTP
12   testsuite uses several functions that are considered obsolete, such
13   as sigset() and others. uClibc configuration options such as
14   DO_XSI_MATH, UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and
15   UCLIBC_SV4_DEPRECATED are needed if one wants to build the
16   +ltp-testsuite+ package with uClibc. You need to either use a glibc
17   or eglibc based toolchain, or enable the appropriate options in the
18   uClibc configuration.
19
20 * The +xfsprogs+ package does not build with the default uClibc
21   configuration used by the Buildroot toolchain backend. You need to
22   either use a glibc or eglibc based toolchain, or enable the
23   appropriate options in the uClibc configuration.
24
25 * The +mrouted+ package does not build with the default uClibc
26   configuration used by the Buildroot toolchain backend. You need to
27   either use a glibc or eglibc based toolchain, or enable the
28   appropriate options in the uClibc configuration.
29
30 * The +libffi+ package is not supported on the SuperH 2 and ARC
31   architectures.
32
33 * The +prboom+ package triggers a compiler failure with the SuperH 4
34   compiler from Sourcery CodeBench, version 2012.09.
35