Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 721170 - dev-libs/libbson-1.13.0 fails to build: /usr/lib64/python3.6/importlib/__init__.py:126: RemovedInSphinx30Warning: sphinx.environment.NoUri is deprecated. Check CHANGES for Sphinx API modifications.
Summary: dev-libs/libbson-1.13.0 fails to build: /usr/lib64/python3.6/importlib/__init...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-06 02:14 UTC by Michael Hofmann
Modified: 2020-07-08 08:25 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,6.11 KB, text/plain)
2020-05-06 02:22 UTC, Michael Hofmann
Details
build.log (build.log,35.37 KB, text/plain)
2020-05-06 02:24 UTC, Michael Hofmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hofmann 2020-05-06 02:14:04 UTC
dev-libs/libbson-1.13.0 (stable) fails to build:

cd /var/tmp/portage/dev-libs/libbson-1.13.0/work/libbson-1.13.0_build/src/libbson/doc && /usr/bin/cmake -E env PYTHONDONTWRITEBYTECODE=1 /usr/bin/sphinx-build -j 8 -qEW -b man -c /var/tmp/portage/dev-libs/libbson-1.13.0/work/mongo-c-driver-1.13.0/src/libbson/doc /var/tmp/portage/dev-libs/libbson-1.13.0/work/mongo-c-driver-1.13.0/src/libbson/doc /var/tmp/portage/dev-libs/libbson-1.13.0/work/libbson-1.13.0_build/src/libbson/doc/man && rm -rf /var/tmp/portage/dev-libs/libbson-1.13.0/work/libbson-1.13.0_build/src/libbson/doc/man/.doctrees /var/tmp/portage/dev-libs/libbson-1.13.0/work/libbson-1.13.0_build/src/libbson/doc/man/.buildinfo
/usr/lib64/python3.6/importlib/__init__.py:126: RemovedInSphinx30Warning: sphinx.environment.NoUri is deprecated. Check CHANGES for Sphinx API modifications.
  return _bootstrap._gcd_import(name[level:], package, level)
/var/tmp/portage/dev-libs/libbson-1.13.0/work/mongo-c-driver-1.13.0/build/sphinx/mongoc_common.py:76: FutureWarning:
   The iterable returned by Node.traverse()
   will become an iterator instead of a list in Docutils > 0.16.
  return matches[0]

Warning, treated as error:
the taglist extension is not safe for parallel reading
Not creating man page for api
Not creating man page for index
ninja: build stopped: subcommand failed.

See: https://forums.gentoo.org/viewtopic-p-8453900.html

The problem seems to be fixed in version 1.16.2

Reproducible: Always
Comment 1 Michael Hofmann 2020-05-06 02:22:05 UTC
Created attachment 636300 [details]
emerge-info.txt
Comment 2 Michael Hofmann 2020-05-06 02:24:57 UTC
Created attachment 636302 [details]
build.log