From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Tue, 23 Sep 2025 01:05:00 +0000
with message-id
and subject line Bug#1109934: fixed in gr-satellites 5.8.0-2
has caused the Debian Bug report #1109934,
regarding gr-satellites: Varlen blocks do not work in GNU Radio (wrong type:
int instead of endianness_t)
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 owner@bugs.debian.org
immediately.)
--
1109934: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109934
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 26 Jul 2025 15:04:57 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-14.4 required=4.0 tests=BAYES_00,
BODY_INCLUDES_PACKAGE,DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FOURLA,
FREEMAIL_FROM,GMAIL,HAS_PACKAGE,KHOP_HELO_FCRDNS,MD5_SHA1_SUM,
NML_ADSP_CUSTOM_MED,RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,
RCVD_IN_VALIDITY_RPBL_BLOCKED,RCVD_IN_VALIDITY_SAFE_BLOCKED,
SPF_HELO_NONE,SPF_SOFTFAIL,SPOOFED_FREEMAIL,SPOOF_GMAIL_MID,
XMAILER_REPORTBUG autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 64; hammy, 150; neutral, 134;
spammy,
0. spammytokens: hammytokens:0.000-+--XDebbugsCc,
0.000-+--X-Debbugs-Cc, 0.000-+--python3, 0.000-+--sk:taint_o,
0.000-+--sk:TAINT_O
Return-path:
Received: from static-a84.arkhangelsk.golden.ru ([195.46.165.84]:42916
helo=trixie.lan)
by buxtehude.debian.org with esmtp (Exim 4.96)
(envelope-from )
id 1ufgSG-00GEdS-2S
for submit@bugs.debian.org;
Sat, 26 Jul 2025 15:04:57 +0000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: =?utf-8?b?0JXQstCz0LXQvdC40Lk=?=
To: Debian Bug Tracking System
Subject: gr-satellites: Varlen blocks do not work in GNU Radio (wrong type:
int instead of endianness_t)
Message-ID: <175354229112.2107.14349864181557985989.reportbug@trixie.lan>
X-Mailer: reportbug 13.2.0
Date: Sat, 26 Jul 2025 18:04:51 +0300
Delivered-To: submit@bugs.debian.org
Package: gr-satellites
Version: 5.5.0-2+b13
Severity: normal
Tags: patch
X-Debbugs-Cc: s404.gordon@gmail.com
Dear Maintainer,
I've tried to use "Variable length packet framer" and "Variable length
packet
tagger" blocks in my GNU Radio flowchart. But I get this error:
Traceback (most recent call last):
File "/home/evgeny/SX-SDR/sx_usp.py", line 736, in
main()
~~~~^^
File "/home/evgeny/SX-SDR/sx_usp.py", line 713, in main
tb = top_block_cls()
File "/home/evgeny/SX-SDR/sx_usp.py", line 248, in __init__
self.satellites_varlen_packet_framer_0 = satellites.varlen_p
cket_framer('packet_len', 16, int(gr.GR_MSB_FIRST), False, (0,0,
,0,1,0,0,0,1,1,1,1,1,1,1,1))
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: __init__(): incompatible constructor arguments. The following
argument types are supported:
1. satellites.satellites_python.varlen_packet_framer(packet_key: str,
length_field_size: int, endianness: gnuradio.gr.gr_python.endianness_t,
use_golay: bool, sync_word: list[int])
Invoked with: 'packet_len', 16, 0, False, (0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1,
1,
1, 1, 1, 1)
I expected no error.
I found a solution here: https://github.com/daniestevez/gr-satel
ites/commit/e252153dfeedcdfc0bbc476b469336296fff2f9d
Tried it and it worked!
I don't know how to include a proper patch (using this reportbug tool first
time, looks... unfamiliar), but I think link to github commit will count, so
adding a "patch" tag.
Thank you!
-- System Information:
Debian Release: 13.0
APT prefers testing-security
APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.38+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages gr-satellites depends on:
ii feh 3.10.3-1
ii libc6 2.41-10
ii libgcc-s1 14.2.0-19
ii libgnuradio-blocks3.10.12 3.10.12.0-1
ii libgnuradio-pmt3.10.12 3.10.12.0-1
ii libgnuradio-runtime3.10.12 3.10.12.0-1
ii libgnuradio-satellites5.5.0 5.5.0-2+b13
ii libstdc++6 14.2.0-19
ii python3 3.13.5-1
ii python3-construct 2.10.68+dfsg1-2
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|