Opened 10 years ago
Last modified 3 years ago
#11071 closed bug
[Package Kit] can't install some packages — at Version 2
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Package Kit | Version: | R1/Development |
Keywords: | Cc: | 3dEyes | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
~> pkgman list Haiku base-url: http://download.haiku-os.org/haiku-repositories/master/x86_gcc2/current/ priority: 1 HaikuPorts base-url: http://packages.haiku-os.org/haikuports/master/repo/x86_gcc2/current priority: 1 ~> pkgman search openjdk_x86 Status Name Description -------------------------------------------------------------------------------- openjdk_x86 Open-source implementation of the Java Platform, SE ~> pkgman install openjdk_x86 Downloading repochecksum-1... ################################################## Finished downloading repochecksum-1. Validating checksum for Haiku... Validating checksum for Haiku complete. Downloading repochecksum-1... ################################################## Finished downloading repochecksum-1. Validating checksum for HaikuPorts... Validating checksum for HaikuPorts complete. *** failed to find a match for "openjdk_x86": Name not found
Change History (2)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
Other packages that won't currently install are avrdude_x86 and sdl_mixer_devel
Note:
See TracTickets
for help on using tickets.
It's actually an issue with the package, the provides entry in the package is "openjdk" instead of "openjdk_x86". So, to install it, you need to do
pkgman install openjdk
We must fix the package, but maybe pkgman could be made more user friendly, or maybe haikuporter should prevent this from happening.