Your message dated Fri, 16 Oct 2009 04:17:47 +0000
with message-id <[email protected]>
and subject line Bug#505332: fixed in slim 1.3.1-2
has caused the Debian Bug report #505332,
regarding FTBFS with GCC 4.4: missing #include
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
505332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: slim
Version: 1.3.0-2
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch
Your package fails to build with the upcoming GCC 4.4. Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.
GCC 4.4 cleaned up some more C++ headers. You always have to #include
headers directly and cannot rely for things to be included indirectly.
You can reproduce this problem with gcc-snapshot from unstable.
> Automatic build of slim_1.3.0-2 on em64t by sbuild/amd64 0.53
...
> /usr/bin/g++ -Wall -I. -I/usr/X11R6/include -I/usr/include/freetype2
> -I/usr/include/freetype2/config -I/usr/include/libpng12 -I/usr/include
> -DPACKAGE=\"slim\" -DVERSION=\"1.3.0\" -DPKGDATADIR=\"/usr/share/slim\"
> -DSYSCONFDIR=\"/etc\" -DHAVE_SHADOW -DUSE_PAM -c switchuser.cpp -o
> switchuser.o
> switchuser.cpp: In member function 'void SwitchUser::SetClientAuth(const
> char*)':
> switchuser.cpp:59: error: 'remove' was not declared in this scope
> make[1]: *** [switchuser.o] Error 1
> make[1]: Leaving directory `/build/tbm/slim-1.3.0'
> make: *** [build-stamp] Error 2
--- switchuser.h~ 2008-11-11 19:40:18.000000000 +0000
+++ switchuser.h 2008-11-11 19:40:28.000000000 +0000
@@ -18,6 +18,7 @@
#include <pwd.h>
#include <grp.h>
#include <paths.h>
+#include <cstdio>
#include <iostream>
#include "const.h"
#include "cfg.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: slim
Source-Version: 1.3.1-2
We believe that the bug you reported is fixed in the latest version of
slim, which is due to be installed in the Debian FTP archive:
slim_1.3.1-2.diff.gz
to pool/main/s/slim/slim_1.3.1-2.diff.gz
slim_1.3.1-2.dsc
to pool/main/s/slim/slim_1.3.1-2.dsc
slim_1.3.1-2_i386.deb
to pool/main/s/slim/slim_1.3.1-2_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.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated slim 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.8
Date: Mon, 21 Sep 2009 15:52:33 +0900
Source: slim
Binary: slim
Architecture: source i386
Version: 1.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Description:
slim - desktop-independent graphical login manager for X11
Closes: 505332 510469 529306 536542
Changes:
slim (1.3.1-2) unstable; urgency=low
.
* Add Jens Peter Secher to Uploaders list.
* Update es.po (Closes: #510469)
* Fix FTBFS with GCC 4.4. (Closes: #505332)
* Fix insecure xauth secret. (Closes: #529306)
* Fix allows login as root without password. (Closes: #536542)
- Wrote explanation about this problem to README.Debian.
Checksums-Sha1:
5119604aacafbdaa7262c6354ea393c2ac9e0d74 1116 slim_1.3.1-2.dsc
ed59be2979a66da6991f6845f5a3139428423ca3 661700 slim_1.3.1-2.diff.gz
cd3bccc47f109c65e5b8332c968949be73328a45 817378 slim_1.3.1-2_i386.deb
Checksums-Sha256:
05bc56c6e0b8b1f7885528db5c95ce1eaf8a126a2d3ab64b82c0e0619124bf89 1116
slim_1.3.1-2.dsc
dec450826bf00393f7a4e5ddab0266c33bdec1b4340c886e1d6cd6b44d74d6a5 661700
slim_1.3.1-2.diff.gz
731d0ec9702594dd51154957b542a38896c4ee92cf36c8f98260751557b8edbf 817378
slim_1.3.1-2_i386.deb
Files:
6a2e27f370abb242163e3c2b10ddc266 1116 x11 optional slim_1.3.1-2.dsc
1feb39759d74b09e4823008f549573a6 661700 x11 optional slim_1.3.1-2.diff.gz
38f1310801713ba27b9cf03dce0385ea 817378 x11 optional slim_1.3.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrX7qUACgkQQSHHQzFw6+npRQCfeL+5qMhjIkD/J0lG0cNoLpzc
yDgAnigOADGH0YOhAkGVfylIGGcmWET8
=RjkV
-----END PGP SIGNATURE-----
--- End Message ---