OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: acpkendo on May 06, 2005, 03:51:36 pm
-
Has anyone installed IRK 0.11-r2 from the 3.5.3 feed? I keep getting an error, as described in this thread (https://www.oesf.org/forums/index.php?showtopic=12076). I've run with higher debug output, as follows:
#ipkg install -V 3 irk
pkg_info_preinstall_check: updating arch priority for each package
pkg_info_preinstall_check: update file owner list
best installation candidate for irk
apkg=irk nprovides=2
adding irk-belkin to providers
adding irk to providers
replacement_apkg=irk for provider_apkg=irk-belkin
replacement_apkg=irk-belkin for provider_apkg=irk
Configuring unpacked packages
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package irk.
Check the spelling or perhaps run 'ipkg update'
hash_table[pkg-hash] n_buckets=0 n_elements=4225 max_conflicts=0 n_conflicts=0
hash_table[file-hash] n_buckets=0 n_elements=2469 max_conflicts=0 n_conflicts=0
hash_table[obs-file-hash] n_buckets=0 n_elements=0 max_conflicts=0 n_conflicts=0
#
Anyone have any ideas? I'd really like to get the keyboard going.
-
Is there some kind of circular competition between irk and irk-belkin (just a guess)?
BTW, where is irk - which feed?
Si
-
Both irk packages provide irk and conflict with each other. You need to specify the package exactly, i.e. via ipkg install http://...
-
Mickey,
Thanks for your help, but that didn't work:
ipkg install -V 3 http://www.openzaurus.org/official/unstable/3.5.3/feed/opie/irk_0.11-r2_arm.ipk > ~/irk-install.txt
Downloading http://www.openzaurus.org/official/unstable/3.5.3/feed/opie/irk_0.11-r2_arm.ipk
pkg_info_preinstall_check: updating arch priority for each package
pkg_info_preinstall_check: update file owner list
best installation candidate for irk
apkg=irk nprovides=2
adding irk-belkin to providers
adding irk to providers
replacement_apkg=irk for provider_apkg=irk-belkin
replacement_apkg=irk-belkin for provider_apkg=irk
Configuring unpacked packages
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package irk.
Check the spelling or perhaps run 'ipkg update'
hash_table[pkg-hash] n_buckets=0 n_elements=4225 max_conflicts=0 n_conflicts=0
hash_table[file-hash] n_buckets=0 n_elements=2469 max_conflicts=0 n_conflicts=0
hash_table[obs-file-hash] n_buckets=0 n_elements=0 max_conflicts=0 n_conflicts=0
I've also tried downloading the file directly to the Zaurus and installing via ipkg on the command line locally.
-
Bummer. ipkg sometimes is too clever for us. Try to disable the feeds in ipkg.conf and do 'ipkg update', then try again.
-
Thanks Mickey. . . that did it.