(more detail on converted specs.) |
(add ncurses-5.6 to deps list) |
||
| Line 10: | Line 10: | ||
** gettextwo (temp), libiconvwo (temp), gettext (real), libiconv (real) | ** gettextwo (temp), libiconvwo (temp), gettext (real), libiconv (real) | ||
* stdcxx-4.2.1 (Dude svn co r.3072, change -lstdcxx to -lstdcxx4) | * stdcxx-4.2.1 (Dude svn co r.3072, change -lstdcxx to -lstdcxx4) | ||
| + | * ncurses-5.6 (working with updated stdcxx4) | ||
* pkg-config-0.23 (new, to support glib2 >= 2.14) | * pkg-config-0.23 (new, to support glib2 >= 2.14) | ||
* libcddb (new, to support libcdio and vddimager, and others) | * libcddb (new, to support libcdio and vddimager, and others) | ||
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 |
The following list is the growing set of dependencies that is being migrated from the old DUDE tarball structure, to complete spec files.
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.