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

[Pkg-octave-devel] Bug#417487: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Fri, 25 May 2007 09:02:11 +0000
with message-id <E1HrVgZ-0000P9-4t@ries.debian.org>
and subject line Bug#417487: fixed in octave2.9 1:2.9.12-1
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: octave2.9
Version: 2.9.9-8etch1
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).  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.  I'll try to look into this problem but I don't know when
I'll have time.

> Automatic build of octave2.9_2.9.9-8etch1 on coconut0 by sbuild/ia64 0.49
...
> /usr/bin/g++ -c  -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -DHAVE_CONFIG_H  -Wall -W -Wshadow -Wold-style-cast -O2 data-conv.cc -o pic/data-conv.o
> data-conv.cc: In static member function 'static void oct_data_conv::string_to_data_type(const std::string&, int&, oct_data_conv::data_type&, oct_data_conv::data_type&)':
> data-conv.cc:285: error: 'atoi' was not declared in this scope
> data-conv.cc: In static member function 'static void oct_data_conv::string_to_data_type(const std::string&, int&, oct_data_conv::data_type&)':
> data-conv.cc:358: error: 'atoi' was not declared in this scope
> make[3]: *** [pic/data-conv.o] Error 1

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


--- End Message ---
--- Begin Message ---
Source: octave2.9
Source-Version: 1:2.9.12-1

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

octave2.9-doc_2.9.12-1_all.deb
  to pool/main/o/octave2.9/octave2.9-doc_2.9.12-1_all.deb
octave2.9-emacsen_2.9.12-1_all.deb
  to pool/main/o/octave2.9/octave2.9-emacsen_2.9.12-1_all.deb
octave2.9-headers_2.9.12-1_i386.deb
  to pool/main/o/octave2.9/octave2.9-headers_2.9.12-1_i386.deb
octave2.9-htmldoc_2.9.12-1_all.deb
  to pool/main/o/octave2.9/octave2.9-htmldoc_2.9.12-1_all.deb
octave2.9-info_2.9.12-1_all.deb
  to pool/main/o/octave2.9/octave2.9-info_2.9.12-1_all.deb
octave2.9_2.9.12-1.diff.gz
  to pool/main/o/octave2.9/octave2.9_2.9.12-1.diff.gz
octave2.9_2.9.12-1.dsc
  to pool/main/o/octave2.9/octave2.9_2.9.12-1.dsc
octave2.9_2.9.12-1_i386.deb
  to pool/main/o/octave2.9/octave2.9_2.9.12-1_i386.deb
octave2.9_2.9.12.orig.tar.gz
  to pool/main/o/octave2.9/octave2.9_2.9.12.orig.tar.gz
octave_2.9.12-1_all.deb
  to pool/main/o/octave2.9/octave_2.9.12-1_all.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 417487@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <rafael@debian.org> (supplier of updated octave2.9 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: Fri, 25 May 2007 06:06:51 +0200
Source: octave2.9
Binary: octave2.9-headers octave octave2.9-info octave2.9-htmldoc octave2.9 octave2.9-emacsen octave2.9-doc
Architecture: source all i386
Version: 1:2.9.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octave     - GNU Octave language for numerical computations (2.9 branch)
 octave2.9  - GNU Octave language for numerical computations (2.9 branch)
 octave2.9-doc - PDF documentation on the GNU Octave language (2.9 branch)
 octave2.9-emacsen - Emacs support for the GNU Octave language (2.9 branch)
 octave2.9-headers - header files for the GNU Octave language (2.9 branch)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (2.9 branch)
 octave2.9-info - GNU Info documentation on the GNU Octave language (2.9 branch)
Closes: 417487 423278 424381
Changes: 
 octave2.9 (1:2.9.12-1) unstable; urgency=low
 .
   [ Thomas Weber ]
   * New upstream release
     (2.9.11 had a problem when building, so we didn't package it)
   * data-conv.cc now #include's cstdlib (closes: #417487)
   * This release fixes the problem with handing empty matrices to fft.m
     (closes: #423278)
   * Dropped patches (applied upstream):
     + 50_doc-builtin-vars.dpatch
     + 50_glpk-pre-ifdef-logic.dpatch
     + 50_dont_resize_empty_dimensions.dpatch
     + 50_examples-use-gnuclient.dpatch
     + 50_syscalls-test-sleep.dpatch
   * New patch:
     + 50_fix_pkg_rebuild.m.dpatch: fix issue with pkg -rebuild, see
       http://www.nabble.com/Small-bug-in-%22pkg-rebuild%22-tf3807246.html
   * debian/in/control: Add build-dep on libcurl4-dev for the url* functions
 .
   [ Rafael Laboissiere ]
   * debian/in/control:
     + Build-depend on gs-gpl, such that building the package twice in a
       row will succeed (closes: #424381)
     + Since 2.9.12 is marked as the "testing" (AKA "recommended") version
       by the upstream author, the octave virtual package depends now on
       octave2.9.  Since the previous version of this package was
       1:2.1.73-13, we need to add an epoch to the version number in the
       2.9 branch.
Files: 
 98b33bbbb214f2995a3a8cf019646703 1312 math optional octave2.9_2.9.12-1.dsc
 2d6db5c0400671ccc039d1e2c52b4280 8974882 math optional octave2.9_2.9.12.orig.tar.gz
 453af5fdcfbe2cf080bc04cc683a4ef1 46731 math optional octave2.9_2.9.12-1.diff.gz
 6c88d11454b59b3102a28dcd52b520eb 8029522 math optional octave2.9_2.9.12-1_i386.deb
 0485b3ff0835941ee8f80cd87393714b 364802 math optional octave2.9-headers_2.9.12-1_i386.deb
 ee7edc8d1090456d2f81a53263dad301 2495750 doc optional octave2.9-doc_2.9.12-1_all.deb
 52bc05966e2a9c9be5318e5cf0f5602f 622828 math optional octave2.9-htmldoc_2.9.12-1_all.deb
 af9cbcfd4357ed97d53dfc959cd136ca 86842 math optional octave2.9-emacsen_2.9.12-1_all.deb
 5bfd6d866d2bd3d22356c966d7cb60fb 436300 math optional octave2.9-info_2.9.12-1_all.deb
 c638e35a6e3f3f598ed9dc1a307e83f6 64050 math optional octave_2.9.12-1_all.deb

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

iD8DBQFGVpgWk3oga0pdcv4RApZIAKCMH/BtYLnzDSYMKCoP+kqV1FlxEACfTwm5
TAhXtoxRajmLHDhC5Qxn3fY=
=KHve
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: