Re: [MacPorts] #70538: catgirl-downloader @0.2.6: missing dependencies
MacPorts
noreply at macports.org
Tue Aug 13 15:38:06 UTC 2024
#70538: catgirl-downloader @0.2.6: missing dependencies
---------------------------------+--------------------------
Reporter: akierig | Owner: barracuda156
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: catgirl-downloader |
---------------------------------+--------------------------
Comment (by barracuda156):
Upon installing `py312-gobject3`:
{{{
svacchanda at 43-200 ~ % catgirldownloader
Traceback (most recent call last):
File "/opt/local/bin/catgirldownloader", line 45, in <module>
from catgirldownloader import main
File "/opt/local/share/catgirldownloader/catgirldownloader/main.py",
line 24, in <module>
gi.require_version('Adw', '1')
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12
/site-packages/gi/__init__.py", line 126, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Adw not available
}}}
With `libadwaita` installed:
{{{
svacchanda at 43-200 ~ % catgirldownloader
Traceback (most recent call last):
File "/opt/local/bin/catgirldownloader", line 45, in <module>
from catgirldownloader import main
File "/opt/local/share/catgirldownloader/catgirldownloader/main.py",
line 27, in <module>
from .window import CatgirldownloaderWindow
File "/opt/local/share/catgirldownloader/catgirldownloader/window.py",
line 21, in <module>
from .catgirl import CatgirlDownloaderAPI
File "/opt/local/share/catgirldownloader/catgirldownloader/catgirl.py",
line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
}}}
With `py312-requests` installed, dependencies are satisfied.
Apparently needs a manual env setting, like other GTK4 ports, since
upstream is not interested to fix their bug.
{{{
No provider of glGenSamplers found. Requires one of:
Desktop OpenGL 3.3
GL_ARB_sampler_objects
OpenGL ES 3.0
}}}
(This is on 14.5 arm64, not on powerpc.)
--
Ticket URL: <https://trac.macports.org/ticket/70538#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list