Hi, I am trying a native build for JeOS-beagle from openSUSE:Factory:ARM on my Beagleboard xM (using a 12.2 image) but I get this error: ****************************************************************************************** Verifying integrity of cached packages using keys from openSUSE:Factory:ARM Writing build configuration Running build [Errno 2] No such file or directory ****************************************************************************************** Any idea why? strace give me: ****************************************************************************************** write(1, "Running build\n", 14Running build ) = 14 pipe([7, 8]) = 0 fcntl64(7, F_GETFD) = 0 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0 fcntl64(8, F_GETFD) = 0 fcntl64(8, F_SETFD, FD_CLOEXEC) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb6bc5328) = 2522 close(8) = 0 mmap2(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5bb3000 read(7, "cexceptions\nOSError\np0\n(I2\nS'No "..., 1048576) = 462 mremap(0xb5bb3000, 1052672, 4096, MREMAP_MAYMOVE) = 0xb5bb3000 close(7) = 0 wait4(2522, [{WIFEXITED(s) && WEXITSTATUS(s) == 255}], 0, NULL) = 2522 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2522, si_status=255, si_utime=2, si_stime=3} --- stat64("/usr/lib/python2.7/encodings/string_escape", 0xbeb12ce0) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.7/encodings/string_escape.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.7/encodings/string_escapemodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/lib/python2.7/encodings/string_escape.py", O_RDONLY|O_LARGEFILE) = 7 fstat64(7, {st_mode=S_IFREG|0644, st_size=953, ...}) = 0 open("/usr/lib/python2.7/encodings/string_escape.pyc", O_RDONLY|O_LARGEFILE) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=2069, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5cb3000 read(8, "\3\363\r\n\4!OPc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\242\0\0\0d\0"..., 4096) = 2069 fstat64(8, {st_mode=S_IFREG|0644, st_size=2069, ...}) = 0 read(8, "", 4096) = 0 close(8) = 0 munmap(0xb5cb3000, 4096) = 0 close(7) = 0 write(2, "[Errno 2] No such file or direct"..., 35[Errno 2] No such file or directory) = 35 write(2, "\n", 1 ) = 1 munmap(0xb5bb3000, 4096) = 0 wait4(2522, 0xbeb17af4, WNOHANG, NULL) = -1 ECHILD (No child processes) close(4) = 0 munmap(0xb6f5c000, 4096) = 0 close(5) = 0 munmap(0xb6f5b000, 4096) = 0 close(6) = 0 munmap(0xb5cb4000, 4096) = 0 unlink("/tmp/rpmlist.OmXPfK") = 0 rt_sigaction(SIGINT, {SIG_DFL, [], 0x4000000 /* SA_??? */}, {0xb6e4fe38, [], 0x4000000 /* SA_??? */}, 8) = 0 rt_sigaction(SIGHUP, {SIG_DFL, [], 0x4000000 /* SA_??? */}, {0xb6e4fe38, [], 0x4000000 /* SA_??? */}, 8) = 0 rt_sigaction(SIGTERM, {SIG_DFL, [], 0x4000000 /* SA_??? */}, {0xb6e4fe38, [], 0x4000000 /* SA_??? */}, 8) = 0 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 exit_group(1) = ? +++ exited with 1 +++ ****************************************************************************************** Guillaume -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org