Subject: ttmkfdir core dump
To: None <tech-pkg@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 02/03/2007 10:34:16
Hi!
===========================================================================
Updating font databases in the following directories:
/usr/pkg/lib/X11/fonts/TTF (ttf)
[1] Segmentation fault (core dumped) ${update_cmd} ${...
/usr/pkg/lib/X11/fonts/TTF (x11)
===========================================================================
I can reproduce this problem by installing vera-ttf and cyberbit-ttf.
Each one of them separately causes no problems, but if one of them
is already installed, installing the second one causes the core
dump.
I don't have any other TTF fonts in that directory, so perhaps it
will happen with any combination of two TTF font packages.
pkg_add cyberbit-ttf
pkg_delete cyberbit-ttf
works fine, as does
pkg_add vera-ttf
pkg_delete vera-ttf
This is on NetBSD-4.99.9 with X from xsrc.
Does anyone else see this?
Thomas