Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [Update Request: Broken Package] Catfish
@ 2020-11-14 18:33 eth0OS
  2020-11-14 19:18 ` ericonr
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: eth0OS @ 2020-11-14 18:33 UTC (permalink / raw)
  To: ml

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

New issue by eth0OS on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
* package:  
  *affected package(s) including the version*: catfish-1.4.13_3

### Expected behavior

Running the command "catfish" in a terminal should open the main window of the application.

### Actual behavior

It outputs an error about python:

```
Traceback (most recent call last):
  File "/bin/catfish", line 44, in <module>
    catfish.main()
  File "/usr/lib/python3.9/site-packages/catfish/__init__.py", line 78, in main
    window = CatfishWindow.CatfishWindow()
  File "/usr/lib/python3.9/site-packages/catfish_lib/Window.py", line 171, in __new__
    builder = get_builder(__builder__['ui_file'])
  File "/usr/lib/python3.9/site-packages/catfish_lib/helpers.py", line 109, in get_builder
    builder.add_from_file(ui_filename)
  File "/usr/lib/python3.9/site-packages/catfish_lib/Builder.py", line 87, in add_from_file
    ele_widgets = tree.getiterator("object")
AttributeError: 'ElementTree' object has no attribute 'getiterator'
```

### Steps to reproduce the behavior

Run the command 'catfish' in a terminal. 

---

Additional notes:
I am aware that update request are not encouraged but I've shared this problem with the folks over the Telegram group and some of them are experiencing the same problem. I was told that the problem is already fixed upstream but the devs haven't tagged a release yet. Since the package is completely unusable and it's orphaned, and also it is a considerable useful package for XFCE users, I kindly ask for consider a middle release compilation and the pushing to void's repo. Thank you.


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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
@ 2020-11-14 19:18 ` ericonr
  2020-11-15  0:34 ` eth0OS
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-14 19:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727253259

Comment:
If you know how to test PRs, I'd appreciate testing in https://github.com/void-linux/void-packages/pull/26382

I couldn't launch it because it complained about Xfconf something.

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
  2020-11-14 19:18 ` ericonr
@ 2020-11-15  0:34 ` eth0OS
  2020-11-15  0:48 ` ericonr
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: eth0OS @ 2020-11-15  0:34 UTC (permalink / raw)
  To: ml

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

New comment by eth0OS on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727286977

Comment:
I have no single clue how to test PRs but I appreciate your effort, I'll ask on the Telegram group if somebody is up to test it.

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
  2020-11-14 19:18 ` ericonr
  2020-11-15  0:34 ` eth0OS
@ 2020-11-15  0:48 ` ericonr
  2020-11-15  1:28 ` eth0OS
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-15  0:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727288234

Comment:
Follow steps here https://github.com/void-linux/void-packages#quick-start , if you want to learn it. Pretty simple.

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (2 preceding siblings ...)
  2020-11-15  0:48 ` ericonr
@ 2020-11-15  1:28 ` eth0OS
  2020-11-15  2:09 ` ericonr
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: eth0OS @ 2020-11-15  1:28 UTC (permalink / raw)
  To: ml

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

New comment by eth0OS on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727291761

Comment:
Got it! But I run into this error:

```
Traceback (most recent call last):
  File "/bin/catfish", line 43, in <module>
    import catfish
  File "/usr/lib/python3.9/site-packages/catfish/__init__.py", line 32, in <module>
    from catfish import CatfishWindow
  File "/usr/lib/python3.9/site-packages/catfish/CatfishWindow.py", line 50, in <module>
    from catfish.CatfishPrefsDialog import CatfishPrefsDialog
  File "/usr/lib/python3.9/site-packages/catfish/CatfishPrefsDialog.py", line 29, in <module>
    from catfish_lib.PrefsDialog import PrefsDialog
  File "/usr/lib/python3.9/site-packages/catfish_lib/__init__.py", line 23, in <module>
    from . Window import Window  # noqa
  File "/usr/lib/python3.9/site-packages/catfish_lib/Window.py", line 27, in <module>
    from catfish_lib import CatfishSettings
  File "/usr/lib/python3.9/site-packages/catfish_lib/CatfishSettings.py", line 23, in <module>
    gi.require_version('Xfconf', '0')
  File "/usr/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Xfconf not available
```

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (3 preceding siblings ...)
  2020-11-15  1:28 ` eth0OS
@ 2020-11-15  2:09 ` ericonr
  2020-11-15  2:19 ` eth0OS
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-15  2:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727296028

Comment:
Ok, that's what I had, but I thought it would be because I'm not running XFCE. You do have `xfconf` installed?

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (4 preceding siblings ...)
  2020-11-15  2:09 ` ericonr
@ 2020-11-15  2:19 ` eth0OS
  2020-11-15  2:34 ` q66
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: eth0OS @ 2020-11-15  2:19 UTC (permalink / raw)
  To: ml

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

New comment by eth0OS on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727296827

Comment:
Yes, I do. xfconf-4.14.3_1.

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (5 preceding siblings ...)
  2020-11-15  2:19 ` eth0OS
@ 2020-11-15  2:34 ` q66
  2020-11-15  2:35 ` ericonr
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: q66 @ 2020-11-15  2:34 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727298084

Comment:
likely xfconf must be built with introspection support

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (6 preceding siblings ...)
  2020-11-15  2:34 ` q66
@ 2020-11-15  2:35 ` ericonr
  2020-11-15  2:43 ` ericonr
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-15  2:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727298168

Comment:
Yup, that's what's missing. I'm trying to build 4.15.1 with introspection.

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (7 preceding siblings ...)
  2020-11-15  2:35 ` ericonr
@ 2020-11-15  2:43 ` ericonr
  2020-11-15  3:00 ` eth0OS
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-15  2:43 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727302780

Comment:
@eth0OS I just pushed a new version, it seems to be working now! You have to build the package with `./xbps-src pkg -f catfish` this time, otherwise it won't replace the version you just built.

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (8 preceding siblings ...)
  2020-11-15  2:43 ` ericonr
@ 2020-11-15  3:00 ` eth0OS
  2020-11-15  4:19 ` ericonr
  2020-11-15  6:46 ` [ISSUE] [CLOSED] " sgn
  11 siblings, 0 replies; 13+ messages in thread
From: eth0OS @ 2020-11-15  3:00 UTC (permalink / raw)
  To: ml

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

New comment by eth0OS on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727325916

Comment:
Thank you once again. Should I build the new xfconf template and install it before building the new catfish?

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

* Re: [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (9 preceding siblings ...)
  2020-11-15  3:00 ` eth0OS
@ 2020-11-15  4:19 ` ericonr
  2020-11-15  6:46 ` [ISSUE] [CLOSED] " sgn
  11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2020-11-15  4:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/26379#issuecomment-727469657

Comment:
It will build xfconf automatically, just remember to install it :)

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

* Re: [ISSUE] [CLOSED] [Update Request: Broken Package] Catfish
  2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
                   ` (10 preceding siblings ...)
  2020-11-15  4:19 ` ericonr
@ 2020-11-15  6:46 ` sgn
  11 siblings, 0 replies; 13+ messages in thread
From: sgn @ 2020-11-15  6:46 UTC (permalink / raw)
  To: ml

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

Closed issue by eth0OS on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  *output of ``xuname`` (part of xtools)*
* package:  
  *affected package(s) including the version*: catfish-1.4.13_3

### Expected behavior

Running the command "catfish" in a terminal should open the main window of the application.

### Actual behavior

It outputs an error about python:

```
Traceback (most recent call last):
  File "/bin/catfish", line 44, in <module>
    catfish.main()
  File "/usr/lib/python3.9/site-packages/catfish/__init__.py", line 78, in main
    window = CatfishWindow.CatfishWindow()
  File "/usr/lib/python3.9/site-packages/catfish_lib/Window.py", line 171, in __new__
    builder = get_builder(__builder__['ui_file'])
  File "/usr/lib/python3.9/site-packages/catfish_lib/helpers.py", line 109, in get_builder
    builder.add_from_file(ui_filename)
  File "/usr/lib/python3.9/site-packages/catfish_lib/Builder.py", line 87, in add_from_file
    ele_widgets = tree.getiterator("object")
AttributeError: 'ElementTree' object has no attribute 'getiterator'
```

### Steps to reproduce the behavior

Run the command 'catfish' in a terminal. 

---

Additional notes:
I am aware that update request are not encouraged but I've shared this problem with the folks over the Telegram group and some of them are experiencing the same problem. I was told that the problem is already fixed upstream but the devs haven't tagged a release yet. Since the package is completely unusable and it's orphaned, and also it is a considerable useful package for XFCE users, I kindly ask for consider a middle release compilation and the pushing to void's repo. Thank you.


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

end of thread, other threads:[~2020-11-15  6:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 18:33 [ISSUE] [Update Request: Broken Package] Catfish eth0OS
2020-11-14 19:18 ` ericonr
2020-11-15  0:34 ` eth0OS
2020-11-15  0:48 ` ericonr
2020-11-15  1:28 ` eth0OS
2020-11-15  2:09 ` ericonr
2020-11-15  2:19 ` eth0OS
2020-11-15  2:34 ` q66
2020-11-15  2:35 ` ericonr
2020-11-15  2:43 ` ericonr
2020-11-15  3:00 ` eth0OS
2020-11-15  4:19 ` ericonr
2020-11-15  6:46 ` [ISSUE] [CLOSED] " sgn

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).