[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417294: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Wed, 20 Jun 2007 10:47:03 +0000
with message-id <E1I0xiJ-0006lu-8R@ries.debian.org>
and subject line Bug#417294: fixed in klineakconfig 0.9-5
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)

--- Begin Message ---
Package: klineakconfig
Version: 0.9-4
Usertags: ftbfs-gcc-4.3
Tags: patch

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).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of klineakconfig_0.9-4 on coconut0 by sbuild/ia64 0.49
...
> klineakdef.cpp: In member function 'virtual bool KlineakDef::x11Event(XEvent*)':
> klineakdef.cpp:63: warning: conversion to 'int' from 'unsigned int' may alter its value
> klineakdef.cpp: In member function 'QString KlineakDef::hashKbIdent()':
> klineakdef.cpp:160: error: 'getenv' was not declared in this scope
> klineakdef.cpp: In member function 'virtual QString KlineakDef::saveDefFile()':
> klineakdef.cpp:172: error: 'getenv' was not declared in this scope
> klineakdef.cpp: In member function 'virtual void KlineakDef::onSubmitButtonClicked()':
> klineakdef.cpp:294: error: 'getenv' was not declared in this scope
> klineakdef.cpp: In member function 'void KlineakDef::parseUserDef()':
> klineakdef.cpp:327: error: 'getenv' was not declared in this scope


--- klineakconfig/klineakdef.cpp~	2007-04-02 09:29:18.000000000 +0000
+++ klineakconfig/klineakdef.cpp	2007-04-02 09:29:26.000000000 +0000
@@ -22,6 +22,7 @@
 #include "klmailclient.h"
 #include <qpushbutton.h>
 #include <qstring.h>
+#include <cstdlib>
 #include <iostream>
 #include <lineak/lkbd.h>
 #include <lineak/saver.h>

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


--- End Message ---
--- Begin Message ---
Source: klineakconfig
Source-Version: 0.9-5

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

klineakconfig_0.9-5.diff.gz
  to pool/main/k/klineakconfig/klineakconfig_0.9-5.diff.gz
klineakconfig_0.9-5.dsc
  to pool/main/k/klineakconfig/klineakconfig_0.9-5.dsc
klineakconfig_0.9-5_amd64.deb
  to pool/main/k/klineakconfig/klineakconfig_0.9-5_amd64.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 417294@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Ablassmeier <abi@debian.org> (supplier of updated klineakconfig 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 20 Jun 2007 12:34:38 +0200
Source: klineakconfig
Binary: klineakconfig
Architecture: source amd64
Version: 0.9-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Michael Ablassmeier <abi@debian.org>
Description: 
 klineakconfig - KDE configurator for lineakd
Closes: 417294 424459
Changes: 
 klineakconfig (0.9-5) unstable; urgency=low
 .
   * QA upload.
   * Remove po/*.gmo on clean, so package can be built
     twice in a row. Files are generated during build.
     Closes: #424459
   * Add Patch by tbm in order to make Package buildable
     with gcc 4.3. Closes: #417294
Files: 
 d383d1528de4fc3196014c02a4e5b4dd 781 x11 optional klineakconfig_0.9-5.dsc
 751007f2ffe7fb7fc90e6c458d1c15b9 7483 x11 optional klineakconfig_0.9-5.diff.gz
 f6e94d3d1b597a12ed8ce2a0de059a59 145660 x11 optional klineakconfig_0.9-5_amd64.deb

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

iD8DBQFGeQRyEFV7g4B8rCURAvqTAKDBeALxv4BV9UPFgyE3A886q+irCACdGBZC
scPnS43i1iQiI1PhGAyvnno=
=JolA
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: