Your message dated Tue, 29 Apr 2008 15:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#454826: fixed in kxneur 0.8.0+svn20080310-2
has caused the Debian Bug report #454826,
regarding FTBFS with GCC 4.3: missing #includes
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.)


-- 
454826: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454826
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kxneur
Version: 0.6.2-2
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.


> Automatic build of kxneur_0.6.2-2 on em64t by sbuild/amd64 0.53
...
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/build/tbm/kxneur-0.6.2/po'
> Making all in src
> make[3]: Entering directory `/build/tbm/kxneur-0.6.2/src'
> if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
> -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  
> -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
> -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security 
> -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
> -fno-check-new -fno-common  -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o 
> main.o main.cpp; \
>       then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f 
> ".deps/main.Tpo"; exit 1; fi
> In file included from /usr/share/qt3/include/qtextstream.h:43,
>                  from /usr/share/qt3/include/qtl.h:43,
>                  from /usr/share/qt3/include/qvaluelist.h:42,
>                  from /usr/include/kde/kaboutdata.h:22,
>                  from main.cpp:22:
> /usr/share/qt3/include/qstring.h: In member function 'char QChar::latin1() 
> const':
> /usr/share/qt3/include/qstring.h:194: warning: conversion to 'char' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void 
> QChar::setCell(uchar)':
> /usr/share/qt3/include/qstring.h:219: warning: conversion to 'ushort' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In member function 'void 
> QChar::setRow(uchar)':
> /usr/share/qt3/include/qstring.h:220: warning: conversion to 'ushort' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 'QChar::QChar(uchar, uchar)':
> /usr/share/qt3/include/qstring.h:264: warning: conversion to 'ushort' from 
> 'int' may alter its value
> /usr/share/qt3/include/qstring.h: In constructor 
> 'QStringData::QStringData(QChar*, uint, uint)':
> /usr/share/qt3/include/qstring.h:362: warning: conversion to 'unsigned 
> int:30' from 'uint' may alter its value
> /usr/share/qt3/include/qstring.h:362: warning: conversion to 'unsigned 
> int:30' from 'uint' may alter its value
> In file included from /usr/include/kde/kaboutdata.h:24,
>                  from main.cpp:22:
> /usr/share/qt3/include/qimage.h: In member function 'bool 
> QImageTextKeyLang::operator<(const QImageTextKeyLang&) const':
> /usr/share/qt3/include/qimage.h:58: warning: suggest parentheses around && 
> within ||
> In file included from /usr/share/qt3/include/qobject.h:45,
>                  from /usr/share/qt3/include/qwidget.h:43,
>                  from /usr/share/qt3/include/qdesktopwidget.h:40,
>                  from /usr/share/qt3/include/qapplication.h:42,
>                  from /usr/include/kde/kapplication.h:38,
>                  from /usr/include/kde/kuniqueapplication.h:24,
>                  from kxneur.h:30,
>                  from main.cpp:25:
> /usr/share/qt3/include/qevent.h: In member function 'void 
> QDropEvent::setAction(QDropEvent::Action)':
> /usr/share/qt3/include/qevent.h:520: warning: conversion to 'unsigned char' 
> from 'uint' may alter its value
> In file included from /usr/share/qt3/include/qwidget.h:49,
>                  from /usr/share/qt3/include/qdesktopwidget.h:40,
>                  from /usr/share/qt3/include/qapplication.h:42,
>                  from /usr/include/kde/kapplication.h:38,
>                  from /usr/include/kde/kuniqueapplication.h:24,
>                  from kxneur.h:30,
>                  from main.cpp:25:
> /usr/share/qt3/include/qsizepolicy.h: In member function 'void 
> QSizePolicy::transpose()':
> /usr/share/qt3/include/qsizepolicy.h:122: warning: conversion to 'uchar' from 
> 'uint' may alter its value
> /usr/share/qt3/include/qsizepolicy.h:122: warning: conversion to 'uchar' from 
> 'uint' may alter its value
> main.cpp: In function 'int main(int, char**)':
> main.cpp:52: error: 'exit' was not declared in this scope
> make[3]: *** [main.o] Error 1
> make[3]: Leaving directory `/build/tbm/kxneur-0.6.2/src'
> make[2]: *** [all-recursive] Error 1

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



--- End Message ---
--- Begin Message ---
Source: kxneur
Source-Version: 0.8.0+svn20080310-2

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

kxneur_0.8.0+svn20080310-2.diff.gz
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-2.diff.gz
kxneur_0.8.0+svn20080310-2.dsc
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-2.dsc
kxneur_0.8.0+svn20080310-2_i386.deb
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-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.
Alexander GQ Gerasiov <[EMAIL PROTECTED]> (supplier of updated kxneur 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: Tue, 29 Apr 2008 13:19:38 +0400
Source: kxneur
Binary: kxneur
Architecture: source i386
Version: 0.8.0+svn20080310-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov <[EMAIL PROTECTED]>
Changed-By: Alexander GQ Gerasiov <[EMAIL PROTECTED]>
Description: 
 kxneur     - KDE frontend for xneur keyboard layout switcher
Closes: 454826 477042
Changes: 
 kxneur (0.8.0+svn20080310-2) unstable; urgency=low
 .
   * Fix for FTBFS with gcc 4.3. Thanks Cyril Brulebois for patch.
     (Closes: #454826, #477042.)
Checksums-Sha1: 
 c3021f00c36a6b8996ada26c99b374bad4e5f647 1230 kxneur_0.8.0+svn20080310-2.dsc
 550d577f2c47df9c3343e68211252e9319d0c100 8691 
kxneur_0.8.0+svn20080310-2.diff.gz
 c1bfc74f4eab68732fedd1d2e7649f9c83a59078 95056 
kxneur_0.8.0+svn20080310-2_i386.deb
Checksums-Sha256: 
 f1cda04fb46b9678496ef3305a255624dc6956b5c6fc9725a2549df6ba3a1c8a 1230 
kxneur_0.8.0+svn20080310-2.dsc
 be810282a13e48f7956e250671abb993ee67058e1f08f1af59ba390990abcc5f 8691 
kxneur_0.8.0+svn20080310-2.diff.gz
 8ed3bf455cc2fdf7999f11226e0e75b814630025dc346d10fe550acb1c05c970 95056 
kxneur_0.8.0+svn20080310-2_i386.deb
Files: 
 061d6fb0fb931eb9c783813f65db582f 1230 x11 optional 
kxneur_0.8.0+svn20080310-2.dsc
 14ab03ed2dc59d959ff6af14fa7522cc 8691 x11 optional 
kxneur_0.8.0+svn20080310-2.diff.gz
 94a58db1e52938c758226fe48b85c540 95056 x11 optional 
kxneur_0.8.0+svn20080310-2_i386.deb

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

iD8DBQFIFzf3v3x5OskTLdsRAuY+AKC5BRrR+1mdoDre9Ymnpeb//kbC+ACZAZNB
+Olizlp985WQpRjZHeQdiEg=
=hVPD
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to