winepak / winepak-sdk

Platform and SDK runtimes for winepak based applications
50 stars 18 forks source link

Error: module platform-setup: Child process killed by signal 11 #20

Closed gBopHuk closed 6 years ago

gBopHuk commented 6 years ago

I get an error after launch flatpak-builder:

Error: module platform-setup: Child process killed by signal 11

Full log

$ flatpak-builder --user --arch=i386 --ccache --keep-build-dirs --force-clean --repo=winepak-repo builds/winepak-sdk-images-i386 org.winepak.Sdk.yml
Emptying app dir 'builds/winepak-sdk-images-i386'
Downloading sources
Starting build of org.winepak.Sdk
Cache miss, checking out last cache hit
========================================================================
Building module platform-setup in /home/guest/winepak-sdk-images/.flatpak-builder/build/platform-setup-4
========================================================================
Running: mkdir -p /usr/lib/32bit
Error: module platform-setup: Child process killed by signal 11

What am I doing wrong?

gBopHuk commented 6 years ago

I've launched it as root and get the same error.

gBopHuk commented 6 years ago

Sorry, I found the cause of problem - https://github.com/flatpak/flatpak/issues/1770