Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] New failures to build
@ 2021-08-30  1:19 ericonr
  2021-08-30  9:47 ` loreb
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ericonr @ 2021-08-30  1:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2453 bytes --]

New issue by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/32749

Description:
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
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New failures to build
  2021-08-30  1:19 [ISSUE] New failures to build ericonr
@ 2021-08-30  9:47 ` loreb
  2021-08-30 11:52 ` sgn
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: loreb @ 2021-08-30  9:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by loreb on void-packages repository

https://github.com/void-linux/void-packages/issues/32749#issuecomment-908202512

Comment:
The first one is easy, they renamed the method - https://github.com/sphinx-doc/sphinx/issues/7747

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New failures to build
  2021-08-30  1:19 [ISSUE] New failures to build ericonr
  2021-08-30  9:47 ` loreb
@ 2021-08-30 11:52 ` sgn
  2021-08-30 11:53 ` sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2021-08-30 11:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/32749#issuecomment-908277388

Comment:
kea: https://github.com/void-linux/void-packages/commit/7f6b350c0ad296bd48ca68510a714e9a2b9363e8

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New failures to build
  2021-08-30  1:19 [ISSUE] New failures to build ericonr
  2021-08-30  9:47 ` loreb
  2021-08-30 11:52 ` sgn
@ 2021-08-30 11:53 ` sgn
  2022-06-04  2:09 ` github-actions
  2022-06-18  2:12 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2021-08-30 11:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/issues/32749#issuecomment-908277982

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: New failures to build
  2021-08-30  1:19 [ISSUE] New failures to build ericonr
                   ` (2 preceding siblings ...)
  2021-08-30 11:53 ` sgn
@ 2022-06-04  2:09 ` github-actions
  2022-06-18  2:12 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-04  2:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/32749#issuecomment-1146498504

Comment:
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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] New failures to build
  2021-08-30  1:19 [ISSUE] New failures to build ericonr
                   ` (3 preceding siblings ...)
  2022-06-04  2:09 ` github-actions
@ 2022-06-18  2:12 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-18  2:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2456 bytes --]

Closed issue by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/32749

Description:
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
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-18  2:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30  1:19 [ISSUE] New failures to build ericonr
2021-08-30  9:47 ` loreb
2021-08-30 11:52 ` sgn
2021-08-30 11:53 ` sgn
2022-06-04  2:09 ` github-actions
2022-06-18  2:12 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).