Author Topic: ipkg error msg  (Read 1534 times)

charlesa

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
ipkg error msg
« on: June 10, 2004, 11:15:48 am »
Hi -

I am getting the following error when I try and install via the command line:

#ipkg instal xxx.ipk
The following package were previously requested but have not been installed:
error
Install them now [Y/n] ? n
#

ipkg update does not seem to clear this message.  Does anyone know where ipkg may be finding artifacts leading to this eror message, or how I may clear it?

datajerk

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • http://
ipkg error msg
« Reply #1 on: June 10, 2004, 01:53:40 pm »
To fix edit the file \"/home/root/usr/lib/ipkg/status\", at the bottom remove the failed ipkgs, save and exit.  As least this is how I do it with Cacko 1.21 ROM on my c860.  I suspect other Sharp ROMs are the same.

You probably got the error when trying to install an \'ar\' formatted ipkg.  Some ROMs support the ar format other do not.  There are other reasons for failure but the \'ar\' formatted packages I believe is the #1 cause.

If you cannot install ar formatted ipks then use ar x to extract and tar zcvf to recreate, then try to install.

charlesa

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
    • http://
ipkg error msg
« Reply #2 on: June 10, 2004, 02:02:46 pm »
Perfect thx!