Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881859 - dev-cpp/elfio-3.12 one or more CMake variables were not used by the project
Summary: dev-cpp/elfio-3.12 one or more CMake variables were not used by the project
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sam James
URL:
Whiteboard:
Keywords: PullRequest
: 944795 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-11-19 07:56 UTC by Agostino Sarubbo
Modified: 2025-03-13 12:05 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,52.96 KB, text/plain)
2022-11-19 07:56 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 2022-11-19 07:56:55 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/elfio-3.11 one or more CMake variables were not used by the project.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-11-19 07:56:57 UTC
Created attachment 833577 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-30 11:44:42 UTC
ci has reproduced this issue with version 3.12 - Updating summary.
Comment 3 Kostadin Shishmanov 2025-03-13 11:34:56 UTC
*** Bug 944795 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2025-03-13 12:05:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2d0b8b9a1fd2ff95813a9b1a1b560e54bbf6a6

commit ba2d0b8b9a1fd2ff95813a9b1a1b560e54bbf6a6
Author:     Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
AuthorDate: 2025-03-13 11:37:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-03-13 12:04:44 +0000

    dev-cpp/elfio: fix build with gcc 15, remove CMake variable
    
    Backport upstream commit [1] to fix build with gcc 15 and get rid of
    CMake variable that is obsolete and is not getting used.
    
    [1] https://github.com/serge1/ELFIO/commit/34d2c64
    
    Closes: https://bugs.gentoo.org/881859
    Closes: https://bugs.gentoo.org/937460
    Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/41057
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-cpp/elfio/elfio-3.12.ebuild            |  4 ++--
 dev-cpp/elfio/files/elfio-3.12-gcc15.patch | 24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)