I was able to find and fix the problem using opkg-utils/opkg-make-
index. The package list is now correct with multi-line descriptions.
There is a new problem with R331 to R339. The install or upgrade of
some (maybe all) packages hangs. I only tried a opkg upgrade from
R332 to R339 and a strace install on R332 and R339. Both hang, but
both install with R215, although it seems to take a long time.
Here is end of the output using: opkg -V9 install strace
Debug install_cmd: strace
pkg_info_preinstall_check: updating arch priority for each package
pkg_info_preinstall_check: update file owner list
Getting old from pkg_hash_fetch
Getting new from pkg_hash_fetch
best installation candidate for strace
adding strace to providers
strace arch=mips arch_priority=106 version=4.5.16
Found a valid candidate for the install: strace 4.5.16
New versions from pkg_hash_fetch 4.5.16
Versions from pkg_hash_fetch in opkg_install_by_name new 4.5.16
Function: opkg_install_by_name calling opkg_install_pkg
Function: opkg_install_pkg calling pkg_arch_supported
opkg_install_pkg
arch mips (priority 106) supported for pkg strace
Installing strace (4.5.16-1) to root...
Downloading
http://tivoware.lasevich.net/tivoware/mips/opk/strace_4.5.16-1_mips.opk
opkg: interrupted. writing out status database
Nothing to be done
opkg: gzip aborted
Here is the tail end of strace (using a binary in a different
location):
lstat("/tmp/opkg-x6BdPy/strace-JzOC4n/control", 0x7fff73d8) = -1
ENOENT (No such file or directory)
open("/tmp/opkg-x6BdPy/strace-JzOC4n/control", O_WRONLY|O_CREAT|
O_TRUNC, 0666) = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x2aac6000
write(6, "Package: strace\nVersion: 4.5.16-"..., 656) = 656
close(6) = 0
munmap(0x2aac6000, 4096) = 0
utime("/tmp/opkg-x6BdPy/strace-JzOC4n/control", [2009/07/02-23:55:29,
2009/07/02-23:55:29]) = 0
chown("/tmp/opkg-x6BdPy/strace-JzOC4n/control", 0, 0) = 0
chmod("/tmp/opkg-x6BdPy/strace-JzOC4n/control", 0100644) = 0
read(4, "", 4096) = 0
wait4(8454, opkg: gzip aborted
<unfinished ...>
On Nov 18, 12:20 am, Graham Gower <
graham.go...@gmail.com> wrote:
> 2009/11/18 jlc <
jlcs...@gmail.com>:
> > svn checkouthttp://
svn.openmoko.org/trunk/src/host/opkg-utils