Bug 9582 - type1 font module does not load for me
Summary: type1 font module does not load for me
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.2 (2007.02)
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-09 09:23 UTC by Michal Suchanek
Modified: 2007-01-21 16:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Michal Suchanek 2007-01-09 09:23:28 UTC
With xorg 7.2rc3 type1 font module fails to load for me. I'm not aware of
anything using these fonts on my system, but who knows...

Excerpt from log file:

(II) LoadModule: "type1"
(II) Loading /opt/xorg/lib/xorg/modules//fonts/libtype1.so
dlopen: /opt/xorg/lib/xorg/modules//fonts/libtype1.so: undefined symbol:
Type1RegisterFontFileFunctions
(EE) Failed to load /opt/xorg/lib/xorg/modules//fonts/libtype1.so


If it is not reproducible elsewhere it might be a gentoo issue. There are
special linker flags needed for a working X server and modules. Other modules
work for me, though.
Comment 1 Daniel Stone 2007-01-09 09:41:40 UTC
libxfont was not built with --enable-type1, or maybe missing --enable-fc
Comment 2 Michal Suchanek 2007-01-11 02:30:43 UTC
(In reply to comment #1)
> libxfont was not built with --enable-type1, or maybe missing --enable-fc

I have built it with the build-from-tarballs script so I did not specify any
parameters manually.
Comment 3 David Ronis 2007-01-21 16:57:20 UTC
I manually added --enable-type1 (--enable-fc seems to be the default) and the
problem goes away.  



Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.