I'm building KBE in a os200805 qemu session (thank goodness for kqemu acceleration) and I've found these two items that are rather Solaris dependent.
diff.spec assumes /usr/ucb/install, so I conditioned it to find /usr/ucb/install then /usr/bin/ginstall. coreutils.spec assumes gmake, but gmake isn't (AFAICT) on os200805, so I added KBEmake to the build dependency, and then hard path'd the make to use /opt/kdebld/bin/make (and this should probably be extracted from the environment but I figure that can be adjusted if someone knows that that path should be). There will probably be more patches on the way. Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/kde-discuss/attachments/20080606/859872c7/attachment.html>
