Bug#940068: gr-gsm FTBFS in unstable

2019-09-11 Thread Vasil Velichkov
Hi Peter, On 12/09/2019 01.36, peter green wrote: > Package: gr-gsm > Version: 0.42.2-1 > Severity: serious > Tags: bullseye, sid > > gr-gsm failed to build with the following errors when an attempt was made to > binnmu it for the new gnuradio. > >> CMake Warning at CMakeLists.txt:135

Bug#902371: gnuradio: grcc: No module named gtk

2018-06-25 Thread Vasil Velichkov
Package: gnuradio Version: 3.7.13.3-1 Severity: normal Dear Maintainer, Dependency to package python-gtk2 is missing and it is needed to compile grc flowgraphs using grcc $ grcc -d . empty.grc Warning: Can't parse color code "#000" for domain "gr_message" Warning: Can't parse color code

Bug#895255: gnuradio: grcc: ImportError: No module named _runtime_swig

2018-04-08 Thread Vasil Velichkov
Package: gnuradio Version: 3.7.11-8 Severity: normal Dear Maintainer, grcc always fails with the following error # grcc Traceback (most recent call last): File "/usr/bin/grcc", line 29, in from gnuradio import gr File

Bug#890914: gr-gsm: grgsm_livemon: ImportError: No module named PyQt4

2018-02-21 Thread Vasil Velichkov
My attempt to fix the problem and compile grgsm_livemon and grgsm_livemon_headless with cmake and grcc https://github.com/ptrkrysik/gr-gsm/pull/378

Bug#890914: gr-gsm: grgsm_livemon: ImportError: No module named PyQt4

2018-02-20 Thread Vasil Velichkov
Package: gr-gsm Version: 0.41.2-1 Severity: important Dear Maintainer, The grgsm_livemon fails with ImportError: No module named PyQt4 vasko@vvelichkov2:~$ grgsm_livemon Warning: failed to XInitThreads() Traceback (most recent call last): File "/usr/bin/grgsm_livemon", line 41, in from

Bug#885943: Fails to start: GLX version not found

2018-01-10 Thread Vasil Velichkov
Hi Baruch, On Sun, 31 Dec 2017 20:28:18 +0200 Baruch Even wrote: > Package: gr-osmosdr > Version: 0.1.4-14 > Severity: grave > > I installed gr-osmosdr and tried to run it only to get an error: > > wx._core.PyAssertionError: C++ assertion "ok" failed at >

Bug#886807: Acknowledgement (gnuradio: QT GUI fails with AttributeError: 'NoneType' object has no attribute 'toByteArray')

2018-01-10 Thread Vasil Velichkov
0:00 2001 From: Vasil Velichkov <vvvelich...@gmail.com> Date: Thu, 11 Jan 2018 00:32:37 + Subject: [PATCH] Fix AttributeError: 'NoneType' object has no attribute 'toByteArray' Debian Bug #886807 --- gr-uhd/apps/uhd_fft| 6 +++--- gr-uhd/apps/uhd_siggen_gui | 4 +

Bug#886807: gnuradio: QT GUI fails with AttributeError: 'NoneType' object has no attribute 'toByteArray'

2018-01-09 Thread Vasil Velichkov
Package: gnuradio Version: 3.7.11-6 Severity: normal Dear Maintainer, How to reproduce: 1. File -> New -> QT GUI (Ctrl + N) 2. File -> Save (Ctrl + S) 3. Run -> Execute (F6) and it fails with Traceback (most recent call last): File "/home/grgsm/test_qt_gui.py", line 96, in main()

Bug#728354: inkscape: segfault on importing from Open Clip Art Library

2013-10-30 Thread Vasil Velichkov
Package: inkscape Version: 0.48.3.1-1.3 Severity: important Dear Maintainer, Here are the steps that I used to reproduce the bug on my machine. * Click menu “File” -- “Import from Open Clip Art” * Type Tubo de Ensaio * Click Search * Select the fist or second item in the list X dialog

Bug#728354: inkscape: segfault on importing from Open Clip Art Library

2013-10-30 Thread Vasil Velichkov
origin/pristine-tar origin/upstream From 32d391e4fac4a65bbb8377d844f014ffa0c6ed95 Mon Sep 17 00:00:00 2001 From: Vasil Velichkov vvvelich...@gmail.com Date: Thu, 31 Oct 2013 05:03:11 +0200 Subject: [PATCH] Properly check gv_standard_colors array bounds This fixes a segmentation fault. Closes