Ticket #2250 (closed defect: fixed)
opkg hangs install coreutils
| Reported by: | Nytowl | Owned by: | tick |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | unknown | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | no | PatchReviewResult: | |
| Reproducible: |
Description
read(6, "\273\330G(B:n\21s6\17\304\36CZ\36c\3324\256\357\6b\217"..., 4096) = 1900
_llseek(6, 1046380, [1046380], SEEK_SET) = 0
read(6, "", 4096) = 0
kill(3321, SIGTERM) = 0
wait4(3321, NULL, 0, NULL) = 3321
close(6) = 0
munmap(0x40021000, 4096) = 0
close(7) = 0
munmap(0x40022000, 4096) = 0
write(4, "./\n./usr/\n./usr/sbin/\n./usr/sbin"..., 2210) = 2210
_llseek(4, 0, [0], SEEK_SET) = 0
read(4, "./\n./usr/\n./usr/sbin/\n./usr/sbin"..., 4096) = 2210
read(4, "", 4096) = 0
close(4) = 0
munmap(0x40020000, 4096) = 0
stat64("/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
stat64("/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
stat64("/usr/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
stat64("/usr/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
stat64("/usr/sbin/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
stat64("/usr/sbin/", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
stat64("/usr/sbin/chroot.coreutils", {st_mode=S_IFREG|0755, st_size=13212, ...}) = 0
stat64("/usr/sbin/chroot.coreutils", {st_mode=S_IFREG|0755, st_size=13212, ...}) = 0
stat64("(null)", 0xbebb5820) = -1 ENOENT (No such file or directory)
stat64("(null)", 0xbebb5820) = -1 ENOENT (No such file or directory)
Change History
comment:1 Changed 4 years ago by tick
- Status changed from new to assigned
- Owner changed from openmoko-devel to tick

hi
And which version of opkg are you using?
I already did some modification on R202, but not knowing if I found the root cause because lack of information.
But since I know FR can reproduce this issue, it will be much easier for me to deal with.
Thanks,
Tick