SunTzuTech (Talk | contribs) (KDEkonversation notes) |
SunTzuTech (Talk | contribs) |
||
| Line 90: | Line 90: | ||
*imlib2-1.4.0 | *imlib2-1.4.0 | ||
*cups-1.4.2 (upgrade from 1.1.12) | *cups-1.4.2 (upgrade from 1.1.12) | ||
| − | *boost-1.36 | + | *boost-1.42 (upgrade from boost-1.36, thanks Mark) |
| − | *qt-4.6. | + | *qt-4.6.2 (automoc issue tracked down to issues with iconv, for now no gnu iconv) |
*libgphoto-2.4.2 | *libgphoto-2.4.2 | ||
*sane-backends-1.0.20 | *sane-backends-1.0.20 | ||
*libexif-0.6.19 | *libexif-0.6.19 | ||
| + | *pycups-1.9.48 (port from sfw, use webstack python2.6) | ||
| + | *virtuoso-0.6.1 (thanks Jan) | ||
| + | *intltool-0.4.6 (new, ideas from sfw) | ||
| + | *pyxml-0.8.4 | ||
| + | *cairo-1.8.8 (new, port from sfw, thanks Mark) | ||
| + | *pango-1.26.1 (new, port from sfw, thanks Mark) | ||
| + | *atk-1.28 (new, port from sfw, thanks Mark) | ||
| + | *gtk2-2.18.5 (new, port from sfw, thanks Mark) | ||
| + | *ghostscript-8.64 (new, port from sfw, thanks Mark) | ||
| + | *libspectre-0.2.4 (pnew, ort from sfw, thanks Mark) | ||
| + | |||
| + | Upcoming: | ||
| + | *libglade | ||
| + | *pygtk | ||
| + | *PyQT | ||
| + | *PyKDE | ||
| + | *system-config-printer | ||
| + | |||
| + | TODO: | ||
| + | Upgrade gstreamer, gst-plugins-{base,good,bad,ffmpeg,etc) | ||
| + | Upgrade hal and dbus to current JDS levels | ||
| + | |||
| + | Port (not necessary, but should remove an external dependency): | ||
| + | mysql5.1, ruby18, Apache Portable Runtime and Python2.6 to remove | ||
| + | dependency from webstack | ||
| + | |||
| + | <br> | ||
| + | == KDE-4.4.1 Module Changes == | ||
| + | |||
| + | *KDEgraphics - add support for S10 ghostscript and libspectre | ||
<br> | <br> | ||
This page lists the status of KDE4 on Solaris; for KDE on Solaris instructions on getting KDE4 on Solaris see the other Techbase page.
Contents |
While Solaris 10 is getting a bit dated, there is one nice thing about building current software on it. Almost nothing conflicts. If it does, then it's something that's done once, and it doesn't pop up again. Unlike SXCE/Nevada/OSOL, where the list of dependencies is changing bi-weekly. I find that just too annoying for words. Another reason, is that for the most part, stuff from Sun's JDS project or the Spec Files Extra project can be prototyped in very quickly, so the benefit of the initial port work is already done. Solaris 10U8 has 64-bit libraries for libssl and libcrypto, which has been a bit of a blocker, and with the addition of a 64-bit libusb library, there shouldn't be much that can't be built.
Due to a year of neglect, there are some new dependencies that are going to need to be done for Solaris 10. In the short term, we are going to use mysql-5.1 from webstack, until we decide whether we back port the mysql-5.1.37 which is in the opensolaris SFW tree. We are using this version because the 4.x version in Solaris is old, and only has the 32-bit libraries.
Ruby18 is also part of Webstack, so we'll use that until we decide that we'll backport the ruby18 that is also in the opensolaris SFW tree.
The following list is the growing set of dependencies that is being migrated from the old DUDE tarball structure, to complete spec files. Any upgraded spec files can be easily recompiled to the original by just changing the Version or src_ver variable. This is done to retain compatibility with the original 4.1.4 release that was done.
There are several sets of modules which require a circular dependency build to effect all the functionality. gettext requires libiconv, but libiconv requires gettext. So we build gettext, then libiconv, then remove gettext and rebuild it again with libiconv support, then rebuild libiconv support with the real gettext support.
Upcoming:
TODO: Upgrade gstreamer, gst-plugins-{base,good,bad,ffmpeg,etc) Upgrade hal and dbus to current JDS levels
Port (not necessary, but should remove an external dependency): mysql5.1, ruby18, Apache Portable Runtime and Python2.6 to remove dependency from webstack
The intention of this showstopper list is to provide more detail and context for what we consider showstoppers for getting KDE4 on Solaris shipped. It doesn't correspond to the Release Team's list, at least not until we get a lot more Solaris mindshare. Each showstopper should have a name, a KDE Bugzilla entry and a long(er) description.
no bugs.kde.org entry yet
In a konsole tab, you can break the link between the shell / session / tab output and konsole itself, so that nothing gets printed anymore. To reproduce this problem, you need to either hit ^C at an inopportune time (there's plenty of that) or produce an unusual output pattern. Here's a long-winded way of looking at the ^C issue:
Here is a way of breaking the link without ^C but by producing a not-very-special output pattern. You need to have the C compiler installed:
cd /tmp/usr/ucb/echo -n "#include <math.h>" > t.ccc t.c
You cannot keep typing indefinitely in a session that is not reading output; it seems like eventually the output from the shell hangs as well. Also, you can hang konsole completely by doing this.