Hi,

Building Review Board requires a number of development tools, including
node.js, lessc, and uglifyjs.

Are you planning to do development with this, or just install it?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Mon, Jan 20, 2014 at 1:16 AM, <nav...@launchyard.com> wrote:

> i'm trying to install reviewboard from 
> github-repo<https://github.com/reviewboard/reviewboard>on ubuntu system under 
> *virtual
> environment*. , i have installed all the required dependencies but when
> i'm issuing command like
> *python setup.py install*
>
> getting following exception:
> RuntimeError: Failed to build media files
> Traceback (most recent call last):
>   File "contrib/internal/build-media.py", line 19, in <module>
>     ret = call_command('collectstatic', interactive=False, verbosity=2)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/management/__init__.py",
> line 161, in call_command
>     return klass.execute(*args, **defaults)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/management/base.py",
> line 255, in execute
>     output = self.handle(*args, **options)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/management/base.py",
> line 385, in handle
>     return self.handle_noargs(**options)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/contrib/staticfiles/management/commands/collectstatic.py",
> line 164, in handle_noargs
>     collected = self.collect()
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/contrib/staticfiles/management/commands/collectstatic.py",
> line 121, in collect
>     for original_path, processed_path, processed in processor:
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/storage.py",
> line 32, in post_process
>     packager.pack_stylesheets(package)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/packager.py",
> line 94, in pack_stylesheets
>     variant=package.variant, **kwargs)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/packager.py",
> line 103, in pack
>     paths = self.compile(package.paths, force=True)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/packager.py",
> line 97, in compile
>     return self.compiler.compile(paths, force=force)
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/pipeline/compilers/__init__.py",
> line 49, in compile
>     return list(executor.map(_compile, paths))
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/concurrent/futures/_base.py",
> line 549, in map
>     yield future.result()
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/concurrent/futures/_base.py",
> line 404, in result
>     return self.__get_result()
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/concurrent/futures/_base.py",
> line 356, in __get_result
>     raise self._exception
> *pipeline.exceptions.CompilerError: /usr/bin/env: lessc: No such file or
> directory*
>
> Traceback (most recent call last):
>   File "setup.py", line 229, in <module>
>     "Topic :: Software Development :: Quality Assurance",
>   File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
>     dist.run_commands()
>   File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/setuptools/command/install.py",
> line 73, in run
>     self.do_egg_install()
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/setuptools/command/install.py",
> line 93, in do_egg_install
>     self.run_command('bdist_egg')
>   File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File
> "/home/naveen/env3/local/lib/python2.7/site-packages/setuptools/command/bdist_egg.py",
> line 177, in run
>     self.run_command("egg_info")
>   File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File "setup.py", line 80, in run
>     self.run_command('build_media')
>   File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
>     cmd_obj.run()
>   File "setup.py", line 100, in run
>     raise RuntimeError('Failed to build media files')
> *RuntimeError: Failed to build media files*
>
> Can anyone help me out on this
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to