1
Angstrom & OpenZaurus / Hancom Apps & Oz 3.5.2 Opie
« on: February 21, 2005, 02:39:28 pm »Quote
1. when i try to install hancomword, i get a message - 'no architecture defined'. i saw somewhere in this forum that this is because of a broken control.tar in the ipk. i tried with -force-depends but get the same message.
Your right, it is just the control file that is screwed up. Here is how to fix it.
1.tar -xzf hancommobileword_1.4.4_arm.ipk
2.tar -xzf control.tar.gz
3.emacs control (or whatever editor you like) to have just:
Code: [Select]
Package: hancommobileword
Installed-Size: 538444
Version: 1.4.4
Priority: optional
Section: qpe
Maintainer: www.hancom.com
Architecture: arm
Description: HancomMobileWord
Note there should be one blank line at the end, and no other blank lines anywhere.4.Save and exit the editor
5.tar -czf ./control.tar.gz ./control
6.tar -czf hancommobileword_1.4.4_arm.ipk ./debian-binary ./data.tar.gz ./control.tar.gz
Now the package manager should happily install this program. You still need to do the oz-compat thing. I don't know why, but I did not need to the linking at the end of bazmi's directions. It worked for me, but I am new to OpenZaurus (flashed last night, and still getting programs loaded), so I don't know if it will work for anyone else.
Alain