Solaris/KDE4 on Solaris10 Status: Difference between revisions
*>SunTzuTech No edit summary |
*>SunTzuTech m (KDEbase-workspace issues with S10/xrandr) |
||
Line 32: | Line 32: | ||
KDElibs-4.6.1 - Ok, I cheated. I used opencsw to pull down docbook and the dtd's and needed a little magic in the base-kde-libs.spec file. One small patch added for S10/SS12 (works fine without on S10/SS12.1), and will look at adding the docbook xml 4.5 module into the normal place on Solaris 10 so we don't have to use more external modules. | KDElibs-4.6.1 - Ok, I cheated. I used opencsw to pull down docbook and the dtd's and needed a little magic in the base-kde-libs.spec file. One small patch added for S10/SS12 (works fine without on S10/SS12.1), and will look at adding the docbook xml 4.5 module into the normal place on Solaris 10 so we don't have to use more external modules. | ||
KDEpimlibs-4.6.1 - FindBooost.cmake in /opt/dtbld/share/cmake-2.6/Modules has to be updated since that version of FindBoost.cmake only supports boost <= 1.38.0. Manually add 1.45, 1.46 and 1.46.1 to the recognized versions (since you must add the major, then the major-minor version). Additionally, have to fix include/kde-common.spec to set the Boost_Include_DIR to use the new boost-1_46_1 directory. This should probably not be hard coded, but set if not set by a variable in Makefile.config | |||
KDEbase-workspace-4.6.1 - Problems with xrandr in kcontrol/randr/randroutput.cpp. Looks like some sort of incompatibility with Solaris 10's xrandr (1.2)and what KDE is expecting (1.3) |
Revision as of 16:01, 23 March 2011
March 22, 2011 Status
Work on the KDE4.6.0/Solaris 10 project restarted again.
Using Sun Studio 12, not 12.1 or 12.2 (unless necessary)
I have reverted many changes that were done to try and use Solaris 10 tool chain which have some serious issues. I am not opposed to trying to do this with the basic Solaris tools, but both options should be available. KDE4.4.1 worked with all the original FOSS software (gettext/iconv/mit-kerberos5/openldap/cyrus-sasl).
Qt-4.7.2 now builds out of the repo on Solaris10/SS12. Working towards getting the rest of the builds working for KDEgdm-consolidation.
Qt-4.7.2 fails on an internal compiler bug with Solaris 10/SS12.2 so that is a stopper for right now.
exiv2-0.20 - One sticky issue has cropped up which has to do with Templates with SS12 and the exiv2-0.20. This builds from the repo if using Sun Studio 12.1. I've written in some code to base-exiv2.spec which resets the compiler to sexp (how cbe recognizes SunStudio12.1) to effect a hands-off build.
curl-7.3.21 is fixed, back to depending on FOSSmit-kerberos5, some library magic and taking care of the GSS_DLLIMP define error that existed there.
boost-1.46.1 - upgraded from 1.45. Needless to say, I was amazed that the upgrade went so smoothly. Had to tweak a couple of patches and that was it. Need to run the verification test.
akonadi-1.4.95 - add a patch for S10 to inline a fake mkdtemp function and modify for support of boost-1.46.1
avahi-0.6.22 - small fixups on directory permissions missed in the big prefix move, and use the correct patchprefix variable.
redland-1.0.8 - add small LDFLAGS add for -L|-R/usr/sfw/lib and -l gssapi_krb5
strigi-0.7.2 - modify base-strigi.spec to build using Sun Studio 12.1 (sexp), since it uses exiv2 includes....
libdbusmenu-qt-0.6.4 - add a patch for S10 to deal with the lack of function mkdtemp. created a patch for S10 to inline comparable functionality.
nss-mdns-0.10 - convert to spec file, nss.h from FreeBSD.
KDElibs-4.6.1 - Ok, I cheated. I used opencsw to pull down docbook and the dtd's and needed a little magic in the base-kde-libs.spec file. One small patch added for S10/SS12 (works fine without on S10/SS12.1), and will look at adding the docbook xml 4.5 module into the normal place on Solaris 10 so we don't have to use more external modules.
KDEpimlibs-4.6.1 - FindBooost.cmake in /opt/dtbld/share/cmake-2.6/Modules has to be updated since that version of FindBoost.cmake only supports boost <= 1.38.0. Manually add 1.45, 1.46 and 1.46.1 to the recognized versions (since you must add the major, then the major-minor version). Additionally, have to fix include/kde-common.spec to set the Boost_Include_DIR to use the new boost-1_46_1 directory. This should probably not be hard coded, but set if not set by a variable in Makefile.config
KDEbase-workspace-4.6.1 - Problems with xrandr in kcontrol/randr/randroutput.cpp. Looks like some sort of incompatibility with Solaris 10's xrandr (1.2)and what KDE is expecting (1.3)