> I'm using the distro constructor to build an image, and it appears to be > going smoothly until I encounter SUNWxwplt. I run into the following error: > > Update Phase ... Done > pkg: An unexpected error happened during installation: [Errno 1] Not owner: > '/export/nightly_builds/images/dc_builds/usr/openwin'
The issue appears to be that the build 89 version of SUNWxwplt includes two more objects under usr/openwin/lib that were not there in the Indiana-specific version we were importing before. Alan recently obsoleted those Indiana-specific versions so that's now why we're seeing the error. If someone could review this diff (the same applies to the sparc import file for SUNWxwplt as well), I'll push it back ASAP. --- src/util/distro-import/86/i386/SUNWxwplt Fri May 23 17:06:08 2008 +++ src/util/distro-import/89/i386/SUNWxwplt Tue May 27 13:41:14 2008 @@ -96,6 +96,8 @@ drop usr/openwin/lib/libXt.so.4 drop usr/openwin/lib/libXtst.so drop usr/openwin/lib/libXtst.so.1 +drop usr/openwin/lib/locale +drop usr/openwin/lib/locale/locale.alias drop usr/openwin/lib/rgb.dir drop usr/openwin/lib/rgb.pag drop usr/openwin/lib/rgb.txt dsc _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
