pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/textproc/py-sphinx



On Fri, Jan 15, 2016 at 02:24:41PM +0000, D'Arcy J.M. Cain wrote:
> Module Name:	pkgsrc
> Committed By:	darcy
> Date:		Fri Jan 15 14:24:41 UTC 2016
> 
> Modified Files:
> 	pkgsrc/textproc/py-sphinx: Makefile PLIST distinfo
> 
> Log Message:
> Upgrade to version 1.3.4.
> OK'd by maintainer markd@.

I now see new build problems that look related:

devel/py-tortoisehg:

sphinx-build2.7 -b html -d build/doctrees   source build/html
Traceback (most recent call last):
  File "/usr/pkg/bin/sphinx-build2.7", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3138, in <module>
    @_call_aside
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3124, in _call_aside
    f(*args, **kwargs)
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3151, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 661, in _build_master
    ws.require(__requires__)
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 962, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources/__init__.py", line 849, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'sphinx-rtd-theme<2.0,>=0.1' distribution was not found and is required by Sphinx
*** Error code 1



finance/moneyguru:

Generating Help
Traceback (most recent call last):
  File "build.py", line 430, in <module>
    main()
  File "build.py", line 427, in main
    build_normal(ui, dev, not args.no_ext)
  File "build.py", line 391, in build_normal
    build_qt(dev)
  File "build.py", line 192, in build_qt
    build_help()
  File "build.py", line 217, in build_help
    sphinxgen.gen(help_basepath, help_destpath, changelog_path, tixurl, confrepl, confpath)
  File "/scratch/finance/moneyguru/work/moneyguru-2.8.2/hscommon/sphinxgen.py", line 68, in gen
    cmd = load_entry_point('Sphinx', 'console_scripts', 'sphinx-build')
  File "/usr/pkg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 568, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/pkg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2720, in load_entry_point
    return ep.load()
  File "/usr/pkg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2379, in load
    self.require(*args, **kwargs)
  File "/usr/pkg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2396, in require
    items = working_set.resolve(reqs, env, installer)
  File "/usr/pkg/lib/python3.5/site-packages/pkg_resources/__init__.py", line 849, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'sphinx-rtd-theme<2.0,>=0.1' distribution was not found and is required by the application
*** Error code 1

mail/notmuch:

Checking if sphinx is available and supports nroff output... No (so will not install man pages).

Perhaps sphinx has a missing, new dependency?
 Thomas


Home | Main Index | Thread Index | Old Index