[Bug 1221304] New: GCC 14: argyllcms package fails
https://bugzilla.suse.com/show_bug.cgi?id=1221304 Bug ID: 1221304 Summary: GCC 14: argyllcms package fails Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: michal.jires@suse.com QA Contact: qa-bugs@suse.de CC: antonio.teixeira@suse.com Blocks: 1220571 Target Milestone: --- Found By: --- Blocker: --- Building argyllcms with GCC 14 fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:G... Due to (exhaustive list of errors): execunix.c: In function ‘execcmd’: execunix.c:238:34: error: passing argument 2 of ‘execvp’ from incompatible pointer type [-Wincompatible-pointer-types] 238 | execvp( argv[0], argv ); | ^~~~ | | | const char ** In file included from execunix.c:45: /usr/include/unistd.h:599:52: note: expected ‘char * const*’ but argument is of type ‘const char **’ 599 | extern int execvp (const char *__file, char *const __argv[]) | ~~~~~~~~~~~~^~~~~~~~ mkjambase.c:27:1: error: return type defaults to ‘int’ [-Wimplicit-int] 27 | main( int argc, char **argv, char **envp ) | ^~~~ 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=1221304 Chenzi Cao <chcao@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |antonio.teixeira@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=1221304 https://bugzilla.suse.com/show_bug.cgi?id=1221304#c1 Antonio Teixeira <antonio.teixeira@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Antonio Teixeira <antonio.teixeira@suse.com> --- Fixed in Factory: https://build.opensuse.org/request/show/1157615 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com