[Bug 281228] devel/rhtvision: Fails to build with GCC 14: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
Date: Tue, 03 Sep 2024 12:55:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281228 Bug ID: 281228 Summary: devel/rhtvision: Fails to build with GCC 14: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] Product: Ports & Packages Version: Latest Hardware: Any URL: https://pkg-status.freebsd.org/gohan04/data/140amd64-d efault-foo/2024-08-29_19h57m48s/logs/errors/rhtvision- 2.2.1.1_11.log OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: salvadore@freebsd.org Blocks: 281091 Build fails with GCC 14. This blocks GCC_DEFAULT update to GCC 14. gcc14 -I../include -O2 -pipe -I/usr/local/include -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc14 -fno-strict-aliasing -c ../compat/getopt.c -o ../makes/obj/getopt.o ../compat/getopt.c: In function 'CLY_getopt_internal': ../compat/getopt.c:412:34: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 412 | if (CLY_optind != argc && !strcmp (argv[CLY_optind], "--")) Full log: https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-08-29_19h57m48s/logs/errors/rhtvision-2.2.1.1_11.log Useful link: https://gcc.gnu.org/gcc-14/porting_to.html Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281091 [Bug 281091] [exp-run] Update GCC_DEFAULT to 14 etc. -- You are receiving this mail because: You are the assignee for the bug.