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
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
Are any processes using 100% CPU while you are waiting? If so, which program is using the CPU?
I didn't write the pykdeextensions/python-kde3 package; in fact I have next to zero Python programming ability, so that is a package I don't touch unless something is seriously wrong. ;-)
Tim
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@jabber.cz
On Tue, Sep 21, 2010 at 7:14 AM, Darrell Anderson humanreadable@yahoo.com 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