Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925937

Summary: sci-astronomy/siril-1.2.0 missing dependency gnome-base/gvfs
Product: Gentoo Linux Reporter: p4ddy
Component: Current packagesAssignee: mario.haustein
Status: UNCONFIRMED ---    
Severity: normal CC: mario.haustein, p4ddy, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://gitlab.com/free-astro/siril/-/issues/1157
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info and build log

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!