Your message dated Sat, 20 May 2006 14:02:32 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356597: fixed in gnuradio-core 2.8-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-core
Version: 2.6-2
Severity: important
Tags: patch

Your package fails to build with G++ 4.1.  I'm filing this bug as
important for now, but when 4.1 will be the default compiler in
unstable (probably in a few weeks) I'll upgrade this to serious.

A patch is below.


> Automatic build of gnuradio-core_2.6-2 on bigsur by sbuild/mips 1.89
...
>  mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. 
> -I../../../src/lib/runtime -I../../../src/lib/general 
> -I../../../src/lib/filter -I../../../src/lib/io -I../../../src/lib/g72x 
> -I../../../src/lib/atsc -I../../../src/lib/omnithread 
> -I../../../src/lib/general -I../../../src/lib/filter -g -O2 -Wall 
> -Woverloaded-virtual -pthread -MT gr_fft_filter_ccc.lo -MD -MP -MF 
> .deps/gr_fft_filter_ccc.Tpo -c gr_fft_filter_ccc.cc  -fPIC -DPIC -o 
> .libs/gr_fft_filter_ccc.o
> ../../../src/lib/general/gr_firdes.h:181: error: extra qualification 
> 'gr_firdes::' on member 'window'
> gr_fft_filter_ccc.cc:69: warning: 'void print_vector_complex(std::string, 
> const std::vector<std::complex<float>, std::allocator<std::complex<float> > 
> >&)' defined but not used
> make[6]: *** [gr_fft_filter_ccc.lo] Error 1


--- ./src/lib/general/gr_firdes.h~      2006-03-12 21:41:59.000000000 +0000
+++ ./src/lib/general/gr_firdes.h       2006-03-12 21:42:05.000000000 +0000
@@ -178,7 +178,7 @@
            int ntaps);
 
   // window functions ...
-  static std::vector<float> gr_firdes::window (win_type type, int ntaps, 
double beta);
+  static std::vector<float> window (win_type type, int ntaps, double beta);
 
 private:
   static double bessi0(double x);
--- ./src/lib/io/gr_file_source.h~      2006-03-12 22:07:39.000000000 +0000
+++ ./src/lib/io/gr_file_source.h       2006-03-12 22:07:43.000000000 +0000
@@ -62,7 +62,7 @@
    * \param seek_point sample offset in file
    * \param whence     one of SEEK_SET, SEEK_CUR, SEEK_END (man fseek)
    */
-  bool gr_file_source::seek (long seek_point, int whence);
+  bool seek (long seek_point, int whence);
 };
 
 #endif /* INCLUDED_GR_FILE_SOURCE_H */

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


--- End Message ---
--- Begin Message ---
Source: gnuradio-core
Source-Version: 2.8-1

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

gnuradio-core_2.8-1.diff.gz
  to pool/main/g/gnuradio-core/gnuradio-core_2.8-1.diff.gz
gnuradio-core_2.8-1.dsc
  to pool/main/g/gnuradio-core/gnuradio-core_2.8-1.dsc
gnuradio-core_2.8.orig.tar.gz
  to pool/main/g/gnuradio-core/gnuradio-core_2.8.orig.tar.gz
gnuradio-doc_2.8-1_amd64.deb
  to pool/main/g/gnuradio-core/gnuradio-doc_2.8-1_amd64.deb
libgnuradio-core0-dev_2.8-1_amd64.deb
  to pool/main/g/gnuradio-core/libgnuradio-core0-dev_2.8-1_amd64.deb
libgnuradio-core0c2a_2.8-1_amd64.deb
  to pool/main/g/gnuradio-core/libgnuradio-core0c2a_2.8-1_amd64.deb
python-gnuradio_2.8-1_amd64.deb
  to pool/main/g/gnuradio-core/python-gnuradio_2.8-1_amd64.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.
Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]> (supplier of updated 
gnuradio-core 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: Sat, 20 May 2006 23:47:28 +0530
Source: gnuradio-core
Binary: gnuradio-doc libgnuradio-core0c2a python-gnuradio libgnuradio-core0-dev
Architecture: source amd64
Version: 2.8-1
Distribution: unstable
Urgency: low
Maintainer: Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]>
Changed-By: Ramakrishnan Muthukrishnan <[EMAIL PROTECTED]>
Description: 
 gnuradio-doc - Software Defined Radio
 libgnuradio-core0-dev - Software Defined Radio
 libgnuradio-core0c2a - Software Defined Radio
 python-gnuradio - Python bindings for GNURadio
Closes: 356597
Changes: 
 gnuradio-core (2.8-1) unstable; urgency=low
 .
   * New upstream release
   * closes: #356597 - FTBTS with g++ 4.1: extra qualification.
Files: 
 7460995864cc37d116a688874d022e44 828 libs optional gnuradio-core_2.8-1.dsc
 60339b0ec33cab331c9e3c6d81b9f678 1207743 libs optional 
gnuradio-core_2.8.orig.tar.gz
 08d969c07c347fc788135ef3eb5219ae 9508 libs optional gnuradio-core_2.8-1.diff.gz
 be5bc47e3efd5e6cde2401e04fb58173 943330 libdevel optional 
libgnuradio-core0-dev_2.8-1_amd64.deb
 82cc65540bd45ddd7738b4d88f3921ec 460240 libs optional 
libgnuradio-core0c2a_2.8-1_amd64.deb
 a3497f1a0899d224bbc2ad2d3bcd7808 1203300 doc optional 
gnuradio-doc_2.8-1_amd64.deb
 3888023b25f67f19c307b7fd47023c53 3972238 python optional 
python-gnuradio_2.8-1_amd64.deb

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

iD8DBQFEb2btFyn1hmqfPDgRArFkAJwPpE1m4CXLET5rWZgSm5QTvtsffQCfRaNi
VE8Ia5VrRVCHuPuVs59QTMc=
=YFC/
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to