bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't package 2.8.1 for frugalware in a usable way


From: CSÉCSYLászló
Subject: Can't package 2.8.1 for frugalware in a usable way
Date: Mon, 1 May 2006 11:34:01 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi lilypond people,

I've encountered several issues while trying to package lilypond 2.8.1 for 
frugalware.

1. configure needs that "--with-ncsb-dir=/usr/share/ghostscript/fonts" switch 
to recognize espgs' fonts.

2. mf/GNUmakefile needs to be patched to recognize latest stable mftrace:
---snip---
diff -Naur lilypond-2.8.1.orig/mf/GNUmakefile lilypond-2.8.1/mf/GNUmakefile
--- lilypond-2.8.1.orig/mf/GNUmakefile  2006-03-29 18:16:42.000000000 +0200
+++ lilypond-2.8.1/mf/GNUmakefile       2006-04-22 22:02:58.000000000 +0200
@@ -138,7 +138,7 @@
        ${MAKE} -C $(top-build-dir) link-mf-tree

 pfa_warning:
-ifneq ($(shell $(MFTRACE) --version | sed 's/ .*//'),mftrace)
+ifneq ($(shell $(MFTRACE) --version | sed 's/ .*//;q'),mftrace)
        @echo ""
        @echo "ERROR: mftrace not found"
        @echo ""
---snip---

3. With these modifications lilypond compiles, but doesn't work well:
---snip---
address@hidden:~/data/lily$ lilypond Welcome_to_LilyPond.ly
GNU LilyPond 2.8.1
Processing `/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly'
Parsing...
Interpreting music... [3]
Preprocessing graphical objects...
Calculating line breaks...
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:16: warning: note head 
`noteheads.d2' not found
  c d e f g a b
                c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:16: warning: note head 
`noteheads.d2' not found
  c d e f g a b
                c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:14: warning: note head 
`noteheads.d2' not found
  c d e f g a
              b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:14: warning: note head 
`noteheads.d2' not found
  c d e f g a
              b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:12: warning: note head 
`noteheads.u2' not found
  c d e f g
            a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:12: warning: note head 
`noteheads.u2' not found
  c d e f g
            a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:10: warning: note head 
`noteheads.u2' not found
  c d e f
          g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:10: warning: note head 
`noteheads.u2' not found
  c d e f
          g a b c
warning: clef `clefs.G' not found
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:8: warning: note head 
`noteheads.u2' not found
  c d e
        f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:8: warning: note head 
`noteheads.u2' not found
  c d e
        f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:6: warning: note head 
`noteheads.u2' not found
  c d
      e f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:6: warning: note head 
`noteheads.u2' not found
  c d
      e f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:4: warning: note head 
`noteheads.u2' not found
  c
    d e f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:4: warning: note head 
`noteheads.u2' not found
  c
    d e f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:2: warning: note head 
`noteheads.u2' not found

  c d e f g a b c
/usr/share/lilypond/2.8.1/ly/Welcome_to_LilyPond.ly:30:2: warning: note head 
`noteheads.u2' not found

  c d e f g a b c
warning: clef `clefs.G' not found
warning: time signature symbol `C44' not found; reverting to numbered style
warning: clef `clefs.G_change' not found
warning: time signature symbol `C44' not found; reverting to numbered style
Calculating page breaks...
Layout output to `Welcome_to_LilyPond.ps'...
Converting to `Welcome_to_LilyPond.pdf'...
address@hidden:~/data/lily$
---snip---

I've googled those "warnings", but couldn't find any solution 
(http://www.mail-archive.com/lilypond-devel%40gnu.org/msg09647.html). (They 
should be addressed as "errors", since .pdf lacks noteheads, clefs, etc., so 
it's quite unusable.)

Afterwards, I've tried 2.9.2 as well, with the same modifications mentioned 
above, which gave almost the same results:
---snip---
address@hidden:~/data/lily$ lilypond Welcome_to_LilyPond.ly
GNU LilyPond 2.9.2
Processing `/usr/share/lilypond/2.9.2/ly/Welcome_to_LilyPond.ly'
Parsing...
Interpreting music... [3]
Preprocessing graphical objects...
Calculating line breaks...
Calculating page breaks...
Layout output to `Welcome_to_LilyPond.ps'...
Converting to `Welcome_to_LilyPond.pdf'...
address@hidden:~/data/lily$
---snip---
So there are no warnings, but .pdf still lacks noteheads. (A clef is there, at 
least.)

Would you be so kind to help me out of this madness?

Thanks, Boobaa
-----------------------------
http://frugalware.org/~boobaa





reply via email to

[Prev in Thread] Current Thread [Next in Thread]