In function strncpy, inlined from make_tempfile at utils.c:869:2: /usr/include/bits/string_fortified.h:106:10: error: __builtin_strncpy specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c: In function make_tempfile: ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no-multilib-20200502-160513 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-8.3.1 [2] x86_64-pc-linux-gnu-10.1.0 * clang version 10.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.6 [2] python3.8 (fallback) [3] python3.7 (fallback) [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-bin-1.43.1 [2] rust-1.43.1 * The following VMs are available for generation-2: *) AdoptOpenJDK 8.252_p09 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 system-vm The Glorious Glasgow Haskell Compilation System, version 8.0.2 timestamp(s) of HEAD at this tinderbox image: /var/db/repos/gentoo Mon 11 May 2020 07:05:55 AM UTC emerge -qpvO app-text/pinfo [ebuild N ] app-text/pinfo-0.6.13 USE="nls readline"
Created attachment 638068 [details] emerge-info.txt
Created attachment 638070 [details] app-text:pinfo-0.6.13:20200511-082538.log
Created attachment 638072 [details] emerge-history.txt
Created attachment 638074 [details] environment
Created attachment 638076 [details] etc.portage.tbz2
Created attachment 638078 [details] logs.tbz2
Created attachment 638080 [details] temp.tbz2
The stringop-overflow warning is a false positive. -Werror set in configure.ac is the actual problem.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2c5b910bf3067d91d357a68d5b7a185a7a32be commit 0e2c5b910bf3067d91d357a68d5b7a185a7a32be Author: Jeroen Roovers <jer@gentoo.org> AuthorDate: 2020-08-19 13:53:46 +0000 Commit: Jeroen Roovers <jer@gentoo.org> CommitDate: 2020-08-19 13:57:11 +0000 app-text/pinfo: Filter out -Werror Package-Manager: Portage-3.0.3, Repoman-3.0.0 Closes: https://bugs.gentoo.org/692366 Closes: https://bugs.gentoo.org/722414 Signed-off-by: Jeroen Roovers <jer@gentoo.org> app-text/pinfo/pinfo-0.6.13.ebuild | 3 +++ app-text/pinfo/pinfo-99999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-)