Your message dated Sat, 01 Feb 2003 13:17:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#178358: fixed in gnomesu 0.2.99-3
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; 25 Jan 2003 15:02:44 +0000
>From [EMAIL PROTECTED] Sat Jan 25 09:02:43 2003
Return-path: <[EMAIL PROTECTED]>
Received: from (mf2.bredband.net) [195.54.106.37] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18cRpS-0004yu-00; Sat, 25 Jan 2003 09:02:42 -0600
Received: from laga ([213.113.204.118]) by mf2.bredband.net with ESMTP
          id <[EMAIL PROTECTED]>
          for <[EMAIL PROTECTED]>; Sat, 25 Jan 2003 16:01:40 +0100
Received: from lpha ([192.168.21.23] helo=lpha.ch.lugn.nu)
        by laga with smtp (Exim 3.35 #1 (Debian))
        id 18cRoR-00034B-00
        for <[EMAIL PROTECTED]>; Sat, 25 Jan 2003 16:01:39 +0100
Received: by lpha.ch.lugn.nu (sSMTP sendmail emulation); Sat, 25 Jan 2003 
16:01:39 +0100
Date: Sat, 25 Jan 2003 16:01:39 +0100
From: Martin Samuelsson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: xserver-xfree86: new xserver doesn't start (alpha specific bug?)
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG"
Content-Disposition: inline
X-PGP-Fingerprint: 1497 20D0 96A3 B9FF 26BD FD2B 814A 6221 6F80 43E2
User-Agent: Mutt/1.5.3i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.4 required=5.0
        tests=PGP_SIGNATURE_2,SPAM_PHRASE_00_01,USER_AGENT,
              USER_AGENT_MUTT
        version=2.41
X-Spam-Level: 


--1UWUbFP1cBYEclgG
Content-Type: multipart/mixed; boundary="/04w6evG8XlLl3ft"
Content-Disposition: inline


--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: xserver-xfree86
Version: 4.2.1-5
Severity: normal

It seems like the xserver in this new version is impossible to start. My
guess is that this is a platform specific bug to the alpha port.

An identical configuration file and a few other tried worked with
4.2.1-3 (4.2.1-4 failed compilation according to
http://buildd.debian.org/).

To my eyes the error seems to be with loadable modules. The following
two lines are repeated several thousand times in XFree86.0.log.

Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17

I'm attaching a stripped down version. Since the file has 15752 lines.

Please let me know if I can provide any additional information.

-- Package-specific info:
01:0a.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP (=
rev 5c)
01:0a.0 Class 0300: 1002:4750 (rev 5c)

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make cha=
nges
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.

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"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "se"
        Option          "XkbOptions"    "ctrl:nocaps"
EndSection

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

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

Section "Device"
        Identifier      "3D Rage Pro 215GP"
        Driver          "ati"
EndSection

Section "Monitor"
        Identifier      "digital"
        HorizSync       30-130
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "3D Rage Pro 215GP"
        Monitor         "digital"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1920x1440" "1856x1392" "1792x1344" "1600x1200" 
"1280x1024" "1280x=
960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1920x1440" "1856x1392" "1792x1344" "1600x1200" 
"1280x1024" "1280x=
960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1920x1440" "1856x1392" "1792x1344" "1600x1200" 
"1280x1024" "1280x=
960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1920x1440" "1856x1392" "1792x1344" "1600x1200" 
"1280x1024" "1280x=
960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1920x1440" "1856x1392" "1792x1344" "1600x1200" 
"1280x1024" "1280x=
960" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1920x1440" "1856x1392" "1792x1344" "1600x1200" 
"1280x1024" "1280x=
960" "1152x864" "1024x768" "800x600" "640x480"
        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

-- System Information:
Debian Release: testing/unstable
Architecture: alpha
Kernel: Linux lpha 2.4.17-xfs #1 Mon May 13 06:40:11 CEST 2002 alpha
Locale: LANG=3DC, LC_CTYPE=3DC

Versions of packages xserver-xfree86 depends on:
ii  debconf                       1.2.21     Debian configuration managemen=
t sy
ii  libc6.1                       2.3.1-10   GNU C Library: Shared librarie=
s an
ii  xserver-common                4.2.1-5    files and utilities common to =
all=20
ii  zlib1g                        1:1.1.4-9  compression library - runtime

-- debconf information:
* xserver-xfree86/config/device/identifier: 3D Rage Pro 215GP
* xserver-xfree86/config/monitor/screen-size: 21 inches (530 mm) or more
* xserver-xfree86/config/device/use_fbdev: false
* xserver-xfree86/config/monitor/selection-method: Simple
  xserver-xfree86/config/doublequote_in_string_error:=20
* shared/default-x-server: xserver-xfree86
* xserver-xfree86/config/inputdevice/mouse/emulate3buttons: true
* xserver-xfree86/config/device/bus_id:=20
* xserver-xfree86/config/inputdevice/keyboard/layout: se
  xserver-xfree86/config/monitor/horiz-sync: 30-130
* xserver-xfree86/config/monitor/identifier: digital
  shared/no_known_x-server:=20
  xserver-xfree86/autodetect_mouse: true
* xserver-xfree86/config/device/video_ram:=20
  xserver-xfree86/config/monitor/mode-list: 1280x960 @ 60Hz
* xserver-xfree86/config/monitor/lcd: false
  xserver-xfree86/config/inputdevice/keyboard/internal:=20
* xserver-xfree86/clobber_XF86Config-4: false
* xserver-xfree86/config/inputdevice/keyboard/rules: xfree86
  xserver-xfree86/aware_XF86Config-4:=20
  xserver-xfree86/multiple_possible_x-drivers:=20
* xserver-xfree86/config/inputdevice/keyboard/model: pc105
* xserver-xfree86/config/write_dri_section: true
* xserver-xfree86/config/device/driver: ati
  xserver-xfree86/config/monitor/vert-refresh: 50-160
* xserver-xfree86/config/display/default_depth: 24
* xserver-xfree86/config/inputdevice/mouse/zaxismapping: false
* xserver-xfree86/config/display/modes: 1920x1440, 1856x1392, 1792x1344, 16=
00x1200, 1280x1024, 1280x960, 1152x864, 1024x768, 800x600, 640x480
  shared/clobber_x-server_symlink: false
  xserver-xfree86/config/inputdevice/mouse/retry_detection:=20
  xserver-xfree86/config/device/bus_id_error:=20
* xserver-xfree86/config/modules: GLcore, bitmap, dbe, ddc, dri, extmod, fr=
eetype, glx, int10, record, speedo, type1, vbe
* xserver-xfree86/config/inputdevice/keyboard/options: ctrl:nocaps
  xserver-xfree86/move_existing_nondebconf_config: false
  xserver-xfree86/config/nonnumeric_string_error:=20
* xserver-xfree86/config/inputdevice/mouse/protocol: PS/2
  shared/multiple_possible_x-servers:=20
* xserver-xfree86/config/null_string_error:=20
* xserver-xfree86/manage_config_with_debconf: true
  xserver-xfree86/config/monitor/range_input_error:=20
* xserver-xfree86/autodetect_video_card: true
* xserver-xfree86/config/inputdevice/keyboard/variant:=20
* xserver-xfree86/config/inputdevice/mouse/port: /dev/misc/psaux
* xserver-xfree86/config/write_files_section: true
  xserver-xfree86/autodetect_monitor: true

--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename="XFree86.0.log.trimmed"
Content-Transfer-Encoding: quoted-printable


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.2.1.1 (Debian 4.2.1-5 20030122215527 [EMAIL PROTECTED]
org) / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 October 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.17 alpha [ELF]=20
Module Loader present
Markers: (--) probed, (**) from config file, (=3D=3D) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(=3D=3D) Log file: "/var/log/XFree86.0.log", Time: Sat Jan 25 15:31:44 2003
(=3D=3D) Using config file: "/etc/X11/XF86Config-4"
(=3D=3D) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "digital"
(**) |   |-->Device "3D Rage Pro 215GP"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "se"
(**) XKB: layout: "se"
(**) Option "XkbOptions" "ctrl:nocaps"
(**) XKB: options: "ctrl:nocaps"
(=3D=3D) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Generic Mouse"
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/lib/X11/fonts/Speedo" does not exist.
        Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts=
/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Typ=
e1,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(=3D=3D) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(=3D=3D) ModulePath set to "/usr/X11R6/lib/modules"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
=2E
=2E
=2E
(II) Module bitmap: vendor=3D"The XFree86 Project"
        compiled for 4.2.1.1, module version =3D 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font (null)
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 18
=2E
=2E
=2E
(II) Module pcidata: vendor=3D"The XFree86 Project"
        compiled for 4.2.1.1, module version =3D 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:03:0: chip 1011,0019 card 0000,0000 rev 30 class 02,00,00 hdr =
00
(II) PCI: 00:07:0: chip 1080,c693 card 0000,0000 rev 00 class 06,01,00 hdr =
80
(II) PCI: 00:07:1: chip 1080,c693 card 0000,0000 rev 00 class 01,01,80 hdr =
80
(II) PCI: 00:07:2: chip 1080,c693 card 0000,0000 rev 00 class 01,01,00 hdr =
80
(II) PCI: 00:07:3: chip 1080,c693 card 0000,0000 rev 00 class 0c,03,10 hdr =
80
(II) PCI: 00:14:0: chip 1011,0024 card 0000,0000 rev 02 class 06,04,00 hdr =
01
(II) PCI: 01:04:0: chip 1077,1020 card 0000,0000 rev 05 class 01,00,00 hdr =
00
(II) PCI: 01:0a:0: chip 1002,4750 card 1002,4750 rev 5c class 03,00,00 hdr =
00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 18
=2E
=2E
=2E
(II) Module scanpci: vendor=3D"The XFree86 Project"
        compiled for 4.2.1.1, module version =3D 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus 1: bridge is at (0:20:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
        [1] -1 0        0x00009400 - 0x000094ff (0x100) IX[B]
        [2] -1 0        0x00009800 - 0x000098ff (0x100) IX[B]
        [3] -1 0        0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1 0        0x09100000 - 0x0affffff (0x1f00000) MX[B]
(II) Bus 1 prefetchable memory range:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x00 (VGA_EN is cleared)
(II) Bus 0 I/O range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:10:0) unknown vendor (0x1002) unknown chipset (0x4750) rev 92,=
 Mem @ 0x0a000000/24, 0x09131000/12, I/O @ 0x9400/8, BIOS @ 0x09100000/17
(II) Addressable bus resource ranges are
        [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1 0        0x00000000 - 0xffffffff (0x0) IX[B]
(II) OS-reported resource ranges:
        [0] -1 0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1 0        0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1 0        0xffffffff - 0xffffffff (0x1) IX[B]
        [4] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1 0        0x09130000 - 0x09130fff (0x1000) MX[B]
        [1] -1 0        0x09050000 - 0x09050fff (0x1000) MX[B]
        [2] -1 0        0x09040000 - 0x0904ffff (0x10000) MX[B]
        [3] -1 0        0x09051000 - 0x0905107f (0x80) MX[B]
        [4] -1 0        0x09100000 - 0x0911ffff (0x20000) MX[B](B)
        [5] -1 0        0x09131000 - 0x09131fff (0x1000) MX[B](B)
        [6] -1 0        0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
        [7] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
        [8] -1 0        0x00000374 - 0x00000377 (0x4) IX[B]
        [9] -1 0        0x00000170 - 0x00000177 (0x8) IX[B]
        [10] -1 0       0x00008080 - 0x0000808f (0x10) IX[B]
        [11] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]
        [12] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [13] -1 0       0x00008000 - 0x0000807f (0x80) IX[B]
        [14] -1 0       0x00009400 - 0x000094ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1 0        0x09130000 - 0x09130fff (0x1000) MX[B]
        [1] -1 0        0x09050000 - 0x09050fff (0x1000) MX[B]
        [2] -1 0        0x09040000 - 0x0904ffff (0x10000) MX[B]
        [3] -1 0        0x09051000 - 0x0905107f (0x80) MX[B]
        [4] -1 0        0x09100000 - 0x0911ffff (0x20000) MX[B](B)
        [5] -1 0        0x09131000 - 0x09131fff (0x1000) MX[B](B)
        [6] -1 0        0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
        [7] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
        [8] -1 0        0x00000374 - 0x00000377 (0x4) IX[B]
        [9] -1 0        0x00000170 - 0x00000177 (0x8) IX[B]
        [10] -1 0       0x00008080 - 0x0000808f (0x10) IX[B]
        [11] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]
        [12] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [13] -1 0       0x00008000 - 0x0000807f (0x80) IX[B]
        [14] -1 0       0x00009400 - 0x000094ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1 0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1 0        0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1 0        0xffffffff - 0xffffffff (0x1) IX[B]
        [4] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1 0        0xffffffff - 0xffffffff (0x1) MX[B]
        [1] -1 0        0x00000000 - 0x00000000 (0x1) MX[B]
        [2] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1 0        0x09130000 - 0x09130fff (0x1000) MX[B]
        [4] -1 0        0x09050000 - 0x09050fff (0x1000) MX[B]
        [5] -1 0        0x09040000 - 0x0904ffff (0x10000) MX[B]
        [6] -1 0        0x09051000 - 0x0905107f (0x80) MX[B]
        [7] -1 0        0x09100000 - 0x0911ffff (0x20000) MX[B](B)
        [8] -1 0        0x09131000 - 0x09131fff (0x1000) MX[B](B)
        [9] -1 0        0x0a000000 - 0x0affffff (0x1000000) MX[B](B)
        [10] -1 0       0xffffffff - 0xffffffff (0x1) IX[B]
        [11] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [13] -1 0       0x00000374 - 0x00000377 (0x4) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x00008080 - 0x0000808f (0x10) IX[B]
        [16] -1 0       0x000003f4 - 0x000003f7 (0x4) IX[B]
        [17] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [18] -1 0       0x00008000 - 0x0000807f (0x80) IX[B]
        [19] -1 0       0x00009400 - 0x000094ff (0x100) IX[B](B)
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skip "/usr/X11R6/lib/modules/extensions/libGLcore.a:debug_xform.o": No symb=
ols found
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
=2E
=2E
=2E
(II) Module GLcore: vendor=3D"The XFree86 Project"
        compiled for 4.2.1.1, module version =3D 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Loading font (null)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
Elf_RelocateEntry() Unsupported relocation type 18
Elf_RelocateEntry() Unsupported relocation type 17
=2E
=2E
=2E
(II) Module dbe: vendor=3D"The XFree86 Project"
        compiled for 4.2.1.1, module version =3D 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension 0=AEq =01
Symbol __glXLastContext from module /usr/X11R6/lib/modules/extensions/libGL=
core.a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXFree from module /usr/X11R6/lib/modules/extensions/libGLcore.a =
is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!
Symbol __glXMalloc from module /usr/X11R6/lib/modules/extensions/libGLcore.=
a is unresolved!

Fatal server error:
Caught signal 4.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]


--/04w6evG8XlLl3ft--

--1UWUbFP1cBYEclgG
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQE+MqbRgUpiIW+AQ+IRAkMHAJ9DXw4UUVXn6rRD3sII3jyVJqDNZACgjbdy
pro7w5lfqlR+BOuKDHYgZ5A=
=4WZE
-----END PGP SIGNATURE-----

--1UWUbFP1cBYEclgG--

---------------------------------------
Received: (at 178358-close) by bugs.debian.org; 1 Feb 2003 18:23:07 +0000
>From [EMAIL PROTECTED] Sat Feb 01 12:23:07 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 18f2IE-0004YT-00; Sat, 01 Feb 2003 12:23:07 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
        id 18f2CW-000553-00; Sat, 01 Feb 2003 13:17:12 -0500
From: Ari Pollak <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.29 $
Subject: Bug#178358: fixed in gnomesu 0.2.99-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 01 Feb 2003 13:17:12 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
gnomesu, which is due to be installed in the Debian FTP archive:

gnomesu_0.2.99-3.diff.gz
  to pool/main/g/gnomesu/gnomesu_0.2.99-3.diff.gz
gnomesu_0.2.99-3.dsc
  to pool/main/g/gnomesu/gnomesu_0.2.99-3.dsc
gnomesu_0.2.99-3_i386.deb
  to pool/main/g/gnomesu/gnomesu_0.2.99-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ari Pollak <[EMAIL PROTECTED]> (supplier of updated gnomesu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 31 Jan 2003 12:43:59 -0500
Source: gnomesu
Binary: gnomesu
Architecture: source i386
Version: 0.2.99-3
Distribution: unstable
Urgency: low
Maintainer: Ari Pollak <[EMAIL PROTECTED]>
Changed-By: Ari Pollak <[EMAIL PROTECTED]>
Description: 
 gnomesu    - Allow users to run commands as root, after prompting for password
Closes: 178358 178406 178633 179221
Changes: 
 gnomesu (0.2.99-3) unstable; urgency=low
 .
   * Argh. Forgot to update the Maintainer field. (Closes: #178406,
     #178633, #178358, 179221)
Files: 
 b0b5c3e0640dfa7289ca718facad7971 641 admin optional gnomesu_0.2.99-3.dsc
 00a05322b9cecfc427a2fbbf21b6929f 14725 admin optional gnomesu_0.2.99-3.diff.gz
 6056c4020f839bc4009b6336489644f8 89400 admin optional gnomesu_0.2.99-3_i386.deb

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

iD8DBQE+PAyswO+u47cOQDsRAh5cAJ41QGWu8YHtHaJwJQWLxwQWxS6aKQCgimfm
QxOREGdX0NJJ5Iy1Eh/6RSM=
=EOH9
-----END PGP SIGNATURE-----


Reply via email to