Comment 0 for bug 1501651

Revision history for this message
Victor Mayoral (vmayoral) wrote :

Trying to create an ARM snap with snapcraft using an ARM chroot as advised:

perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = "en_US",
 LC_ALL = (unset),
 LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Pulling integration
Building integration
cp --preserve=all -R icon.svg /snap_spider_tweet/parts/integration/install/icon.svg
Staging integration
Snapping integration
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
 LANGUAGE = "en_US",
 LC_ALL = (unset),
 LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
fatal error: rt_sigaction failure

runtime stack:
runtime.throw(0x57d6ed)
 /usr/lib/go/src/runtime/panic.go:491 +0xa4
runtime.setsig(0x40, 0x5704c, 0x594d01)
 /usr/lib/go/src/runtime/os_linux.c:302 +0xa8
runtime.initsig()
 /usr/lib/go/src/runtime/signal_unix.c:39 +0x88
mstart()
 /usr/lib/go/src/runtime/proc.c:856 +0x6c
runtime.mstart()
 /usr/lib/go/src/runtime/proc.c:836 +0x4c

goroutine 1 [runnable]:
runtime.main()
 /usr/lib/go/src/runtime/proc.go:16
runtime.goexit()
 /usr/lib/go/src/runtime/asm_arm.s:1322 +0x4

Reproduced it two different machines.

Reproducing it:
- qemu-debootstrap --arch=armhf vivid ~/vivid/
- set up the right sources.list
- apt-get install software-properties-common python-software-properties
- sudo add-apt-repository ppa:snappy-dev/tools
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install snappy-tools bzr
- snapcrafting any source will end up in a similar output