Rich Burridge wrote: > [email protected] wrote: > >>> I am up to this changeset. I am running build 105. I pkgadd the lastest >>> set of pkgs. However when I run 105/redist_import I get the following >>> failure: >>> >>> Package 'SUNWnxge' >>> >> This is likely my fault - I tested this on both i386 and sparc but >> apparently I missed something. I'll work on getting this resolved >> right away and my apologies for the inconvenience. >> > > I haven't tested it, but a quick-n-dirty-fix should be to > adjust .../util/distro-import/105/common/SUNWnxge to: > > > package SUNWnxge > classification "Drivers/Networking" > $(i386_ONLY)import SUNWnxge > $(sparc_ONLY)import SUNWnxge.u > $(sparc_ONLY)import SUNWnxge.v > $(i386_only)add driver name=nxge perms="* 0600 root sys" \ > $(i386_ONLY) alias=pciex108e,abcd \ > $(i386_ONLY) alias=SUNW,niusl > $(sparc_ONLY)add driver name=nxge perms="* 0600 root sys" \ > $(sparc_ONLY) alias=pciex108e,abcd \ > $(sparc_ONLY) alias=SUNW,niusl \ > $(sparc_ONLY) alias=SUNW,rock-pciex108e,abcd > end package >
I knew I was going to get the slightly wrong. s/$(i386_only)/$(i386_ONLY) above. _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
