There is a konqueror profile called TDE Development. Unfortunately, the tabs open to KDE web sites.
I would appreciate help from developers to what the links should be updated.
Thanks.
Darrell
Tim, Darrell,
One problem with gentdmconf is that arch does not have an /etc/X11/Xsession
file. So when gentdeconf creates the Xsession file with an include for
/etc/X11/Xsession, the login fails. What needs to be changed is a simple check
to make sure the file exists before sourcing it. i.e.:
[[ -r /etc/X11/Xsession ]] && . /etc/X11/Xsession
--
David C. Rankin, J.D.,P.E.
Tim, Darrell, All,
krusader still fails to build and gives a template error. With gcc 4.7.0 the
thought was maybe it was a gcc issue. Now we are on 4.7.1 and the gcc bugs
should be pretty much worked out. However, I still get the iterator error in
'class TQValueListConstIterator<KURL>'. I know nothing about the template
classes, so this will be impossible for me to debug. Need help. The full error is:
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_iterator_base_types.h:
In instantiation of 'struct std::iterator_traits<TQValueListConstIterator<KURL> >':
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_iterator_base_types.h:202:5:
required by substitution of 'template<class _Iter> typename
std::iterator_traits::iterator_category std::__iterator_category(const _Iter&)
[with _Iter = TQValueListConstIterator<KURL>]'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_algo.h:4490:41:
required from '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter =
TQValueListConstIterator<KURL>; _Predicate =
std::unary_negate<std::const_mem_fun_ref_t<bool, KURL> >]'
expander.cpp:674:102: required from here
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_iterator_base_types.h:166:53:
error: no type named 'iterator_category' in 'class TQValueListConstIterator<KURL>'
In file included from
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/algorithm:63:0,
from expander.cpp:13:
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_algo.h:
In instantiation of '_IIter std::find_if(_IIter, _IIter, _Predicate) [with
_IIter = TQValueListConstIterator<KURL>; _Predicate =
std::unary_negate<std::const_mem_fun_ref_t<bool, KURL> >]':
expander.cpp:674:102: required from here
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_algo.h:4490:41:
error: no matching function for call to
'__iterator_category(TQValueListConstIterator<KURL>&)'
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_algo.h:4490:41:
note: candidate is:
In file included from
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_algobase.h:66:0,
from
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/algorithm:62,
from expander.cpp:13:
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_iterator_base_types.h:202:5:
note: template<class _Iter> typename std::iterator_traits::iterator_category
std::__iterator_category(const _Iter&)
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.1/../../../../include/c++/4.7.1/bits/stl_iterator_base_types.h:202:5:
note: substitution of deduced template arguments resulted in errors seen above
--
David C. Rankin, J.D.,P.E.
Tim, All,
This is the last of the 'used-to-build-but-fails-now' list. kima built fine on
6/5, but not won't build. It looks like some c++ namespace semantic that needs
fixing in the kima header for gcc 4.7.1. The error is:
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../src/cpufreqd
-I../src/sources -I/opt/trinity/include -I/opt/tqt3/include -I. -include tqt.h
-DQT_THREAD_SUPPORT -D_REENTRANT -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W
-Wpointer-arith -fno-builtin -g3 -fno-inline -march=x86-64 -mtune=generic -O2
-pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
-fpermissive -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt -MT kima.moc.lo
-MD -MP -MF .deps/kima.moc.Tpo -c kima.moc.cpp -fPIC -DPIC -o .libs/kima.moc.o
In file included from kima.moc.cpp:9:0:
./kima.h:177:24: error: 'list' in namespace 'std' does not name a type
./kima.h:177:29: warning: ISO C++ forbids declaration of 'parameter' with no
type [-fpermissive]
./kima.h:177:33: error: expected ',' or '...' before '<' token
Any of you gurus know what needs fixing at line 177. I'll do the patch, I just
need to know how to fix it :)
--
David C. Rankin, J.D.,P.E.
All,
You may have noticed that the TDE site was dark for around 24 hours
recently; this was due to infrastructure damage caused by severe
thunderstorms in the local area. All TDE-related services should be back
online at this point, with the exception of the QuickBuild build farm,
which will remain offline for maintenance.
Thank you for your patience!
Tim
I am building packages for 6 releases: Slackware 13.1, 13.37, and 14.0, both 32-bit and 64-bit. Several packages need patches or work-arounds, as reported in the bug tracker, but I am unable to build two packages:
Rosegarden FTBFS on 64-bit Slackware 14 (bug report 1076)
pytdeextensions: Will not build on Slackware 13.37 32-bit (bug report 1101)
I am unable to explain why these packages fail only with a specific Slackware release.
If you are a Slackware user I would appreciate any help with these two packages. The bug reports contain more information.
Two packages I do not attempt to build because of various wide scale build problems that affect other distros too:
kstreamripper (bug report 946)
kbfx (bug report 1065)
All help is appreciated. :-)
Darrell
All,
With the latest R14 builds, I am experiencing crazyness with the sound.
Critical stops/errors are very very loud, while normal sound events are low.
Changing the volume with kmix has NO effect on the volume of the Control Center
-> Sound -> Sound System -> Test Sound volume. Sound System uses ALSA. If
alsamixer is run from the cli, then volume can be controlled. However using kmix
to adjust sound levels and switching back and forth between pulse/ICH6 on the
mixer causes sound to be reset to high level for errors.
The sound processes are:
18:48 supersff:~> ps ax | grep "pulse\|arts"
3390 ? Sl 1:26 /usr/bin/pulseaudio --start
3400 ? S 0:00 /usr/lib/pulse/gconf-helper
14133 ? S 0:06 /opt/trinity/bin/artsd -F 10 -S 4096 -a alsa -d -s 60
-m artsmessage -c drkonqi -l 3 -f
There is also a 1-2 second delay between the sound event being triggered and
the sound actually happening. What could cause such symptoms?
--
David C. Rankin, J.D.,P.E.
Notice:
Anybody building koffice with wv2 support against glib2 >=2.31 will experience a build failure. A header file in wv2 references a glib2 header and needs to be patched. Here is the wv2 patch in case your distro does not have a patched wv2 package:
======================================================================
diff -urN wv2-0.4.2/src/olestream.h wv2-0.4.2.new/src/olestream.h
--- wv2-0.4.2/src/olestream.h 2009-10-31 13:22:43.000000000 -0500
+++ wv2-0.4.2.new/src/olestream.h 2012-07-17 20:56:04.000000000 -0500
@@ -23,7 +23,7 @@
#include "global.h" // U8,... typedefs
#include <stack>
-#include <glib/giochannel.h> // GSeekType
+#include <glib.h> // GSeekType
namespace wvWare {
======================================================================
Darrell