trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2010

Re: [trinity-devel] python-kde3 (pykde) FTBFS

From: Ladislav Laska <ladislav.laska@...>
Date: Tue, 21 Sep 2010 11:14:25 +0200
Hello,

I noticed you're not using current pykde? 3.16.7 is the latest, try it
with that (I also don't know anything about python and kde bindings,
but I guess new version can't hurt...)

Regards Ladislav Laska
S pozdravem Ladislav Laska
---
xmpp/jabber: ladislav.laska@...



On Tue, Sep 21, 2010 at 7:14 AM, Darrell Anderson
<humanreadable@...> wrote:
> I used the following in my build script:
>
> =======================
> python ./configure.py -k $PREFIX -L $LIBDIR -n $LIBDIR/kde3 -o /usr/include
>
> make || exit 1
> make install DESTDIR=$PKG
> python importTest.py
> =======================
>
> Where $PREFIX and $LIBDIR are the same as all other build scripts.
>
> The build stalls at the same point. I really don't know whether anything is happening, but I wait for about 10 minutes.
>
> The configure.py script needs verbosity. There are long periods when the user does not know if anything is happening. For example, when creating the make files. Would be nice if something appeared on screen.
>
> Darrell
>
>
>