Your message dated Sat, 08 Apr 2006 13:47:15 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#356597: fixed in gnuradio-core 2.7-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.7-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.7-1.diff.gz
  to pool/main/g/gnuradio-core/gnuradio-core_2.7-1.diff.gz
gnuradio-core_2.7-1.dsc
  to pool/main/g/gnuradio-core/gnuradio-core_2.7-1.dsc
gnuradio-core_2.7.orig.tar.gz
  to pool/main/g/gnuradio-core/gnuradio-core_2.7.orig.tar.gz
gnuradio-doc_2.7-1_i386.deb
  to pool/main/g/gnuradio-core/gnuradio-doc_2.7-1_i386.deb
libgnuradio-core0-dev_2.7-1_i386.deb
  to pool/main/g/gnuradio-core/libgnuradio-core0-dev_2.7-1_i386.deb
libgnuradio-core0c2a_2.7-1_i386.deb
  to pool/main/g/gnuradio-core/libgnuradio-core0c2a_2.7-1_i386.deb
python-gnuradio_2.7-1_i386.deb
  to pool/main/g/gnuradio-core/python-gnuradio_2.7-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.
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,  8 Apr 2006 22:56:08 +0530
Source: gnuradio-core
Binary: gnuradio-doc libgnuradio-core0c2a python-gnuradio libgnuradio-core0-dev
Architecture: source i386
Version: 2.7-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: 344744 356597
Changes: 
 gnuradio-core (2.7-1) unstable; urgency=low
 .
   * New upstream release
   * closes: #356597 - FTBFS with G++ 4.1: extra qualification
   * closes: #344744 - FTBFS: Using lib64
Files: 
 a197dc7dddc5e148fc016fd37d331cdd 828 libs optional gnuradio-core_2.7-1.dsc
 c83effd5dc07bc7dcb1d4c643fe9fb10 1004092 libs optional 
gnuradio-core_2.7.orig.tar.gz
 d245eaba21586833070ecd8d1972b4aa 6707 libs optional gnuradio-core_2.7-1.diff.gz
 fc2e3c0f6b4b4e67010f6015d9d88541 828556 libdevel optional 
libgnuradio-core0-dev_2.7-1_i386.deb
 e733e7f974766f94a0f66ea3a2ccf472 446020 libs optional 
libgnuradio-core0c2a_2.7-1_i386.deb
 8b0a97a374e68a7a987ee0a986d26188 19446 doc optional gnuradio-doc_2.7-1_i386.deb
 470d94f463a26f6860eff654973948d0 3467362 python optional 
python-gnuradio_2.7-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEOAvuFyn1hmqfPDgRAhTuAKDFcWCpxMxFq0CDMKWuLx2jQjOtIwCfSoIw
S/TDYga7Ibz7zzLhm+KBMLI=
=RfaV
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to