Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925901 - dev-util/cutter-2.3.2 fails to compile: ThreadsWidget.cpp:12:6: error: type ColumnIndex violates the C++ One Definition Rule [-Werror=odr]
Summary: dev-util/cutter-2.3.2 fails to compile: ThreadsWidget.cpp:12:6: error: type C...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: John Helmert III
URL: https://github.com/rizinorg/cutter/is...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: lto
  Show dependency tree
 
Reported: 2024-03-01 08:37 UTC by Agostino Sarubbo
Modified: 2024-04-03 05:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,346.06 KB, text/plain)
2024-03-01 08:37 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 2024-03-01 08:37:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/cutter-2.3.2 fails to compile.
Discovered on: amd64 (internal ref: lto_tinderbox)
System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-01 08:37:04 UTC
Created attachment 886420 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-01 08:37:05 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: cutter 
/var/tmp/portage/dev-util/cutter-2.3.2/work/Cutter-v2.3.2/src/widgets/ThreadsWidget.cpp:12:6: error: type ‘ColumnIndex’ violates the C++ One Definition Rule [-Werror=odr]
Comment 3 Larry the Git Cow gentoo-dev 2024-04-03 05:02:01 UTC
The bug has been closed via the following commit(s):

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

commit a789463383666e2d3b0c0567dca0526547bb8625
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-04-03 03:45:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-04-03 04:37:50 +0000

    dev-util/cutter: mark as LTO-unsafe
    
    Fixed upstream but not released.
    
    Closes: https://bugs.gentoo.org/925901
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cutter/cutter-2.3.2.ebuild | 11 +++++++++--
 dev-util/cutter/cutter-2.3.3.ebuild |  9 ++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)