[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 Mon, 17 Mar 2008 05:02:04 +0000
with message-id <E1Jb7U4-0000n8-9f@ries.debian.org>
and subject line Bug#417370: fixed in lineak-xosdplugin 1:0.9-6
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-6

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-6.diff.gz
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.9-6.diff.gz
lineak-xosdplugin_0.9-6.dsc
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.9-6.dsc
lineak-xosdplugin_0.9-6_i386.deb
  to pool/main/l/lineak-xosdplugin/lineak-xosdplugin_0.9-6_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.
James Vega <jamessan@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: Mon, 17 Mar 2008 00:35:43 -0400
Source: lineak-xosdplugin
Binary: lineak-xosdplugin
Architecture: source i386
Version: 1:0.9-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: James Vega <jamessan@debian.org>
Description: 
 lineak-xosdplugin - LinEAK On-Screen Display plugin
Closes: 417370
Changes: 
 lineak-xosdplugin (1:0.9-6) unstable; urgency=low
 .
   * QA Upload
   * Update fix-gcc43-ftbfs.dpath to fix remaining build problems.  (Closes:
     #417370)
   * debian/rules:
     - Include dpatch.make and make use of its (un)patch targets.
Files: 
 b76ab39a8253f147c7574cc7a6c9d4ea 841 x11 optional lineak-xosdplugin_0.9-6.dsc
 dee8066530f013a14b7344355b4619b5 3679 x11 optional lineak-xosdplugin_0.9-6.diff.gz
 8907cf6a77b648396daaa30e3ab88d7a 17032 x11 optional lineak-xosdplugin_0.9-6_i386.deb

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

iEYEARECAAYFAkfd9mIACgkQDb3UpmEybUA65ACeLycwQpi9XfNxePWEyOmvbeXz
wPoAniIEehgBF8BSlyF2J/Sbuhn5fTMx
=/5LV
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: