On Mon, Feb 16, 2009 at 02:06:30PM -0800, Frank Greco wrote: > I've been trying to install the Java Dev kit and having issues (2008.11 build > 105) and getting an error. Any help is appreciated. Here's what happens: > > $ pfexec pkg authority > AUTHORITY URL > opensolaris.org (preferred) http://pkg.opensolaris.org:80/ > > $ pfexec pkg refresh > > $ pfexec pkg install java-dev > Creating Plan \ > pkg: install failed (inventory exception): > No matching package could be found for the following FMRIs in any of the > catalogs for the current authorities: > pkg:/SUNWj6dmo at 0.5.11,5.11-0.105
Since you're running build 105, you're on the dev branch of the package repository. You need to change the origin of your opensolaris.org authority to http://pkg.opensolaris.org/dev/. That should allow you to install further build 105 packages. I'm not sure how you got onto build 105 without having changed your authority, but maybe you changed it back afterwards. Danek