Bug#458634: glib2.0: FTBFS: undefined reference to `g_type_module_register_type'

2008-01-02 Thread Lucas Nussbaum
Package: glib2.0
version: 2.14.4-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080101 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Note that the build was done using parallel=8, which might be related.

Relevant part:

/bin/sh ../../libtool --mode=link gcc  -Wall -g -O2  -Wl,-z,defs -Wl,-O1 -o 
ifaceinherit  ifaceinherit.o libtestgobject.la ../../gobject/libgobject-2.0.la  
echo { global:  .libs/libgobject-2.0.ver
 cat .libs/libgobject-2.0.exp | sed -e s/\(.*\)/\1;/  
.libs/libgobject-2.0.ver
 echo local: *; };  .libs/libgobject-2.0.ver
 gcc -shared  .libs/gboxed.o .libs/gclosure.o .libs/genums.o .libs/gobject.o 
.libs/gparam.o .libs/gparamspecs.o .libs/gsignal.o .libs/gsourceclosure.o 
.libs/gtype.o .libs/gtypemodule.o .libs/gtypeplugin.o .libs/gvalue.o 
.libs/gvaluearray.o .libs/gvaluetransform.o .libs/gvaluetypes.o  
-L/build/user/glib2.0-2.14.4/debian/install/deb/usr/lib -L/usr/lib -lglib-2.0  
-Wl,-z -Wl,defs -Wl,-O1 -Wl,-soname -Wl,libgobject-2.0.so.0 -Wl,-version-script 
-Wl,.libs/libgobject-2.0.ver -o .libs/libgobject-2.0.so.0.1400.4
 /usr/bin/install -c -m 644 /build/user/glib2.0-2.14.4/gobject/gparam.h 
/build/user/glib2.0-2.14.4/debian/install/udeb/usr/include/glib-2.0/gobject/gparam.h
gcc -Wall -g -O2 -Wl,-z -Wl,defs -Wl,-O1 -o .libs/defaultiface defaultiface.o  
./.libs/libtestgobject.a ../../gobject/.libs/libgobject-2.0.so 
/build/user/glib2.0-2.14.4/debian/build/deb/glib/.libs/libglib-2.0.so -lpcre 
 /usr/bin/install -c -m 644 /build/user/glib2.0-2.14.4/gobject/gparamspecs.h 
/build/user/glib2.0-2.14.4/debian/install/udeb/usr/include/glib-2.0/gobject/gparamspecs.h
defaultiface.o: In function `test_dynamic_iface_register':
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:129: undefined 
reference to `g_type_module_register_type'
defaultiface.o: In function `test_static_iface_get_type':
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:59: undefined reference 
to `g_type_register_static'
defaultiface.o: In function `main':
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:185: undefined 
reference to `g_type_init'
defaultiface.o: In function `test_static_iface':
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:68: undefined reference 
to `g_type_default_interface_peek'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:72: undefined reference 
to `g_type_default_interface_ref'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:76: undefined reference 
to `g_type_default_interface_peek'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:80: undefined reference 
to `g_type_default_interface_unref'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:83: undefined reference 
to `g_type_default_interface_peek'
defaultiface.o: In function `test_dynamic_iface':
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:148: undefined 
reference to `g_type_default_interface_peek'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:152: undefined 
reference to `g_type_default_interface_ref'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:157: undefined 
reference to `g_type_default_interface_peek'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:161: undefined 
reference to `g_type_default_interface_unref'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:165: undefined 
reference to `g_type_default_interface_peek'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:169: undefined 
reference to `g_type_default_interface_ref'
/build/user/glib2.0-2.14.4/tests/gobject/defaultiface.c:174: undefined 
reference to `g_type_default_interface_unref'
./.libs/libtestgobject.a(testmodule.o): In function `test_module_get_type':
/build/user/glib2.0-2.14.4/tests/gobject/testmodule.c:36: undefined reference 
to `g_type_module_get_type'
/build/user/glib2.0-2.14.4/tests/gobject/testmodule.c:36: undefined reference 
to `g_type_register_static'
./.libs/libtestgobject.a(testmodule.o): In function `test_module_new':
/build/user/glib2.0-2.14.4/tests/gobject/testmodule.c:58: undefined reference 
to `g_object_new'
/build/user/glib2.0-2.14.4/tests/gobject/testmodule.c:64: undefined reference 
to `g_type_module_use'
/build/user/glib2.0-2.14.4/tests/gobject/testmodule.c:65: undefined reference 
to `g_type_module_unuse'
collect2: ld returned 1 exit status
 /usr/bin/install -c -m 644 /build/user/glib2.0-2.14.4/gobject/gsignal.h 
/build/user/glib2.0-2.14.4/debian/install/udeb/usr/include/glib-2.0/gobject/gsignal.h
make[6]: *** [defaultiface] Error 1

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/01/01

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not 

WINNING NOTICE FOR CATEGORY A (PLEASE, ACT SWIFTLY).

2008-01-02 Thread Peter Segage
Sir/Madam,

Metropolitan Lottery SA Announce today, 2nd Jenuary 2008
as one of the lucky winners of the Metropolitan Promotion SA.
Your email address emerged as one of our winners of
$1,500,000.00 in the Category A, Draws held on the 31st
of Decemmber 2007 our Email promotional draws from 21,000
E-addresses of individuals/companies computer Ballot all
over the world. Attached with Ref NO:Eagle-PF23-711W-9,
Batch No: 46-184-WAN with serial NO:215-18 drew the lucky
numbers 06,13,26,33,43,46.This won the 2007 draw of Your winnings
should be claimed from our paying Bank. (EAGLE FINANCE LIMITED)
Contact Person: Mr. Douglas Magoro. Foreign Operation Dept.
EAGLE FINANCE LTD. Tel: 27 713 220 366/ 27 730 399 509,
Email: [EMAIL PROTECTED]
Yours sincerely,
Peter Segage.

 

___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers


Processed: reassign 458023 to libxul0d

2008-01-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 reassign 458023 libxul0d
Bug#458023: system not responding after drag and drop url
Bug reassigned from package `epiphany-browser,liferea,gedit' to `libxul0d'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers


dh_pysupport: Python-Depends dependencies can’t be wrapped

2008-01-02 Thread Josselin Mouette
Package: python-support
Version: 0.7.5

Le dimanche 30 décembre 2007 à 22:28 +0100, Loïc Minier a écrit :
 On Tue, Dec 25, 2007, [EMAIL PROTECTED] wrote:
  * Unwrap the Python-Depends field, wrapping it doesn’t work. This 
brings back the dependency on python-pyorbit. Closes: #457297.
 
  Do I understand correctly that this is a python-support or debhelper
  bug?  I checked the python-support and debhelper BTS pages and didn't
  see any recent python-support upload either, but would like this to be
  fixed, could you confirm the issue has been reported already?

This is a limitation of dh_pysupport but it hasn’t been reported
otherwise yet. I’ll probably fix it in the next upload. It wasn’t done
in the first time because debhelper doesn’t provide any facility to
parse the control file.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

Bug#458734: /usr/games/sol: sol manpage and --help do not document --freecell option

2008-01-02 Thread Josh Triplett
Package: gnome-games
Version: 1:2.20.2-1
Severity: normal
File: /usr/games/sol

sol has a --freecell option which starts a new game of Freecell.
However, the sol manpage and --help output do not document this
option.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-games depends on:
ii  gnome-games-data1:2.20.2-1   data files for the GNOME games
ii  gnuchess5.07-4   Plays a game of chess, either agai
ii  guile-1.8-libs  1.8.3+1-1Main Guile libraries
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.12-2 The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libgcc1 1:4.2.2-4GCC support library
ii  libgconf2-4 2.20.1-2 GNOME configuration database syste
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgnutls13 2.0.4-1  the GNU TLS library - runtime libr
ii  libgstreamer0.10-0  0.10.15-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  librsvg2-2  2.18.2-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.18.2-1 SAX-based renderer library for SVG
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.1.3-1X11 client-side library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  python  2.4.4-6  An interactive high-level object-o
ii  python-gnome2   2.20.1-1 Python bindings for the GNOME desk
ii  python-gnome2-desktop   2.20.0-1 Python bindings for the GNOME desk
ii  python-gtk2 2.12.0-2 Python bindings for the GTK+ widge
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

Versions of packages gnome-games recommends:
ii  gnome-games-extra-data2.20.0-1   games for the GNOME desktop (extra
ii  python-gtkglext1  1.1.0-3GtkGLext python bindings
ii  python-opengl 3.0.0~a6-4 Python bindings to OpenGL

-- no debconf information




___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers


Bug#458754: sound-juicer: plays track 1 even if deselected

2008-01-02 Thread brian m. carlson

Package: sound-juicer
Version: 2.20.1-1
Severity: minor

When I insert a CD and deselect track 1, leaving tracks 2, 3, 5, 7, 9, 
and 14 selected, and then double-click on track 2 (in the Track column) 
so as to cause it to play track 2, sound-juicer plays track 1, even 
though it should play track 2 (and even though it indicates that track 2 
is the one playing).


This occurs regardless of which tracks I select, as long as I don't 
select track 1 (in which case, it properly plays track 1).  In other 
words, it always plays track 1 first.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sound-juicer depends on:
ii  gconf2  2.20.1-2 GNOME configuration database syste
ii  gstreamer0.10-gnomevfs  0.10.15-4GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-b 0.10.15-4GStreamer plugins from the base 
ii  gstreamer0.10-plugins-g 0.10.6-4 GStreamer plugins from the good 
ii  hal 0.5.10-5 Hardware Abstraction Layer

ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.2-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.12-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3-20071130-1 GCC support library
ii  libgconf2-4 2.20.1-2 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgnome-media0 2.20.1-3 runtime libraries for the GNOME me
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgstreamer0.10-0  0.10.15-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
ii  libhal1 0.5.10-5 Hardware Abstraction Layer - share

ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libmusicbrainz4c2a  2.1.5-1  Second generation incarnation of t
ii  libnautilus-burn4   2.20.0-1 Nautilus Burn Library - runtime ve
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.3-20071130-1   The GNU Standard C++ Library v3
ii  libx11-62:1.1.3-1X11 client-side library
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

Versions of packages sound-juicer recommends:
ii  eject 2.1.5-6ejects CDs and operates CD-Changer

-- no debconf information

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
a typesetting engine: http://crustytoothpaste.ath.cx/~bmc/code/thwack

Bug#194370: burgeon aftereffect

2008-01-02 Thread Hunterfj Peoples
dont you wont larger member
http://www.Erisgant.com

Etta





___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers


Chegou uma recomendacao de um amigo

2008-01-02 Thread Ana
Você foi recomendado por um Amigo!
Um amigo seu visitou nosso site e recomendou seu e-mail:
Seu amigo acessou nosso site e recomendou que você conhecesse nossos cursos. 
Acesse http://www.cursos24horas.vai.la e confira suas opções.

Quem Somos?
O Cursos 24 Horas é um site que busca o aprendizado dos seus alunos através de 
cursos pela internet. Você recebe as apostilas do curso, faz as provas pela 
internet e recebe seu certificado pelos correios na sua casa. Veja mais 
http://www.cursos24horas.vai.la

Quanto Custa?
O preço dos cursos varia de R$ 20 a R$ 40, sendo que o valor é uma taxa única, 
você tem o curso inteiro disponível ao pagá-la.
É uma forma simples e barata de aprender e incrementar seu currículo. Se você 
pretende subir na sua carreira, fazer cursos é um ótimo começo. Veja mais 
http://www.cursos24horas.vai.la

Como Funciona?
Você se cadastra no site, inscreve-se no curso desejado, efetua o pagamento por 
depósito bancário e logo em seguida o curso já é liberado para você. Você pode 
acessar as apostilas do seu curso, pode tirar as dúvidas on-line com um 
professor especializado, faz as provas pela internet e recebe seu certificado 
em casa. 
http://www.cursos24horas.vai.la

Para mais detalhes, acesse http://www.cursos24horas.vai.la e veja as vantagens 
de fazer um curso conosco.

Seu e-mail foi recomendado por um amigo que visitou nosso site. Por questões de 
privacidade, não guardamos dados sobre a pessoa que recomendou, nem sobre quem 
ela recomenda. Seu e-mail não foi armazenado, e você não receberá um novo 
e-mail (a menos que essa pessoa recomende-a novamente). Se o caso se repetir, e 
você achar que alguém está abusando do nosso serviço, envie um e-mail para 
[EMAIL PROTECTED] e comunique-nos para tomarmos as devidas providências.
___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

Bug#458802: gdm: segfault at shutdown / restart

2008-01-02 Thread Dominique Brazziel
Package: gdm
Version: 2.20.2-1
Severity: normal

I've been receiving a segmentation fault on three different machines at shutdown
or restart time.  The following message appears on the console and in the 
kernel log:

Jan  2 17:15:18 dell2400 kernel: gdm[9258]: segfault at 00ea4320 
rip 2b79ff78e4da rsp 7fffae42b860 error 4

The remainding console messages (i.e. stopping all processes etc.) may or may 
not appear after
this message.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdm depends on:
ii  adduser  3.105   add and remove users and groups
ii  debconf [debconf-2.0]1.5.17  Debian configuration management sy
ii  gksu 2.0.0-5 graphical frontend to su
ii  gnome-session2.20.2-1The GNOME 2 Session Manager
ii  gnome-terminal [x-termin 2.18.3-1The GNOME 2 terminal emulator appl
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libatk1.0-0  1.20.0-1The ATK accessibility toolkit
ii  libattr1 1:2.4.39-1  Extended attribute shared library
ii  libc62.7-5   GNU C Library: Shared libraries
ii  libcairo21.4.10-1+lenny2 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.1.1-3 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.74-1  simple interprocess messaging syst
ii  libdmx1  1:1.0.2-2   X11 Distributed Multihead extensio
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libglade2-0  1:2.6.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.14.3-1The GLib library of C routines
ii  libgnomecanvas2-02.20.1.1-1  A powerful object-oriented display
ii  libgtk2.0-0  2.12.1-1The GTK+ graphical user interface 
ii  libpam-modules   0.99.7.1-5  Pluggable Authentication Modules f
ii  libpam-runtime   0.99.7.1-5  Runtime support for the PAM librar
ii  libpam0g 0.99.7.1-5  Pluggable Authentication Modules l
ii  libpango1.0-01.18.3-1Layout and rendering of internatio
ii  librsvg2-2   2.18.2-1SAX-based renderer library for SVG
ii  librsvg2-common  2.18.2-1SAX-based renderer library for SVG
ii  libselinux1  2.0.15-2+b1 SELinux shared libraries
ii  libwrap0 7.6.dbs-14  Wietse Venema's TCP wrappers libra
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxau6  1:1.0.3-2   X11 authorisation library
ii  libxdmcp61:1.0.2-2   X11 Display Manager Control Protoc
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxi6   2:1.1.3-1   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxml2  2.6.30.dfsg-3   GNOME XML library
ii  lsb-base 3.1-24  Linux Standard Base 3.1 init scrip
ii  metacity [x-window-manag 1:2.20.1-1  A lightweight GTK2 based Window Ma
ii  twm [x-window-manager]   1:1.0.3-2   Tab window manager
ii  xbase-clients1:7.2.ds2-2 miscellaneous X clients
ii  xterm [x-terminal-emulat 229-1   X terminal emulator

Versions of packages gdm recommends:
ii  dialog1.1-20071028-1 Displays user-friendly dialog boxe
pn  gdm-themesnone (no description available)
ii  whiptail  0.52.2-11.1Displays user-friendly dialog boxe
pn  xserver-xephyr | xnestnone (no description available)
ii  xserver-xorg  1:7.2-5the X.Org X server
ii  zenity2.20.1-1   Display graphical dialog boxes fro

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm



___
pkg-gnome-maintainers mailing list
pkg-gnome-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers


Bug#458094: gdm: test

2008-01-02 Thread Mike Hommey
Package: gdm
Version: 2.20.2-1
Followup-For: Bug #458094

Subject: gdm: Same happens here
Followup-For: Bug #458094
Package: gdm
Version: 2.20.2-1

The same happens for me. Not only it fails to start a new X server, but
it is also unable to start a Xephyr or Xnest server in a window (and
gives an error message on the console in this case too, which is quite
interesting).

It start to works after adding servers with the configuration tool.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdm depends on:
ii  adduser3.105 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.17Debian configuration management sy
ii  gksu   2.0.0-5   graphical frontend to su
ii  gnome-session  2.20.2-1  The GNOME 2 Session Manager
ii  gnome-terminal [x-terminal 2.18.3-1  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libattr1   1:2.4.39-1Extended attribute shared library
ii  libc6  2.7-5 GNU C Library: Shared libraries
ii  libcairo2  1.4.12-2  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libdmx11:1.0.2-2 X11 Distributed Multihead extensio
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.4-2  The GLib library of C routines
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgtk2.0-02.12.3-2  The GTK+ graphical user interface 
ii  libpam-modules 0.99.7.1-5Pluggable Authentication Modules f
ii  libpam-runtime 0.99.7.1-5Runtime support for the PAM librar
ii  libpam0g   0.99.7.1-5Pluggable Authentication Modules l
ii  libpango1.0-0  1.18.3-1  Layout and rendering of internatio
ii  librsvg2-2 2.18.2-1  SAX-based renderer library for SVG
ii  librsvg2-common2.18.2-1  SAX-based renderer library for SVG
ii  libselinux12.0.15-2+b1   SELinux shared libraries
ii  libwrap0   7.6.dbs-14Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.3-2 X11 authorisation library
ii  libxdmcp6  1:1.0.2-2 X11 Display Manager Control Protoc
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.30.dfsg-3 GNOME XML library
ii  lsb-base   3.1-24Linux Standard Base 3.1 init scrip
ii  metacity [x-window-manager 1:2.20.1-1A lightweight GTK2 based Window Ma
ii  xbase-clients  1:7.3+9   miscellaneous X clients - metapack

Versions of packages gdm recommends:
ii  dialog 1.1-20071028-1Displays user-friendly dialog boxe
pn  gdm-themes none(no description available)
ii  whiptail   0.52.2-11.1   Displays user-friendly dialog boxe
ii  xserver-xephyr 2:1.4.1~git20071212-2 nested X server
ii  xserver-xorg   1:7.3+9   the X.Org X server
ii  zenity 2.20.1-1  Display graphical dialog boxes fro

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gdm depends on:
ii  adduser3.105 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.17Debian configuration management sy
ii  gksu   2.0.0-5   graphical frontend to su
ii  gnome-session  2.20.2-1  The GNOME 2 Session Manager
ii  gnome-terminal [x-terminal 2.18.3-1  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libattr1