-
Notifications
You must be signed in to change notification settings - Fork 24
dev: missing packages #12
Comments
Same for |
The dev branch is work in progress, instruction are not finished. I've removed unconfirmed steps for now. Currently |
I'm also exprimenting with gstreamer, so if piomxtextures is your goal then do the oposite and remove gstreamer packages :) |
:) I am experimenting |
I have pushed another commit. |
I'm stuck at this when building @zevero @matthewmgamble have you encountered this? Any hints? |
@maitredede what is your host system? I use debian stretch amd64. But those packages exist on ubuntu as well: |
@zevero I was trying to get them from the pi, not the host. My host is Bash on Ubuntu on Windows (Ubuntu 16.04 x64). I am following the dev readme, and will try to get webengine working. Thanks. |
I have gone as far :
I removed it from my package list (the actual 5.9 one) and going further...
The directory I restarted the I have errors related to posix about Got the same error : |
I just cloned the new dev branch and am testing 5.9. Just had exactly the same error and restarting the script for qtwebengine did start building as well. I will edit my post next morning... |
The comment here talks about cross-compilation errors. Maybe it can be a clue... |
My 5.9 qtwebengine build with the current dev scripts (changed only RPIDEV_ROOT and I used my previous sysroot) had NO errors. |
I don't have as luck as you, my build is still failing (runned twice). I started over a fresh raspbian lite image, followed README install, checked that packages were installed on host. Still the same error, Really seams to be related to cross-compilation. I will try on a fresh Ubuntu Server 16.04 x64. @zevero What do you mean by "faster browser" ? Do you mean hardware video decoding ? |
Compiled my qt app and tested it on the pi. Looks good! html5test.com gives me 507 points. On starting my app I had the following issue
which I solved by setting a symlink @maitredede I was expecting qtwebengine performance in my qt app to be the same as the default chromium browser on current raspbian pixel. However (for 2017) it is embarrassingly slow. CPU or bandwith are definitely not the problem ... it is basically sitting around and a page load often takes 20s or more. |
@Kukkimonsuta why did you remove section |
@zevero Because I don't think it's needed in latest raspbian lite image. |
Finally, qtwebengine is building. Bash on Ubuntu on Windows was the problem. On a fresh Ubuntu 16.04x64 VM, it is compilling. I will do some tests later... |
@maitredede Thank you, I forgot about |
|
@zevero I am facing same problem as u mentioned I did sudo ln -s /opt/vc/lib/libGLESv2.so /opt/vc/lib/libGLESv2.so.2 sudo ldconfig on raspi 3 but still getting same issue .... pi@raspberrypi:~ $ cd /opt/vc/lib/ pi@raspberrypi:/opt/vc/lib $ ls libbcm_host.so libelftoolchain.so libopenmaxil.so pi@raspberrypi:/opt/vc/lib $ libEGL.so.1, libGLESv1_CM.so , libGLESv2.so.2 are in sky blue colour |
I have no clue of why it tries to load the libs at =/... instead of /... but you can work around by doing a stupid |
@zevero Thanks It does solve that issue.... |
Which module still tries to load egl from |
@Kukkimonsuta for me as I have not used ur scripts .... so may be your dev branch is not causing problem. I was building qtwebengine module on ubuntu in virtual box in my windows 10 for raspi 3 ..I am on qt 5.9.2.. following PI2EGLFS note from qt....I found your git link and it solved my one issue ...about package i have to install in ubuntu itself for cross build qtwebengine from ur dev branch ......thank you. 😊 |
Hi,
I am trying the dev branch. I am following the readme and I have errors.
I am using a fresh burned raspbian lite. At step 3, when "some more libs I added...", I have :
Package 'gcc-multilib' has no installation candidate
andCan't find pabkage g++-multilib
My apt sources are the default ones with uncommented "deb-src" lines, and the reporitory of Mono.
The text was updated successfully, but these errors were encountered: