Your message dated Thu, 06 Mar 2008 01:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455428: fixed in libccscript3 1.1.6-3
has caused the Debian Bug report #455428,
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.)


-- 
455428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455428
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libccscript3
Version: 1.1.6-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 libccscript3_1.1.6-2 on em64t by sbuild/amd64 0.53
...
> Making all in modules
> make[2]: Entering directory `/build/tbm/libccscript3-1.1.6/modules'
> g++ -DHAVE_CONFIG_H -I. -I. -I../src -I./../src   -fPIC -DPIC -g -Wall -O2 
> -D_GNU_SOURCE   -c -o math.o math.cpp
> math.cpp: In function 'long int ccscript3Extension::fRandom(long int*, 
> unsigned int)':
> math.cpp:78: error: 'rand' was not declared in this scope
> math.cpp:78: error: 'RAND_MAX' was not declared in this scope
> math.cpp: In function 'long int ccscript3Extension::fPi(long int*, unsigned 
> int)':
> math.cpp:97: error: 'atol' was not declared in this scope
> math.cpp: In member function 'const char* 
> ccscript3Extension::MathChecks::chkRandom(ost::Script::Line*, 
> ost::ScriptImage*)':
> math.cpp:180: error: 'atoi' was not declared in this scope
> math.cpp: In member function 'bool 
> ccscript3Extension::MathMethods::scrSeed()':
> math.cpp:215: error: 'atoi' was not declared in this scope
> math.cpp:215: error: 'srand' was not declared in this scope
> math.cpp: In member function 'bool 
> ccscript3Extension::MathMethods::scrRandom()':
> math.cpp:230: error: 'atoi' was not declared in this scope
> math.cpp:234: error: 'atoi' was not declared in this scope
> math.cpp:244: error: 'atoi' was not declared in this scope
> math.cpp:248: error: 'atoi' was not declared in this scope
> math.cpp:248: error: 'srand' was not declared in this scope
> math.cpp:252: error: 'atoi' was not declared in this scope
> math.cpp:256: error: 'atoi' was not declared in this scope
> math.cpp:260: error: 'atoi' was not declared in this scope
> math.cpp:264: error: 'atoi' was not declared in this scope
> math.cpp:283: error: 'rand' was not declared in this scope
> math.cpp:283: error: 'RAND_MAX' was not declared in this scope
> make[2]: *** [math.o] Error 1
> make[2]: Leaving directory `/build/tbm/libccscript3-1.1.6/modules'

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



--- End Message ---
--- Begin Message ---
Source: libccscript3
Source-Version: 1.1.6-3

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

libccscript3-1.1-0_1.1.6-3_i386.deb
  to pool/main/libc/libccscript3/libccscript3-1.1-0_1.1.6-3_i386.deb
libccscript3-dev_1.1.6-3_i386.deb
  to pool/main/libc/libccscript3/libccscript3-dev_1.1.6-3_i386.deb
libccscript3_1.1.6-3.diff.gz
  to pool/main/libc/libccscript3/libccscript3_1.1.6-3.diff.gz
libccscript3_1.1.6-3.dsc
  to pool/main/libc/libccscript3/libccscript3_1.1.6-3.dsc



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.
Faidon Liambotis <[EMAIL PROTECTED]> (supplier of updated libccscript3 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: Thu, 06 Mar 2008 02:52:00 +0200
Source: libccscript3
Binary: libccscript3-dev libccscript3-1.1-0
Architecture: source i386
Version: 1.1.6-3
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Faidon Liambotis <[EMAIL PROTECTED]>
Description: 
 libccscript3-1.1-0 - GNU Common C++ framework for embedded scripting
 libccscript3-dev - GNU Common C++ framework for embedded scripting
Closes: 455428
Changes: 
 libccscript3 (1.1.6-3) unstable; urgency=low
 .
   [ Kilian Krause ]
   * Download from correct URL.
   * Add dpkg-dev (>= 1.13.19) to Build-Depends for binary:Version
   * Add Homepage field as added in dpkg-dev 1.14.6.
 .
   [ Faidon Liambotis ]
   * Add XS-Vcs-Svn and XS-Vcs-Browser to debian/control.
   * Fix FTBFS with gcc 4.3, thanks to Cyril Brulebois! (Closes: #455428)
   * Use "Tcl" instead of "tcl" in the long description.
   * Bump Standards-Version to 3.7.3, no changes needed.
   * Add myself to Uploaders.
 .
   [ Mark Purcell ]
   * Cleanup get-orig-source VARS
Files: 
 fc4a2c335bbc68d6487fe53b6197d633 1005 libs optional libccscript3_1.1.6-3.dsc
 f6b74540118cb2bbde02f0fcff193109 3648 libs optional 
libccscript3_1.1.6-3.diff.gz
 fc0c3c4090706be8a26bf224d9d89ded 96426 libdevel optional 
libccscript3-dev_1.1.6-3_i386.deb
 27d7b81ab1d26057234455d5f97fc933 131460 libs optional 
libccscript3-1.1-0_1.1.6-3_i386.deb

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

iD8DBQFHz0DfVty5d8XpUzMRAriOAJ0fmd1oKzAR1r3tnC5nU2pvik8zugCeM20d
tQqLQeRRbrMLg2h+0Ua/th8=
=BSf1
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to