Thread: [pgadmin-hackers] 1.4 sphinx error on RHEL 6
Hi, This is new in 1.4: Any suggestions? ------ sphinx-1.0-build -W -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v1.0.8 /usr/lib/python2.6/site-packages/flask_security/forms.py:67: DeprecationWarning: Required is going away in WTForms 3.0, useDataRequired email_required = Required(message='EMAIL_NOT_PROVIDED') /usr/lib/python2.6/site-packages/flask_security/forms.py:69: DeprecationWarning: Required is going away in WTForms 3.0, useDataRequired password_required = Required(message='PASSWORD_NOT_PROVIDED') loading pickled environment... not yet created building [html]: targets for 87 source files that are out of date updating environment: 87 added, 0 changed, 0 removed reading sources... [100%] view_dialog Warning, treated as error: /var/lib/pgsql/rpm/BUILD/pgadmin4-1.4/docs/en_US/connect_error.rst:4: ERROR: Interpreted text role "index" not implemented. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachment
Yeah, we see that with Python 2.6. Don't worrk about it. On Mon, Apr 17, 2017 at 9:41 PM, Devrim Gündüz <devrim@gunduz.org> wrote: > > Hi, > > This is new in 1.4: Any suggestions? > > ------ > sphinx-1.0-build -W -b html -d _build/doctrees . _build/html > Making output directory... > Running Sphinx v1.0.8 > /usr/lib/python2.6/site-packages/flask_security/forms.py:67: DeprecationWarning: Required is going away in WTForms 3.0,use DataRequired > email_required = Required(message='EMAIL_NOT_PROVIDED') > /usr/lib/python2.6/site-packages/flask_security/forms.py:69: DeprecationWarning: Required is going away in WTForms 3.0,use DataRequired > password_required = Required(message='PASSWORD_NOT_PROVIDED') > loading pickled environment... not yet created > building [html]: targets for 87 source files that are out of date > updating environment: 87 added, 0 changed, 0 removed > reading sources... [100%] view_dialog > > Warning, treated as error: > /var/lib/pgsql/rpm/BUILD/pgadmin4-1.4/docs/en_US/connect_error.rst:4: ERROR: Interpreted text role "index" not implemented. > > > Regards, > -- > Devrim Gündüz > EnterpriseDB: http://www.enterprisedb.com > PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer > Twitter: @DevrimGunduz , @DevrimGunduzTR -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Hi Dave, On Tue, 2017-04-18 at 09:12 +0100, Dave Page wrote: > Yeah, we see that with Python 2.6. Don't worrk about it. Ok, but this is treated as an error, and the build stops there. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachment
On Tue, Apr 18, 2017 at 2:10 PM, Devrim Gündüz <devrim@gunduz.org> wrote: > > Hi Dave, > > On Tue, 2017-04-18 at 09:12 +0100, Dave Page wrote: >> Yeah, we see that with Python 2.6. Don't worrk about it. > > Ok, but this is treated as an error, and the build stops there. Oh, sorry - I was looking at the deprecation warnings, and didn't see the error there. What Sphinx version do you have? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Hi Dave, On Tue, 2017-04-18 at 14:34 +0100, Dave Page wrote: > What Sphinx version do you have? 1.0.8, which comes from EPEL. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachment
On Tue, Apr 18, 2017 at 6:40 PM, Devrim Gündüz <devrim@gunduz.org> wrote: > > Hi Dave, > > On Tue, 2017-04-18 at 14:34 +0100, Dave Page wrote: >> What Sphinx version do you have? > > 1.0.8, which comes from EPEL. Urgh. Way too old. In the CI system, we use 1.4.9 for Python 2.6 and 3.3 (the most recent version supporting those Pythons). -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Hi, On Wed, 2017-04-19 at 09:31 +0100, Dave Page wrote: > > 1.0.8, which comes from EPEL. > > Urgh. Way too old. In the CI system, we use 1.4.9 for Python 2.6 and > 3.3 (the most recent version supporting those Pythons). Ok, found what broke this. -W switch was added to sphinx-build command in Makefile.sphinx between 1.3 and 1.4. I removed this for RHEL 6 builds. Now the package builds. Regards, -- Devrim Gündüz EnterpriseDB: http://www.enterprisedb.com PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR
Attachment
On Wed, Apr 19, 2017 at 11:44 AM, Devrim Gündüz <devrim@gunduz.org> wrote: > > Hi, > > On Wed, 2017-04-19 at 09:31 +0100, Dave Page wrote: >> > 1.0.8, which comes from EPEL. >> >> Urgh. Way too old. In the CI system, we use 1.4.9 for Python 2.6 and >> 3.3 (the most recent version supporting those Pythons). > > Ok, found what broke this. -W switch was added to sphinx-build command in > Makefile.sphinx between 1.3 and 1.4. I removed this for RHEL 6 builds. Now the > package builds. \o/. Nice work! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company