bug-lilypond
[Top][All Lists]
Advanced

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

Re: warning: lily-guile: can't find "latin1.enc"


From: Mats Bengtsson
Subject: Re: warning: lily-guile: can't find "latin1.enc"
Date: Thu, 02 Jun 2005 13:36:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

What operating system do you use?

   /Mats

Nathan Curry wrote:
Hello everybody. I just upgraded lilypond from 2.4.2 to 2.4.4, and I can't process files anymore. I also don't have a lilypond 2.4.2 package in cache (which I probably should have thought of), or I'd go back.

Anyway, here's the output of lilypond, starting right before the error:

pond/2.4.4/fonts/afm/feta-nummer4.afm
][/usr/share/lilypond/2.4.4/fonts/tfm/feta-nummer4.tfm
[/usr/share/lilypond/2.4.4/ps/feta-nummer10.enc
]][/usr/share/lilypond/2.4.4/fonts/afm/feta-nummer6.afm
][/usr/share/lilypond/2.4.4/fonts/tfm/feta-nummer6.tfm]
warning: lily-guile: can't find "latin1.enc"
Backtrace:
In unknown file:
?: 7* [#<procedure #f ()>]
In /usr/share/lilypond/2.4.4/scm/lily.scm:
341: 8* [ly:parse-file "/home/dean/lilypond/in/beats.ly"]
In /usr/share/lilypond/2.4.4/ly/init.ly:
7: 9* (if (pair? toplevel-scores) (ly:parser-print-book parser #))
8: 10 [ly:parser-print-book #<my_lily_parser > #<Book>]
In unknown file:
?: 11* [Separating_group_spanner::set_spacing_rods #]
?: 12* [Self_alignment_interface::aligned_on_self #<Grob Fingering > 0]
?: 13* [Grob::stencil_extent #<Grob Fingering > 0]
?: 14* [Text_interface::print #<Grob Fingering >]
?: 15* [get-coding-vector "latin1"]
In /usr/share/lilypond/2.4.4/scm/encoding.scm:
124: 16* [caddr ...
124: 17* [get-coding "latin1"]
105: 18 (let ((entry #)) (if entry (cons # #) (if # # #)))
...
107: 19 [cons "latin1.enc" ...
107: 20* [force #<promise #<procedure #f ()>>]
In unknown file:
?: 21* [#<procedure #f ()>]
In /usr/share/lilypond/2.4.4/scm/encoding.scm:
76: 22* [get-coding-from-file "latin1.enc"]
65: 23 (let* ((coding #) (com #) (vec #) (tab #)) (list com vec tab))
65: 24* [read-encoding-file "latin1.enc"]
15: 25 (let* ((path #) (unused #) (raw #) (string #) ...) (cons command vector))
17: 26* [ly:gulp-file #f]

/usr/share/lilypond/2.4.4/scm/encoding.scm:17:15: In procedure ly_gulp_file in expression (ly:gulp-file path): /usr/share/lilypond/2.4.4/scm/encoding.scm:17:15: Wrong type argument in position 1 (expecting string): #f

And lilypond-book:

Processing `lily-1666726992.ly <http://1666726992.ly>'
Parsing...
Interpreting music... [6]
Preprocessing graphical objects...
Calculating line breaks... [3]

warning: lily-guile: can't find "latin1.enc"
Backtrace:
In unknown file:
?: 10* [System_start_delimiter::after_line_breaking #<Grob SystemStartBar >]
?: 11* [Align_interface::alignment_callback #<Grob VerticalAxisGroup > 1]
?: 12* [Axis_group_interface::group_extent_callback #<Grob VerticalAxisGroup
1]

?: 13* [Side_position_interface::aligned_side #<Grob TextScript > 1]
?: 14* [Grob::stencil_extent #<Grob TextScript > 1]
?: 15* [Text_interface::print #<Grob TextScript >]
?: 16* [simple-markup #< Output_def> ((# # # ...) (# # # ...) (# # #)) ...]
In /usr/share/lilypond/2.4.4/scm/define-markup-commands.scm:
37: 17* [Text_interface::interpret_markup #< Output_def> (# # #) "$\\textbf{R}$"]
In unknown file:
?: 18* [get-coding-vector "latin1"]
In /usr/share/lilypond/2.4.4/scm/encoding.scm:
124: 19* [caddr ...
124: 20* [get-coding "latin1"]
105: 21 (let ((entry #)) (if entry (cons # #) (if # # #)))
...
107: 22 [cons "latin1.enc" ...
107: 23* [force #<promise #<procedure #f ()>>]
In unknown file:
?: 24* [#<procedure #f ()>]
In /usr/share/lilypond/2.4.4/scm/encoding.scm:
76: 25* [get-coding-from-file "latin1.enc"]
65: 26 (let* ((coding #) (com #) (vec #) (tab #)) (list com vec tab))
65: 27* [read-encoding-file "latin1.enc"]
15: 28 (let* ((path #) (unused #) (raw #) (string #) ...) (cons command vector))
17: 29* [ly:gulp-file #f]

/usr/share/lilypond/2.4.4/scm/encoding.scm:17:15: In procedure ly_gulp_file in expression (ly:gulp-file path): /usr/share/lilypond/2.4.4/scm/encoding.scm:17:15: Wrong type argument in position 1 (expecting string): #f
/usr/bin/lilypond-book: warning: `lilypond' failed (status 2) (ignored)

/usr/bin/lilypond-book: error: Process /usr/bin/lilypond -f tex -I /home/dean/lilypond/out/12test -I /home/dean/lilypond/in exited unsuccessfully.
Removing `bourree.tex'
Traceback (most recent call last):
File "/usr/bin/lilypond-book", line 1393, in ?
main ()
File "/usr/bin/lilypond-book", line 1390, in main
ly.exit (1)
File "/usr/share/lilypond/2.4.4/python/lilylib.py", line 132, in exit
raise _ ('Exiting (%d)...') % i
Exiting (1)...


I've googled 'warning: lily-guile: can't find latin1.enc' and come up with <
http://www.archivum.info/address@hidden/2004-11/msg00022.html>, and it didn't seem to help.

I can't find anything else relevant. Any ideas?
_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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