https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-libs/plotutils-2.6-r2 has implicit function declarations in configure logs (GCC-13-SYSTEM). Discovered on: amd64 (internal ref: gcc13_tinderbox) NOTE: (GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler See also: https://bugs.gentoo.org/898488#c4.
Created attachment 856314 [details] build.log build log and emerge --info
This can be solved with: https://src.fedoraproject.org/rpms/plotutils/blob/rawhide/f/plotutils-configure-c99.patch
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530901e555a778c235f8031a65abb5c4eff9cf05 commit 530901e555a778c235f8031a65abb5c4eff9cf05 Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2024-09-09 08:19:55 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2024-09-09 08:22:41 +0000 media-libs/plotutils: Drop .la files, fix impl declarations Fix implicit declarations in configure files, c++17 compat (also fixing tests), drop .la files, port to greadme.eclass. Closes: https://bugs.gentoo.org/899836 Closes: https://bugs.gentoo.org/847508 Closes: https://bugs.gentoo.org/618708 Signed-off-by: Pacho Ramos <pacho@gentoo.org> .../files/plotutils-2.6-configure-c99.patch | 54 ++++++++++++++ .../plotutils/files/plotutils-2.6-cxx17-fix.patch | 46 ++++++++++++ media-libs/plotutils/plotutils-2.6-r3.ebuild | 82 ++++++++++++++++++++++ 3 files changed, 182 insertions(+)