← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1701765] [NEW] SyntaxError: Undefined variable: '$cursor-disabled'.

 

Public bug reported:

After https://review.openstack.org/337936 was merged, compress in RPM
package build fails with:

Compressing... CommandError: An error occurred during rendering /builddir/build/BUILD/horizon-12.0.0.0b3.dev113/openstack_dashboard/templates/_stylesheets.html: Error evaluating expression:
     $cursor-disabled
 on line 70 of dashboard/scss/components/_spinners.scss     
 imported from line 6 of dashboard/scss/horizon.scss
 imported from line 1 of u'string:0c838b58954113a8:\n    // My Themes\n@import "/themes/default/variables";\n\n// Horizon\n@import "/dashboard/scss/horizon.'
 Traceback:
   File "/usr/lib64/python2.7/site-packages/scss/calculator.py", line 141, in evaluate_expression
     return ast.evaluate(self, divide=divide)
   File "/usr/lib64/python2.7/site-packages/scss/ast.py", line 346, in evaluate
     raise SyntaxError("Undefined variable: '%s'." % self.name)
 SyntaxError: Undefined variable: '$cursor-disabled'.

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: alert ci

** Tags added: alert

** Tags added: ci

-- 
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/1701765

Title:
  SyntaxError: Undefined variable: '$cursor-disabled'.

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  After https://review.openstack.org/337936 was merged, compress in RPM
  package build fails with:

  Compressing... CommandError: An error occurred during rendering /builddir/build/BUILD/horizon-12.0.0.0b3.dev113/openstack_dashboard/templates/_stylesheets.html: Error evaluating expression:
       $cursor-disabled
   on line 70 of dashboard/scss/components/_spinners.scss     
   imported from line 6 of dashboard/scss/horizon.scss
   imported from line 1 of u'string:0c838b58954113a8:\n    // My Themes\n@import "/themes/default/variables";\n\n// Horizon\n@import "/dashboard/scss/horizon.'
   Traceback:
     File "/usr/lib64/python2.7/site-packages/scss/calculator.py", line 141, in evaluate_expression
       return ast.evaluate(self, divide=divide)
     File "/usr/lib64/python2.7/site-packages/scss/ast.py", line 346, in evaluate
       raise SyntaxError("Undefined variable: '%s'." % self.name)
   SyntaxError: Undefined variable: '$cursor-disabled'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1701765/+subscriptions


Follow ups