I did a clean checkout (rev 2032) and kbe-install complained it could not 
include svr4.inc when building make.spec.

After a while I found include/svr4.inc was not being copied somewhere else... 
not sure this is the right fix but it helped me anyway:

$ svn diff
Index: kbe-install
===================================================================
--- kbe-install (revision 2032)
+++ kbe-install (working copy)
@@ -923,8 +923,10 @@
        test -d $rootdir$pkgbuild_topdir/SPECS/ || logrun mkdir -p 
$rootdir$pkgbuild_topdir/SPECS/
        logrun cp $mydir/$includedir/opt_flags.inc 
$rootdir$pkgbuild_topdir/SOURCES/ || return 1
        logrun cp $mydir/$includedir/paths.inc $rootdir$pkgbuild_topdir/SPECS/ 
|| return 1
+       logrun cp $mydir/$includedir/svr4.inc $rootdir$pkgbuild_topdir/SPECS/ 
|| return 1
        logrun cp $mydir/$includedir/opt_flags.inc 
$rootdir$pkgbuild_topdir/SPECS/ || return 1
        logrun cp $mydir/$includedir/paths.inc 
$rootdir$pkgbuild_topdir/SOURCES/ || return 1
+       logrun cp $mydir/$includedir/svr4.inc $rootdir$pkgbuild_topdir/SOURCES/ 
|| return 1
        build_pkg $mydir/make.spec "$tardir/$MAKE_TARBALL" KBEmake  || return 1
        build_pkg $mydir/m4.spec "$tardir/$M4_TARBALL" KBEm4 || return 1
        build_pkg $mydir/autoconf.spec "$tardir/$AUTOCONF_TARBALL" KBEautoconf 
|| return 1
--
This message posted from opensolaris.org

Reply via email to