Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925937 - sci-astronomy/siril-1.2.0 missing dependency gnome-base/gvfs
Summary: sci-astronomy/siril-1.2.0 missing dependency gnome-base/gvfs
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: mario.haustein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-01 19:31 UTC by p4ddy
Modified: 2024-03-07 14:21 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info and build log (build.log,301.91 KB, text/x-log)
2024-03-01 19:31 UTC, p4ddy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description p4ddy 2024-03-01 19:31:51 UTC
Created attachment 886457 [details]
emerge --info and build log

sci-astronomy/siril-1.2.0 is missing gnome-base/gvfs as runtime dependency. Without gvfs, network dependent features won't work. Using photometric color calibration will fail with the message "Server unreachable or unresponsive. (Operation not supported)". Installing gnome-base/gvfs manually resolves the issue.
Comment 1 mario.haustein 2024-03-07 06:58:56 UTC
For me it works without installing gnome-base/gvfs, so it seems to be just a dependency of gnome-base/gvfs needed in this case. Can you please try again without gnome-base/gvfs, but with the curl USE flag enabled?

Did you rebuilt sci-astronomy/siril after installing gnome-base/gvfs?

It seems you hit this issue: https://gitlab.com/free-astro/siril/-/issues/1157. Siril had two ways of downloading data during run-time, either via curl (which is disabled in your case) or via glib-networking (which seems to be a dependency of gnome-base/gvfs). The latter way is not supported anymore in favor of libcurl, which becomes an required dependency in future.
Comment 2 p4ddy 2024-03-07 14:16:49 UTC
I have removed gvfs and glib-networking, rebuilt sci-astronomy/siril with the curl USE flag enabled and the networking dependent features are working. I guess there is no bug then and I just overlooked that there is a curl USE flag which can be used. Thanks for your reply!