Opened 10 years ago

Last modified 2 years ago

#11071 closed bug

[Package Kit] can't install some packages — at Version 1

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 pulkomandy)

hrev47569.

~> 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 (1)

comment:1 by pulkomandy, 10 years ago

Description: modified (diff)

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.

Last edited 10 years ago by korli (previous) (diff)
Note: See TracTickets for help on using tickets.