Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 899836

Summary: media-libs/plotutils-2.6-r2 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Printing Team <printing>
Status: RESOLVED FIXED    
Severity: normal CC: pacho
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=942825
Whiteboard: fixed in 2.6-r3
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-03-06 09:52:12 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-06 09:52:14 UTC
Created attachment 856314 [details]
build.log

build log and emerge --info
Comment 3 Larry the Git Cow gentoo-dev 2024-09-09 08:23:12 UTC
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(+)