Bug 2315585
| Summary: | mbuffer-20240929 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | mbuffer | Assignee: | Filipe Rosset <rosset.filipe> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | alex, mail, rosset.filipe | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | mbuffer-20240929-1.fc42 mbuffer-20241007-1.fc39 mbuffer-20241007-1.fc40 mbuffer-20241007-1.fc41 mbuffer-20241007-1.fc45 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2024-10-06 17:56:44 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: | |||||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2024-09-29 22:34:18 UTC
Created attachment 2049457 [details]
Update to 20240929 (#2315585)
the-new-hotness/release-monitoring.org's scratch build of mbuffer-20240929-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=124187302 mbuffer 20240929 fails to build with Fedora Rawhide (development) https://pastebin.com/U1kJQqGN reported upstream too gcc -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 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes have-af.c -lm -lpthread -o have-af gcc -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 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -shared -fPIC tapetest.c -o tapetest.so -lm -lpthread gcc -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 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c network.c -o build/network.o network.c: In function ‘initNetworkInput’: network.c:119:18: warning: unused variable ‘sock’ [-Wunused-variable] 119 | int err, sock = -1, l; | ^~~~ network.c:119:13: warning: unused variable ‘err’ [-Wunused-variable] 119 | int err, sock = -1, l; | ^~~ network.c: In function ‘createNetworkOutput’: network.c:340:112: error: pointer type mismatch in conditional expression [-Wincompatible-pointer-types] 340 | inet_ntop(x->ai_family,AF_INET == x->ai_family ? &((struct sockaddr_in *)x->ai_addr)->sin_addr : &((struct sockaddr_in6 *)x->ai_addr)->sin6_addr,addrstr,sizeof(addrstr)); | ^ network.c:340:66: note: first expression has type ‘struct in_addr *’ 340 | inet_ntop(x->ai_family,AF_INET == x->ai_family ? &((struct sockaddr_in *)x->ai_addr)->sin_addr : &((struct sockaddr_in6 *)x->ai_addr)->sin6_addr,addrstr,sizeof(addrstr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:340:114: note: second expression has type ‘struct in6_addr *’ 340 | inet_ntop(x->ai_family,AF_INET == x->ai_family ? &((struct sockaddr_in *)x->ai_addr)->sin_addr : &((struct sockaddr_in6 *)x->ai_addr)->sin6_addr,addrstr,sizeof(addrstr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:60: build/network.o] Error 1 make: *** Waiting for unfinished jobs.... gcc -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 -march=x86-64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -shared -g -fPIC idev.c -o idev.so -lm -lpthread error: RPM build errors: Bad exit status from /var/tmp/rpm-tmp.CHNg5a (%build) Bad exit status from /var/tmp/rpm-tmp.CHNg5a (%build) Finish: rpmbuild mbuffer-20240929-1.fc42.src.rpm Finish: build phase for mbuffer-20240929-1.fc42.src.rpm FEDORA-2024-ab3f9dd5b0 (mbuffer-20240929-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-ab3f9dd5b0 FEDORA-2024-ab3f9dd5b0 (mbuffer-20240929-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-6991b94182 (mbuffer-20240929-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-6991b94182 FEDORA-2024-5cd5102132 (mbuffer-20240929-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-5cd5102132 FEDORA-2024-9a0fea6038 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-9a0fea6038` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-9a0fea6038 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-5cd5102132 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-5cd5102132` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-5cd5102132 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-6991b94182 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-6991b94182` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-6991b94182 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-5e53e6cf96 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-5e53e6cf96` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-5e53e6cf96 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-ab9f7c0f05 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-ab9f7c0f05` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-ab9f7c0f05 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-503f678abd has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-503f678abd` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-503f678abd See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-5e53e6cf96 (mbuffer-20241007-1.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-ab9f7c0f05 (mbuffer-20241007-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2024-503f678abd (mbuffer-20241007-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2026-272ad830d8 (mbuffer-20241007-1.fc45) has been submitted as an update to Fedora 45. https://bodhi.fedoraproject.org/updates/FEDORA-2026-272ad830d8 FEDORA-2026-272ad830d8 (mbuffer-20241007-1.fc45) has been pushed to the Fedora 45 stable repository. If problem still persists, please make note of it in this bug report. |