Your message dated Sun, 16 Mar 2008 16:02:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455139: fixed in krecordmydesktop 0.1~alpha1+debian-1.1
has caused the Debian Bug report #455139,
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.)


-- 
455139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455139
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: krecordmydesktop
Version: 0.1~alpha1+debian-1
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 krecordmydesktop_0.1~alpha1+debian-1 on em64t by 
> sbuild/amd64 0.53
...
> 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  
> -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith 
> -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
> -Wconversion -Wchar-subscripts -O2 -Wformat-security 
> -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT 
> krecordmydesktop.o -MD -MP -MF ".deps/krecordmydesktop.Tpo" \
>         -c -o krecordmydesktop.o `test -f 'krecordmydesktop.cpp' || echo 
> './'`krecordmydesktop.cpp; \
>       then mv -f ".deps/krecordmydesktop.Tpo" ".deps/krecordmydesktop.Po"; \
>       else rm -f ".deps/krecordmydesktop.Tpo"; exit 1; \
>       fi
> In file included from /usr/share/qt3/include/qwindowdefs.h:44,
>                  from /usr/share/qt3/include/qobject.h:43,
>                  from /usr/include/kde/kxmlguifactory.h:24,
>                  from /usr/include/kde/kmainwindow.h:24,
>                  from krecordmydesktop.h:31,
>                  from krecordmydesktop.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/share/qt3/include/qobject.h:45,
>                  from /usr/include/kde/kxmlguifactory.h:24,
>                  from /usr/include/kde/kmainwindow.h:24,
>                  from krecordmydesktop.h:31,
>                  from krecordmydesktop.cpp:22:
> /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/qmainwindow.h:42,
>                  from /usr/include/kde/kmainwindow.h:27,
>                  from krecordmydesktop.h:31,
>                  from krecordmydesktop.cpp:22:
> /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
> In file included from configDialog.h:8,
>                  from krecordmydesktop.h:39,
>                  from krecordmydesktop.cpp:22:
> configParameters.h: At global scope:
> configParameters.h:45: warning: 'typedef' was ignored in this declaration
> In file included from /usr/include/kde/klistbox.h:21,
>                  from /usr/include/kde/kjanuswidget.h:27,
>                  from /usr/include/kde/kdialogbase.h:27,
>                  from /usr/include/kde/kfiledialog.h:30,
>                  from configDialog.h:19,
>                  from krecordmydesktop.h:39,
>                  from krecordmydesktop.cpp:22:
> /usr/share/qt3/include/qlistbox.h: In member function 'int 
> QListBox::cellWidth() const':
> /usr/share/qt3/include/qlistbox.h:191: warning: conversion to 'int' from 
> 'long int' may alter its value
> /usr/share/qt3/include/qlistbox.h: In member function 'int 
> QListBox::cellWidth(int) const':
> /usr/share/qt3/include/qlistbox.h:192: warning: conversion to 'int' from 
> 'long int' may alter its value
> In file included from /usr/include/kde/kservicetype.h:24,
>                  from /usr/include/kde/kmimetype.h:33,
>                  from /usr/include/kde/kfiledialog.h:33,
>                  from configDialog.h:19,
>                  from krecordmydesktop.h:39,
>                  from krecordmydesktop.cpp:22:
> /usr/include/kde/ksycocaentry.h: In member function 'virtual void 
> KSycocaEntry::save(QDataStream&)':
> /usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from 
> 'Q_ULONG' may alter its value
> krecordmydesktop.cpp: In member function 'void 
> krecordmydesktop::slotStartRecording()':
> krecordmydesktop.cpp:118: error: 'rand' was not declared in this scope
> krecordmydesktop.cpp: In member function 'void 
> krecordmydesktop::slotQuitApp()':
> krecordmydesktop.cpp:480: error: 'exit' was not declared in this scope
> krecordmydesktop.cpp: In member function 'void 
> krecordmydesktop::slotRecordmydesktopStdout(KProcess*, char*, int)':
> krecordmydesktop.cpp:537: warning: conversion to 'int' from 'long unsigned 
> int' may alter its value
> make[4]: *** [krecordmydesktop.o] Error 1
> make[4]: Leaving directory `/build/tbm/krecordmydesktop-0.1~alpha1+debian/src'

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



--- End Message ---
--- Begin Message ---
Source: krecordmydesktop
Source-Version: 0.1~alpha1+debian-1.1

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

krecordmydesktop_0.1~alpha1+debian-1.1.diff.gz
  to pool/main/k/krecordmydesktop/krecordmydesktop_0.1~alpha1+debian-1.1.diff.gz
krecordmydesktop_0.1~alpha1+debian-1.1.dsc
  to pool/main/k/krecordmydesktop/krecordmydesktop_0.1~alpha1+debian-1.1.dsc
krecordmydesktop_0.1~alpha1+debian-1.1_i386.deb
  to 
pool/main/k/krecordmydesktop/krecordmydesktop_0.1~alpha1+debian-1.1_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.
Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> (supplier of updated 
krecordmydesktop 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, 16 Mar 2008 16:49:09 +0100
Source: krecordmydesktop
Binary: krecordmydesktop
Architecture: source i386
Version: 0.1~alpha1+debian-1.1
Distribution: unstable
Urgency: low
Maintainer: Luca Bedogni <[EMAIL PROTECTED]>
Changed-By: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>
Description: 
 krecordmydesktop - kde frontend to recordmydesktop
Closes: 455139
Changes: 
 krecordmydesktop (0.1~alpha1+debian-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix gcc-4.3 FTBFS using patch from Cyril Brulebois
     <[EMAIL PROTECTED]>. (Closes: #455139)
Files: 
 1e7e67f5bc24f917aabc905e201b74a1 711 graphics optional 
krecordmydesktop_0.1~alpha1+debian-1.1.dsc
 190acda47708b0cedaf40221afab92a9 34626 graphics optional 
krecordmydesktop_0.1~alpha1+debian-1.1.diff.gz
 307d2154c973ae818f0e76f42262be89 77376 graphics optional 
krecordmydesktop_0.1~alpha1+debian-1.1_i386.deb

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

iD8DBQFH3UKmmO5zOp3h7rERArzZAJ9EwPCmHEKXiTea/YLT9AOPJco0dACfaI1g
FHJ5mCG47vZIpHOZ0ewaal4=
=sCfe
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to