Bug 466154

Summary: 599d44b5 broke asan compiling
Product: [Applications] konsole Reporter: Kurt Hindenburg <khindenburg>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal CC: nicolas.fella
Priority: NOR    
Version: master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kurt Hindenburg 2023-02-20 18:27:03 UTC
599d44b5bfd737d62d8ad846379a8f0babeb4cda broke asan compiling  - I don't want this broken for 22.08

https://invent.kde.org/utilities/konsole/-/merge_requests/778

/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23
../../lib/libkonsolecolorscheme.a(ColorSchemeEditor.cpp.o): in function `Konsole::ColorSchemeEditor::ColorSchemeEditor(QWidget*)':
ColorSchemeEditor.cpp:(.text+0x34f5): undefined reference to `Konsole::WindowSystemInfo::compositingActive()'
/usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23
../../lib/libkonsolecolorscheme.a(ColorSchemeViewDelegate.cpp.o): in function `Konsole::ColorSchemeViewDelegate::paint(QPainter*, QStyleOptionViewItem const&, QModelIndex const&) const':
ColorSchemeViewDelegate.cpp:(.text+0xbd4): undefined reference to `Konsole::WindowSystemInfo::compositingActive()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [src/autotests/CMakeFiles/TerminalCharacterDecoderTest.dir/build.make:134: bin/TerminalCharacterDecoderTest] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:2646: src/autotests/CMakeFiles/TerminalCharacterDecoderTest.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
Comment 1 Kurt Hindenburg 2023-02-20 18:33:41 UTC
(In reply to Kurt Hindenburg from comment #0)
> 599d44b5bfd737d62d8ad846379a8f0babeb4cda broke asan compiling  - I don't
> want this broken for 22.08
> 
> https://invent.kde.org/utilities/konsole/-/merge_requests/778
> 
> /usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23
> ../../lib/libkonsolecolorscheme.a(ColorSchemeEditor.cpp.o): in function
> `Konsole::ColorSchemeEditor::ColorSchemeEditor(QWidget*)':
> ColorSchemeEditor.cpp:(.text+0x34f5): undefined reference to
> `Konsole::WindowSystemInfo::compositingActive()'
> /usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23
> ../../lib/libkonsolecolorscheme.a(ColorSchemeViewDelegate.cpp.o): in
> function `Konsole::ColorSchemeViewDelegate::paint(QPainter*,
> QStyleOptionViewItem const&, QModelIndex const&) const':
> ColorSchemeViewDelegate.cpp:(.text+0xbd4): undefined reference to
> `Konsole::WindowSystemInfo::compositingActive()'
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> gmake[2]: ***
> [src/autotests/CMakeFiles/TerminalCharacterDecoderTest.dir/build.make:134:
> bin/TerminalCharacterDecoderTest] Error 1
> gmake[1]: *** [CMakeFiles/Makefile2:2646:
> src/autotests/CMakeFiles/TerminalCharacterDecoderTest.dir/all] Error 2
> gmake[1]: *** Waiting for unfinished jobs....

23.04 I  meant