yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #58969
[Bug 1643689] Re: Error running manage.py compress after https://review.openstack.org/#/c/399771/
I'm sorry but I confirm this on stable/newton :
(.venv)yves@paradox ~/openstack/pure_horizon/horizon $ python manage.py
collectstatic --noinput && python manage.py compress --force
0 static files copied to '/home/yves/openstack/pure_horizon/horizon/static', 1746 unmodified.
Found 'compress' tags in:
/home/yves/openstack/pure_horizon/horizon/openstack_dashboard/templates/horizon/_scripts.html
/home/yves/openstack/pure_horizon/horizon/openstack_dashboard/templates/_stylesheets.html
/home/yves/openstack/pure_horizon/horizon/openstack_dashboard/templates/horizon/_conf.html
Compressing... CommandError: An error occurred during rendering /home/yves/openstack/pure_horizon/horizon/openstack_dashboard/templates/_stylesheets.html: Couldn't find anything to import: /horizon/lib/roboto_fontface/css/roboto-fontface.scss
Extensions: <NamespaceAdapterExtension>, <DjangoExtension>, <CompassExtension>
Search path:
on line 16 of themes/material/bootstrap/_styles.scss
imported from line 16 of themes/material/_styles.scss
imported from line 1 of u'string:c61b5d22d54bf56c:\n // My Themes\n@import "/themes/material/variables";\n\n// Horizon\n@import "/dashboard/scss/horizon'
** Changed in: horizon
Status: Invalid => Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1643689
Title:
Error running manage.py compress after
https://review.openstack.org/#/c/399771/
Status in OpenStack Dashboard (Horizon):
Incomplete
Bug description:
After https://review.openstack.org/#/c/399771/, we are getting
following error when running "python manage.py compress":
CommandError: An error occurred during rendering /tmp/horizon/openstack_dashboard/templates/_stylesheets.html: Couldn't find anything to import: ../../mixins
Extensions: <NamespaceAdapterExtension>, <DjangoExtension>, <CompassExtension>
Search path:
on line 21 of horizon/lib/roboto_fontface/css/roboto/sass/roboto-fontface-regular.scss
imported from line 21 of horizon/lib/roboto_fontface/css/roboto/sass/roboto-fontface.scss
imported from line 16 of themes/material/bootstrap/_styles.scss
imported from line 16 of themes/material/_styles.scss
imported from line 1 of u'string:c61b5d22d54bf56c:\n // My Themes\n@import "/themes/material/variables";\n\n// Horizon\n@import "/dashboard/scss/horizon'
and exits.
Note that this issue is making horizon packaging to fail.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1643689/+subscriptions
References