Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New failures to build #32749

Closed
ericonr opened this issue Aug 30, 2021 · 4 comments
Closed

New failures to build #32749

ericonr opened this issue Aug 30, 2021 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed Stale

Comments

@ericonr
Copy link
Member

ericonr commented Aug 30, 2021

Found while testing things for doxygen update:

kea (there are a few updates out, we can try moving to a new version):

make[2]: Leaving directory '/builddir/kea-1.9.5/src'
Making all in doc
make[2]: Entering directory '/builddir/kea-1.9.5/doc'
Making all in sphinx
make[3]: Entering directory '/builddir/kea-1.9.5/doc/sphinx'
rm -f ./arm/platforms.rst
cp ./../../platforms.rst ./arm/platforms.rst
/usr/bin/sphinx-build -M html . ./_build -v -E -a -W -j 2 -c "/builddir/kea-1.9.5/doc/sphinx"
Running Sphinx v4.1.1
making output directory... done

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/sphinx/cmd/build.py", line 276, in build_main
    app = Sphinx(args.sourcedir, args.confdir, args.outputdir,
  File "/usr/lib/python3.9/site-packages/sphinx/application.py", line 251, in __init__
    self.config.setup(self)
  File "/builddir/kea-1.9.5/doc/sphinx/conf.py", line 231, in setup
    app.add_stylesheet('kea.css')
AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'

Exception occurred:
  File "/builddir/kea-1.9.5/doc/sphinx/conf.py", line 231, in setup
    app.add_stylesheet('kea.css')
AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'
The full traceback has been saved in /tmp/sphinx-err-dxcqvg1x.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!
make[3]: *** [Makefile:861: html] Error 2

and kexi (@Johnnynator):

-- Note: Graphical interface is not available so configuration and test apps that require Qt GUI won't be executed
CMake Error at cmake/modules/FindKexiMarble.cmake:78 (list):
  list GET given empty list
Call Stack (most recent call first):
  CMakeLists.txt:202 (find_package)


CMake Error at cmake/modules/FindKexiMarble.cmake:81 (list):
  list GET given empty list
Call Stack (most recent call first):
  CMakeLists.txt:202 (find_package)


CMake Error at cmake/modules/FindKexiMarble.cmake:84 (list):
  list GET given empty list
Call Stack (most recent call first):
  CMakeLists.txt:202 (find_package)


-- Looking for uname
-- Looking for uname - found
@ericonr ericonr added bug Something isn't working help wanted Extra attention is needed labels Aug 30, 2021
@loreb
Copy link
Contributor

loreb commented Aug 30, 2021

The first one is easy, they renamed the method - sphinx-doc/sphinx#7747

@sgn
Copy link
Member

sgn commented Aug 30, 2021

kea: 7f6b350

@sgn
Copy link
Member

sgn commented Aug 30, 2021

Also pybind11, however, building classes.rst in isolation doesn't run into failure.

@github-actions
Copy link

github-actions bot commented Jun 4, 2022

Issues become stale 90 days after last activity and are closed 14 days after that. If this issue is still relevant bump it or assign it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed Stale
Projects
None yet
Development

No branches or pull requests

3 participants