There's a few things that it seems are broken with newer Pipelines. I know
for sure that 1.2.1 works. Any way you could just package that for now?
Looking into the remaining things, but there's some ugly issue I'm not
completely sure about yet.

Christian

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


On Mon, Aug 6, 2012 at 1:31 PM, Stephen Gallagher <step...@gallagherhome.com
> wrote:

> On Fri, 2012-08-03 at 15:56 -0400, Stephen Gallagher wrote:
> > On Fri, 2012-08-03 at 12:31 -0700, Christian Hammond wrote:
> > > Yeah, the pipeline (django_pipeline) module. Guessing we left it out
> of the dependency list for Djblets (though RB has it).
> > >
> > > I can fix this in a couple hours, but I imagine that's not fully
> necessary on fedora once you have a package for it?
> >
> > Yeah, looks like I'm going to have to package that up first, since it
> > doesn't appear to be available in Fedora yet.
> >
> > Ah well, one step at a time.
> >
>
> Ok, finally got django_pipeline accepted into Fedora today.
> Unfortunately, now I'm having a compilation problem with ReviewBoard:
>
> Note: TypeError: compile_file() got an unexpected keyword argument
> 'outdated'
>
> This is with the ReviewBoard 1.7beta1 tarball and django_pipeline
> 1.2.14.
>
> Any help would be appreciated. I need to get this in today to make the
> Fedora 18 deadline :(
>
>
> Full traceback:
>
> Traceback (most recent call last):
>   File "./contrib/internal/build-media.py", line 19, in <module>
>     ret = call_command('collectstatic', interactive=False, verbosity=2)
>   File
> "/usr/lib/python2.7/site-packages/django/core/management/__init__.py",
> line 150, in call_command
>     return klass.execute(*args, **defaults)
>   File
> "/usr/lib/python2.7/site-packages/django/core/management/base.py", line
> 232, in execute
>     output = self.handle(*args, **options)
>   File
> "/usr/lib/python2.7/site-packages/django/core/management/base.py", line
> 371, in handle
>     return self.handle_noargs(**options)
>   File
> "/usr/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
> line 163, in handle_noargs
>     collected = self.collect()
>   File
> "/usr/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
> line 119, in collect
>     dry_run=self.dry_run)
>   File "/usr/lib/python2.7/site-packages/pipeline/storage.py", line 30,
> in post_process
>     packager.pack_stylesheets(package)
>   File "/usr/lib/python2.7/site-packages/pipeline/packager.py", line 90,
> in pack_stylesheets
>     variant=package.variant, **kwargs)
>   File "/usr/lib/python2.7/site-packages/pipeline/packager.py", line 99,
> in pack
>     paths = self.compile(package.paths, force=True)
>   File "/usr/lib/python2.7/site-packages/pipeline/packager.py", line 93,
> in compile
>     return self.compiler.compile(paths, force=force)
>   File
> "/usr/lib/python2.7/site-packages/pipeline/compilers/__init__.py", line
> 41, in compile
>     compiler.compile_file(infile, outfile, outdated=outdated,
> force=force)
> TypeError: compile_file() got an unexpected keyword argument 'outdated'
> Traceback (most recent call last):
>   File "setup.py", line 182, in <module>
>     "Topic :: Software Development :: Quality Assurance",
>   File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
>     dist.run_commands()
>   File "/usr/lib64/python2.7/distutils/dist.py", line 953, in
> run_commands
>     self.run_command(cmd)
>   File "/usr/lib64/python2.7/distutils/dist.py", line 972, in
> run_command
>     cmd_obj.run()
>   File "/usr/lib/python2.7/site-packages/setuptools/command/install.py",
> line 53, in run
>     return _install.run(self)
>   File "/usr/lib64/python2.7/distutils/command/install.py", line 575, in
> run
>     self.run_command(cmd_name)
>   File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib64/python2.7/distutils/dist.py", line 972, in
> run_command
>     cmd_obj.run()
>   File
> "/usr/lib/python2.7/site-packages/setuptools/command/install_egg_info.py",
> line 29, in run
>     self.run_command('egg_info')
>   File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib64/python2.7/distutils/dist.py", line 972, in
> run_command
>     cmd_obj.run()
>   File "setup.py", line 63, in run
>     self.run_command('build_media')
>   File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib64/python2.7/distutils/dist.py", line 972, in
> run_command
>     cmd_obj.run()
>   File "setup.py", line 81, in run
>     raise RuntimeError('Failed to build media files')
> RuntimeError: Failed to build media files
> error: Bad exit status from /var/tmp/rpm-tmp.dvLLKA (%install)
>
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to