Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 666680 Details for
Bug 750083
dev-python/webob-1.8.6[doc] failed to emerge (pkg_resources.DistributionNotFound: The 'webob' distribution was not found and is required by the application)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 6.14 KB, created by
Leonid Kopylov
on 2020-10-19 08:13:05 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Leonid Kopylov
Created:
2020-10-19 08:13:05 UTC
Size:
6.14 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-python/webob-1.8.6 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: python@gentoo.org >[32;01m * [39;49;00mUpstream: https://github.com/Pylons/webob/issues >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 doc elibc_glibc kernel_linux python_targets_python3_7 userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking WebOb-1.8.6.tar.gz to /var/tmp/portage/dev-python/webob-1.8.6/work >>>> Source unpacked in /var/tmp/portage/dev-python/webob-1.8.6/work >>>> Preparing source in /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6 ... > [32;01m*[0m python3_7: running distutils-r1_run_phase distutils-r1_python_compile >python3.7 setup.py build -j 5 >running build >running build_py >creating /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/descriptors.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/acceptparse.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/headers.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/static.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/response.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/multidict.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/__init__.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/request.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/datetime_utils.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/dec.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/byterange.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/exc.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/compat.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/client.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/cookies.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/etag.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/cachecontrol.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >copying src/webob/util.py -> /var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6-python3_7/lib/webob >warning: build_py: byte-compiling is disabled, skipping. > > [32;01m*[0m Using python3.7 in global scope > [32;01m*[0m python3_7: running distutils-r1_run_phase python_compile_all >Running Sphinx v2.4.4 > >Configuration error: >There is a programmable error in your configuration file: > >Traceback (most recent call last): > File "/usr/lib/python3.7/site-packages/sphinx/config.py", line 348, in eval_config_file > execfile_(filename, namespace) > File "/usr/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ > exec(code, _globals) > File "/var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6/docs/conf.py", line 30, in <module> > version = release = pkg_resources.get_distribution('webob').version > File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 465, in get_distribution > dist = get_provider(dist) > File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 341, in get_provider > return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0] > File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 884, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 770, in resolve > raise DistributionNotFound(req, requirers) >pkg_resources.DistributionNotFound: The 'webob' distribution was not found and is required by the application > > [31;01m*[0m ERROR: dev-python/webob-1.8.6::gentoo failed (compile phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 125: Called src_compile > [31;01m*[0m environment, line 2930: Called distutils-r1_src_compile > [31;01m*[0m environment, line 1174: Called _distutils-r1_run_common_phase 'python_compile_all' > [31;01m*[0m environment, line 441: Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_compile_all' > [31;01m*[0m environment, line 2007: Called _multibuild_run 'distutils-r1_run_phase' 'python_compile_all' > [31;01m*[0m environment, line 2005: Called distutils-r1_run_phase 'python_compile_all' > [31;01m*[0m environment, line 1162: Called python_compile_all > [31;01m*[0m environment, line 2282: Called sphinx_compile_all > [31;01m*[0m environment, line 2926: Called build_sphinx 'docs' > [31;01m*[0m environment, line 993: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m sphinx-build -b html -d "${dir}"/_build/doctrees "${dir}" "${dir}"/_build/html || die; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-python/webob-1.8.6::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-python/webob-1.8.6::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-python/webob-1.8.6/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/webob-1.8.6/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6' > [31;01m*[0m S: '/var/tmp/portage/dev-python/webob-1.8.6/work/WebOb-1.8.6'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 750083
: 666680