Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New candidate revision (r57) breaks gnome-recipes #258

Closed
seb128 opened this issue Nov 20, 2024 · 3 comments
Closed

New candidate revision (r57) breaks gnome-recipes #258

seb128 opened this issue Nov 20, 2024 · 3 comments
Assignees

Comments

@seb128
Copy link
Contributor

seb128 commented Nov 20, 2024

Using the new rev 57 build

$ /snap/bin/gnome-recipes 
/snap/gnome-recipes/44/usr/bin/gnome-recipes: error while loading shared libraries: libsoup-2.4.so.1: cannot open shared object file: No such file or directory

is gnome-recipes a special case or is there something else in the stack still needing libsoup2.4 which we didn't include when deciding to remove that version?

@sergio-costas
Copy link
Contributor

Clearly, gnome-recipes require libsoup-2.4, which was removed in the last gnome-46 snap. We can either create a new revision of gnome-recipes with libsoup-2.4 embedded, or we can restore libsoup-2.4 in gnome-46 (although keeping the other libraries depending on libsoup-3.0).

@seb128
Copy link
Contributor Author

seb128 commented Nov 20, 2024

We discussed that topic before removing libsoup from the sdk and agreed that any remaining users of the old version could either stick to core22 or build libsoup as a part so we just need to fix gnome-recipes. The main purpose of the report against the sdk was to make sure we checked that gnome-recipe was in that case and that we didn't break anything transient depends in the sdk which would impact applications.

I'm closing that report according to that and will open one against gnome-recipe

@seb128 seb128 closed this as completed Nov 20, 2024
@sergio-costas
Copy link
Contributor

Perfect. Anyway, I have to fix another bug that prevents building gnome-recipes (#260). As soon as I test it, I'll upload the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants