nteodosio
nteodosio
Moving from #296: > The point is that if the SDK requires something in the CoreXX to be built, it must add the corresponding -dev package in `build-packages` too, not...
> Exactly: since Core24 doesn't have the soft link libBrokenLocale.so pointing to libBrokenLocale.so.1, then the SDK snap has to install libc6-dev, which is the one that creates it, instead of...
Yes, libkrb5-dev, which in turn is pulled by Soup3. Message ID: ***@***.***>
Thanks, with the last commit we went from ``` /root/prime/usr/lib/x86_64-linux-gnu/libcom_err.so: dangling symlink! /root/prime/usr/lib/x86_64-linux-gnu/libcrypt.so: dangling symlink! /root/prime/usr/lib/x86_64-linux-gnu/libelf.so: dangling symlink! /root/prime/usr/lib/x86_64-linux-gnu/libffi.so: dangling symlink! /root/prime/usr/lib/x86_64-linux-gnu/libgssapi_krb5.so: dangling symlink! /root/prime/usr/lib/x86_64-linux-gnu/libk5crypto.so: dangling symlink! /root/prime/usr/lib/x86_64-linux-gnu/libkrb5support.so: dangling symlink!...
Those are now gone but eventually more popped up. ``` :: /root/prime/usr/lib/x86_64-linux-gnu/libcrypt.so: dangling symlink! :: /root/prime/usr/lib/x86_64-linux-gnu/libcom_err.so: dangling symlink! :: /root/prime/usr/lib/x86_64-linux-gnu/libtirpc.so: dangling symlink! ``` Probably something needs to be re-worked, we...
I think the wording of that help section must be clearer. > Each lifecycle step depends on the completion of the previous step for that part, so to reach a...
That function was included in Librsvg 2.59, but gnome-46-2404 only includes 2.58 (packaged from Noble repositories), although the SDK ships version 2.60.
I was wrong. Although librsvg is included as a deb package in the snapcraft.yaml, it is also pulled from the -sdk snap, so both SDK (gnome-46-2404-sdk) and content (gnome-46-2404) have...
What would be an external envvar? Am 15/10/2025 um 05:17 schrieb ***@***.***: > @sergio-costas commented on this pull request. > > > > > + if line.strip() == '#begin': >...
Oh sorry response by email put it out of thread... I'll respond in the thread.