I'm running the integration tests in beaglebone black, rolling edge. When executing the hello-world.echo command, the test fails with:
ubuntu-core-launcher: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
(BeagleBoneBlack)ubuntu@localhost:~$ snappy list
Name Date Version Developer
ubuntu-core 2015-06-30 88 ubuntu
docker 2015-06-30 1.6.1.002
beagleblack 2015-06-30 1.7.1
(BeagleBoneBlack)ubuntu@localhost:~$ sudo snappy install hello-world
Installing hello-world
Starting download of hello-world
21.60 KB / 21.60 KB [=====================================] 100.00 % 95.73 KB/s
Done
Name Date Version Developer
ubuntu-core 2015-06-30 88 ubuntu
docker 2015-06-30 1.6.1.002
hello-world 2015-06-30 1.0.18 canonical
beagleblack 2015-06-30 1.7.1
(BeagleBoneBlack)ubuntu@localhost:~$ hello-world.echo
ubuntu-core-launcher: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
hello-world.echo works in kvm, rolling edge.