themix-project / oomox-gtk-theme

Oomox-gtk-theme is a fork of Numix-gtk-theme with slightly different visual design choices and more customization capabilities. It can be used in Themix/Oomox app.
https://github.com/themix-project/oomox
GNU General Public License v3.0
42 stars 8 forks source link

Stuck generating theme #70

Closed LoLei closed 4 years ago

LoLei commented 4 years ago

After updating to:

aur/themix-full-git 1.13-1 (+0 0.00%) (Installed)

generating a theme seems to be stuck:

$ oomox-cli /opt/oomox/scripted_colors/xresources/xresources2

Building theme at /home/me/.themes/oomox-xresources2

make clean_gtk3
make clean_gtk320
sassc -I "cinnamon/scss" "cinnamon/scss/cinnamon.scss" "cinnamon/cinnamon.css"
make[1]: Entering directory '/home/me/.themes/oomox-xresources2'
rm -rf "gtk-3.0/dist"
make[1]: Entering directory '/home/me/.themes/oomox-xresources2'
rm -rf "gtk-3.20/dist"
rm -f "gtk-3.0/gtk.gresource"
rm -f "gtk-3.20/gtk.gresource"
make[1]: Leaving directory '/home/me/.themes/oomox-xresources2'
make gresource_gtk3
make[1]: Leaving directory '/home/me/.themes/oomox-xresources2'
make gresource_gtk320
make[1]: Entering directory '/home/me/.themes/oomox-xresources2'
mkdir -p "gtk-3.0/dist"
make[1]: Entering directory '/home/me/.themes/oomox-xresources2'
mkdir -p "gtk-3.20/dist"
sassc -I "gtk-3.0/scss" "gtk-3.0/scss/gtk.scss" "gtk-3.0/dist/gtk.css"
sassc -I "gtk-3.20/scss" "gtk-3.20/scss/gtk.scss" "gtk-3.20/dist/gtk.css"

It never continues past that last line.

actionless commented 4 years ago

try downgrade libsass and choose 3.6.1 -- it seems like a bug there

actionless commented 4 years ago

as you can see in CI logs, with libsass==3.6.1, sassc==3.6.1 it's passing: https://travis-ci.com/github/themix-project/oomox-gtk-theme/builds/153443231#L325

with libsass==3.6.2, sassc==3.6.1 it stucks: https://travis-ci.com/github/themix-project/oomox-gtk-theme/builds/153709936#L325

mb the problem will resolve when arch linux will update sassc to 3.6.2 as well

actionless commented 4 years ago

works again with libsass==3.6.3-1