sommelier-core
sommelier-core copied to clipboard
[Enhancement]: Consider update the 1.0 branch
What changes would you like?
The 1.0 branch lacks the bc9366b revision patch which fixes the following build error on core22 snaps:
Executing parts lifecycle: build sommelier
Executing action
:: + make -j16
:: # Build the 32-bit version of the bindtextdomain patch. This patch
:: # makes it easier for applications to find gettext translations shipped
:: # by snaps.
:: #
:: # The Gnome extensions only compile the library for 64-bit arch.
:: sudo apt-get -y install libc6-dev-i386
:: make: sudo: No such file or directory
:: make: *** [Makefile:14: build] Error 127
Failed to run the build script for part 'sommelier'.
Consider updating the branch to allow snap build without using the master branch.