Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934387 - kde-plasma/krdp-6.0.90: rail.h:24:10: fatal error: winpr/wnd.h: No such file or directory
Summary: kde-plasma/krdp-6.0.90: rail.h:24:10: fatal error: winpr/wnd.h: No such file ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://invent.kde.org/plasma/krdp/-/...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2024-06-16 04:48 UTC by yongxiang
Modified: 2024-06-19 11:00 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge.info,7.66 KB, text/plain)
2024-06-16 04:48 UTC, yongxiang
Details
build.log (build.log,111.96 KB, text/x-log)
2024-06-16 04:49 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2024-06-16 04:48:10 UTC
/usr/bin/x86_64-pc-linux-gnu-g++ -DKRDP_DEPRECATED_WARNINGS_SINCE=0x0 -DKRDP_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DKRdp_EXPORTS -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WAYLANDCLIENT_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/tmp/portage/kde-plasma/krdp-6.0.90/work/krdp-6.0.90_build/src -I/tmp/portage/kde-plasma/krdp-6.0.90/work/krdp-6.0.90/src -I/tmp/portage/kde-plasma/krdp-6.0.90/work/krdp-6.0.90_build/src/KRdp_autogen/include -I/usr/include/freerdp2 -isystem /usr/include/winpr3 -isystem /usr/include/qt6/QtCore -isystem /usr/include/qt6 -isystem /usr/lib64/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui -isystem /usr/include/qt6/QtNetwork -isystem /usr/include/qt6/QtDBus -isystem /usr/include/qt6/QtWaylandClient -isystem /usr/include/qt6/QtGui/6.7.1 -isystem /usr/include/qt6/QtGui/6.7.1/QtGui -isystem /usr/include/qt6/QtCore/6.7.1 -isystem /usr/include/qt6/QtCore/6.7.1/QtCore -isystem /usr/include/KF6/KConfig -isystem /usr/include/KF6/KConfigCore -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -isystem /usr/include/KPipeWire  -DQT_NO_DEBUG -O2 -pipe -ggdb -fdiagnostics-color=always -frecord-gcc-switches -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -Wmissing-include-dirs -fdiagnostics-color=always -std=c++20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -Wno-gnu-statement-expression-from-macro-expansion -Wno-zero-as-null-pointer-constant -Wno-c99-extensions -Wno-cast-align -MD -MT src/CMakeFiles/KRdp.dir/PeerContext.cpp.o -MF src/CMakeFiles/KRdp.dir/PeerContext.cpp.o.d -o src/CMakeFiles/KRdp.dir/PeerContext.cpp.o -c /tmp/portage/kde-plasma/krdp-6.0.90/work/krdp-6.0.90/src/PeerContext.cpp
In file included from /usr/include/freerdp2/freerdp/update.h:32,
                 from /usr/include/freerdp2/freerdp/freerdp.h:54,
                 from /tmp/portage/kde-plasma/krdp-6.0.90/work/krdp-6.0.90/src/PeerContext_p.h:7,
                 from /tmp/portage/kde-plasma/krdp-6.0.90/work/krdp-6.0.90/src/PeerContext.cpp:5:
/usr/include/freerdp2/freerdp/rail.h:24:10: fatal error: winpr/wnd.h: No such file or directory
   24 | #include <winpr/wnd.h>
      |          ^~~~~~~~~~~~~
compilation terminated.


Reproducible: Always
Comment 1 yongxiang 2024-06-16 04:48:48 UTC
Created attachment 895896 [details]
emerge --info
Comment 2 yongxiang 2024-06-16 04:49:03 UTC
Created attachment 895897 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2024-06-17 17:13:05 UTC
The bug has been closed via the following commit(s):

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

commit 5ba7186a1237d56f9f76faf1becf16163b8cb954
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-06-17 17:03:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-06-17 17:04:20 +0000

    kde-plasma/krdp: Fix build with net-misc/freerdp:3 installed
    
    Closes: https://bugs.gentoo.org/934387
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/krdp/files/krdp-6.0.90-cmake.patch | 38 +++++++++++++++++++++++++++
 kde-plasma/krdp/krdp-6.0.90.ebuild            |  2 ++
 2 files changed, 40 insertions(+)