Your message dated Wed, 15 Aug 2007 07:47:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420896: fixed in gnuradio 3.0.4-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: gnuradio
Version: 3.0.3-1
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. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in the near
future.)
> Automatic build of gnuradio_3.0.3-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -DHAVE_CONFIG_H -I. -I. -I../../../..
> -I../../../../gnuradio-core/src/lib/runtime
> -I../../../../gnuradio-core/src/lib/general
> -I../../../../gnuradio-core/src/lib/general
> -I../../../../gnuradio-core/src/lib/filter
> -I../../../../gnuradio-core/src/lib/filter
> -I../../../../gnuradio-core/src/lib/reed-solomon
> -I../../../../gnuradio-core/src/lib/io
> -I../../../../gnuradio-core/src/lib/g72x
> -I../../../../gnuradio-core/src/lib/omnithread
> -I../../../../gnuradio-core/src/lib/swig
> -I../../../../gnuradio-core/src/lib/swig -g -O2 -Wall -Woverloaded-virtual
> -pthread -MT gr_dispatcher.lo -MD -MP -MF .deps/gr_dispatcher.Tpo -c
> gr_dispatcher.cc -fPIC -DPIC -o .libs/gr_dispatcher.o
> gr_dispatcher.cc: In member function 'void gr_dispatcher::loop(double)':
> gr_dispatcher.cc:177: error: 'perror' was not declared in this scope
> make[6]: *** [gr_dispatcher.lo] Error 1
> make[6]: Leaving directory
> `/build/tbm/gnuradio-3.0.3/gnuradio-core/src/lib/runtime'
--- gnuradio-core/src/lib/runtime/gr_dispatcher.cc~ 2007-04-25
08:27:57.000000000 +0000
+++ gnuradio-core/src/lib/runtime/gr_dispatcher.cc 2007-04-25
08:28:35.000000000 +0000
@@ -27,6 +27,7 @@
#include <gr_dispatcher.h>
#include <math.h>
#include <errno.h>
+#include <stdio.h>
#ifdef HAVE_SELECT
# ifdef HAVE_SYS_SELECT_H
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: gnuradio
Source-Version: 3.0.4-1
We believe that the bug you reported is fixed in the latest version of
gnuradio, which is due to be installed in the Debian FTP archive:
gnuradio-doc_3.0.4-1_all.deb
to pool/main/g/gnuradio/gnuradio-doc_3.0.4-1_all.deb
gnuradio-examples_3.0.4-1_all.deb
to pool/main/g/gnuradio/gnuradio-examples_3.0.4-1_all.deb
gnuradio_3.0.4-1.diff.gz
to pool/main/g/gnuradio/gnuradio_3.0.4-1.diff.gz
gnuradio_3.0.4-1.dsc
to pool/main/g/gnuradio/gnuradio_3.0.4-1.dsc
gnuradio_3.0.4-1_i386.deb
to pool/main/g/gnuradio/gnuradio_3.0.4-1_i386.deb
gnuradio_3.0.4.orig.tar.gz
to pool/main/g/gnuradio/gnuradio_3.0.4.orig.tar.gz
libgnuradio-core0-dev_3.0.4-1_i386.deb
to pool/main/g/gnuradio/libgnuradio-core0-dev_3.0.4-1_i386.deb
libgnuradio-core0c2a-dbg_3.0.4-1_i386.deb
to pool/main/g/gnuradio/libgnuradio-core0c2a-dbg_3.0.4-1_i386.deb
libgnuradio-core0c2a_3.0.4-1_i386.deb
to pool/main/g/gnuradio/libgnuradio-core0c2a_3.0.4-1_i386.deb
libusrp0-dev_3.0.4-1_i386.deb
to pool/contrib/g/gnuradio/libusrp0-dev_3.0.4-1_i386.deb
libusrp0c2a-dbg_3.0.4-1_i386.deb
to pool/contrib/g/gnuradio/libusrp0c2a-dbg_3.0.4-1_i386.deb
libusrp0c2a_3.0.4-1_i386.deb
to pool/contrib/g/gnuradio/libusrp0c2a_3.0.4-1_i386.deb
python-gnuradio_3.0.4-1_i386.deb
to pool/main/g/gnuradio/python-gnuradio_3.0.4-1_i386.deb
python-usrp_3.0.4-1_i386.deb
to pool/contrib/g/gnuradio/python-usrp_3.0.4-1_i386.deb
usrp-doc_3.0.4-1_all.deb
to pool/main/g/gnuradio/usrp-doc_3.0.4-1_all.deb
usrp-firmware_3.0.4-1_all.deb
to pool/contrib/g/gnuradio/usrp-firmware_3.0.4-1_all.deb
usrp_3.0.4-1_i386.deb
to pool/contrib/g/gnuradio/usrp_3.0.4-1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated gnuradio 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: Tue, 14 Aug 2007 22:38:32 -0600
Source: gnuradio
Binary: libusrp0c2a usrp-doc libgnuradio-core0c2a gnuradio libusrp0c2a-dbg
python-usrp libusrp0-dev gnuradio-examples gnuradio-doc
libgnuradio-core0c2a-dbg python-gnuradio libgnuradio-core0-dev usrp
usrp-firmware
Architecture: source all i386
Version: 3.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description:
gnuradio - Software Defined Radio
gnuradio-doc - Software Defined Radio
gnuradio-examples - Example programs to test and use GNU Radio
libgnuradio-core0-dev - Software Defined Radio
libgnuradio-core0c2a - Software Defined Radio
libgnuradio-core0c2a-dbg - Software Defined Radio
libusrp0-dev - development library files for the USRP
libusrp0c2a - client side library for the USRP
libusrp0c2a-dbg - client side library debugging symbols for the USRP
python-gnuradio - Python bindings for GNU Radio
python-usrp - Python binding for the USRP client side library
usrp - control applications and firmware for the USRP
usrp-doc - Software Defined Radio with USRP
usrp-firmware - control applications and firmware for the USRP
Closes: 420896
Changes:
gnuradio (3.0.4-1) unstable; urgency=low
.
* new upstream version
* fix build failure with gcc-4.3 by adding a #include, closes: #420896
Files:
dd3d14f452f349f6f48f3d31c59ca12e 1141 comm optional gnuradio_3.0.4-1.dsc
d04b446fc76687272e64259d36d78b0e 3381051 comm optional
gnuradio_3.0.4.orig.tar.gz
0739c1c368d99ac7bc881ff77dd0e03b 7936 comm optional gnuradio_3.0.4-1.diff.gz
db058b5c86112ef912e59c4c6a4b314f 10682 comm optional gnuradio_3.0.4-1_i386.deb
6e72c1e47aa2c0bac1c08655dab8d56f 196404 libdevel optional
libgnuradio-core0-dev_3.0.4-1_i386.deb
7f4276dd7ff1aa3d6fef90602b30ab0e 527144 libs optional
libgnuradio-core0c2a_3.0.4-1_i386.deb
711945ed0d094f8d5cc2afd89d514598 4683606 libdevel optional
libgnuradio-core0c2a-dbg_3.0.4-1_i386.deb
52b9ebd52f8b9ef6bfde2796eb471449 54156 contrib/comm optional
usrp_3.0.4-1_i386.deb
ff7f2f30dd448c85bf705a87c9b824c1 17220 contrib/libdevel optional
libusrp0-dev_3.0.4-1_i386.deb
7117255096018cff8fb19ae4e89ea208 48164 contrib/libs optional
libusrp0c2a_3.0.4-1_i386.deb
1b50a2822b01252de0823c4f211cfdac 126116 contrib/libdevel extra
libusrp0c2a-dbg_3.0.4-1_i386.deb
806a26c8d19e9f6ecceba2cb9f750784 1325284 python optional
python-gnuradio_3.0.4-1_i386.deb
fdaea3f9693cd90db38658fa375a2558 34698 contrib/libs optional
python-usrp_3.0.4-1_i386.deb
b623b3cba0c3c43b940ffda72a745246 9391338 doc optional
gnuradio-doc_3.0.4-1_all.deb
730f22b8d872f39155ef162ba2abc377 530014 doc optional usrp-doc_3.0.4-1_all.deb
11d1dc1aa71c5ee6b98a2cf6d0649482 900380 contrib/comm optional
usrp-firmware_3.0.4-1_all.deb
99e379d9bf94268dcf8442551671e60c 110318 comm optional
gnuradio-examples_3.0.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGwqskZKfAp/LPAagRAv9oAJwOzdjz1gKQBq7lCcCsoYrE2oUO4QCfXiwM
csSktfpMqSkrr+xiIaM7UPc=
=jOcS
-----END PGP SIGNATURE-----
--- End Message ---