Bug 2164395
| Summary: | bind-9.18.11 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | bind | Assignee: | Petr Menšík <pemensik> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | aegorenkov.91, anon.amish, dns-sig, mruprich, pemensik, pgnet.dev, vonsch, zdohnal | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | https://downloads.isc.org/isc/bind9/9.18.11/doc/arm/html/notes.html#notes-for-bind-9-18-11 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | bind-9.18.11-1.fc37 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2023-01-31 01:57:31 UTC | Type: | --- | ||||
| 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: | |||||||
| Bug Blocks: | 2164506, 2164507, 2164508 | ||||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2023-01-25 13:14:04 UTC
Created attachment 1940397 [details]
Update to 9.18.11 (#2164395)
the-new-hotness/release-monitoring.org's scratch build of bind-9.18.11-1.fc36.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=96662726 Unfortunately this update again breaks build of bind-dyndb-ldap The error is:
make[2]: Entering directory '/builddir/build/BUILD/bind-dyndb-ldap-11.10/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Werror -std=gnu99 -O2 -I /usr/include/bind9 -DHAVE_TLS -DHAVE_THREAD_LOCAL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fvisibility=hidden -fno-delete-null-pointer-checks -std=gnu11 -c -o ldap_la-fwd.lo `test -f 'fwd.c' || echo './'`fwd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Werror -std=gnu99 -O2 -I /usr/include/bind9 -DHAVE_TLS -DHAVE_THREAD_LOCAL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fvisibility=hidden -fno-delete-null-pointer-checks -std=gnu11 -c fwd.c -fPIC -DPIC -o .libs/ldap_la-fwd.o
fwd.c: In function 'fwd_print_list_buff':
fwd.c:201:66: error: 'dns_forwarder_t' {aka 'struct dns_forwarder'} has no member named 'dscp'
201 | fwdr_cfg->obj->value.sockaddrdscp.dscp = fwdr_int->dscp;
| ^~
fwd.c: In function 'fwd_parse_str':
fwd.c:284:21: error: 'dns_forwarder_t' {aka 'struct dns_forwarder'} has no member named 'dscp'
284 | fwdr->dscp = cfg_obj_getdscp(fwdr_cfg);
| ^~
fwd.c:284:30: error: implicit declaration of function 'cfg_obj_getdscp'; did you mean 'cfg_obj_attach'? [-Werror=implicit-function-declaration]
284 | fwdr->dscp = cfg_obj_getdscp(fwdr_cfg);
| ^~~~~~~~~~~~~~~
| cfg_obj_attach
cc1: all warnings being treated as errors
make[2]: *** [Makefile:564: ldap_la-fwd.lo] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/bind-dyndb-ldap-11.10/src'
FEDORA-2023-f1accd4b37 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f1accd4b37 FEDORA-2023-95d98f89a8 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-95d98f89a8 FEDORA-2023-f1accd4b37 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-95d98f89a8 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-95d98f89a8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-95d98f89a8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-95d98f89a8 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. |