Skip to content

Instantly share code, notes, and snippets.

@fredmanglis
fredmanglis / guix_package_strace.txt
Created September 25, 2017 14:06
strace -o log guix package -i python-pycosat
execve("/gnu/store/m8rmsggbzk755s37may0s5c3ib455g3p-profile/bin/guix", ["guix", "package", "-i", "python-pycosat"], [/* 67 vars */]) = 0
brk(0) = 0x926000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1a52d27000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/lib/tls/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/lib/tls/x86_64", 0x7ffed60bfd70) = -1 ENOENT (No such file or directory)
open("/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/lib/tls", 0x7ffed60bfd70) = -1 ENOENT (No such file or directory)
open("/gnu/store/n6nvxlk2j8ysffjh3jphn1k5silnakh6-glibc-2.25/lib/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENO