[Slackbuilds-users] Sphinx Version 1.7.0 build failure

Konrad J Hambrick kjhambrick at gmail.com
Sat Feb 24 11:37:21 UTC 2018


Thanks for the reply Dimitris.

Yes.  As I noted in my OP, I think so ...

>From Sphinx.info:

REQUIRES="alabaster babel docutils imagesize Jinja2 Pygments
python-requests six snowballstemmer sphinxcontrib-websupport typing"

And these are the Packages from the REQUIRES= List that are installed on my
machine ( here is an `ls -lad` listing this time ):

# ls -lad
/var/log/packages/{alabaster,babel,docutils,imagesize,Jinja2,Pygments,python-requests,six,snowballstemmer,sphinxcontrib-websupport,typing}*

  -rw-r--r-- 1 root root  4163 Feb 24 04:13
/var/log/packages/Jinja2-2.10-x86_64-1_SBo
  -rw-r--r-- 1 root root 28100 Jan 29 10:11
/var/log/packages/Pygments-2.1.3-x86_64-1_SBo
  -rw-r--r-- 1 root root  2090 Feb 17 05:31
/var/log/packages/alabaster-0.7.10-x86_64-1_SBo
  -rw-r--r-- 1 root root 48626 Feb 17 05:33
/var/log/packages/babel-2.5.3-x86_64-1_SBo
  -rw-r--r-- 1 root root 23969 Feb 24 04:15
/var/log/packages/docutils-0.14-x86_64-1_SBo
  -rw-r--r-- 1 root root  1408 Jan 29 09:53
/var/log/packages/imagesize-0.7.1-x86_64-1_SBo
  -rw-r--r-- 1 root root  5604 Jan 29 09:40
/var/log/packages/python-requests-2.18.4-x86_64-1_SBo
  -rw-r--r-- 1 root root  1313 Oct 22 09:47
/var/log/packages/six-1.11.0-x86_64-1_SBo
  -rw-r--r-- 1 root root  3791 Jan 29 10:00
/var/log/packages/snowballstemmer-1.2.1-x86_64-1_SBo
  -rw-r--r-- 1 root root  4515 Jan 29 10:02
/var/log/packages/sphinxcontrib-websupport-1.0.1-x86_64-1_SBo
  -rw-r--r-- 1 root root  1187 Feb 17 05:29
/var/log/packages/typing-3.6.4-x86_64-1_SBo

Note that Jinja2 and docutils were updated this morning without error
BEFORE I tried to build Sphinx 1.7.0 ...

Thanks again !

-- kjh


On Sat, Feb 24, 2018 at 5:28 AM, Dimitris Zlatanidis <d.zlatanidis at gmail.com
> wrote:

> Have you install all the requirements?
>
> On 02/24/2018 12:24 PM, Konrad J Hambrick wrote:
>
> Benjamin --
>
> I am running Slackware64 14.2 + Multilib and this morning when I attempted
> to build Sphinx Version 1.7.0 I experienced a python install failure:
>
>    Installing sphinx-autogen script to /tmp/SBo/package-Sphinx/usr/bin
>    make: Entering directory '/tmp/SBo/Sphinx-1.7.0/doc'
>    Traceback (most recent call last):
>      File "/tmp/SBo/package-Sphinx/usr/bin/sphinx-build", line 5, in
> <module>
>        from pkg_resources import load_entry_point
>      File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 2927, in <module>
>        @_call_aside
>      File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 2913, in _call_aside
>        f(*args, **kwargs)
>      File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 2940, in _initialize_master_working_set
>        working_set = WorkingSet._build_master()
>      File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 635, in _build_master
>        ws.require(__requires__)
>      File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 943, in require
>        needed = self.resolve(parse_requirements(requirements))
>      File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py",
> line 829, in resolve
>        raise DistributionNotFound(req, requirers)
>    pkg_resources.DistributionNotFound: The 'packaging' distribution was
> not found and is required by Sphinx
>    Makefile:20: recipe for target 'html' failed
>    make: *** [html] Error 1
>    make: Leaving directory '/tmp/SBo/Sphinx-1.7.0/doc'
>
> I hesitate to attach my full Sphinx.SlackBuild-1.7.0.log ( 212 KB ) but I
> have it if you need it.
>
> I was able to build, install and run the previous version ( Sphinx-1.6.7 )
> without error.
>
> I BELIEVE I have the REQUIRED= Packages installed.
>
> Note that Willy's SBo Updates for today ( 2018-02-24 ) included Version
> Bumps for Jinja2 ( 2.7.3 -> 2.10 ) and docutils ( 0.13.1 -> 0.14 ).
>
> These are the REQUIRES= Packages on my System:
>
> # ls -1d /var/log/packages/{alabaster,babel,docutils,imagesize,
> Jinja2,Pygments,python-requests,six,snowballstemmer,
> sphinxcontrib-websupport,typing}*
>
>   /var/log/packages/Jinja2-2.10-x86_64-1_SBo
>   /var/log/packages/Pygments-2.1.3-x86_64-1_SBo
>   /var/log/packages/alabaster-0.7.10-x86_64-1_SBo
>   /var/log/packages/babel-2.5.3-x86_64-1_SBo
>   /var/log/packages/docutils-0.14-x86_64-1_SBo
>   /var/log/packages/imagesize-0.7.1-x86_64-1_SBo
>   /var/log/packages/python-requests-2.18.4-x86_64-1_SBo
>   /var/log/packages/six-1.11.0-x86_64-1_SBo
>   /var/log/packages/snowballstemmer-1.2.1-x86_64-1_SBo
>   /var/log/packages/sphinxcontrib-websupport-1.0.1-x86_64-1_SBo
>   /var/log/packages/typing-3.6.4-x86_64-1_SBo
>
>
> Do you have any idea what's wrong with my system ?
>
> Thank you !
>
> -- kjh
>
>
>
> _______________________________________________
> SlackBuilds-users mailing listSlackBuilds-users at slackbuilds.orghttps://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>
> --
> Dimitris Zlatanidis
> Github: https://github.com/dslackw
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20180224/3fb6ca3c/attachment.html>


More information about the SlackBuilds-users mailing list