You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While updating the nyxt package for Alpine I ran into a couple of small issues. It looks like two of the libs used by nyxt are importing functions from sb-ext that have been moved to sb-int. If it's meaningful we're building nyxt 3.11.7 against SBCL 2.4.5.
cl-gobject-introspection has actually made the same change upstream a couple of weeks ago, but it doesn't look like they've release a new version with that fix from what I can tell? andy128k/cl-gobject-introspection#100
fset hasn't made any changes at all.
The text was updated successfully, but these errors were encountered:
@durrendal thanks for reporting and for the patches.
I've noticed it too when releasing on Flathub, therefore I built against SBCL 2.4.4. SBCL is released on a monthly basis so it's ok to be one release behind.
While updating the nyxt package for Alpine I ran into a couple of small issues. It looks like two of the libs used by nyxt are importing functions from sb-ext that have been moved to sb-int. If it's meaningful we're building nyxt 3.11.7 against SBCL 2.4.5.
Specifically this seems to be affecting:
The patches we're using to fix those build errors can be found here:
https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/67055/diffs
cl-gobject-introspection has actually made the same change upstream a couple of weeks ago, but it doesn't look like they've release a new version with that fix from what I can tell?
andy128k/cl-gobject-introspection#100
fset hasn't made any changes at all.
The text was updated successfully, but these errors were encountered: