can't compile QtWebEngine for Rasperry PI 3 in docker container

Description

When activating virtual/webruntime in AGL, it pulls QtWebEngine.

The compilation of QtWebEngine fails with the error

| /usr/include/c++/4.9/string:38:28: fatal error: bits/c++config.h: No such file or directory | #include <bits/c++config.h> | ^

Environment

None

Activity

Show:

jose bollo 
August 2, 2018 at 8:36 AM

I had to enter the commands below:

sudo apt update sudo apt install g++-multilib

Stephane Desneux 
August 1, 2018 at 9:08 AM

The docker container version may be too old.

Can you try to add g++-multilib ?

apt-get install g++-multilib

That was added in docker-worker-generator here:

https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/docker-worker-generator.git;a=commit;h=6312e46ce5597b15aa3469c8492a7a351e82b24c

 

Fixed

Details

Assignee

Reporter

Labels

Contract ID

Components

Priority

Created July 31, 2018 at 9:23 PM
Updated August 6, 2018 at 3:39 PM
Resolved August 2, 2018 at 9:59 PM

Flag notifications