Your message dated Wed, 22 Nov 2017 04:33:53 +0000
with message-id <e1ehmjr-000ejb...@fasolo.debian.org>
and subject line Bug#879110: fixed in gnuradio 3.7.11-3
has caused the Debian Bug report #879110,
regarding gnuradio-dev: Include paths for QWT headers in gnuradio-qtgui are 
wrong
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 ow...@bugs.debian.org
immediately.)


-- 
879110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnuradio-dev
Version: 3.7.10.1-1~bpo8+1
Severity: important

Dear Maintainer,

* Trying to build an application with gnuradio-qtgui support:

g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_SQL_LIB -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ 
-I../qradiolink_mobile -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I. -I. 
-I../qradiolink_mobile -I. -o gr_demod_bpsk_sdr.o 
../qradiolink_mobile/gr/gr_demod_bpsk_sdr.cpp
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_SQL_LIB -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ 
-I../qradiolink_mobile -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I. -I. 
-I../qradiolink_mobile -I. -o gr_mod_bpsk_sdr.o 
../qradiolink_mobile/gr/gr_mod_bpsk_sdr.cpp
In file included from ../qradiolink_mobile/gr/gr_demod_bpsk_sdr.h:32:0,
                 from ../qradiolink_mobile/gr/gr_demod_bpsk_sdr.cpp:17:
/usr/include/gnuradio/qtgui/sink_c.h:33:24: fatal error: qwt_symbol.h: No such 
file or directory
 #include <qwt_symbol.h>
                        ^
compilation terminated.
.../qradiolink_mobile/gr/gr_mod_bpsk_sdr.cpp:22:91: warning: unused parameter 
'freq_corr' [-Wunused-parameter]
                                  std::string device_args, std::string 
device_antenna, int freq_corr) :
                                                                                
           ^
Makefile:971: recipe for target 'gr_demod_bpsk_sdr.o' failed
make: *** [gr_demod_bpsk_sdr.o] Error 1
17:48:59: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project qradiolink (kit: QT4)
When executing step "Make"

* Also:

g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_WEBKIT -DQT_SQL_LIB -DQT_GUI_LIB 
-DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ 
-I../qradiolink_mobile -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I. -I. 
-I../qradiolink_mobile -I. -o gr_demod_bpsk_sdr.o 
../qradiolink_mobile/gr/gr_demod_bpsk_sdr.cpp
In file included from /usr/include/gnuradio/qtgui/number_sink.h:32:0,
                 from ../qradiolink_mobile/gr/gr_demod_bpsk_sdr.h:33,
                 from ../qradiolink_mobile/gr/gr_demod_bpsk_sdr.cpp:17:
/usr/include/gnuradio/qtgui/qtgui_types.h:26:27: fatal error: qwt_color_map.h: 
No such file or directory
 #include <qwt_color_map.h>
                           ^
compilation terminated.
Makefile:971: recipe for target 'gr_demod_bpsk_sdr.o' failed
make: *** [gr_demod_bpsk_sdr.o] Error 1
17:57:38: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project qradiolink (kit: QT4)
When executing step "Make"
   

I am forced to apply a workaround in the build process:
sed -i 's/<qwt_symbol.h>/<qwt\/qwt_symbol.h>/g' 
/usr/include/gnuradio/qtgui/sink_c.h
sed -i 's/<qwt_color_map.h>/<qwt\/qwt_color_map.h>/g' 
/usr/include/gnuradio/qtgui/qtgui_types.h
sed -i 's/<qwt_scale_draw.h>/<qwt\/qwt_scale_draw.h>/g' 
/usr/include/gnuradio/qtgui/qtgui_types.h


-- System Information:
Debian Release: 8.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 3.16.0-4-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gnuradio-dev depends on:
ii  gnuradio                      3.7.10.1-1~bpo8+1
ii  libboost-date-time-dev        1.55.0.2
ii  libboost-filesystem-dev       1.55.0.2
ii  libboost-program-options-dev  1.55.0.2
ii  libboost-system-dev           1.55.0.2
ii  libboost-test-dev             1.55.0.2
ii  libboost-thread-dev           1.55.0.2
ii  libcppunit-dev                1.13.2-2
ii  libfftw3-dev                  3.3.4-2
ii  liblog4cpp5-dev               1.0-4
ii  libvolk1-dev                  1.3-1~bpo8+1
ii  python-dev                    2.7.9-1

gnuradio-dev recommends no packages.

gnuradio-dev suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: gnuradio
Source-Version: 3.7.11-3

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.

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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
A. Maitland Bottoms <bott...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 Nov 2017 20:55:34 -0500
Source: gnuradio
Binary: gnuradio gnuradio-doc gnuradio-dev libgnuradio-analog3.7.11 
libgnuradio-atsc3.7.11 libgnuradio-audio3.7.11 libgnuradio-comedi3.7.11 
libgnuradio-blocks3.7.11 libgnuradio-channels3.7.11 libgnuradio-digital3.7.11 
libgnuradio-dtv3.7.11 libgnuradio-fcd3.7.11 libgnuradio-fec3.7.11 
libgnuradio-fft3.7.11 libgnuradio-filter3.7.11 libgnuradio-noaa3.7.11 
libgnuradio-pager3.7.11 libgnuradio-pmt3.7.11 libgnuradio-qtgui3.7.11 
libgnuradio-runtime3.7.11 libgnuradio-trellis3.7.11 libgnuradio-uhd3.7.11 
libgnuradio-video-sdl3.7.11 libgnuradio-vocoder3.7.11 libgnuradio-wavelet3.7.11 
libgnuradio-wxgui3.7.11 libgnuradio-zeromq3.7.11
Architecture: source
Version: 3.7.11-3
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms <bott...@debian.org>
Changed-By: A. Maitland Bottoms <bott...@debian.org>
Description:
 gnuradio   - GNU Radio Software Radio Toolkit
 gnuradio-dev - GNU Software Defined Radio toolkit development
 gnuradio-doc - GNU Software Defined Radio toolkit documentation
 libgnuradio-analog3.7.11 - gnuradio analog functions
 libgnuradio-atsc3.7.11 - gnuradio atsc functions
 libgnuradio-audio3.7.11 - gnuradio audio functions
 libgnuradio-blocks3.7.11 - gnuradio blocks functions
 libgnuradio-channels3.7.11 - gnuradio channels functions
 libgnuradio-comedi3.7.11 - gnuradio comedi instrument control functions
 libgnuradio-digital3.7.11 - gnuradio digital communications functions
 libgnuradio-dtv3.7.11 - gnuradio digital TV signal processing blocks
 libgnuradio-fcd3.7.11 - gnuradio FunCube Dongle support
 libgnuradio-fec3.7.11 - gnuradio forward error correction support
 libgnuradio-fft3.7.11 - gnuradio fast Fourier transform functions
 libgnuradio-filter3.7.11 - gnuradio filter functions
 libgnuradio-noaa3.7.11 - gnuradio noaa satellite signals functions
 libgnuradio-pager3.7.11 - gnuradio pager radio functions
 libgnuradio-pmt3.7.11 - gnuradio pmt container library
 libgnuradio-qtgui3.7.11 - gnuradio Qt graphical user interface functions
 libgnuradio-runtime3.7.11 - gnuradio core runtime
 libgnuradio-trellis3.7.11 - gnuradio trellis modulation functions
 libgnuradio-uhd3.7.11 - gnuradio universal hardware driver functions
 libgnuradio-video-sdl3.7.11 - gnuradio video functions
 libgnuradio-vocoder3.7.11 - gnuradio vocoder functions
 libgnuradio-wavelet3.7.11 - gnuradio wavelet functions
 libgnuradio-wxgui3.7.11 - gnuradio wxgui functions
 libgnuradio-zeromq3.7.11 - gnuradio zeromq functions
Closes: 874893 879110
Changes:
 gnuradio (3.7.11-3) unstable; urgency=medium
 .
   * update to v3.7.11-118-g6d22211960
   * Add Suggests: to gnuradio-dev to help guide OOT users
     Add Qt and Qwt details from build into gnuradio-qtgui.pc (Closes: #879110)
   * qt4-qt5 patch - build with with qt5 (Closes: #874893)
Checksums-Sha1:
 eed88fedc6b14ed280f3df6dd69abfc420f4ee5f 4889 gnuradio_3.7.11-3.dsc
 9996db472c697d333bc7c9b8005f9d3cea44a188 1496240 
gnuradio_3.7.11-3.debian.tar.xz
 d8dd291a1942d28b9c97f20f7e70437cf8849958 35204 
gnuradio_3.7.11-3_amd64.buildinfo
Checksums-Sha256:
 7f26f4151cd80d55e9226b4db4db98932560bce62c5324a0ae7b4c5765acf608 4889 
gnuradio_3.7.11-3.dsc
 981e4a6704022cdf83576515a0669404d0c2987d39c0f54bccc59f19b9394e6b 1496240 
gnuradio_3.7.11-3.debian.tar.xz
 c73bb4f45e60a9a338fa7e6fc4ea55b25c6f6f7cca397b91d90579da4daddd38 35204 
gnuradio_3.7.11-3_amd64.buildinfo
Files:
 5f7010d5d05097a2ad09db25a650a93e 4889 comm optional gnuradio_3.7.11-3.dsc
 379f4372d7aca7eafd8ec113a3afa4a9 1496240 comm optional 
gnuradio_3.7.11-3.debian.tar.xz
 375e9e1542c6ba58fc53cd7a6f8e27ec 35204 comm optional 
gnuradio_3.7.11-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAloU+bcACgkQUEHxiR9E
4JADDBAA3Zos9d5QfanRqfj83t7GB/ID2WttAijHHcSOjVsOP/Lk/BFVyAO4iW8C
p7uOS5/AJ48aEsp2oGMk9vBV3Rm4HvVrnNV9x83qhc8MHOL8P8kzDJJ9EGruyBk5
4zDluQBHCW+ZDaG71oZ70LlVZzCcslG/F280h5YLR8QR/yZWMMfe4BoS99pLqpYv
0Opl7LMIQHpGT0fE7wF+iR1c4us+HL7aF4vxco6t22O5YfOJ/KIuh7uiE4CqTk+B
FIeghllLr+9uuOmQCNyAybCRo6QQgVkenBRcroX+cIABYkwRBGDf0I/8tXQuNX0f
ii3WZ6pNZex2yvyb+w7xV4NNHrJGcBS3a0wyOJO7w+k7dNEKns+oHcpc5wvsqsh/
d+NB0SWBHMcIkBExbyp2Jt2NZCr98u+l7USyubmlPX2nQHq72QrKkTPHWgrUFMlH
8GH7iiQUqiJp/xtMDteDjnv1bQEOhnJE/LQUMgcaRSUD2jsznOnnbH0xiIfNgVQa
ebGHwmptYJqCL0jhI6n4dOFpL5gbd3Dg67ZAXqdKp2lREbAzOZU2zWB5Z4gOmTP4
hsL5xFIHVbfPdwpCs3v3DS4GJVt6TSCXv1R6vf9iJGWmA5OhI5PcfnDm2qzrpzpV
GXb3l55jUuswf/iqunwwxt+iycEYxm2SfCk3cApLL12dRlZPkx4=
=IyRX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to