Re: KDE-Sunset : anyone home ?

Fat-Zer <[email protected]> Mon, 29 Oct 2012 18:14:52 +0400
Newsgroups gmane.linux.gentoo.desktop
Message-ID <CANi=-v+JMxH1kuojJNtowgN7H_M7icy0+qR8JLF9q8XNGVQoAw@mail.gmail.com>
2012/10/29 E. Liddell <[email protected]>

> On Mon, 29 Oct 2012 00:45:46 -0400
> Philip Webb <[email protected]> wrote:
>
> > I have subscribed to the Trinity mailing-lists,
> > but they are obviously very short-handed & unlikely to support Gentoo;
> > it mb possible to compile the essentials from source into  /opt/trinity/
> .
> > Please feel enouraged to get Trinity working here (big smile):
> > there are clearly some people who want to go on using a version of KDE 3
> ,
> > tho' I'm happily at home these days generally with Fluxbox + KDE 4 apps.
>
> There are ebuilds for Trinity 3.5.13 covering the equivalent of kde-base
> + deps and a few other packages--see
> http://wiki.hasnoname.de/doku.php/tde:trinity-overlay_on_funtoo_gentoo .
> Haven't managed to get them updated for 3.5.13.1 yet because I got hit
> with a new job a few months ago and I haven't heard recently from the
> other person who was working on this.
>
> Not to put too fine a point on it, we need help.
>
I've started a year ago with live ebuilds but after migration to
git/renaming/3.5.13 release, I gave up with that... a week ago I've started
it again.
I've known two or three persons who was doing the same job about a year
ago... but they all stucked...

Here is my small repository: git://github.com/Fat-Zer/trinity.git
Now there is only 3.5.13.1 kdebase&kdeartwork-derived stuff... Now I'm
starting to package kdegraphics.
There is also a bunch of live ebuilds but it seems they got broken tdeinit
and some other errors.
All base eclases are rewritten so ebuilds become quite easy in management.
I believe that in 3-4 weeks I'll finish packaging all modules ported to
cmake.

Your real problem was that you were trying to emerge kdelibs-3.5.10-*r6*,
> rather than 3.5.10-r10, which has a patch for openssl > 1.0.0 and compiled
> just fine for me as of Thursday.
>
> The truth is yours... it compiles.  I've needed only a small fix because
of gcc-4.6 stronger inclde check[or because of something else]. patch
attached.
But there are some other broken packages like gwenview (fails to compile
with new libpng), konversation (don't remembre why) etc...
kdelibs-3.5.10-gcc-4.6-fix.patch (application/octet-stream, 332 B)
--- ./kdeprint/cups/cupsdconf2/cups-util.c.orig	2007-10-08 13:52:10.000000000 +0400
+++ ./kdeprint/cups/cupsdconf2/cups-util.c	2012-10-29 17:19:14.435634336 +0400
@@ -5,6 +5,7 @@
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <stdio.h>
 
 #define CUPS_SERVERROOT	"/etc/cups"
 static http_t		*cups_server;