Re: More RHEL 6 build issues

2017-07-12 Thread Dave Page
Hi On Tue, Jul 11, 2017 at 5:40 PM, Devrim Gündüz wrote: > > Hi Dave, > > On Tue, 2017-07-11 at 12:26 +0100, Dave Page wrote: > > Anyway; the attached patch fixes the issue for me. I wonder if this is > some > > CentOS weirdness... > > Thanks, that fixed this issue. We have now another one: > >

Re: More RHEL 6 build issues

2017-07-11 Thread Devrim Gündüz
Hi Dave, On Tue, 2017-07-11 at 12:26 +0100, Dave Page wrote: > Anyway; the attached patch fixes the issue for me. I wonder if this is some > CentOS weirdness... Thanks, that fixed this issue. We have now another one: Exception occurred:   File "/usr/lib/python2.6/site-packages/pgadmin4-web/fla

Re: More RHEL 6 build issues

2017-07-11 Thread Dave Page
On Tue, Jul 11, 2017 at 12:09 PM, Devrim Gündüz wrote: > > Hi, > > Sorry, I missed this part: > > On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote: > > It was fixed in the code: > > > > # HTMLMIN doesn't work with Python 2.6. > > if not config.DEBUG and sys.version_info >= (2,7): > >

Re: More RHEL 6 build issues

2017-07-11 Thread Dave Page
On Tue, Jul 11, 2017 at 12:07 PM, Devrim Gündüz wrote: > > Hi, > > On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote: > > Never modify config.py! You should be using config_distro.py. > > Err, this was what you asked me to do when we had similar issues before. I > apply these patches to RHEL 6:

Re: More RHEL 6 build issues

2017-07-11 Thread Devrim Gündüz
Hi, Sorry, I missed this part: On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote: > It was fixed in the code: > > # HTMLMIN doesn't work with Python 2.6. >     if not config.DEBUG and sys.version_info >= (2,7): >     HTMLMIN(app) > > Though, we do have an unconditional import (both i

Re: More RHEL 6 build issues

2017-07-11 Thread Devrim Gündüz
Hi, On Tue, 2017-07-11 at 11:44 +0100, Dave Page wrote: > Never modify config.py! You should be using config_distro.py. Err, this was what you asked me to do when we had similar issues before. I apply these patches to RHEL 6: https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob;f=rpm/redhat/m

Re: More RHEL 6 build issues

2017-07-11 Thread Dave Page
On Tue, Jul 11, 2017 at 11:21 AM, Devrim Gündüz wrote: > > Hi, > > I thought we fixed it at some point, but I'm recently getting this again: > > in the web/config.py, I changed > MINIFY_PAGE = True > > to False. > Never modify config.py! You should be using config_distro.py. > > Still getting

More RHEL 6 build issues

2017-07-11 Thread Devrim Gündüz
Hi, I thought we fixed it at some point, but I'm recently getting this again: in the web/config.py, I changed MINIFY_PAGE = True to False. Still getting sphinx-1.0-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.0.8 Exception occurred: File