Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 11556] Can not build qt5base 5.11.2 with weston 3.0.0 and vivante GPU. error: invalid conversion from ‘void*’ to ‘EGLNativeDisplayType {aka wl_display*}’ [-fpermissive]
Date: Mon, 17 Dec 2018 14:15:40 +0000	[thread overview]
Message-ID: <bug-11556-163-xqUZo6V4YH@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-11556-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=11556

--- Comment #6 from Patrick Koller <koller@stettbacher.ch> ---
Thanks @Peter for your patch.

The qt5webengine has been built just fine, nevertheless there was raised an
error during the following "installing to target" step. The cp command
complained, there are no libs to copy and indeed, there are no libs present.
Why is the buildprocess successfull without creating any libs? Please have a
look at the following error message:

**************************************************
>>> qt5webengine 5.11.2 Building
PATH="/home/patrickk/tmp/buildroot/eglfs_patch/output/host/bin:/home/patrickk/tmp/buildroot/eglfs_patch/output/host/sbin:/home/patrickk/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
PATH=/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/host-bin:"/home/patrickk/tmp/buildroot/eglfs_patch/output/host/bin:/home/patrickk/tmp/buildroot/eglfs_patch/output/host/sbin:/home/patrickk/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
NINJAFLAGS="-j9"
GN_PKG_CONFIG_HOST=/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/host-bin/host-pkg-config
/usr/bin/make -j9 -C
/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2
make[1]: Entering directory
'/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2'
make[1]: Nothing to be done for 'first'.
make[1]: Leaving directory
'/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2'
>>> qt5webengine 5.11.2 Installing to staging directory
PATH="/home/patrickk/tmp/buildroot/eglfs_patch/output/host/bin:/home/patrickk/tmp/buildroot/eglfs_patch/output/host/sbin:/home/patrickk/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
PATH=/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/host-bin:"/home/patrickk/tmp/buildroot/eglfs_patch/output/host/bin:/home/patrickk/tmp/buildroot/eglfs_patch/output/host/sbin:/home/patrickk/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
NINJAFLAGS="-j9"
GN_PKG_CONFIG_HOST=/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/host-bin/host-pkg-config
/usr/bin/make -j9 -C
/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2
install
make[1]: Entering directory
'/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory
'/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2'
for i in $(find
/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib*
-name "libQt5*.la"); do /usr/bin/sed -i -e 
"s:/home/patrickk/tmp/buildroot/eglfs_patch/output:@BASE_DIR@:g" -e
"s:/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot:@STAGING_DIR@:g"
-e "s:\(['= ]\)/usr:\\1 at STAGING_DIR@/usr:g" -e
"s:@STAGING_DIR@:/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot:g"
-e "s:@BASE_DIR@:/home/patrickk/tmp/buildroot/eglfs_patch/output:g" $i ;
/usr/bin/sed -i -e "/^dependency_libs=/s%-L/usr/lib %%g" $i ; done
for i in $(find
/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib*
-name "libQt5*.prl"); do /usr/bin/sed -i -e "s%-L/usr/lib%%" $i; done
>>> qt5webengine 5.11.2 Fixing libtool files
>>> qt5webengine 5.11.2 Installing to target
cp -dpf
/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*
/home/patrickk/tmp/buildroot/eglfs_patch/output/target/usr/lib
cp: cannot stat
'/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*':
No such file or directory
package/pkg-generic.mk:310: recipe for target
'/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/.stamp_target_installed'
failed
make: ***
[/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/.stamp_target_installed]
Error 1
patrickk at lites:~/tmp/buildroot/eglfs_patch> make
>>> qt5webengine 5.11.2 Installing to target
cp -dpf
/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*
/home/patrickk/tmp/buildroot/eglfs_patch/output/target/usr/lib
cp: cannot stat
'/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*':
No such file or directory
package/pkg-generic.mk:310: recipe for target
'/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/.stamp_target_installed'
failed
make: ***
[/home/patrickk/tmp/buildroot/eglfs_patch/output/build/qt5webengine-5.11.2/.stamp_target_installed]
Error 1
patrickk at lites:~/tmp/buildroot/eglfs_patch> kate
output/build/qt5wayland-5.11.2/src/hardwareintegration/compositor/xcomposite-egl/xcompositeeglintegration.cpp 
patrickk at lites:~/tmp/buildroot/eglfs_patch> kate
output/build/qt5wayland-5.11.2/src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglwindow.cpp 
patrickk at lites:~/tmp/buildroot/eglfs_patch> l
/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*
ls: cannot access
'/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*':
No such file or directory
patrickk at lites:~/tmp/buildroot/eglfs_patch> l
/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*
ls: cannot access
'/home/patrickk/tmp/buildroot/eglfs_patch/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libQt5WebEngine*.so.*':
No such file or directory
**************************************************

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2018-12-17 14:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 16:17 [Buildroot] [Bug 11556] New: Can not build qt5base 5.11.2 with weston 3.0.0 and vivante GPU. error: invalid conversion from ‘void*’ to ‘EGLNativeDisplayType {aka wl_display*}’ [-fpermissive] bugzilla at busybox.net
2018-12-11 21:54 ` [Buildroot] [Bug 11556] " bugzilla at busybox.net
2018-12-12 16:29 ` bugzilla at busybox.net
2018-12-13 10:43 ` bugzilla at busybox.net
2018-12-13 15:51 ` bugzilla at busybox.net
2018-12-13 20:02 ` bugzilla at busybox.net
2018-12-17 14:15 ` bugzilla at busybox.net [this message]
2018-12-17 17:38 ` bugzilla at busybox.net
2018-12-18 16:20 ` bugzilla at busybox.net
2018-12-18 22:38 ` bugzilla at busybox.net
2018-12-19 16:00 ` bugzilla at busybox.net
2018-12-19 17:17 ` bugzilla at busybox.net
2018-12-19 18:01 ` bugzilla at busybox.net
2018-12-20 20:26 ` bugzilla at busybox.net
2024-06-15 14:49 ` bugzilla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-11556-163-xqUZo6V4YH@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox