On 05/07/2014 13:47, Michele Calgaro wrote:
Hi Mike,
sorry for the late reply, I am going through a pretty busy period recently.
Hey, no
problem.
'python-sip-tqt-dbg ' is installed, as part of the build sequence,
i.e. after each suite/prog is built (tqt3, tqtinterface etc) it is
automatically installed and the next build sequence starts. Perhaps
I'll try not installing and let the build sequence find and install
the dependencies.
If I understand correctly from the above, you build a
module/prog, then install it in your system, then move to the next one and so on.
Correct?
If so, here comes the next question: which command/tool do you use for building a module?
debuild / pbuilder? dpkg-buildpackage? manual invocation of fakeroot debian/rules binary?
Others?
Basically (using my own script to do various things befoore and after) I
use tde-packaging environment and the commands 'mk-build-deps -ir
debian/control' and 'dpkg-buildpackage -b -B -us -uc'
just running (command taken from rules file);
python configure.py \
-c -n /usr/include/tqscintilla \
-o /usr/lib
-u -j 10
-d /usr/lib/python2.7/site-packages/python_tqt \
-l /usr/include/python2.7 \
-v /usr/share/sip/tqt
-m /usr/lib/python2.7/config
in a copy of the source directoru succeeds so I guess there is something
wrong with my build environment.
Perhaps python-sip-tqt-dbg is not installed in the
right environment. For example you could have python-sip-tqt-dbg installed in your system,
but debuild may not be able to find it.... or there may be other combinations.
I
don't know much at all about python to be honest.
'python-sip-tqt-dbg' is definitely installed in the correct environment
but 'getattr(sys, "pydebug")' is returning false, causing the failure, I
think :)
Based on "how you build", let's see what the next step is, even though it
seems strange that the problem came up all of a sudden in wheezy (jessie is a different
beast, and there is no guarantee that what works now will still work the next hour....
been there many times :) )
Can you also upload a build log? It may help as well.
Output of the build attached.
Cheers,
Mike.
--