Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641408 - dev-python/backports-unittest-mock-1.3[doc]: TypeError: intern() argument 1 must be string, not unicode
Summary: dev-python/backports-unittest-mock-1.3[doc]: TypeError: intern() argument 1 m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Louis Sautier (sbraz)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 621282
  Show dependency tree
 
Reported: 2017-12-16 20:24 UTC by Rolf Eike Beer
Modified: 2017-12-16 22:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2017-12-16 20:24:33 UTC
* Package:    dev-python/backports-unittest-mock-1.3
 * Repository: gentoo
 * Maintainer: sautier.louis@gmail.com proxy-maint@gentoo.org,python@gentoo.org
 * Upstream:   https://github.com/jaraco/backports.unittest_mock/issues
 * USE:        doc elibc_glibc kernel_linux python_targets_python2_7 sparc userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking backports.unittest_mock-1.3.tar.gz to /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work
>>> Source unpacked in /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work
>>> Preparing source in /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3 ...
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
running build
running build_py
creating /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3-python2_7/lib/backports
copying backports/__init__.py -> /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3-python2_7/lib/backports
creating /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3-python2_7/lib/backports/unittest_mock
copying backports/unittest_mock/__init__.py -> /var/tmp/portage/dev-python/backports-unittest-mock-1.3/work/backports.unittest_mock-1.3-python2_7/lib/backports/unittest_mock
running egg_info
writing requirements to backports.unittest_mock.egg-info/requires.txt
writing backports.unittest_mock.egg-info/PKG-INFO
writing top-level names to backports.unittest_mock.egg-info/top_level.txt
writing dependency_links to backports.unittest_mock.egg-info/dependency_links.txt
writing entry points to backports.unittest_mock.egg-info/entry_points.txt
reading manifest file 'backports.unittest_mock.egg-info/SOURCES.txt'
writing manifest file 'backports.unittest_mock.egg-info/SOURCES.txt'
warning: build_py: byte-compiling is disabled, skipping.

 * python2_7: running distutils-r1_run_phase python_compile_all
 * Unable to trace static ELF: /sbin/ldconfig: /sbin/ldconfig -p 
Running Sphinx v1.3.1
making output directory...

Exception occurred:
  File "/usr/lib/python2.7/site-packages/sphinx/application.py", line 466, in _validate_event
    event = intern(event)
TypeError: intern() argument 1 must be string, not unicode
The full traceback has been saved in /var/tmp/portage/dev-python/backports-unittest-mock-1.3/temp/sphinx-err-LKeFUI.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!


Sphinx is: dev-python/sphinx-1.3.1-r2:0

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2017-12-16 21:22:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4543ab40b8d9495c6b1c2416ff31c21e90a4ff

commit ec4543ab40b8d9495c6b1c2416ff31c21e90a4ff
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-12-16 21:21:26 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-12-16 21:22:10 +0000

    dev-python/backports-unittest-mock: depend on >=dev-python/sphinx-1.5.2
    
    Closes: https://bugs.gentoo.org/641408
    Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35

 dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)