* [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory
@ 2020-01-11 22:48 bugzilla at busybox.net
2020-01-12 15:07 ` [Buildroot] [Bug 12456] " bugzilla at busybox.net
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-11 22:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
Bug ID: 12456
Summary: qtvirtualkeyboard: No such file or directory
Product: buildroot
Version: 2019.11
Hardware: PC
OS: Linux
Status: NEW
Severity: blocker
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: sam.petrocelli at gmail.com
CC: buildroot at uclibc.org
Target Milestone: ---
Created attachment 8331
--> https://bugs.busybox.net/attachment.cgi?id=8331&action=edit
Comparing the output of an older version of buildroot (approx two years old)
with 2019.11
>>> qt5virtualkeyboard 5.12.5 Installing to target
mkdir -p
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/target/usr/lib/qt/plugins/platforminputcontexts
cp -dpfr
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/qt/plugins/platforminputcontexts/libqtvirtualkeyboardplugin.so
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/target/usr/lib/qt/plugins/platforminputcontexts
cp -dpf
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5VirtualKeyboard*.so.*
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/target/usr/lib
mkdir -p
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/target/usr/qml/QtQuick
cp -dpfr
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/qml/QtQuick/VirtualKeyboard
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/target/usr/qml/QtQuick/
cp -dpfr
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/qtvirtualkeyboard
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/target/usr
cp: cannot stat
'/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/qtvirtualkeyboard':
No such file or directory
make[1]: *** [package/pkg-generic.mk:335:
/home/spetroce/code/src/Buildroot-Toolchain-Release/Toolchain/morepork-build-root/output/build/qt5virtualkeyboard-5.12.5/.stamp_target_installed]
Error 1
make: *** [Makefile:84: _all] Error 2
Commenting the following lines within qt5virtualkeyboard.mk results in a
successful build.
ifdef QT5VIRTUALKEYBOARD_3RDPARTY_PARTS
define QT5VIRTUALKEYBOARD_INSTALL_TARGET_3RDPARTY_PARTS
cp -dpfr $(STAGING_DIR)/usr/qtvirtualkeyboard $(TARGET_DIR)/usr
endef
endif
I have the following set in my defconfig file:
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5BASE_EGLFS=y
BR2_PACKAGE_QT5BASE_DEFAULT_QPA="eglfs"
BR2_PACKAGE_QT5BASE_GIF=y
BR2_PACKAGE_QT5BASE_JPEG=y
BR2_PACKAGE_QT5BASE_PNG=y
BR2_PACKAGE_QT5GRAPHICALEFFECTS=y
BR2_PACKAGE_QT5MULTIMEDIA=y
BR2_PACKAGE_QT5QUICKCONTROLS2=y
BR2_PACKAGE_QT5TOOLS=y
BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS=y
BR2_PACKAGE_QT5VIRTUALKEYBOARD=y
BR2_PACKAGE_QT5VIRTUALKEYBOARD_LANGUAGE_LAYOUTS="all"
I have no problems with this on an older version (it's a fork of buildroot that
is approximately 2 years old) of buildroot, but when using the 2019.11 branch I
run into the error described above. I attached a text file that contains a find
output for the qtvirtualkeyboard dict files on both the older and 2019.11
buildroots.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
@ 2020-01-12 15:07 ` bugzilla at busybox.net
2020-01-13 3:00 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-12 15:07 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
--- Comment #1 from Peter Seiderer <ps.report@gmx.net> ---
Please provide a complete .config (or defconfig) file with which you can
reproduce the failure (against buildroot-2019.11 or git master) with a complete
build (make clean && make qt5virtualkeyboard)...
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
2020-01-12 15:07 ` [Buildroot] [Bug 12456] " bugzilla at busybox.net
@ 2020-01-13 3:00 ` bugzilla at busybox.net
2020-01-13 3:04 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-13 3:00 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
Sam Petrocelli <sam.petrocelli@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #8331|0 |1
is obsolete| |
--- Comment #2 from Sam Petrocelli <sam.petrocelli@gmail.com> ---
Created attachment 8336
--> https://bugs.busybox.net/attachment.cgi?id=8336&action=edit
the .config file used to produce the error
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
2020-01-12 15:07 ` [Buildroot] [Bug 12456] " bugzilla at busybox.net
2020-01-13 3:00 ` bugzilla at busybox.net
@ 2020-01-13 3:04 ` bugzilla at busybox.net
2020-01-13 3:21 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-13 3:04 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
--- Comment #3 from Sam Petrocelli <sam.petrocelli@gmail.com> ---
Created attachment 8341
--> https://bugs.busybox.net/attachment.cgi?id=8341&action=edit
make output showing error
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
` (2 preceding siblings ...)
2020-01-13 3:04 ` bugzilla at busybox.net
@ 2020-01-13 3:21 ` bugzilla at busybox.net
2020-01-13 8:41 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-13 3:21 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
--- Comment #4 from Sam Petrocelli <sam.petrocelli@gmail.com> ---
To produce the above two attached files, I started completely clean and I just
built with only the basic options selected (not with the settings I posted in
the original post). Kernel, arm, toolchain, qt5, qt5virtualkeyboard... I still
get the same error.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
` (3 preceding siblings ...)
2020-01-13 3:21 ` bugzilla at busybox.net
@ 2020-01-13 8:41 ` bugzilla at busybox.net
2020-01-17 20:31 ` bugzilla at busybox.net
2020-01-17 20:55 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-13 8:41 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
--- Comment #5 from Peter Seiderer <ps.report@gmx.net> ---
Should be fixed with [1], thanks for reporting!
[1] https://patchwork.ozlabs.org/patch/1222016
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
` (4 preceding siblings ...)
2020-01-13 8:41 ` bugzilla at busybox.net
@ 2020-01-17 20:31 ` bugzilla at busybox.net
2020-01-17 20:55 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-17 20:31 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
Sam Petrocelli <sam.petrocelli@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 12456] qtvirtualkeyboard: No such file or directory
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
` (5 preceding siblings ...)
2020-01-17 20:31 ` bugzilla at busybox.net
@ 2020-01-17 20:55 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2020-01-17 20:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=12456
Yann E. MORIN <yann.morin.1998@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yann.morin.1998 at free.fr
--- Comment #6 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Fixed by
https://git.buildroot.org/buildroot/commit/?id=3645f89922c70b9ebbf31926e6dc7cbbffe2b47a
Thanks both for the report and the fix. :-)
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-01-17 20:55 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-11 22:48 [Buildroot] [Bug 12456] New: qtvirtualkeyboard: No such file or directory bugzilla at busybox.net
2020-01-12 15:07 ` [Buildroot] [Bug 12456] " bugzilla at busybox.net
2020-01-13 3:00 ` bugzilla at busybox.net
2020-01-13 3:04 ` bugzilla at busybox.net
2020-01-13 3:21 ` bugzilla at busybox.net
2020-01-13 8:41 ` bugzilla at busybox.net
2020-01-17 20:31 ` bugzilla at busybox.net
2020-01-17 20:55 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox