openwrt / docker

Docker containers of the ImageBuilder and SDK
GNU General Public License v2.0
495 stars 78 forks source link

docker: install g++-multilib #89

Closed PolynomialDivision closed 2 years ago

PolynomialDivision commented 2 years ago

Node fails to compile with:

  In file included from /usr/include/c++/8/memory:62,
  from ../deps/v8/src/libplatform/default-foreground-task-runner.h:8,
  from ../deps/v8/src/libplatform/default-foreground-task-runner.cc:5:
  /usr/include/c++/8/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h:
    No such file or directory
  #include <bits/c++config.h>
          ^~~~~~~~~~~~~~~~~~
  compilation terminated.

Add g++-multilib to fix this.

Fixes: https://github.com/openwrt/packages/issues/17074

Signed-off-by: Nick Hainke vincent@systemli.org

aparcar commented 2 years ago

Merged, thank you!