> I have looked at your SlackBuild and I am building with:
Make sure you download the latest. The latest includes the changes
discussed.
> CFLAGS="${CFLAGS} -I/usr/include/tqt -I${TDEDIR}/include -
>I${QTDIR}/include
>-fpermissive" \
> CXXFLAGS="${CXXFLAGS} -I/usr/include/tqt -I${TDEDIR}/include
>-I${QTDIR}/include -fpermissive" \
> echo yes | python2 configure.py \
> -d "${PY2LIB}/sip4_tqt" \
> -y tqt-mt \
> -v /usr/share/sip/tqt
I install sip4-tqt and python-tqt (and everything else except
tqtinterface) to $PREFIX=/opt/trinity.
Rebuild sip4-tqt before rebuilding python-tqt.
My current python-tqt configuration:
if [ "$PREFIX" = "/usr" ]; then
FLAGS="$CPUOPT -L${PREFIX}/lib${LIBDIRSUFFIX} -I/usr/include/tqt -
I/${QTDIR}/include -I${PREFIX}/include"
else
FLAGS="$CPUOPT -L${PREFIX}/lib${LIBDIRSUFFIX} -I/usr/include/tqt -
I/${QTDIR}/include -I${PREFIX}/include -I/usr/include"
fi
echo "yes" | python configure.py \
-b "${PREFIX}/bin" \
-d "$PYTHONLIB/python_tqt" \
-q "$PREFIX" \
-y tqt-mt \
-o /usr/lib${LIBDIRSUFFIX} \
-v /usr/share/sip/tqt \
-u \
CFLAGS="$FLAGS" \
CXXFLAGS="$FLAGS"
As I build to /opt/trinity, visually substitute /opt/trinity with
$PREFIX and you'll see you are building to /usr (the old build
script before the recent patches). The two package configurations
have to be updated similarly otherwise python-tqt can't find sip4-
tqt files.
> What has changed? This used to build flawlessly?
The two packages are now built as modules and a presumption with
that is the two packages no longer conflict with upstream distro
packages. Thus, /opt/trinity/bin/sip no longer overwrites the
distro /usr/bin/sip. Likewise with python-tqt. The module portions
of the packages do not overwrite anything because they are
installed to their own subdirectories.
A side comment: why are you using -fpermissive? I don't use that in
any build scripts.
Darrell
> Both in my sip package and in your listing above, we still have
>/usr/bin/sip,
>so the conflict remains with upstream sip. What did this
>accomplish? All I see
>is that the files were moved into a new 'sip4_tqt' directory --
>was that the
>total intent of the move?
You have /usr/bin/sip because you are installing sip4-tqt to
$PREFIX /usr rather than /opt/trinity.
My sip4-tqt package has /opt/trinity/bin/sip and
/opt/trinity/include/sip.h
The files in my package that are installed to /usr are python site-
packages.
Likewise with python-tqt.
Darrell
> I have time to look at the changes to sip4-tqt, but checking bug
>1790 the patches are crossed out and gone - what is up?
The patches were pushed to git. Typically when patches are pushed
we try in the bug report to remember to tag the patches as
obsolete. That way people do not get confused and try to use a
patch that is already pushed, which then will cause build failures
and confusing messages about asking to reverse the patch.
Darrell
What broke?
This package built fine 10 days ago? It doesn't even begin to build now. Just
the error:
Traceback (most recent call last):
File "configure.py", line 31, in <module>
from sip4_tqt import sipconfig
ImportError: No module named sip4_tqt
Huh?
--
David C. Rankin, J.D.,P.E.
Slavek,
I have time to look at the changes to sip4-tqt, but checking bug 1790 the
patches are crossed out and gone - what is up?
--
David C. Rankin, J.D.,P.E.
>> Is there a way to sort konqueror columns using the keyboard?
>Not that I am aware of.
Often I use the columns to resort files based upon what I am doing
to provide a different view perspective.
Ever since I encountered my mouse misbehavior a while back I have
been using the keyboard more and more. I should start a journal and
note which tasks are difficult without a mouse.
>> Is there a way to invoke the context popup menu with the
>keyboard
>>when a file is selected?
>On my system i can use the right window key to do that.
>The very first time it seems to take a while. Can you confirm
>that? Perhaps a bug similar to the Alt+F1 one. New bug report?
Ah yes, the infamous special "Super" keys. My main desktop keyboard
does not have any such keys. I have them disabled on the laptop
because I am continually inadvertently bumping the keys, and the
popup menus distrupt my thinking and work flow.
Looks like we need a shortcut.
Darrell
All,
Is there a way to sort konqueror columns using the keyboard?
Is there a way to invoke the context popup menu with the keyboard
when a file is selected?
Darrell