Your message dated Sun, 28 Aug 2005 06:17:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323327: fixed in gnome-session 2.10.0-6
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; 16 Aug 2005 01:56:36 +0000
>From [EMAIL PROTECTED] Mon Aug 15 18:56:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E4qgu-0005S9-00; Mon, 15 Aug 2005 18:56:36 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7G1uZsU012771
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Mon, 15 Aug 2005 18:56:36 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1E4oY4-0001Jt-Fu
        for [EMAIL PROTECTED]; Mon, 15 Aug 2005 16:39:20 -0700
Date: Mon, 15 Aug 2005 16:39:20 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Unable to find X11/Xauth.h
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1023/Mon Aug 15 13:15:08 2005 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02


--GID0FwUMdk1T2AWN
Content-Type: multipart/mixed; boundary="xHFwDpU9dbj6ez1V"
Content-Disposition: inline


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

Package: gnome-session
Version: 2.10.0-5
Severity: serious
Tags: patch

gnome-session fails to build because it cannot find <X11/Xauth.h>:

> if cc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -DORBIT2=3D1 -pthread -I/us=
r/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/in=
clude/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/incl=
ude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/u=
sr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/li=
bart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/inclu=
de/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/u=
sr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/in=
clude/libxml2   -DPREFIX=3D\""/usr"\" -DSYSCONFDIR=3D\""/etc"\" -DLIBDIR=3D=
\""/usr/lib"\" -DDATADIR=3D\""/usr/share"\"  -Wall -Wmissing-prototypes   -=
DGNOMELOCALEDIR=3D\""/usr/share/locale\"" -DGCONF_SANITY_CHECK=3D\""/usr/li=
b/gconf2/gconf-sanity-check-2"\" -DGNOME_KEYRING_DAEMON=3D\""/usr/bin/gnome=
-keyring-daemon"\" -DGNOME_ICONDIR=3D\""/usr/share/pixmaps\"" -DREBOOT_COMM=
AND=3D\""\"" -DHALT_COMMAND=3D\""\"" -DRSH_COMMAND=3D\""\"" -DGCONFTOOL_CMD=
=3D\""/usr/bin/gconftool-2\"" -DDEFAULTDIR=3D"\"/usr/share/gnome\"" -DESD_S=
ERVER=3D"\"/usr/bin/esd\""    -g -Wall -O2 -MT gdm-logout-action.o -MD -MP =
-MF ".deps/gdm-logout-action.Tpo" \
>   -c -o gdm-logout-action.o `test -f 'gdm-logout-action.c' || echo './'`g=
dm-logout-action.c; \
> then mv -f ".deps/gdm-logout-action.Tpo" ".deps/gdm-logout-action.Po"; \
> else rm -f ".deps/gdm-logout-action.Tpo"; exit 1; \
> fi
> gdm-logout-action.c:41:23: error: X11/Xauth.h: No such file or directory
> gdm-logout-action.c: In function 'gdm_authenticate_connection':
> gdm-logout-action.c:145: error: 'Xauth' undeclared (first use in this fun=
ction)
> gdm-logout-action.c:145: error: (Each undeclared identifier is reported o=
nly once
> gdm-logout-action.c:145: error: for each function it appears in.)
> gdm-logout-action.c:145: error: 'xau' undeclared (first use in this funct=
ion)
> gdm-logout-action.c:168: warning: implicit declaration of function 'XauFi=
leName'
> gdm-logout-action.c:168: warning: assignment makes pointer from integer w=
ithout a cast
> gdm-logout-action.c:177: warning: implicit declaration of function 'XauRe=
adAuth'
> gdm-logout-action.c:183: error: 'FamilyLocal' undeclared (first use in th=
is function)
> gdm-logout-action.c:187: warning: implicit declaration of function 'XauDi=
sposeAuth'

Adding a build-dependency on libxau-dev fixes this problem.

--=20
Matt

--xHFwDpU9dbj6ez1V
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

diff -u gnome-session-2.10.0/debian/control gnome-session-2.10.0/debian/con=
trol
--- gnome-session-2.10.0/debian/control
+++ gnome-session-2.10.0/debian/control
@@ -2,9 +2,9 @@
 Section: gnome
 Priority: optional
 Maintainer: Josselin Mouette <[EMAIL PROTECTED]>
-Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]
bian.org>, Akira TAGOH <[EMAIL PROTECTED]>, Andreas Rottmann <[EMAIL PROTECTED]
rg>, Andrew Lau <[EMAIL PROTECTED]>, Carlos Perell=C3=B3 Mar=
=C3=ADn <[EMAIL PROTECTED]>, Ed Boraas <[EMAIL PROTECTED]>, Edd Dumbill <[EMAIL 
PROTECTED]
bian.org>, Emil Soleyman-Zomalan <[EMAIL PROTECTED]>, Gustavo Noronha Silva <=
[EMAIL PROTECTED]>, J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>, Joe Drew <[EMAIL 
PROTECTED]
ebian.org>, Johannes Rohr <[EMAIL PROTECTED]>, Jordi Mallach <[EMAIL PROTECTED]
=2Eorg>, Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>, Loic Minier <[EMAIL 
PROTECTED]
=2Eorg>, Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>, Ond=C5=99ej Sur=C3=BD <ond=
[EMAIL PROTECTED]>, Rob Bradford <[EMAIL PROTECTED]>, Robert McQueen <robot=
[EMAIL PROTECTED]>, Ross Burton <[EMAIL PROTECTED]>, Sebastien Bacher <[EMAIL 
PROTECTED]
bian.org>, Sjoerd Simons <[EMAIL PROTECTED]>, Takuo KITAME <[EMAIL PROTECTED]
rg>
+Uploaders: Debian GNOME Maintainers <[EMAIL PROTECTED]
bian.org>, Akira TAGOH <[EMAIL PROTECTED]>, Andreas Rottmann <[EMAIL PROTECTED]
rg>, Andrew Lau <[EMAIL PROTECTED]>, Carlos Perell=C3=B3 Mar=
=C3=ADn <[EMAIL PROTECTED]>, Cl=C3=A9ment Stenac <[EMAIL PROTECTED]>, Ed Bo=
raas <[EMAIL PROTECTED]>, Edd Dumbill <[EMAIL PROTECTED]>, Emil 
Soleyman-Zomalan =
<[EMAIL PROTECTED]>, Gustavo Noronha Silva <[EMAIL PROTECTED]>, J.H.M. Dassen 
(R=
ay) <[EMAIL PROTECTED]>, Joe Drew <[EMAIL PROTECTED]>, Johannes Rohr <jr.deb=
[EMAIL PROTECTED]>, Jordi Mallach <[EMAIL PROTECTED]>, Jose Carlos Garcia Sogo 
<j=
[EMAIL PROTECTED]>, Loic Minier <[EMAIL PROTECTED]>, Marc 'HE' Brockschmidt 
<[EMAIL PROTECTED]
ebian.org>, Ond=C5=99ej Sur=C3=BD <[EMAIL PROTECTED]>, Rob Bradford <[EMAIL 
PROTECTED]
bianplanet.org>, Robert McQueen <[EMAIL PROTECTED]>, Ross Burton <[EMAIL 
PROTECTED]
bian.org>, Sebastien Bacher <[EMAIL PROTECTED]>, Sjoerd Simons <[EMAIL 
PROTECTED]
an.org>, Takuo KITAME <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2
-Build-Depends: cdbs, liborbit2-dev (>=3D 2.10.2-1.1), intltool, libgnomeui=
-dev (>=3D 2.10), libgconf2-dev (>=3D 2.10), esound, libgnomecanvas2-dev (>=
=3D 2.10), libesd0-dev (>=3D 0.2.26), libgnomevfs2-dev (>=3D 2.10), gnome-p=
kg-tools, debhelper (>=3D 4.1.84), libx11-dev, libxt-dev, libice-dev, libsm=
-dev, libxrender-dev, libxrandr-dev, libxmu-dev
+Build-Depends: cdbs, liborbit2-dev (>=3D 2.10.2-1.1), intltool, libgnomeui=
-dev (>=3D 2.10), libgconf2-dev (>=3D 2.10), esound, libgnomecanvas2-dev (>=
=3D 2.10), libesd0-dev (>=3D 0.2.26), libgnomevfs2-dev (>=3D 2.10), gnome-p=
kg-tools, debhelper (>=3D 4.1.84), libx11-dev, libxt-dev, libice-dev, libsm=
-dev, libxrender-dev, libxrandr-dev, libxmu-dev, libxau-dev
=20
 Package: gnome-session
 Architecture: any
diff -u gnome-session-2.10.0/debian/control.in gnome-session-2.10.0/debian/=
control.in
--- gnome-session-2.10.0/debian/control.in
+++ gnome-session-2.10.0/debian/control.in
@@ -4,7 +4,7 @@
 Maintainer: Josselin Mouette <[EMAIL PROTECTED]>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.6.2
-Build-Depends: cdbs, liborbit2-dev (>=3D 2.10.2-1.1), intltool, libgnomeui=
-dev (>=3D 2.10), libgconf2-dev (>=3D 2.10), esound, libgnomecanvas2-dev (>=
=3D 2.10), libesd0-dev (>=3D 0.2.26), libgnomevfs2-dev (>=3D 2.10), gnome-p=
kg-tools, debhelper (>=3D 4.1.84), libx11-dev, libxt-dev, libice-dev, libsm=
-dev, libxrender-dev, libxrandr-dev, libxmu-dev
+Build-Depends: cdbs, liborbit2-dev (>=3D 2.10.2-1.1), intltool, libgnomeui=
-dev (>=3D 2.10), libgconf2-dev (>=3D 2.10), esound, libgnomecanvas2-dev (>=
=3D 2.10), libesd0-dev (>=3D 0.2.26), libgnomevfs2-dev (>=3D 2.10), gnome-p=
kg-tools, debhelper (>=3D 4.1.84), libx11-dev, libxt-dev, libice-dev, libsm=
-dev, libxrender-dev, libxrandr-dev, libxmu-dev, libxau-dev
=20
 Package: gnome-session
 Architecture: any

--xHFwDpU9dbj6ez1V--

--GID0FwUMdk1T2AWN
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFDASenfNdgYxVXvBARAhv9AJ4ghxO631Z+dLdgHTWSgGys6VerCgCeO8+D
UQ4Y7N1k1U4QL9XH+IXSuAY=
=xHVM
-----END PGP SIGNATURE-----

--GID0FwUMdk1T2AWN--

---------------------------------------
Received: (at 323327-close) by bugs.debian.org; 28 Aug 2005 13:19:53 +0000
>From [EMAIL PROTECTED] Sun Aug 28 06:19:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E9N21-0000rd-00; Sun, 28 Aug 2005 06:17:05 -0700
From: [EMAIL PROTECTED] (J.H.M. Dassen (Ray))
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323327: fixed in gnome-session 2.10.0-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 28 Aug 2005 06:17:05 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: gnome-session
Source-Version: 2.10.0-6

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

gnome-session_2.10.0-6.diff.gz
  to pool/main/g/gnome-session/gnome-session_2.10.0-6.diff.gz
gnome-session_2.10.0-6.dsc
  to pool/main/g/gnome-session/gnome-session_2.10.0-6.dsc
gnome-session_2.10.0-6_i386.deb
  to pool/main/g/gnome-session/gnome-session_2.10.0-6_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.
J.H.M. Dassen (Ray) <[EMAIL PROTECTED]> (supplier of updated gnome-session 
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: Sun, 28 Aug 2005 14:52:19 +0200
Source: gnome-session
Binary: gnome-session
Architecture: source i386
Version: 2.10.0-6
Distribution: unstable
Urgency: high
Maintainer: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>
Changed-By: J.H.M. Dassen (Ray) <[EMAIL PROTECTED]>
Description: 
 gnome-session - The GNOME 2 Session Manager
Closes: 320015 323327
Changes: 
 gnome-session (2.10.0-6) unstable; urgency=high
 .
   Matt Kraai <[EMAIL PROTECTED]>:
   * Added a build-dependency on libxau-dev to fix FTBFS. (Closes: #323327)
 .
   Loic Minier <[EMAIL PROTECTED]>:
   * Recommend the dbus-1-utils package as it is xorg starts a dbus session by
     default now (use-session-dbus in /etc/X11/Xsession.options).
     (Closes: #320015)
Files: 
 1fd3caaeda09e1c651e8ff4db900e81b 1819 gnome optional gnome-session_2.10.0-6.dsc
 a4393b9e94d0146ea12a6bde430603e4 23328 gnome optional 
gnome-session_2.10.0-6.diff.gz
 b30a672f5df2ee5d886073bbcc3a31b6 395580 gnome optional 
gnome-session_2.10.0-6_i386.deb

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

iD8DBQFDEbbkA+HB2Re6Rc4RArnRAJ4h6BAc0vr3WeVIJdkep1EMQv0m/gCeIo1Y
UFIFlES68cJr/A2TUBhozA8=
=lkPj
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to