Hi All,

I'm trying to create a pkg repo.  Ideally one that contains only
packages that aren't available on pkg.opensolaris.org (for instance the
NVIDIA drivers, realplayer, etc).  My goal of course is to have a repo
that internal Sun users (myself namely) can use to augment
pkg.opensolaris.org and pull in software that's needed/wanted but hasn't
been marked redistributable yet.

I pulled down the ipkg sources, built them and installed pkg.  Now, I
followed the README but I get an error.

Package 'pkg:/SUNWcakr'
  Version: 0.5.11-0.79
  Description: Core Solaris Kernel Architecture (Root)
Package 'pkg:/SUNWcar'
  Version: 0.5.11-0.79
  Description: Core Architecture, (Root)
Traceback (most recent call last):
  File "./solaris.py", line 820, in ?
    p = SolarisPackage(pkg_path(pkgspec))
  File "./solaris.py", line 323, in pkg_path
    raise RuntimeError, "package %s not found" % pkgname
RuntimeError: package SUNWhsfs not found

Here's what I did:

# export BUILD_IMAGE=/net/ins3525-svr/export/nv/dvdx/79/Solaris_11/Product
# ./clustertoc2import.py $BUILD_IMAGE/.clustertoc > cluster.import
# cat > my_import
include all.i386
include cluster.import
^D
# ./solaris.py -w $BUILD_IMAGE my.import SUNWrealplayer SUNWflash-player-plugin 
NVDAgraphics NVDAgraphicsr

Indeed, SUNWhsfs doesn't exist in 79 (or 75a for that matter).  Am I
doing something terribly wrong here?

Thanks,

Glenn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to