Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-05-03 Thread Christian Hammond
Have you worked with virtualenv before? It's built for the purpose of creating isolated Python environments. There are some third-party Docker images for Review Board out on the registry. Someone on this list put a lot of work into one several months back, so you might want to try searching the

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-05-03 Thread 'Eric Johnson' via Review Board Community
Gentoo patches to pip to prevent installation as the root user - so as to avoid package manager conflicts between emerge and pip. To make it work, I'd need to install ReviewBoard packages as a non-root user. Certainly possible to make that work, but it starts to feel like just as many hoops as

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-05-02 Thread Christian Hammond
Hi Eric, Why not just install via our official Python packages? Christian On Tue, May 1, 2018 at 10:04 eric via Review Board Community < reviewboard@googlegroups.com> wrote: > > > On Friday, April 20, 2018 at 9:54:23 AM UTC-7, Stephen Gallagher wrote: > >> >> >> On Fri, Apr 20, 2018 at 12:35

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-05-01 Thread eric via Review Board Community
On Friday, April 20, 2018 at 9:54:23 AM UTC-7, Stephen Gallagher wrote: > > > > On Fri, Apr 20, 2018 at 12:35 PM eric via Review Board Community < > revie...@googlegroups.com > wrote: > >> Hi Christian, >> >> Thanks so much for the response. >> >> >> On Wednesday, April 18, 2018 at 5:03:43 PM

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-04-20 Thread Stephen Gallagher
On Fri, Apr 20, 2018 at 12:35 PM eric via Review Board Community < reviewboard@googlegroups.com> wrote: > Hi Christian, > > Thanks so much for the response. > > > On Wednesday, April 18, 2018 at 5:03:43 PM UTC-7, Christian Hammond wrote: >> >> It will, yes. You shouldn't need to make changes like

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-04-20 Thread eric via Review Board Community
Hi Christian, Thanks so much for the response. On Wednesday, April 18, 2018 at 5:03:43 PM UTC-7, Christian Hammond wrote: > > It will, yes. You shouldn't need to make changes like that. This one in > particular will break applications that try using Djblets in various ways. > If this appears

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-04-18 Thread Christian Hammond
It will, yes. You shouldn't need to make changes like that. This one in particular will break applications that try using Djblets in various ways. If this appears to fix packaging, then we really need to find out what's really going on to break it in the first place. Christian On Wed, Apr 18,

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-04-18 Thread 'Eric Johnson' via Review Board Community
Oops - by the way, for the previous post, although you can figure it out from the stack trace, I'm trying to install Djblets-1.0.5 I seem to have made a big step forward. I used sed to edit the settings.py file to replace sed -e

Re: Trying to get latest ReviewBoard to work on Gentoo Linux

2018-04-18 Thread Christian Hammond
Hi Eric, Can you show me all the steps being done to build the package? Are you calling `setup.py develop`? If not, that calls a few things that are important for packaging (which you can call yourself if `develop` isn't an option for you -- see setup.py). Christian On Wed, Apr 18, 2018 at 4:15