micheleg / dash-to-dock

A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
https://micheleg.github.io/dash-to-dock/
GNU General Public License v2.0
3.82k stars 463 forks source link

Makefile:101: stylesheet.css Error 127 #2176

Closed jtome7 closed 3 months ago

jtome7 commented 3 months ago

INSTALLATION of Dash-to-Dock Failed with stylesheet.css Error 127

[dash-to-dock]$ make sassc --omit-map-comment _stylesheet.scss stylesheet.css make: execvp: sassc: Permission denied make: [Makefile:101: stylesheet.css] Error 127 [lbarnes@localhost dash-to-dock]$ make install sassc --omit-map-comment _stylesheet.scss stylesheet.css make: execvp: sassc: Permission denied make: [Makefile:101: stylesheet.css] Error 127

jtome7 commented 3 months ago

dash-to-dock]# make sassc --omit-map-comment _stylesheet.scss stylesheet.css Error: Invalid CSS after "$dock_sides:": expected expression (e.g. 1px, bold), was "[bottom, top, left," on line 139 of _stylesheet.scss

$dock_sides: [bottom, top, left, right]; -------------^ make: *** [Makefile:101: stylesheet.css] Error 1

vanvugt commented 3 months ago

The first comment is invalid because make: execvp: sassc: Permission denied was a problem with your installation.

The second comment Error: Invalid CSS I cannot reproduce. What OS are you using, and what branch are you trying to build?

jtome7 commented 3 months ago

Oracle Linux 8.6 ( RHEL Linux Family ) Is this to be built as "root" or as the "user login account" ? I have the same branch dash-to-dock v66 for Gnome 3.32 installed on another machine with same O.S. and it did NOT require libsass / sassc which I think is causing my problems on this installation. THANKS for any ideas!

vanvugt commented 3 months ago

Please only build using the user login account, and ensure you are using the master branch (v89 or v90) before reporting build bugs here. That also requires that you have GNOME 45 or 46.

jtome7 commented 3 months ago

THANKS for all your help! I'll CLOSE this issue.