ubports / crossbuilder

A debian package cross building tool using LXD
13 stars 17 forks source link

Cross toolchain errors when building indicator-network #54

Open Pekkari opened 3 years ago

Pekkari commented 3 years ago

Hi,

I'm trying to build the indicator-network project to thest the following PR, When building, glib seems to be erroring out with schema validation problems, that looks like this:

CMake Error at /usr/share/cmake/GSettings/GSettingsConfig.cmake:31 (message):
  Schema validation error:
  /usr/lib/aarch64-linux-gnu/glib-2.0/glib-compile-schemas: 1:
  /usr/lib/aarch64-linux-gnu/glib-2.0/glib-compile-schemas:
  ELF�?@@��@@@@@@@��@@@@$�$�ЍЍAЍA�����A��A��@@DDQ�tdR�tdЍЍAЍA00/lib/ld-linux-aarch64.so.1GNUGNU�:
  not found

  /usr/lib/aarch64-linux-gnu/glib-2.0/glib-compile-schemas: 2:
  /usr/lib/aarch64-linux-gnu/glib-2.0/glib-compile-schemas: b��: not found

  /usr/lib/aarch64-linux-gnu/glib-2.0/glib-compile-schemas: 3:
  /usr/lib/aarch64-linux-gnu/glib-2.0/glib-compile-schemas: Syntax error: ")"
  unexpected

This seem like the container is receiving a broken toolchain to generate the new binaries to be tested. The full log of the building follows.

Thanks!

build.log