Hi Marcelo, thanks a lot for this patch. I forgot to do it.
Luc On Thu, May 29, 2008 at 6:37 AM, Marcelo H Majczak <marcelo at randomwork.com> wrote: > 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 > _______________________________________________ > kde-discuss mailing list > kde-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/kde-discuss > -- Lukas 'Luc' Oboril IRC nickname: luc^ at freenode When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20080529/b7f49c7a/attachment.html>
