GNOME Bugzilla – Bug 786419
fails to build with sassc installed
Last modified: 2017-08-17 11:43:50 UTC
it's trying to update theme-update.stamp but there is no such file [131/131] ../gnome-shell-9999/data/theme/parse-sass.sh data/theme/theme-update.stamp FAILED: data/theme/theme-update.stamp ../gnome-shell-9999/data/theme/parse-sass.sh data/theme/theme-update.stamp /bin/sh: ../gnome-shell-9999/data/theme/parse-sass.sh: /usr/bin/sh: bad interpreter: No such file or directory ninja: build stopped: subcommand failed.
(In reply to cynede from comment #0) > it's trying to update theme-update.stamp but there is no such file Yes, that's expected. The file is created at build time to mark the time when the CSS was last generated. It's not the issue here, this is: > /bin/sh: ../gnome-shell-9999/data/theme/parse-sass.sh: /usr/bin/sh: bad > interpreter: No such file or directory The following fix has been pushed: 5067ac1 data: Expect shell in /bin rather than /usr/bin
Created attachment 357805 [details] [review] data: Expect shell in /bin rather than /usr/bin /bin is the canonical location for the bourne shell, not /usr/bin (for systems that still stick with the historical split).