View previous topic :: View next topic |
Author |
Message |
brsett n00b

Joined: 28 Mar 2003 Posts: 63
|
Posted: Sun Nov 14, 2004 12:08 am Post subject: X-org 6.8.0 ebuild borked |
|
|
Hello,
Just emerged some updates, and during the update of Xorg to xorg-x11-6.8.0-r1, the installation core dumps (screwing up my fonts) and then reports success.
Here is the first core dump:
Couldn't determine full name for hrgrr.pfa
Couldn't determine weight for hrgrr.pfa
Couldn't get family name for hrgrr.pfa
/usr/lib/portage/bin/ebuild.sh: line 1732: 6713 Segmentation fault (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/X11R6/$(get_libdir)" ${ROOT}/usr/X11R6/bin/mkfontscale -a ${ROOT}/usr/share/fonts/encodings/encodings.dir -- ${x}
Unknown Type 1 weight "ExtraBold"
Couldn't determine weight for boecklin.pfb
Unknown Type 1 weight "Heavy"
Couldn't determine weight for blippo.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for spooky.pfb
Unknown Type 1 weight "SemiBold"
Couldn't determine weight for coronet.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for dos_____.pfb
Unknown Type 1 weight "SemiBold"
Couldn't determine weight for erasblkb.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for capri.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for linotext.pfb
Unknown Type 1 weight "Heavy"
Couldn't determine weight for erasltra.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for mazama.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for old_town.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for shf_____.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for postanti.pfb
Unknown Type 1 weight "Heavy"
Couldn't determine weight for cooprblk.pfb
I had to seperate stderr from stdout to capture this, but I'm fairly confident the error is during the fonts.scale creation. There is another core dump that comes after this, I will add it in a reply.
Cheers,
Brad |
|
Back to top |
|
 |
brsett n00b

Joined: 28 Mar 2003 Posts: 63
|
Posted: Sun Nov 14, 2004 12:40 am Post subject: |
|
|
As described above, the second core dump. Somebody please give me a workaround, thanks.
Invalid fonts.scale in //usr/share/fonts/default/ghostscript/.
/usr/lib/portage/bin/ebuild.sh: line 1732: 6845 Segmentation fault (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/X11R6/$(get_libdir)" ${ROOT}/usr/X11R6/bin/mkfontdir -e ${ROOT}/usr/share/fonts/encodings -e ${ROOT}/usr/share/fonts/encodings/large -- ${x} |
|
Back to top |
|
 |
Deathwing00 Bodhisattva


Joined: 13 Jun 2003 Posts: 4087 Location: Dresden, Germany
|
Posted: Sun Nov 14, 2004 1:57 am Post subject: |
|
|
I think I have seen that error before but... it is not the reason of a failed installation as far as I remember. I think I was able to install it correctly despite the error messages. But my memory might leak... anyway, try to check again the logs, perhaps you find something else. |
|
Back to top |
|
 |
brsett n00b

Joined: 28 Mar 2003 Posts: 63
|
Posted: Sun Nov 14, 2004 2:42 am Post subject: |
|
|
That is exactly my point, the ebuild still installs, even though some of my fonts are broken, specifically 100 pt lucidatypewriter (the font I prefer to do my coding in). |
|
Back to top |
|
 |
Jimmy Jazz Guru


Joined: 04 Oct 2004 Posts: 304 Location: Strasbourg
|
Posted: Sun Jun 24, 2007 9:02 pm Post subject: Re: X-org 6.8.0 ebuild borked |
|
|
brsett wrote: | Hello,
Just emerged some updates, and during the update of Xorg to xorg-x11-6.8.0-r1, the installation core dumps (screwing up my fonts) and then reports success.
Here is the first core dump:
Couldn't determine full name for hrgrr.pfa
Couldn't determine weight for hrgrr.pfa
Couldn't get family name for hrgrr.pfa
/usr/lib/portage/bin/ebuild.sh: line 1732: 6713 Segmentation fault (core dumped) LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROOT}/usr/X11R6/$(get_libdir)" ${ROOT}/usr/X11R6/bin/mkfontscale -a ${ROOT}/usr/share/fonts/encodings/encodings.dir -- ${x}
Unknown Type 1 weight "ExtraBold"
Couldn't determine weight for boecklin.pfb
Unknown Type 1 weight "Heavy"
Couldn't determine weight for blippo.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for spooky.pfb
Unknown Type 1 weight "SemiBold"
Couldn't determine weight for coronet.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for dos_____.pfb
Unknown Type 1 weight "SemiBold"
Couldn't determine weight for erasblkb.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for capri.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for linotext.pfb
Unknown Type 1 weight "Heavy"
Couldn't determine weight for erasltra.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for mazama.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for old_town.pfb
Unknown Type 1 weight "Plain"
Couldn't determine weight for shf_____.pfb
Unknown Type 1 weight "normal"
Couldn't determine weight for postanti.pfb
Unknown Type 1 weight "Heavy"
Couldn't determine weight for cooprblk.pfb
I had to seperate stderr from stdout to capture this, but I'm fairly confident the error is during the fonts.scale creation. There is another core dump that comes after this, I will add it in a reply.
Cheers,
Brad |
Old post but still current. The issue remains. It appends especially if you deleted all the fonts.{dir,scale,etc} files in /usr/share/fonts while playing with find . -name "fonts.*" -exec rm {} \; and after regenerating the fonts.* and cache files with /etc/init.d/xfs mkfontdirs and fc-cache -v
The following link will lead you to the patch you need: http://lists.freedesktop.org/archives/xorg/2005-June/008363.html
Should probably be wiser to include it in mkfontscale ebuild directly
Jj _________________ « La seule condition au triomphe du mal, c'est l'inaction des gens de bien » E.Burke
Code: |
+----+----+----+
| |::::| |
| |::::| |
+----+----+----+ |
motto: WeLCRO
WritE Less Code, Repeat Often |
|
Back to top |
|
 |
|