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

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



Your message dated Tue, 12 Feb 2008 10:47:04 +0000
with message-id <E1JOsfI-00035R-EC@ries.debian.org>
and subject line Bug#417370: fixed in lineak-xosdplugin 1:0.9-5
has caused the Debian Bug report #417370,
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 owner@bugs.debian.org
immediately.)


-- 
417370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417370
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lineak-xosdplugin
Version: 1: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 (20070326-1 or higher)
from unstable.

> Automatic build of lineak-xosdplugin_1:0.9-4 on coconut0 by sbuild/ia64 0.49
...
>  ia64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -I/usr/include -I.. -I. -I -I/usr/include/lineak -I/usr/include -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT xosdctrl.lo -MD -MP -MF .deps/xosdctrl.Tpo -c xosdctrl.cpp  -fPIC -DPIC -o .libs/xosdctrl.o
> xosdctrl.cpp: In constructor 'xosdCtrl::xosdCtrl()':
> xosdctrl.cpp:87: error: 'atoi' was not declared in this scope
> xosdctrl.cpp: In member function 'virtual void xosdCtrl::init(LConfig&, bool)':
> xosdctrl.cpp:143: error: 'atoi' was not declared in this scope
> xosdctrl.cpp: In member function 'virtual void xosdCtrl::volume(float)':
> xosdctrl.cpp:271: warning: conversion to 'float' from 'double' may alter its value
> xosdctrl.cpp: In member function 'virtual void xosdCtrl::setColor(const std::string&)':
> xosdctrl.cpp:330: error: 'malloc' was not declared in this scope
> xosdctrl.cpp:335: error: 'free' was not declared in this scope
> make[3]: *** [xosdctrl.lo] Error 1

--- xosd_plugin/xosdctrl.cpp~	2007-04-02 13:16:28.000000000 +0000
+++ xosd_plugin/xosdctrl.cpp	2007-04-02 13:16:36.000000000 +0000
@@ -21,6 +21,7 @@
 #include <lineak/lconfig.h>
 #include <lineak/lineak_core_functions.h>
 
+#include <cstdlib>
 
 using namespace lineak_core_functions;
 using namespace std;

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


--- End Message ---
--- Begin Message ---
Source: lineak-xosdplugin
Source-Version: 1:0.9-5

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

lineak-xosdplugin_0.9-5.diff.gz
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.9-5.diff.gz
lineak-xosdplugin_0.9-5.dsc
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.9-5.dsc
lineak-xosdplugin_0.9-5_i386.deb
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.9-5_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 417370@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Winnertz <winnie@debian.org> (supplier of updated lineak-xosdplugin 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: Tue, 12 Feb 2008 11:16:20 +0100
Source: lineak-xosdplugin
Binary: lineak-xosdplugin
Architecture: source i386
Version: 1:0.9-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Patrick Winnertz <winnie@debian.org>
Description: 
 lineak-xosdplugin - LinEAK On-Screen Display plugin
Closes: 417370
Changes: 
 lineak-xosdplugin (1:0.9-5) unstable; urgency=low
 .
   * QA Upload
   * Add patch fix-gcc43-ftbfs.dpatch (Closes: #417370)
     + Added build dep dpatch
     + Modified rules to use dpatch
   * Bump Standardsversion to 3.7.3
   * Remove Homepage from Description and add it correctly.
   * Fix some lintian warnings/errors:
     + Move Section: in control to the right place
     + Don't ignore make clean errors in clean target
     + s/copyright/Copyright/ in debian/copyright in order to
       make lintian silent.
   * Bump debhelper build-depends to 5
     + set debian/compat to 5
Files: 
 d5b67dc442974c2dbec39b1287ddeb85 833 x11 optional lineak-xosdplugin_0.9-5.dsc
 a1b22018b5aed9875dc3697d31ca580d 3534 x11 optional lineak-xosdplugin_0.9-5.diff.gz
 c5a9cf6c3d6ff40d7e30187e830e0841 16976 x11 optional lineak-xosdplugin_0.9-5_i386.deb

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

iD8DBQFHsXdxzgm26bkTFDoRAl9zAKDPuA2Bb5UZZ4YQ5Pjd4i8gO+j8LgCgif3o
AGfW5b0UOhK1TM10NLEZ9Nc=
=e3j2
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: