Your message dated Mon, 21 Dec 2009 00:20:30 +0000
with message-id <e1nmw0k-0000rd...@ries.debian.org>
and subject line Bug#553703: fixed in slim 1.3.1-4
has caused the Debian Bug report #553703,
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 ow...@bugs.debian.org
immediately.)


-- 
553703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: slim
Version: 1.3.1-2
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with GCC 4.4, which has 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-4.4/g++-4.4 from unstable.

> Automatic build of slim_1.3.1-2 on em64t by sbuild/amd64 0.53
...
> /usr/bin/g++ -Wall -I. -I/usr/include/freetype2 
> -I/usr/include/freetype2/config -I/usr/include/libpng12 -I/usr/include 
> -DPACKAGE=\"slim\" -DVERSION=\"1.3.1\" -DPKGDATADIR=\"/usr/share/slim\" 
> -DSYSCONFDIR=\"/etc\" -DHAVE_SHADOW -DUSE_PAM -c app.cpp -o app.o
> app.cpp: In member function 'void App::CreateServerAuth()':
> app.cpp:1173: error: 'uint16_t' was not declared in this scope
> app.cpp:1173: error: expected ';' before 'word'
> app.cpp:1174: error: 'uint8_t' was not declared in this scope
> app.cpp:1174: error: expected ';' before 'hi'
> app.cpp:1180: error: 'word' was not declared in this scope
> app.cpp:1181: error: 'lo' was not declared in this scope
> app.cpp:1182: error: 'hi' was not declared in this scope
> make[1]: *** [app.o] Error 1

--- app.cpp~    2009-11-01 23:01:38.000000000 +0000
+++ app.cpp     2009-11-01 23:02:06.000000000 +0000
@@ -12,6 +12,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <cstring>

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: slim
Source-Version: 1.3.1-4

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-4.diff.gz
  to main/s/slim/slim_1.3.1-4.diff.gz
slim_1.3.1-4.dsc
  to main/s/slim/slim_1.3.1-4.dsc
slim_1.3.1-4_i386.deb
  to main/s/slim/slim_1.3.1-4_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 553...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu <iwama...@debian.org> (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 ftpmas...@debian.org)


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

Format: 1.8
Date: Mon, 07 Dec 2009 23:15:33 +0900
Source: slim
Binary: slim
Architecture: source i386
Version: 1.3.1-4
Distribution: unstable
Urgency: low
Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Description: 
 slim       - desktop-independent graphical login manager for X11
Closes: 536541 553703
Changes: 
 slim (1.3.1-4) unstable; urgency=low
 .
   * Fix FTBFS with GCC 4.4. (Closes: #553703)
     Update patches/ftbfs_gcc_4.4.patch
   * Update 20slim_locale. (Closes: #536541)
Checksums-Sha1: 
 942b43ec499caf36278423c34b39ac25041129d6 1116 slim_1.3.1-4.dsc
 ef57f1c2483333d00676b3f846d3b342d908e3b7 661802 slim_1.3.1-4.diff.gz
 7adf06228cbe6be0f149bc80a37e26a6e00d4fa5 811986 slim_1.3.1-4_i386.deb
Checksums-Sha256: 
 2e7059b8c814636dbb4a86630d771d73fa57a73207989ac269bbe13e1ed02435 1116 
slim_1.3.1-4.dsc
 c6c0b35f29bad469a1b0471064d3816437eb468eda7d9644ccf06a56f232edaf 661802 
slim_1.3.1-4.diff.gz
 e003d4bf11eb294ad47d014e9e2dde0ecba1716475161954b9292ec6659eeb15 811986 
slim_1.3.1-4_i386.deb
Files: 
 03539a4090b033791cb2dd97638ea9f9 1116 x11 optional slim_1.3.1-4.dsc
 f5c3f4bb1090a382a1ffb76f00c4c144 661802 x11 optional slim_1.3.1-4.diff.gz
 2d36b1fb7d0e53f0979961076eba2a9c 811986 x11 optional slim_1.3.1-4_i386.deb

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

iEYEARECAAYFAksuvJoACgkQQSHHQzFw6+lelACfRmr5y1zrTT8lXY/YQHzAJ1jf
EjEAn1aIVUXWVtZ6GmroyS+3p71d0SEI
=PThh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to