[Bug 1221714] New: GCC 14: fipscheck package fails
https://bugzilla.suse.com/show_bug.cgi?id=1221714 Bug ID: 1221714 Summary: GCC 14: fipscheck package fails Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Security Assignee: security-team@suse.de Reporter: michal.jires@suse.com QA Contact: qa-bugs@suse.de CC: meissner@suse.com Blocks: 1220571 Target Milestone: --- Found By: --- Blocker: --- Building fipscheck with GCC 14 fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:G... Due to (exhaustive list of errors): filehmac.c: In function ‘compute_file_hmac’: filehmac.c:219:24: error: implicit declaration of function ‘OSSL_PROVIDER_load’ [-Wimplicit-function-declaration] 219 | fips = OSSL_PROVIDER_load(NULL, "fips"); | ^~~~~~~~~~~~~~~~~~ filehmac.c:219:22: error: assignment to ‘OSSL_PROVIDER *’ {aka ‘struct ossl_provider_st *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 219 | fips = OSSL_PROVIDER_load(NULL, "fips"); | ^ filehmac.c:265:32: error: passing argument 3 of ‘EVP_MAC_final’ from incompatible pointer type [-Wincompatible-pointer-types] 265 | EVP_MAC_final(c, rbuf, &hlen, sizeof(rbuf)); | ^~~~~ | | | unsigned int * /usr/include/openssl/evp.h:1228:47: note: expected ‘size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘unsigned int *’ 1228 | unsigned char *out, size_t *outl, size_t outsize); | ~~~~~~~~^~~~ See the meta bug#1220571 for more info. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1221714 https://bugzilla.suse.com/show_bug.cgi?id=1221714#c3 --- Comment #3 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:3317-1: An update that has one fix can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20243317-1 Category: recommended (moderate) Bug References: 1221714 Maintenance Incident: [SUSE:Maintenance:35595](https://smelt.suse.de/incident/35595/) Sources used: openSUSE Leap 15.6 (src): fipscheck-1.7.0-150600.3.3.2 Basesystem Module 15-SP6 (src): fipscheck-1.7.0-150600.3.3.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1221714 https://bugzilla.suse.com/show_bug.cgi?id=1221714#c4 --- Comment #4 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-RU-2024:3616-1: An update that has two fixes can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-ru-20243616-1 Category: recommended (moderate) Bug References: 1221714, 1226724 Maintenance Incident: [SUSE:Maintenance:35975](https://smelt.suse.de/incident/35975/) Sources used: openSUSE Leap 15.6 (src): libnettle-3.9.1-150600.3.2.1 Basesystem Module 15-SP6 (src): libnettle-3.9.1-150600.3.2.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com