Bug 2330135

Summary: bind fails to build with sphinx 8.x: WARNING: Footnote [#] is not referenced. [ref.footnote]
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: bindAssignee: Petr Menšík <pemensik>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 42CC: anon.amish, dns-sig, mruprich, pemensik, zdohnal
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: bind-9.18.32-2.fc42 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-08-14 14:21:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2331675    
Bug Blocks: 2275375    

Description Tomáš Hrnčiar 2024-12-03 09:32:24 UTC
bind fails to build with sphinx 8.x in Fedora 42 (currently Rawhide).

The issue detected:
```
/builddir/build/BUILD/bind-9.18.31-build/bind-9.18.31/doc/dnssec-guide/recipes.rst:766: WARNING: Footnote [#] is not referenced. [ref.footnote]
/builddir/build/BUILD/bind-9.18.31-build/bind-9.18.31/doc/arm/general.rst:437: WARNING: Footnote [#] is not referenced. [ref.footnote]
/builddir/build/BUILD/bind-9.18.31-build/bind-9.18.31/doc/arm/general.rst:439: WARNING: Footnote [#] is not referenced. [ref.footnote]
/builddir/build/BUILD/bind-9.18.31-build/bind-9.18.31/doc/arm/general.rst:443: WARNING: Footnote [#] is not referenced. [ref.footnote]
/builddir/build/BUILD/bind-9.18.31-build/bind-9.18.31/doc/arm/general.rst:455: WARNING: Footnote [#] is not referenced. [ref.footnote]
make[2]: *** [Makefile:761: html-local] Error 1
```

It seems like there is upstream fix available:
https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/9663

Please work with upstream on this issue, I plan to ship sphinx 8 in two weeks.


For the logs from testing build attempts, see:
https://copr.fedorainfracloud.org/coprs/thrnciar/python-sphinx/package/bind/

You can test you package in mock running:

$ mock -r fedora-rawhide-x86_64
--addrepo=https://download.copr.fedorainfracloud.org/results/thrnciar/python-sphinx/fedora-rawhide-x86_64/ --no-clean your.src.rpm
$ mock -r fedora-rawhide-x86_64
--addrepo=https://download.copr.fedorainfracloud.org/results/thrnciar/python-sphinx/fedora-rawhide-x86_64/ shell

We'd like to include Sphinx 8 in Fedora 42.
Let us know here if you have any questions. Thank you!

Comment 1 Aoife Moloney 2025-02-26 13:19:10 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 42 development cycle.
Changing version to 42.

Comment 2 Petr Menšík 2025-08-14 14:21:42 UTC
This were fixed by rebase to 9.18.32, which solved the problem. This is good now.