Bug 272263 - graphics/curtail fails to run
Summary: graphics/curtail fails to run
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Yuri Victorovich
URL: https://github.com/Huluti/Curtail/iss...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-28 04:33 UTC by freezr
Modified: 2023-06-28 05:00 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freezr 2023-06-28 04:33:52 UTC
Dear Maintainer,

I am on 13.2-RELEASE-p1 and Curtail fails to run with the following output:

```
$ curtail
Traceback (most recent call last):
  File "/usr/local/bin/curtail", line 42, in <module>
    from curtail import main
  File "/usr/local/share/curtail/curtail/main.py", line 22, in <module>
    gi.require_version('Adw', '1')
  File "/usr/local/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Adw not available
```

Can't provide any patch, sorry.

Best regards,

Freezr
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2023-06-28 04:56:33 UTC
Hi freezr,

Thanks for your report!

This bug is now fixed.

best,
Yuri
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-06-28 04:56:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02fdf46ac69724677baff1c9aeadb4689dc6ed81

commit 02fdf46ac69724677baff1c9aeadb4689dc6ed81
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-28 04:55:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-28 04:55:22 +0000

    graphics/curtail: Add missing dependency

    PR:             272263
    Reported by:    freezr <freezr@mailbox.org>

 graphics/curtail/Makefile | 2 ++
 1 file changed, 2 insertions(+)
Comment 3 freezr 2023-06-28 04:58:02 UTC
Nice! Thank you very much!
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2023-06-28 05:00:18 UTC
(In reply to freezr from comment #3)

You are very welcome!