| Summary: | DrKonqi build fails at linking sentry data binary, and at other linking points. | ||
|---|---|---|---|
| Product: | [Applications] drkonqi | Reporter: | zachariah.cabelly |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | Keywords: | qt6 |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/drkonqi/-/commit/e5fd6afa4619ff79ff5188484b16e9caaadd1876 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
zachariah.cabelly
2024-01-11 15:57:04 UTC
I got an actual failure: /home/td5038/drkonqi/src/sentry/data/main.cpp:75:(.text+0xe09): undefined reference to `QByteArray::toStdString[abi:cxx11]() const' This is one of the clang errors; /var/tmp/portage/kde-plasma/drkonqi-9999/work/drkonqi-9999/src/coredump/dumpexcavator/automaticcoredumpexcavator.cpp:66:13: error: use of undeclared identifier 'close'
66 | close(fd);
| ^
Can reproduce outside of Portage A possibly relevant merge request was started @ https://invent.kde.org/plasma/drkonqi/-/merge_requests/213 Git commit dbe40aa838f47011d7df5f87ee8a6283f353ccb9 by Harald Sitter. Committed on 12/01/2024 at 12:12. Pushed by sitter into branch 'master'. dumpexcavator: include unistd for close declaration otherwise clang may trip over `use of undeclared identifier 'close'` M +1 -0 src/coredump/dumpexcavator/automaticcoredumpexcavator.cpp https://invent.kde.org/plasma/drkonqi/-/commit/dbe40aa838f47011d7df5f87ee8a6283f353ccb9 Git commit e5fd6afa4619ff79ff5188484b16e9caaadd1876 by Harald Sitter. Committed on 15/01/2024 at 13:08. Pushed by sitter into branch 'Plasma/6.0'. dumpexcavator: include unistd for close declaration otherwise clang may trip over `use of undeclared identifier 'close'` (cherry picked from commit dbe40aa838f47011d7df5f87ee8a6283f353ccb9) M +1 -0 src/coredump/dumpexcavator/automaticcoredumpexcavator.cpp https://invent.kde.org/plasma/drkonqi/-/commit/e5fd6afa4619ff79ff5188484b16e9caaadd1876 |