]> git.donarmstrong.com Git - lilypond.git/blob - BUGS
15ed372b4d229998f25b0712111ce162e817f06a
[lilypond.git] / BUGS
1
2 This documents serious bugs 
3
4 Send bug reports to bug-gnu-music@gnu.org.  For help and questions use
5 help-gnu-music@gnu.org and gnu-music-discuss@gnu.org.  Please consult
6 the faq before mailing your problems.
7
8
9
10 ********
11
12 [LinuxPPC-R5, egcs-1.1.2-12c]
13
14 Serious egcs-1.1.2-12c (stock LinuxPPC R5) bug on ppc:
15
16         *dest++ = *src++;
17
18 Bug report filed, fixed in egcs-1.1.2-12f or gcc-2.95-0a.
19 Although we've currently got a workaround in place, the compiler
20 is buggy; you should upgrade:
21
22         ftp://dev.linuxppc.org/users/fsirl/R5/RPMS/ppc/ 
23
24
25 [LinuxPPC-R4, egcs-1.0.2]
26
27 All compiling with -O2 is suspect, in particular guile-1.3, and
28 Lily herself will break.
29
30
31 [Linux i386]
32
33 A binary RPM of Guile 1.3 has been distributed from the LilyPond ftp
34 site.  This binary was made in RedHat 5.x, and it will fail if this
35 RPM is used with RedHat 6.x.
36
37
38 [GUILE 1.3.2]
39
40 Guile 1.3.2 is buggy in several respects. Do not use it for LilyPond.
41
42
43 [Sparc64/Solaris 2.6, make-3.77]
44
45 GNU make-3.77 is buggy on this platform, upgrade to 3.78.1 or newer.
46
47
48 [Sparc64/Solaris 2.6, ld]
49
50 Not yet resolved.
51
52
53 [AIX 4.3 ld]
54
55 The following is from the gcc install/SPECIFIC file.
56
57    Some versions of the AIX binder (linker) can fail with a relocation
58    overflow severe error when the -bbigtoc option is used to link
59    GCC-produced object files into an executable that overflows the TOC.
60 A
61    fix for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND  
62    -BBIGTOC) is available from IBM Customer Support and from its
63    [27]service.boulder.ibm.com website as PTF U455193.   
64
65    Binutils does not support AIX 4.3 (at least through release 2.9). GNU
66    as and GNU ld will not work properly and one should not configure GCC
67    to use those GNU utilities. Use the native AIX tools which do
68    interoperate with GCC.
69
70 add -Wl,-bbigtoc to USER_LDFLAGS, ie:
71
72     LDFLAGS='-Wl,-bbigtoc' ./configure
73
74
75 [All platforms] 
76
77 Some bugs may be captured in input/bugs/*y
78
79 [Linux i386, RedHat 5.2 with updates to 6.0]
80
81 Compiling with 
82
83         configure --disable-checking --enable-printing --disable-optimise --disable-debugging
84
85 results in core dumps, during parsing of init files. Cause unknown.
86 Solution: use
87
88         --enable-checking and --enable-optimize
89
90 [Linux libg++ 2.7]
91
92 LilyPond occasionally crashes while parsing the initialisation files.
93 This is a very obscure bug, and usually entering the commandline
94 differently "fixes" it.
95
96         lilypond input.ly 
97
98 and
99
100         lilypond -I. ./input.ly 
101
102 makes a difference
103
104 Typical stacktrace:
105
106         SIGSEGV
107         __libc_malloc (bytes=16384)
108         ?? ()
109         yyFlexLexer::yy_create_buffer ()
110         Includable_lexer::new_input (this=0x8209a00, s={strh_ = {
111                 :
112
113 This behaviour has been observed with machines that have old libg++
114 versions (LinuxPPC feb '98, RedHat 4.x).  
115
116