GNOME Bugzilla – Bug 788752
Meson fails with "File gnome-shell-sass/_colors.scss does not exist."
Last modified: 2017-10-10 08:13:56 UTC
Trying to build git://git.gnome.org/gnome-shell master using: $ meson --prefix /usr . build.master fails with: Meson encountered an error in file data/theme/meson.build, line 1, column 0: File gnome-shell-sass/_colors.scss does not exist.
Created attachment 361211 [details] [review] Fix the build failure
Review of attachment 361211 [details] [review]: No, this is wrong: - the theme sources are in a git submodule - we include the generated CSS to not depend on sassc Whether or not you have sassc installed has nothing to do with whether or not you ran `git submodule update --init`.
I suspected as much, thanks. In that case the bug remains valid, but the fix should be for someone to document what you just said...