Bug 2315585 - mbuffer-20240929 is available
Summary: mbuffer-20240929 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: mbuffer
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Filipe Rosset
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-29 22:34 UTC by Upstream Release Monitoring
Modified: 2026-06-01 00:38 UTC (History)
3 users (show)

Fixed In Version: mbuffer-20240929-1.fc42 mbuffer-20241007-1.fc39 mbuffer-20241007-1.fc40 mbuffer-20241007-1.fc41 mbuffer-20241007-1.fc45
Clone Of:
Environment:
Last Closed: 2024-10-06 17:56:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 20240929 (#2315585) (1.05 KB, patch)
2024-09-29 22:34 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2024-09-29 22:34:18 UTC
Releases retrieved: 20240818, 20240929
Upstream release that is considered latest: 20240929
Current version/release in rawhide: 20240707-1.fc41
URL: http://www.maier-komor.de/mbuffer.html

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/15518/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/mbuffer

Comment 1 Upstream Release Monitoring 2024-09-29 22:34:23 UTC
Created attachment 2049457 [details]
Update to 20240929 (#2315585)

Comment 2 Upstream Release Monitoring 2024-09-29 22:38:40 UTC
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

Comment 3 Filipe Rosset 2024-10-05 22:00:14 UTC
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

Comment 4 Fedora Update System 2024-10-06 17:53:34 UTC
FEDORA-2024-ab3f9dd5b0 (mbuffer-20240929-1.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-ab3f9dd5b0

Comment 5 Fedora Update System 2024-10-06 17:56:44 UTC
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.

Comment 6 Fedora Update System 2024-10-06 17:59:59 UTC
FEDORA-2024-6991b94182 (mbuffer-20240929-1.fc40) has been submitted as an update to Fedora 40.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-6991b94182

Comment 7 Fedora Update System 2024-10-06 17:59:59 UTC
FEDORA-2024-5cd5102132 (mbuffer-20240929-1.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-5cd5102132

Comment 8 Fedora Update System 2024-10-07 02:00:02 UTC
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.

Comment 9 Fedora Update System 2024-10-07 02:19:05 UTC
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.

Comment 10 Fedora Update System 2024-10-07 02:32:56 UTC
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.

Comment 11 Fedora Update System 2024-10-09 01:05:18 UTC
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.

Comment 12 Fedora Update System 2024-10-09 02:09:10 UTC
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.

Comment 13 Fedora Update System 2024-10-09 02:37:58 UTC
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.

Comment 14 Fedora Update System 2024-10-17 01:24:06 UTC
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.

Comment 15 Fedora Update System 2024-10-17 01:35:27 UTC
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.

Comment 16 Fedora Update System 2024-10-26 02:52:43 UTC
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.

Comment 17 Fedora Update System 2026-06-01 00:35:52 UTC
FEDORA-2026-272ad830d8 (mbuffer-20241007-1.fc45) has been submitted as an update to Fedora 45.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-272ad830d8

Comment 18 Fedora Update System 2026-06-01 00:38:27 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.