Bug 466154 - 599d44b5 broke asan compiling
Summary: 599d44b5 broke asan compiling
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-20 18:27 UTC by Kurt Hindenburg
Modified: 2023-03-02 15:01 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

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