Bugzilla – Bug 1221695
GCC 14: sharutils package fails
Last modified: 2024-03-27 14:03:43 UTC
Building sharutils with GCC 14 fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/sharutils/standard/x86_64 Due to (exhaustive list of errors): unshar.c: In function ‘looks_like_shell_code’: unshar.c:110:22: error: initialization of ‘intptr_t’ {aka ‘long int’} from ‘const char *’ makes integer from pointer without a cast [-Wint-conversion] 110 | intptr_t buf_end = buf + rw_base_size; | ^~~ See the meta bug#1220571 for more info.