Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] gnuradio-companion fails to start
@ 2022-01-15 13:55 AppMathIsRealMath
  2022-01-17  8:58 ` ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: AppMathIsRealMath @ 2022-01-15 13:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2215 bytes --]

New issue by AppMathIsRealMath on void-packages repository

https://github.com/void-linux/void-packages/issues/35070

Description:

### System

* xuname:  
Void 5.15.14_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFF

* package:  
gnuradio-3.8.0.0_9

### Expected behavior
Start gnuradio-companion successfully

### Actual behavior
Fails with:

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 939, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/sbin/gnuradio-companion", line 63, in check_gtk
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1002, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 941, in _find_spec
  File "<frozen importlib._bootstrap>", line 914, in _find_spec_legacy
ImportWarning: DynamicImporter.find_spec() not found; falling back to find_module()

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 939, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/sbin/gnuradio-companion", line 100, in <module>
    check_gtk()
  File "/sbin/gnuradio-companion", line 67, in check_gtk
    die(err, "Failed to initialize GTK. If you are running over ssh, "
  File "/sbin/gnuradio-companion", line 42, in die
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1002, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 941, in _find_spec
  File "<frozen importlib._bootstrap>", line 914, in _find_spec_legacy
ImportWarning: DynamicImporter.find_spec() not found; falling back to find_module()

### Steps to reproduce the behavior
Install gnuradio and execute "gnuradio-companion"


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
@ 2022-01-17  8:58 ` ericonr
  2022-01-17  9:09 ` unspecd
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2022-01-17  8:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014281844

Comment:
Can you check if https://github.com/void-linux/void-packages/pull/35049 fixes this?

Pinging @unspecd for awareness

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
  2022-01-17  8:58 ` ericonr
@ 2022-01-17  9:09 ` unspecd
  2022-01-17  9:30 ` unspecd
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: unspecd @ 2022-01-17  9:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014292102

Comment:
Try installing `python3-gobject`.
```console
$ sudo xbps-install python3-gobject
```


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
  2022-01-17  8:58 ` ericonr
  2022-01-17  9:09 ` unspecd
@ 2022-01-17  9:30 ` unspecd
  2022-01-17  9:52 ` unspecd
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: unspecd @ 2022-01-17  9:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014292102

Comment:
Try installing/reinstalling `python3-gobject`.
```console
$ sudo xbps-install python3-gobject
```


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
                   ` (2 preceding siblings ...)
  2022-01-17  9:30 ` unspecd
@ 2022-01-17  9:52 ` unspecd
  2022-01-17 11:50 ` AppMathIsRealMath
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: unspecd @ 2022-01-17  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014292102

Comment:
Try installing/reinstalling these packages:
```console
$ sudo xbps-install pango python3-gobject gir-freedesktop
```


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
                   ` (3 preceding siblings ...)
  2022-01-17  9:52 ` unspecd
@ 2022-01-17 11:50 ` AppMathIsRealMath
  2022-01-17 14:06 ` ericonr
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: AppMathIsRealMath @ 2022-01-17 11:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

New comment by AppMathIsRealMath on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014438253

Comment:
Same problem after reinstalling pango python3-gobject gir-freedesktop. If you have some patches I can test I'm happy to build from source.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
                   ` (4 preceding siblings ...)
  2022-01-17 11:50 ` AppMathIsRealMath
@ 2022-01-17 14:06 ` ericonr
  2022-01-17 18:35 ` paper42
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2022-01-17 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014581192

Comment:
Does `xbps-pkgdb -a` print any erorrs?

The pull request I linked has an update patch for gnuradio.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
                   ` (5 preceding siblings ...)
  2022-01-17 14:06 ` ericonr
@ 2022-01-17 18:35 ` paper42
  2022-06-22  2:14 ` github-actions
  2022-07-28  7:18 ` [ISSUE] [CLOSED] " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-01-17 18:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1014804851

Comment:
I can reproduce this issue, #35049 fixes it for me.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
                   ` (6 preceding siblings ...)
  2022-01-17 18:35 ` paper42
@ 2022-06-22  2:14 ` github-actions
  2022-07-28  7:18 ` [ISSUE] [CLOSED] " classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-06-22  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/35070#issuecomment-1162546951

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [ISSUE] [CLOSED] gnuradio-companion fails to start
  2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
                   ` (7 preceding siblings ...)
  2022-06-22  2:14 ` github-actions
@ 2022-07-28  7:18 ` classabbyamp
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2022-07-28  7:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2218 bytes --]

Closed issue by AppMathIsRealMath on void-packages repository

https://github.com/void-linux/void-packages/issues/35070

Description:

### System

* xuname:  
Void 5.15.14_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFFFFF

* package:  
gnuradio-3.8.0.0_9

### Expected behavior
Start gnuradio-companion successfully

### Actual behavior
Fails with:

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 939, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/sbin/gnuradio-companion", line 63, in check_gtk
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1002, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 941, in _find_spec
  File "<frozen importlib._bootstrap>", line 914, in _find_spec_legacy
ImportWarning: DynamicImporter.find_spec() not found; falling back to find_module()

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 939, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/sbin/gnuradio-companion", line 100, in <module>
    check_gtk()
  File "/sbin/gnuradio-companion", line 67, in check_gtk
    die(err, "Failed to initialize GTK. If you are running over ssh, "
  File "/sbin/gnuradio-companion", line 42, in die
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1002, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 941, in _find_spec
  File "<frozen importlib._bootstrap>", line 914, in _find_spec_legacy
ImportWarning: DynamicImporter.find_spec() not found; falling back to find_module()

### Steps to reproduce the behavior
Install gnuradio and execute "gnuradio-companion"


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-07-28  7:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 13:55 [ISSUE] gnuradio-companion fails to start AppMathIsRealMath
2022-01-17  8:58 ` ericonr
2022-01-17  9:09 ` unspecd
2022-01-17  9:30 ` unspecd
2022-01-17  9:52 ` unspecd
2022-01-17 11:50 ` AppMathIsRealMath
2022-01-17 14:06 ` ericonr
2022-01-17 18:35 ` paper42
2022-06-22  2:14 ` github-actions
2022-07-28  7:18 ` [ISSUE] [CLOSED] " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).