Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35830 - Update of media-sound/lilypond-1.8.2 fails during "make pfa-fonts"
Summary: Update of media-sound/lilypond-1.8.2 fails during "make pfa-fonts"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-14 13:42 UTC by Jens Rohde
Modified: 2004-02-28 05:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Rohde 2003-12-14 13:42:59 UTC
I'm trying to do an emerge -uD lilypond. Get's the following error:

Font `feta11'...
Using encoding file: `./out/feta11.enc'
Running Metafont...
Tracing bitmaps... [33][34][35][36][37][38][39][40][41][42][43][44][45][46][47][48][49][50][51][52][53][54][55][56][57][58][59][60][61][62][63][64][65][66][67][68][69][70][71][72][73][74][75][76][77][78][79][80][81][82][83][84][85][86][87][88][89][90][91][92][93][94][95][96][97][98][99][100][101][102][103][104][105][106][107][108][109][110][111][112][113][114][115][116][117][118][119][120][121][122][123][124][125][126][127][128][129][130][131][132][133][134][135][136][137][138][139][140][141][142][143][144][145][146][147][148][149][150][151][152][153][154][155][156][157][158][159][160][161][162][163][164][165][166][167][168][169][170][171][172][173][174][175][176][177][178][179][180][181][182][183][184][185][186]
Assembling font to `feta11.pfa'... This is t1asm 1.2.
t1asm: invalid option -- -
usage: t1asm [-b] [-l block-length] [input [output]]
 
-b means output in PFB format, otherwise PFA format.
The block length applies to the length of blocks in the
PFB output file; the default is to use the largest possible.
error: t1asm: command exited with value 256
Traceback (most recent call last):
  File "/usr/bin/mftrace", line 1042, in ?
    autotrace_font (basename, gf_fontname, metric, glyph_range, encoding, magnification)
  File "/usr/bin/mftrace", line 558, in autotrace_font
    to_type1 (t1os, font_bbox, fontname, encoding, magnification, 1)
  File "/usr/bin/mftrace", line 672, in to_type1
    system ('t1asm %s mftrace.t1asm %s' % (opt, outname))
  File "/usr/bin/mftrace", line 231, in system
    error (msg)
  File "/usr/bin/mftrace", line 122, in error
    raise _ ("Exiting ... ")
Exiting ...
make[1]: *** [out/feta11.pfa] Error 1
make[1]: Leaving directory `/home/portage/lilypond-1.8.2/work/lilypond-1.8.2/mf'
make: *** [pfa-fonts] Error 2
 
!!! ERROR: media-sound/lilypond-1.8.2 failed.
!!! Function src_compile, Line 55, Exitcode 2
!!! make pfa-fonts failed


Reproducible: Always
Steps to Reproduce:
1. emerge -uD
2.
3.

Actual Results:  
The above mentioned error occur

Expected Results:  
Hmm... tough one - update lilypond ;)

The current version of lilypond on my system is 1.6.6
Comment 1 Michael Ossmann 2003-12-19 10:33:32 UTC
It looks like your t1asm (part of t1utils) is incompatible with your mftrace.  Try 't1asm --version' and 'mftrace --version' to check.  You should have at least 1.25 an 1.0.19, respectively.  Try 'emerge t1utils mftrace' to get them up to date.  (I'd re-emerge these even if they appear up to date.)  If you still have trouble, post the output of 'emerge info', any new error messages, and the versions of t1asm and mftrace.

If you want to try something newer, there is a lilypond 2.0.0 ebuild in portage and a 2.0.1 ebuild at bug 30205, but it would be helpful to get 1.8.2 working first.
Comment 2 Jens Rohde 2003-12-20 02:22:57 UTC
Bingo! - reemerge of t1utils and mftrace did the trick.
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-28 05:19:02 UTC
closing...