bbhtt
bbhtt
> we can detect this case (I don't know if it is possible) Looks like `CURLE_BAD_CONTENT_ENCODING` is emitted here which we can use https://github.com/curl/curl/blob/f32451c12bb7fa4738d8c9cf6d7cd09ee876434b/lib/content_encoding.c#L685
IMO we can produce a large warning in Meson when it is missing at build time and ask nicely to add these as runtime dependencies. Same for any other external...
Can you share the manifest that used to build the runtime and the app?
This is at same commit added with: ``` git subtree add --prefix=subprojects/libglnx libglnx 202b294e6079e23242e65e0426f8639841d1210b --squash ``` Updating looks like this: ``` git subtree pull --prefix=subprojects/libglnx libglnx master --squash ```
Prior subtree art is at https://github.com/flatpak/flatpak/pull/5800 The full history being here is a bit icky but meh, we can also squash add the subtree with ``` git subtree add --prefix=subprojects/libglnx...
We can update but the commits will squashed, here it is with squashed adding https://github.com/flatpak/flatpak-builder/pull/692
This has something to do with FUSE, but I don't know what. Usually it happens when you aborted a previous build midway and the FUSE mount stays. A `rm -rf...
I think this should apply to meson too. fdsdk uses this as the default too. We can probably switch the default for 1.5.0
Which version fixed this? ``` In file included from /usr/include/appstream-compose/appstream-compose.h:32, from ../src/builder-manifest.c:34: /usr/include/appstream-compose/asc-globals.h:65:1: error: function declaration isn’t a prototype [-Werror=strict-prototypes] 65 | gchar **asc_globals_get_hint_tags (); | ^~~~~ cc1: some warnings...
Also, would be nice to know around which version the API is expected to be stable. If I have to require a newer version anyway for that, I can drop...