Author Topic: Thunderbird On Cacako 1.22(c700)  (Read 3366 times)

luka

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
    • http://www.lukasucic.iz.hr
Thunderbird On Cacako 1.22(c700)
« on: March 16, 2005, 09:21:04 am »
I have downloaded the ipk but every time i try to install installer pops up :
"something went wrong".
how do i manually install it?

zhx!
Ceterum censeo Carthaginem esse delendam

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Thunderbird On Cacako 1.22(c700)
« Reply #1 on: March 16, 2005, 11:03:43 am »
go to the console and type
Code: [Select]
ipkg install /path/to/ipk/package_name.ipk
You'll also get a lot more feedback about what went wrong than qinstall gives

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card

luka

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
    • http://www.lukasucic.iz.hr
Thunderbird On Cacako 1.22(c700)
« Reply #2 on: March 16, 2005, 01:42:41 pm »
Quote
go to the console and type
Code: [Select]
ipkg install /path/to/ipk/package_name.ipk
You'll also get a lot more feedback about what went wrong than qinstall gives

Stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70960\"][{POST_SNAPBACK}][/a][/div]

it freezes for about 5 minutes and drops  :
"Tar: Bad tar header, skipping"  - about 1000 times
was the pacage corrup during donwload or?
Ceterum censeo Carthaginem esse delendam

ev1l

  • Hero Member
  • *****
  • Posts: 608
    • View Profile
    • http://bbshuffle.blogspot.com/
Thunderbird On Cacako 1.22(c700)
« Reply #3 on: March 16, 2005, 04:38:46 pm »
Quote
was the pacage corrup during donwload or?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70992\"][{POST_SNAPBACK}][/a][/div]
corrupt package is always a possibility. I've had some several times when testing KDEPIM. Download it again and retry.

Stubear

  • Hero Member
  • *****
  • Posts: 1164
    • View Profile
    • http://
Thunderbird On Cacako 1.22(c700)
« Reply #4 on: March 16, 2005, 08:48:55 pm »
You can also test the "corruption" of an ipk by trying to read/open it directly with tar.

Code: [Select]
tar tzf package.ipkShould return 3 files
./control.tar.gz
./data.tar.gz
./debian-binary

If that fails then most probably have picked up a corruption during download OR you have a ar compressed ipk. use "file" to find out what type of ipk you have, for Sharp compatible ipk you should get "gzip compressed data" or something indicating it has been gzipped. If it says something about "debian" or "ar compressed" then you have the wrong kind of ipk and will need to convert it.

The other option (and one that happens a lot when I'm forced to use IE) is that the browser gunzipped the ipk for you during download (this will show as "tar" with "file")

Stu
SL-C1000, Hand converted to English with Japanese Input
Running X apps via X/Qt
iRiver USB host cable; Diatec P-Cord usb power cable (extendable); Acro's Reel Cable USB (A to A, B, Mini-B,  & Mini-B 8pin); GreenHouse 1Gb PicoDrive+; 2x256Mb Hagiwara SD cards; 128Mb Transcend CF card; 512Mb PQI CF card; AmbiCom WL1100C-CF 11B WLAN card