Looks fine to me. I do have a question going forward, is it possible (ie, can OpenOffice function) with only some of its components installed? For example, can OO deal with having OO Calc and Math installed, but not Writer or the other ... programs/modules/whatever the right term is? If so, then for a future rev of this, it might be nice to break things up into packages based on installable units. If it's an all or nothing deal, then ignore that suggestion.
Brock Rich Burridge wrote: > Hi all, > > I'm looking for a review of the fix for bug #2198: > > http://defect.opensolaris.org/bz/show_bug.cgi?id=2198 > Impractical packaging for OpenOffice > > Webrev is at: > > http://cr.opensolaris.org/~richb/pkg-2198-v1/ > > After discussing this with David and Bart (and getting input from the > OpenOffice.org engineers in Germany), the plan is for OpenOffice.org 3.0 > to replace OpenOffice 2.4 in OpenSolaris 2008.11. Therefore we will > continue to use the "openoffice" package names. > > I tested this by bringing over a copy of the OpenOffice 3.0 packages to > my local machine and creating a local repository with the various IPS > packages in with: > > #! /bin/ksh > > export ROOT=/export/home/richb/pkg/bugs/2198/gate/proto/root_i386 > export PYTHONPATH=${ROOT}/usr/lib/python2.4/vendor-packages > export REPO=http://localhost:22198/ > export > WOS_PKGS=/export/home/pkg-solaris/WOS_Packages/x/98/Solaris_11/Product/ > export NONWOS_PKGS="/export/home/pkg-solaris/OOo3.0_SDK/packages > /export/home/pkg-solaris/OOo3.0/de/packages > /export/home/pkg-solaris/OOo3.0/en-US/packages > /export/home/pkg-solaris/OOo3.0/es/packages > /export/home/pkg-solaris/OOo3.0/fr/packages > /export/home/pkg-solaris/OOo3.0/hu/packages > /export/home/pkg-solaris/OOo3.0/it/packages > /export/home/pkg-solaris/OOo3.0/ja/packages > /export/home/pkg-solaris/OOo3.0/ko/packages > /export/home/pkg-solaris/OOo3.0/nl/packages > /export/home/pkg-solaris/OOo3.0/pl/packages > /export/home/pkg-solaris/OOo3.0/pt/packages > /export/home/pkg-solaris/OOo3.0/pt-BR/packages > /export/home/pkg-solaris/OOo3.0/ru/packages > /export/home/pkg-solaris/OOo3.0/sv/packages > /export/home/pkg-solaris/OOo3.0/zh-CN/packages > /export/home/pkg-solaris/OOo3.0/zh-TW/packages > /net/paradise.sfbay/export/integrate_dock/nv/nv_osol0811/i386" > > (cd src/util/distro-import ; \ > make -d -e BUILDID=98 OpenOffice.import > ) > errs.cluster 2>&1 & > > I then installed each of the packages on my local machine with: > > $ pfexec pkg set-authority -O http://stard.sfbay.sun.com:22198 bug-2198 > $ pfexec pkg refresh > $ pfexec pkg install openoffice > $ pfexec pkg install openoffice-de > $ pfexec pkg install openoffice-es > $ pfexec pkg install openoffice-fr > $ pfexec pkg install openoffice-hu > $ pfexec pkg install openoffice-it > $ pfexec pkg install openoffice-ja > $ pfexec pkg install openoffice-ko > $ pfexec pkg install openoffice-nl > $ pfexec pkg install openoffice-pl > $ pfexec pkg install openoffice-pt > $ pfexec pkg install openoffice-pt-BR > $ pfexec pkg install openoffice-ru > $ pfexec pkg install openoffice-sv > $ pfexec pkg install openoffice-zh-CN > $ pfexec pkg install openoffice-zh-TW > $ pfexec pkg unset-authority bug-2198 > > All packages install nicely. > > I've also successfully started up OOo 3.0 with > > $ soffice <filename>.odt > > It went through the OOo 3.0 startup wizard, then successfully > displayed the .odt document. > > Thanks. > _______________________________________________ > pkg-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/pkg-discuss > _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
