Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 899836 - media-libs/plotutils-2.6-r2 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: media-libs/plotutils-2.6-r2 has implicit function declarations in configure l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Printing Team
URL:
Whiteboard: fixed in 2.6-r3
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-03-06 09:52 UTC by Agostino Sarubbo
Modified: 2024-11-03 15:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,265.91 KB, text/plain)
2023-03-06 09:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(+)