Chad Wasinger wrote:
> I found the webpage (
> http://hub.opensolaris.org/bin/view/Project+indiana/building_on ) that
> provides the package names that are needed for building ON on
> OpenSolaris. However we are trying to use AI to install these packages.
>
> Would the following entries in the ai_manifest be correct?
>
> <ai_install_packages>
> <pkg name="entire"/>
> <pkg name="SUNWcsd"/>
> <pkg name="SUNWcs"/>
> <pkg name="SUNWtcsh"/>
> <pkg name="SUNWiscsitgt"/>
> <pkg name="SUNWgnome-xml"/>
> <pkg name="SUNWaudh"/>
> <pkg name="developer/opensolaris/osnet"/>
> <pkg name="babel_install"/>
> </ai_install_packages>
>
Correct, but not quite sufficient, because you also need to reach the
"extra" repository for some of the packages that
developer/opensolaris/osnet depends upon (SUNWadmj, SUNWwbdev, SUNWwbcou).
A stanza like:
<ai_pkg_repo_addl_authority>
<main url="http://ipkg.sfbay.sun.com/extra"
authname="extra.opensolaris.org"/>
</ai_pkg_addl_authority>
is probably all you need to add (I haven't tried it). Note that this
relies on non-cert'ed access to the internal extra repository. There
isn't support yet for repositories that require a certificate to access.
Dave
> Thanks,
> Chad
> _______________________________________________
> on-discuss mailing list
> on-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/on-discuss