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

Bug#163998: marked as done (xserver-xfree86: Conflicting symbols in xtt and freetype modules)



Your message dated Wed, 9 Oct 2002 14:35:23 -0500
with message-id <20021009193523.GR3705@deadbeast.net>
and subject line Bug#163998: xserver-xfree86: Conflicting symbols in xtt and freetype modules
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Oct 2002 19:17:25 +0000
>From tadas@litnet.lt Wed Oct 09 14:17:25 2002
Return-path: <tadas@litnet.lt>
Received: from filtras.litnet.lt [193.219.61.61] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17zMKj-0006As-00; Wed, 09 Oct 2002 14:17:25 -0500
Received: by filtras.litnet.lt (Postfix, from userid 1003)
	id 07D183A3AC; Wed,  9 Oct 2002 21:17:01 +0200 (EET)
Received: from sonaras.ipv6.lt (sonaras.sc-uni.ktu.lt [193.219.61.13])
	by filtras.litnet.lt (Postfix) with ESMTP
	id C02903A659; Wed,  9 Oct 2002 21:17:00 +0200 (EET)
Received: from tadas by sonaras.ipv6.lt with local (Absurd mail) 
	id 17zMKC-00008r-00; Wed, 09 Oct 2002 21:16:52 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Tadas Miniotas" <tadas@ipv6.lt>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
Subject: xserver-xfree86: Conflicting symbols in xtt and freetype modules
X-Mailer: reportbug 2.2
Date: Wed, 09 Oct 2002 21:16:52 +0200
Message-Id: <[🔎] E17zMKC-00008r-00@sonaras.ipv6.lt>
Sender: Tadas Miniotas <tadas@litnet.lt>
Delivered-To: submit@bugs.debian.org

Package: xserver-xfree86
Version: 4.2.1-2
Severity: important
Tags: sid

Hello,

X server crashes when modules freetype and xtt are both enabled. Here is
the last message from /var/log/XFree86.log.0:

(II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
Duplicate symbol TT_FreeType_Version in
/usr/X11R6/lib/modules/fonts/libxtt.a:xttmodule.o
Also defined in /usr/X11R6/lib/modules/fonts/libfreetype.a

Fatal server error:
Module load failure

I am running Debian unstable with up to date packages as of 2002 10 09.
Kernel version 2.4.19. Following lines are output generated by
reportbug. Thanks :-)

-- Package-specific info:
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 RL/VR AGP
01:00.0 Class 0300: 1002:524c

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load 	"xtt"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Generic Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Rage 128"
	Driver		"ati"
EndSection

Section "Monitor"
	Identifier	"CTX PR711F"
	HorizSync	30-75
	VertRefresh	50-85
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Rage 128"
	Monitor		"CTX PR711F"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Generic Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

### END DEBCONF SECTION


-rw-r-----    1 root     root        12864 Oct  9 21:03 /var/log/XFree86.0.log

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sonaras 2.4.19 #1 Tue Sep 10 12:01:53 EET 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.10     Debian configuration management sy
ii  libc6                         2.2.5-15   GNU C Library: Shared libraries an
ii  xserver-common                4.2.1-2    files and utilities common to all 
ii  zlib1g                        1:1.1.4-4  compression library - runtime

-- debconf information excluded


---------------------------------------
Received: (at 163998-done) by bugs.debian.org; 9 Oct 2002 19:35:24 +0000
>From branden@deadbeast.net Wed Oct 09 14:35:24 2002
Return-path: <branden@deadbeast.net>
Received: from pcp942041pcs.cstltn01.in.comcast.net (apocalypse.deadbeast.net) [68.57.244.226] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17zMc8-0007bW-00; Wed, 09 Oct 2002 14:35:24 -0500
Received: by apocalypse.deadbeast.net (Postfix, from userid 1000)
	id 54EA3436E; Wed,  9 Oct 2002 14:35:23 -0500 (EST)
Date: Wed, 9 Oct 2002 14:35:23 -0500
From: Branden Robinson <branden@debian.org>
To: 163998-done@bugs.debian.org
Subject: Re: Bug#163998: xserver-xfree86: Conflicting symbols in xtt and freetype modules
Message-ID: <20021009193523.GR3705@deadbeast.net>
References: <[🔎] E17zMKC-00008r-00@sonaras.ipv6.lt>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="3XZQkxCYp0f/VEFS"
Content-Disposition: inline
In-Reply-To: <[🔎] E17zMKC-00008r-00@sonaras.ipv6.lt>
User-Agent: Mutt/1.4i
Mail-Copies-To: nobody
X-No-CC: I subscribe to this list; do not CC me on replies.
Delivered-To: 163998-done@bugs.debian.org


--3XZQkxCYp0f/VEFS
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Oct 09, 2002 at 09:16:52PM +0200, Tadas Miniotas wrote:
> X server crashes when modules freetype and xtt are both enabled. Here is
> the last message from /var/log/XFree86.log.0:
>=20
> (II) Loading /usr/X11R6/lib/modules/fonts/libxtt.a
> Duplicate symbol TT_FreeType_Version in
> /usr/X11R6/lib/modules/fonts/libxtt.a:xttmodule.o
> Also defined in /usr/X11R6/lib/modules/fonts/libfreetype.a
>=20
> Fatal server error:
> Module load failure

This is not a bug; you did not read the documentation.

Template: xserver-xfree86/config/modules
Type: multiselect
Choices: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, recor=
d, speedo, type1, vbe, xtt
Default: GLcore, bitmap, dbe, ddc, dri, extmod, freetype, glx, int10, recor=
d, speedo, type1, vbe
Description: Select the XFree86 server modules that should be loaded by def=
ault.
 It is possible to customize (or completely omit) the list of modules that =
the
 X server loads by default.  This option is for advanced users.  In most
 cases, all of these modules except xtt should be enabled.
 .
 The GLCore and glx modules enable software OpenGL rendering.  The dri modu=
le
 enables support in the X server for Direct Rendering Infrastructure (DRI).
 Note that support for DRI must also exist in the kernel, the video card, a=
nd
 the installed version of the Mesa libraries for hardware-accelerated 3D
 operations using DRI to work.  Otherwise, the server falls back to software
 rendering.
 .
 The vbe and ddc modules enable support for VESA BIOS Extensions and Data
 Display Channel, respectively.  These modules are used to query monitor
 capabilties via the video card.  The int10 module is a real-mode x86 emula=
tor
 that is used to softboot secondary VGA cards.  Note that the vbe module
 depends on the int10 module, so if wish to enable vbe, enable int10 as wel=
l.
 .
 The dbe module enables the double-buffering extension in the server, and is
 useful for animation and video operations.
 .
 The extmod module enables many traditional and commonly used extensions, s=
uch
 as shaped windows, shared memory, video mode switching, DGA, and Xv.  The
 record module implements the RECORD extension, commonly used in server
 testing.
 .
 The bitmap, freetype, speedo, type1, and xtt modules are all font
 rasterizers.  The freetype and xtt modules should not be enabled at the sa=
me
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^=
^^
 time, as they are incompatible.  The freetype module should be used for
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Western languages and anti-aliased font support; the xtt module should be
 used for East Asian character set support (specifically, for CID-keyed
 fonts).
 .
 For further information about these modules, please consult the XFree86
 documentation.
 .
 If you unsure what to do, leave all of the modules enabled except xtt.
 Advanced users may wish to disable all modules -- in which case no Modules
 section will be written to the X server configuration file -- and add their
 own Modules section to the file manually.

--=20
G. Branden Robinson                |    The first thing the communists do
Debian GNU/Linux                   |    when they take over a country is to
branden@debian.org                 |    outlaw cockfighting.
http://people.debian.org/~branden/ |    -- Oklahoma State Senator John Monks

--3XZQkxCYp0f/VEFS
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iEYEARECAAYFAj2khPsACgkQ6kxmHytGonyrPgCfZKau/kaeDvmsEzEmqvcELV0g
J2IAmwZ+xAofPaq5IxSzx+W+gmyHCvH5
=+xBY
-----END PGP SIGNATURE-----

--3XZQkxCYp0f/VEFS--



Reply to: