https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/pep-2.8-r2 fails to compile. Discovered on: amd64 (internal ref: gcc15_tinderbox) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 911685 [details] build.log build log and emerge --info
Created attachment 911714 [details, diff] remove unneeded getenv declaration *Not tested with gcc 15* I duplicated the issue with both gcc 13 with -std=gnu2x as well as clang 18 with -std=gnu23. The source in question declares char* getenv() which is already defined in included headers. Removing this declaration, it compiles with gcc 13 and clang 18 with and without the -std flags.