unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20757: "unable to fork" on armhf
@ 2015-06-07  8:41 Efraim Flashner
  2015-06-07 19:44 ` Ludovic Courtès
  2015-06-07 21:46 ` Mark H Weaver
  0 siblings, 2 replies; 13+ messages in thread
From: Efraim Flashner @ 2015-06-07  8:41 UTC (permalink / raw)
  To: 20757


[-- Attachment #1.1: Type: text/plain, Size: 1318 bytes --]

I have an armhf marsboard that I'm trying to run guix on top of debian. I
started by flashing a debian wheezy image, stripping out most of the
packages, and upgrading to jessie. I installed using the 0.8.2 armhf binary.
`guix pull` failed with the error "unable to fork: Invalid argument", and
likewise `guix build hello` also failed.

I ran `sudo strace -o log /root/.guix-profile/bin/guix-daemon
--build-users-group=guix-builder &`  and `strace -o hello guix build hello`.
I've attached the guix-daemon log to the email and the hello log is at
https://flashner.co.il/~efraim/hello

uname -a:
Linux marsboard 3.0.36+ #67 SMP PREEMPT Sat Dec 13 10:01:50 HKT 2014 armv7l
GNU/Linux

ldd --version:
ldd (Debian GLIBC 2.19-18) 2.19

cat /proc/cpuinfo:
Processor	: ARMv7 Processor rev 0 (v7l)
processor	: 0
BogoMIPS	: 503.83

processor	: 1
BogoMIPS	: 503.83

Features	: swp falf thumb fastmult vfp edsp neon vfpv3
CPU implementer	: 0x41
CPU architecture: 7
CPU variant	: 0x3
CPU part	: 0xc09
CPU revision	: 0

Hardware	: RK30board
Revision	: 0000
Serial		: 0000000000000000

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #1.2: log --]
[-- Type: application/octet-stream, Size: 37340 bytes --]

execve("/root/.guix-profile/bin/guix-daemon", ["/root/.guix-profile/bin/guix-dae"..., "--build-users-group=guix-builder"], [/* 14 vars */]) = 0
brk(0)                                  = 0x97000
uname({sys="Linux", node="marsboard", ...}) = 0
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400a2000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/tls", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/tls", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib64", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/tls", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/tls", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/v7l", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/neon/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/neon/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/neon/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/neon", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/vfp/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/vfp", 0xbea9be40) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\260a\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=552204, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400ec000
mmap2(NULL, 540064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c7000
mprotect(0x40239000, 61440, PROT_NONE)  = 0
mmap2(0x40248000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0x40248000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/gnu/store/yx27h23a6fmayzn0lyygia0g0f34m52h-sqlite-3.8.9/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/neon/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/neon/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/neon/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/neon", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/v7l", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/neon/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/neon/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/neon/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/neon", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/tls", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/neon/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/neon/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/neon/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/neon", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/v7l", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/neon/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/neon/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/neon/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/neon", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/vfp/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/vfp", 0xbea9be28) = -1 ENOENT (No such file or directory)
open("/gnu/store/qv5s9gqdqbfihci6a6dg3c2ykccyxwxs-libgcrypt-1.6.3/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0P\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=592416, ...}) = 0
mmap2(NULL, 579852, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400ed000
mprotect(0x40166000, 65536, PROT_NONE)  = 0
mmap2(0x40176000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x79000) = 0x40176000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\220\\\4\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=632688, ...}) = 0
mmap2(NULL, 724268, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4024b000
mprotect(0x402e1000, 61440, PROT_NONE)  = 0
mmap2(0x402f0000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x95000) = 0x402f0000
mmap2(0x402f6000, 23852, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x402f6000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\0<\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=453244, ...}) = 0
mmap2(NULL, 471184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40028000
mprotect(0x4008b000, 61440, PROT_NONE)  = 0
mmap2(0x4009a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x62000) = 0x4009a000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/gnu/store/zc1lkj2ks2wg096z1cnczs7y61285dxw-gcc-4.8.4-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\320\315\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0444, st_size=169416, ...}) = 0
mmap2(NULL, 166772, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4017b000
mprotect(0x40194000, 61440, PROT_NONE)  = 0
mmap2(0x401a3000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x401a3000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0]i\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=1175728, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009c000
mmap2(NULL, 972136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x402fc000
mprotect(0x403d4000, 65536, PROT_NONE)  = 0
mmap2(0x403e4000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0x403e4000
mmap2(0x403e7000, 9576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x403e7000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0<\t\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=14340, ...}) = 0
mmap2(NULL, 73912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401a4000
mprotect(0x401a6000, 61440, PROT_NONE)  = 0
mmap2(0x401b5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x401b5000
close(3)                                = 0
open("/gnu/store/rkph3l06b8f1bl54ri2wrm1lq0xmb68r-glibc-2.21/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\301R\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=103196, ...}) = 0
mmap2(NULL, 139856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x403ea000
mprotect(0x403fa000, 61440, PROT_NONE)  = 0
mmap2(0x40409000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x40409000
mmap2(0x4040b000, 4688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4040b000
close(3)                                = 0
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/neon/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/neon/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/neon/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/neon", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/v7l", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/neon/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/neon/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/neon/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/neon", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/tls", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/neon/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/neon/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/neon/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/neon", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/v7l", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/neon/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/neon/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/neon/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/neon", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/vfp/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/vfp", 0xbea9bce8) = -1 ENOENT (No such file or directory)
open("/gnu/store/4nd0wvx1m47bjmcp93yg70y98b243hxm-libgpg-error-1.18/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\200\36\0\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0555, st_size=57696, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009d000
mmap2(NULL, 106444, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4040d000
mprotect(0x40417000, 61440, PROT_NONE)  = 0
mmap2(0x40426000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x40426000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400c5000
set_tls(0x400c54c0, 0x400d5050, 0x400c5bb8, 0x400c54c0, 0x400d5050) = 0
mprotect(0x403e4000, 8192, PROT_READ)   = 0
mprotect(0x40409000, 4096, PROT_READ)   = 0
mprotect(0x401b5000, 4096, PROT_READ)   = 0
mprotect(0x4009a000, 4096, PROT_READ)   = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400db000
mprotect(0x402f0000, 16384, PROT_READ)  = 0
mprotect(0x400d4000, 4096, PROT_READ)   = 0
set_tid_address(0x400c5068)             = 901
set_robust_list(0x400c5070, 12)         = 0
rt_sigaction(SIGRTMIN, {0x403eee21, [], SA_RESTORER|SA_SIGINFO, 0x40321001}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x403eeebd, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x40321001}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0)                                  = 0x97000
brk(0xb8000)                            = 0xb8000
futex(0x402fab40, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x402fab34, FUTEX_WAKE_PRIVATE, 2147483647) = 0
access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
open("/proc/sys/crypto/fips_enabled", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/gcrypt/hwf.deny", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/proc/self/auxv", O_RDONLY)       = 3
fstat64(3, {st_mode=S_IFREG|0400, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401b7000
read(3, "\20\0\0\0\327\260\10\0\6\0\0\0\0\20\0\0\21\0\0\0d\0\0\0\3\0\0\0004\0\1\0"..., 1024) = 144
close(3)                                = 0
munmap(0x401b7000, 4096)                = 0
open("/proc/cpuinfo", O_RDONLY)         = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400c6000
read(3, "Processor\t: ARMv7 Processor rev "..., 1024) = 324
read(3, "", 1024)                       = 0
close(3)                                = 0
munmap(0x400c6000, 4096)                = 0
umask(022)                              = 022
geteuid32()                             = 0
chdir("/")                              = 0
rt_sigaction(SIGCHLD, {0x15f61, ~[RTMIN RT_1], SA_RESTORER, 0x40320ff1}, {SIG_DFL, [], 0}, 8) = 0
socket(PF_LOCAL, SOCK_STREAM, 0)        = 3
lstat64("/var/guix/daemon-socket", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chdir("/var/guix/daemon-socket")        = 0
unlink("/var/guix/daemon-socket/socket") = 0
umask(0111)                             = 022
bind(3, {sa_family=AF_LOCAL, sun_path="./socket"}, 110) = 0
umask(022)                              = 0111
chdir("/")                              = 0
listen(3, 5)                            = 0
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
accept(3, {sa_family=AF_LOCAL, NULL}, [2]) = 4
fcntl64(4, F_GETFD)                     = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
getsockopt(4, SOL_SOCKET, SO_PEERCRED, {pid=905, uid=1001, gid=1001}, [12]) = 0
write(2, "accepted connection from pid 905"..., 43) = 43
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x400c5068) = 907
close(4)                                = 0
accept(3, 0xbea9c19c, [110])            = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=907, si_uid=0, si_status=0, si_utime=61, si_stime=24} ---
wait4(-1, NULL, WNOHANG, NULL)          = 907
wait4(-1, NULL, WNOHANG, NULL)          = -1 ECHILD (No child processes)
sigreturn() (mask [])                   = -1 EINTR (Interrupted system call)
accept(3, 0xbea9c19c, [110])            = ? ERESTARTSYS (To be restarted if SA_RESTART is set)
--- SIGINT {si_signo=SIGINT, si_code=SI_KERNEL} ---
+++ killed by SIGINT +++

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-07  8:41 bug#20757: "unable to fork" on armhf Efraim Flashner
@ 2015-06-07 19:44 ` Ludovic Courtès
  2015-06-08  7:17   ` Efraim Flashner
  2015-06-07 21:46 ` Mark H Weaver
  1 sibling, 1 reply; 13+ messages in thread
From: Ludovic Courtès @ 2015-06-07 19:44 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20757

Efraim Flashner <efraim@flashner.co.il> skribis:

> I have an armhf marsboard that I'm trying to run guix on top of debian. I
> started by flashing a debian wheezy image, stripping out most of the
> packages, and upgrading to jessie. I installed using the 0.8.2 armhf binary.
> `guix pull` failed with the error "unable to fork: Invalid argument", and
> likewise `guix build hello` also failed.
>
> I ran `sudo strace -o log /root/.guix-profile/bin/guix-daemon
> --build-users-group=guix-builder &`

Could you add -f so that child processes are traced?

  sudo strace -f -o log /root/.guix-profile/bin/guix-daemon \
     --build-users-group=guix-builder &

The main process doesn’t do the interesting bits.

TIA!

Ludo’.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-07  8:41 bug#20757: "unable to fork" on armhf Efraim Flashner
  2015-06-07 19:44 ` Ludovic Courtès
@ 2015-06-07 21:46 ` Mark H Weaver
  2015-06-14 13:13   ` Mark H Weaver
  1 sibling, 1 reply; 13+ messages in thread
From: Mark H Weaver @ 2015-06-07 21:46 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20757

Efraim Flashner <efraim@flashner.co.il> writes:

> I have an armhf marsboard that I'm trying to run guix on top of debian. I
> started by flashing a debian wheezy image, stripping out most of the
> packages, and upgrading to jessie. I installed using the 0.8.2 armhf binary.
> `guix pull` failed with the error "unable to fork: Invalid argument", and
> likewise `guix build hello` also failed.

This is probably because your kernel lacks the necessary features to
create the build containers needed by guix-daemon.  The above error is
printed if the 'clone' system call fails when invoked with the following
flags:

  CLONE_NEWPID | CLONE_NEWNS | CLONE_NEWIPC | CLONE_NEWUTS

You need PID namespaces, private mount namespaces, private network
namespaces, IPC namespaces, and UTS namespaces.  You will also need
CONFIG_DEVPTS_MULTIPLE_INSTANCES.

We should document this better, but I guess you need at least the
following options enabled in your kernel build-time configuration:

CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y

     Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-07 19:44 ` Ludovic Courtès
@ 2015-06-08  7:17   ` Efraim Flashner
  2015-06-08 12:25     ` Ludovic Courtès
  0 siblings, 1 reply; 13+ messages in thread
From: Efraim Flashner @ 2015-06-08  7:17 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 20757

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

On Sun, 07 Jun 2015 21:44:08 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Efraim Flashner <efraim@flashner.co.il> skribis:
> 
> > I have an armhf marsboard that I'm trying to run guix on top of debian. I
> > started by flashing a debian wheezy image, stripping out most of the
> > packages, and upgrading to jessie. I installed using the 0.8.2 armhf
> > binary. `guix pull` failed with the error "unable to fork: Invalid
> > argument", and likewise `guix build hello` also failed.
> >
> > I ran `sudo strace -o log /root/.guix-profile/bin/guix-daemon
> > --build-users-group=guix-builder &`
> 
> Could you add -f so that child processes are traced?
> 
>   sudo strace -f -o log /root/.guix-profile/bin/guix-daemon \
>      --build-users-group=guix-builder &

the log file came out a bit big, so I've hosted it here:
https://flashner.co.il/~efraim/log

> The main process doesn’t do the interesting bits.
> 
> TIA!
> 
> Ludo’.



-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-08  7:17   ` Efraim Flashner
@ 2015-06-08 12:25     ` Ludovic Courtès
  0 siblings, 0 replies; 13+ messages in thread
From: Ludovic Courtès @ 2015-06-08 12:25 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20757

Efraim Flashner <efraim@flashner.co.il> skribis:

> the log file came out a bit big, so I've hosted it here:
> https://flashner.co.il/~efraim/log

The culprit is:

  clone(child_stack=0xbe835ef8, flags=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWPID|CLONE_NEWNET|SIGCHLD) = -1 EINVAL (Invalid argument)

3.0.36 is not so old so Mark probably came to the right conclusion: That
the kernel must be rebuilt with all these name space-related options.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-07 21:46 ` Mark H Weaver
@ 2015-06-14 13:13   ` Mark H Weaver
  2015-06-14 13:52     ` Efraim Flashner
  0 siblings, 1 reply; 13+ messages in thread
From: Mark H Weaver @ 2015-06-14 13:13 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20757

Any update on this?  Did you try rebuilding your kernel with the needed
configuration options enabled?

    Thanks,
      Mark

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-14 13:13   ` Mark H Weaver
@ 2015-06-14 13:52     ` Efraim Flashner
  2015-06-15 11:53       ` Efraim Flashner
  0 siblings, 1 reply; 13+ messages in thread
From: Efraim Flashner @ 2015-06-14 13:52 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 20757

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

On Sun, 14 Jun 2015 09:13:17 -0400
Mark H Weaver <mhw@netris.org> wrote:

> Any update on this?  Did you try rebuilding your kernel with the needed
> configuration options enabled?
> 
>     Thanks,
>       Mark

I haven't had a chance yet to rebuild my kernel yet, but I hope to tonight

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-14 13:52     ` Efraim Flashner
@ 2015-06-15 11:53       ` Efraim Flashner
  2015-07-14 13:33         ` bug#20735: " Ludovic Courtès
  2015-09-11 17:31         ` Ludovic Courtès
  0 siblings, 2 replies; 13+ messages in thread
From: Efraim Flashner @ 2015-06-15 11:53 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 20757

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

On Sun, 14 Jun 2015 16:52:51 +0300
Efraim Flashner <efraim@flashner.co.il> wrote:

> On Sun, 14 Jun 2015 09:13:17 -0400
> Mark H Weaver <mhw@netris.org> wrote:
> 
> > Any update on this?  Did you try rebuilding your kernel with the needed
> > configuration options enabled?
> > 
> >     Thanks,
> >       Mark
> 
> I haven't had a chance yet to rebuild my kernel yet, but I hope to tonight
> 

I recompiled the kernel, still getting failed to fork. I'm missing something
board specific about using the new kernel. I'll figure it out soonish.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20735: bug#20757: "unable to fork" on armhf
  2015-06-15 11:53       ` Efraim Flashner
@ 2015-07-14 13:33         ` Ludovic Courtès
  2015-07-19 19:09           ` Efraim Flashner
  2015-09-11 17:31         ` Ludovic Courtès
  1 sibling, 1 reply; 13+ messages in thread
From: Ludovic Courtès @ 2015-07-14 13:33 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20735, 20757

Efraim Flashner <efraim@flashner.co.il> skribis:

> I recompiled the kernel, still getting failed to fork. I'm missing something
> board specific about using the new kernel. I'll figure it out soonish.

Did you have a chance to look further into it?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20735: bug#20757: "unable to fork" on armhf
  2015-07-14 13:33         ` bug#20735: " Ludovic Courtès
@ 2015-07-19 19:09           ` Efraim Flashner
  0 siblings, 0 replies; 13+ messages in thread
From: Efraim Flashner @ 2015-07-19 19:09 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 20735, 20757

[-- Attachment #1: Type: text/plain, Size: 1431 bytes --]

On Tue, 14 Jul 2015 15:33:58 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Efraim Flashner <efraim@flashner.co.il> skribis:
> 
> > I recompiled the kernel, still getting failed to fork. I'm missing
> > something board specific about using the new kernel. I'll figure it out
> > soonish.
> 
> Did you have a chance to look further into it?
> 
> Thanks,
> Ludo’.

Unfortunately I haven't had a chance to look at it more yet. I've been having
trouble with getting the board to accept my kernel for booting, so now I'm
looking at using one of the other images available (ubunutu, suse) and seeing
if they have the required kernel settings enabled. Given the problems I've
been having, when I do get it to work I plan on following their instructions
for getting the board to boot from a thumbdrive/sdcard and using that as a
target for guixsd. The two things I see as potential blockers down that road
is figuring out uboot, and I'll also have to make a separate rockchip.scm
with the 3(?) programs I needed to compile from source to get the video
working correctly.

Currently I'm on vacation for almost another 3 weeks, and I left the arm
board at home, so I can't work on it too much atm.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20757: "unable to fork" on armhf
  2015-06-15 11:53       ` Efraim Flashner
  2015-07-14 13:33         ` bug#20735: " Ludovic Courtès
@ 2015-09-11 17:31         ` Ludovic Courtès
  2015-09-13  4:17           ` bug#20735: " Efraim Flashner
  1 sibling, 1 reply; 13+ messages in thread
From: Ludovic Courtès @ 2015-09-11 17:31 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20735, 20757

Efraim Flashner <efraim@flashner.co.il> skribis:

> On Sun, 14 Jun 2015 16:52:51 +0300
> Efraim Flashner <efraim@flashner.co.il> wrote:
>
>> On Sun, 14 Jun 2015 09:13:17 -0400
>> Mark H Weaver <mhw@netris.org> wrote:
>> 
>> > Any update on this?  Did you try rebuilding your kernel with the needed
>> > configuration options enabled?
>> > 
>> >     Thanks,
>> >       Mark
>> 
>> I haven't had a chance yet to rebuild my kernel yet, but I hope to tonight
>> 
>
> I recompiled the kernel, still getting failed to fork. I'm missing something
> board specific about using the new kernel. I'll figure it out soonish.

Hi!  Any update?  Or should we close the bug until we have more clues?

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20735: bug#20757: "unable to fork" on armhf
  2015-09-11 17:31         ` Ludovic Courtès
@ 2015-09-13  4:17           ` Efraim Flashner
  2015-09-13  9:33             ` Ludovic Courtès
  0 siblings, 1 reply; 13+ messages in thread
From: Efraim Flashner @ 2015-09-13  4:17 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 20735, 20757

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

On Fri, 11 Sep 2015 19:31:09 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Efraim Flashner <efraim@flashner.co.il> skribis:
> 
> > On Sun, 14 Jun 2015 16:52:51 +0300
> > Efraim Flashner <efraim@flashner.co.il> wrote:
> >
> >> On Sun, 14 Jun 2015 09:13:17 -0400
> >> Mark H Weaver <mhw@netris.org> wrote:
> >> 
> >> > Any update on this?  Did you try rebuilding your kernel with the needed
> >> > configuration options enabled?
> >> > 
> >> >     Thanks,
> >> >       Mark
> >> 
> >> I haven't had a chance yet to rebuild my kernel yet, but I hope to
> >> tonight
> >> 
> >
> > I recompiled the kernel, still getting failed to fork. I'm missing
> > something board specific about using the new kernel. I'll figure it out
> > soonish.
> 
> Hi!  Any update?  Or should we close the bug until we have more clues?
> 
> Thanks,
> Ludo’.

Lets close it for now. I haven't had anytime to work on it still, and its not
a guix bug that an unrelated kernel didn't have the configuration set the way
we'd like.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* bug#20735: bug#20757: "unable to fork" on armhf
  2015-09-13  4:17           ` bug#20735: " Efraim Flashner
@ 2015-09-13  9:33             ` Ludovic Courtès
  0 siblings, 0 replies; 13+ messages in thread
From: Ludovic Courtès @ 2015-09-13  9:33 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 20735, 20757-done

Efraim Flashner <efraim@flashner.co.il> skribis:

> Lets close it for now. I haven't had anytime to work on it still, and its not
> a guix bug that an unrelated kernel didn't have the configuration set the way
> we'd like.

OK, done.

Ludo’.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-09-13  9:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07  8:41 bug#20757: "unable to fork" on armhf Efraim Flashner
2015-06-07 19:44 ` Ludovic Courtès
2015-06-08  7:17   ` Efraim Flashner
2015-06-08 12:25     ` Ludovic Courtès
2015-06-07 21:46 ` Mark H Weaver
2015-06-14 13:13   ` Mark H Weaver
2015-06-14 13:52     ` Efraim Flashner
2015-06-15 11:53       ` Efraim Flashner
2015-07-14 13:33         ` bug#20735: " Ludovic Courtès
2015-07-19 19:09           ` Efraim Flashner
2015-09-11 17:31         ` Ludovic Courtès
2015-09-13  4:17           ` bug#20735: " Efraim Flashner
2015-09-13  9:33             ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).