I have the same bug here. Context: architecture armv7-a running a non-debian OS and performing debian install. I installed cdeboostrap-static.deb in / I copied debian-archives-keyrings.gpp in /usr/share/keyrings/
Result of strace: bash-4.2# strace -f cdebootstrap-static -f minimal wheezy /mnt/cdrom/ http://ftp.jp.debian.org/debian/ execve("/usr/bin/cdebootstrap-static", ["cdebootstrap-static", "-f", "minimal", "wheezy", "/mnt/cdrom/", "http://ftp.jp.debian.org/debian/"], [/* 56 vars */]) = 0 uname({sys="Linux", node="bee", ...}) = 0 brk(0) = 0xcb000 brk(0xcbd00) = 0xcbd00 set_tls(0xcb4c0, 0xc3f7c, 0, 0xcbd00, 0x10) = 0 readlink("/proc/self/exe", "/usr/bin/cdebootstrap-static", 4096) = 28 brk(0xecd00) = 0xecd00 brk(0xed000) = 0xed000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) rt_sigaction(SIGHUP, {0xb074, [HUP], SA_RESTART|0x4000000}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGINT, {0xb074, [INT], SA_RESTART|0x4000000}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTART|0x4000000}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGTERM, {0xb074, [TERM], SA_RESTART|0x4000000}, {SIG_DFL, [], 0}, 8) = 0 umask(022) = 022 getuid32() = 0 stat64("/mnt/cdrom/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 statfs("/mnt/cdrom/", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=1440904, f_bfree=1438035, f_bavail=1364840, f_files=366480, f_ffree=366459, f_fsid={-707112646, 1759434142}, f_namelen=255, f_frsize=4096}) = 0 stat64("/mnt/cdrom/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/mnt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/mnt/cdrom", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/usr/share/cdebootstrap-static/suites", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1126, ...}) = 0 mmap2(NULL, 1126, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40092000 madvise(0x40092000, 1126, MADV_SEQUENTIAL) = 0 munmap(0x40092000, 1126) = 0 close(3) = 0 open("/usr/share/cdebootstrap-static/generic/action", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=616, ...}) = 0 mmap2(NULL, 616, PROT_READ, MAP_PRIVATE, 3, 0) = 0x400e3000 madvise(0x400e3000, 616, MADV_SEQUENTIAL) = 0 munmap(0x400e3000, 616) = 0 close(3) = 0 open("/usr/share/cdebootstrap-static/generic/sections", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=121, ...}) = 0 mmap2(NULL, 121, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40151000 madvise(0x40151000, 121, MADV_SEQUENTIAL) = 0 munmap(0x40151000, 121) = 0 close(3) = 0 open("/usr/share/cdebootstrap-static/generic/packages", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0 mmap2(NULL, 160, PROT_READ, MAP_PRIVATE, 3, 0) = 0x401a1000 madvise(0x401a1000, 160, MADV_SEQUENTIAL) = 0 munmap(0x401a1000, 160) = 0 close(3) = 0 stat64("/usr/share/keyrings/debian-archive-keyring.gpg", {st_mode=S_IFREG| 0644, st_size=13568, ...}) = 0 mkdir("/mnt/cdrom//var", 0755) = -1 EEXIST (File exists) mkdir("/mnt/cdrom//var/cache", 0755) = -1 EEXIST (File exists) mkdir("/mnt/cdrom//var/cache/bootstrap", 0755) = -1 EEXIST (File exists) mkdir("/mnt/cdrom//var", 0755) = -1 EEXIST (File exists) mkdir("/mnt/cdrom//var/lib", 0755) = -1 EEXIST (File exists) mkdir("/mnt/cdrom//var/lib/dpkg", 0755) = -1 EEXIST (File exists) open("/mnt/cdrom//var/lib/dpkg/available", O_WRONLY|O_CREAT|O_TRUNC, 0644) = 3 close(3) = 0 open("/mnt/cdrom//var/lib/dpkg/diversions", O_WRONLY|O_CREAT|O_TRUNC, 0644) = 3 close(3) = 0 open("/mnt/cdrom//var/lib/dpkg/status", O_WRONLY|O_CREAT|O_TRUNC, 0644) = 3 close(3) = 0 mkdir("/mnt/cdrom//var", 0755) = -1 EEXIST (File exists) mkdir("/mnt/cdrom//var/log", 0755) = -1 EEXIST (File exists) open("/mnt/cdrom/var/log/bootstrap.log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401b4000 write(3, "P: Retrieving Release\n", 22) = 22 fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ed000 write(1, "P: Retrieving Release\n", 22P: Retrieving Release ) = 22 open("/dev/null", O_RDWR) = 4 pipe([5, 6]) = 0 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 pipe([7, 8]) = 0 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0 fcntl64(7, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 pipe([9, 10]) = 0 fcntl64(9, F_SETFD, FD_CLOEXEC) = 0 fcntl64(9, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xcb068) = 3033 close(4) = 0 close(6) = 0 close(8) = 0 close(10) = 0 poll([{fd=5, events=POLLIN}], 1, -1Process 3033 attached <unfinished ...> [pid 3033] close(5) = 0 [pid 3033] close(7) = 0 [pid 3033] close(9) = 0 [pid 3033] dup2(4, 0) = 0 [pid 3033] dup2(8, 1) = 1 [pid 3033] dup2(10, 2) = 2 [pid 3033] execve("/usr/local/sbin/sh", ["sh", "-c", "wget -q -O /mnt/cdrom/var/cache/"...], [/* 0 vars */]) = -1 ENOENT (No such file or directory) [pid 3033] execve("/usr/local/bin/sh", ["sh", "-c", "wget -q -O /mnt/cdrom/var/cache/"...], [/* 0 vars */]) = -1 ENOENT (No such file or directory) [pid 3033] execve("/sbin/sh", ["sh", "-c", "wget -q -O /mnt/cdrom/var/cache/"...], [/* 0 vars */]) = -1 ENOENT (No such file or directory) [pid 3033] execve("/usr/sbin/sh", ["sh", "-c", "wget -q -O /mnt/cdrom/var/cache/"...], [/* 0 vars */]) = -1 ENOENT (No such file or directory) [pid 3033] execve("/bin/sh", ["sh", "-c", "wget -q -O /mnt/cdrom/var/cache/"...], [/* 0 vars */]) = -1 EFAULT (Bad address) [pid 3033] write(6, "\362\377\377\377", 4) = 4 [pid 3033] exit_group(255) = ? [pid 3033] +++ exited with 255 +++ <... poll resumed> ) = 1 ([{fd=5, revents=POLLIN}]) --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=3033, si_status=255, si_utime=0, si_stime=0} --- read(5, "\362\377\377\377", 4) = 4 close(5) = 0 close(7) = 0 close(9) = 0 write(3, "E: Execution failed: Bad address"..., 33) = 33 write(2, "E: Execution failed: Bad address"..., 33E: Execution failed: Bad address ) = 33 write(3, "E: Couldn't download Release!\n", 30) = 30 write(2, "E: Couldn't download Release!\n", 30E: Couldn't download Release! ) = 30 umount("/mnt/cdrom/dev", MNT_DETACH) = -1 ENOENT (No such file or directory) umount("/mnt/cdrom/proc", MNT_DETACH) = -1 ENOENT (No such file or directory) exit_group(1) = ? +++ exited with 1 +++ .Y -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org