[Bug 1220490] New: GCC 14: gdb package fails
https://bugzilla.suse.com/show_bug.cgi?id=1220490 Bug ID: 1220490 Summary: GCC 14: gdb package fails Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: michal.jires@suse.com QA Contact: qa-bugs@suse.de CC: mjambor@suse.com, tdevries@suse.com Target Milestone: --- Found By: --- Blocker: --- Building gdb with GCC 14 fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:G... Due to: gdb-13.2/gdb/configure: line 418: test: too many arguments configure: error: 18086 gdb-13.2/gdb/configure: line 307: return: Specific: numeric argument required gdb-13.2/gdb/configure: line 317: exit: Specific: numeric argument required gdb-13.2/gdb/configure: conftest.c: In function 'main': gdb-13.2/gdb/configure: conftest.c:54:18: error: implicit declaration of function 'strerror'; did you mean 'Fstrerror'? [-Wimplicit-function-declaration] gdb-13.2/gdb/configure: 54 | strerror (errno)); gdb-13.2/gdb/configure: | ^~~~~~~~ gdb-13.2/gdb/configure: | Fstrerror gdb-13.2/gdb/configure: conftest.c:75:9: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] gdb-13.2/gdb/configure: 75 | if (strcmp ("librpm.so", "/lib64/librpm.so.10") != 0) gdb-13.2/gdb/configure: | ^~~~~~ gdb-13.2/gdb/configure: conftest.c:41:1: note: include '<string.h>' or provide a declaration of 'strcmp' gdb-13.2/gdb/configure: 40 | #include <errno.h> gdb-13.2/gdb/configure: +++ |+#include <string.h> gdb-13.2/gdb/configure: 41 | Builds with: Index: gdb.spec_dir/gdb-13.2/gdb/configure =================================================================== --- gdb.spec_dir.orig/gdb-13.2/gdb/configure +++ gdb.spec_dir/gdb-13.2/gdb/configure @@ -17942,6 +17942,7 @@ else #include <rpm/rpmlib.h> #include <dlfcn.h> #include <errno.h> +#include <string.h> int main () -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1220490 Chenzi Cao <chcao@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |tdevries@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1220490 https://bugzilla.suse.com/show_bug.cgi?id=1220490#c6 --- Comment #6 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-SU-2024:4414-1: An update that solves one vulnerability and contains two features can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-su-20244414-1 Category: security (moderate) Bug References: 1220490 CVE References: CVE-2022-4806 Jira References: PED-10258, PED-10751 Maintenance Incident: [SUSE:Maintenance:36821](https://smelt.suse.de/incident/36821/) Sources used: openSUSE Leap 15.4 (src): gdb-14.2-150400.15.20.1 openSUSE Leap 15.5 (src): gdb-14.2-150400.15.20.1 openSUSE Leap 15.6 (src): gdb-14.2-150400.15.20.1 Development Tools Module 15-SP5 (src): gdb-14.2-150400.15.20.1 Development Tools Module 15-SP6 (src): gdb-14.2-150400.15.20.1 SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (src): gdb-14.2-150400.15.20.1 SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (src): gdb-14.2-150400.15.20.1 SUSE Linux Enterprise Desktop 15 SP4 LTSS (src): gdb-14.2-150400.15.20.1 SUSE Linux Enterprise Server 15 SP4 LTSS (src): gdb-14.2-150400.15.20.1 SUSE Linux Enterprise Server for SAP Applications 15 SP4 (src): gdb-14.2-150400.15.20.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.
https://bugzilla.suse.com/show_bug.cgi?id=1220490 https://bugzilla.suse.com/show_bug.cgi?id=1220490#c7 --- Comment #7 from Maintenance Automation <maint-coord+maintenance-robot@suse.de> --- SUSE-SU-2024:4413-1: An update that solves one vulnerability and contains two features can now be installed. URL: https://www.suse.com/support/update/announcement/2024/suse-su-20244413-1 Category: security (moderate) Bug References: 1220490 CVE References: CVE-2022-4806 Jira References: PED-10258, PED-10751 Maintenance Incident: [SUSE:Maintenance:36822](https://smelt.suse.de/incident/36822/) Sources used: SUSE Linux Enterprise Server 15 SP3 LTSS (src): gdb-14.2-150100.8.45.1 SUSE Linux Enterprise Server for SAP Applications 15 SP2 (src): gdb-14.2-150100.8.45.1 SUSE Linux Enterprise Server for SAP Applications 15 SP3 (src): gdb-14.2-150100.8.45.1 SUSE Enterprise Storage 7.1 (src): gdb-14.2-150100.8.45.1 SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS (src): gdb-14.2-150100.8.45.1 SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (src): gdb-14.2-150100.8.45.1 SUSE Linux Enterprise Server 15 SP2 LTSS (src): gdb-14.2-150100.8.45.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