Hi all!
I just updated a wheezy testmachine with TDE 14.0.0 to devuan + jessie + TED 14.0.1. Surprisingly things went quite smooth. After the upgrade I had to manually purge systemd and cgmanager. Now there is only "libsystemd0" left - well, maybe somebody needs to recompile "cups" without systemd :-)
Nik
--
Please do not email me anything that you are not comfortable also sharing with the NSA.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA224
For those not subscribed to the trinity-announce mailing list, TDE R14.0.1
was officially released today:
http://trinity-announce.pearsoncomputing.net/?0::33
Thank you for your patience during the upload process!
Tim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iFYEARELAAYFAlXjfxcACgkQLaxZSoRZrGGCEQDgotQaLOIOWpans0uJ2EMQWDPg
TRRh+4ahbB7+GADggnVLEM1x2D8/sQgEVMWPmaZzkRS20LRtAlISlw==
=HMo4
-----END PGP SIGNATURE-----
[100%] Building CXX object
tqt3integration/libqtkde/CMakeFiles/qtkde-shared.dir/qtkde.cpp.o
cd /tmp/tdebase-3.5.13.1/build/tqt3integration/libqtkde &&
/usr/bin/c++ -Dqtkde_shared_EXPORTS -DHAVE_CONFIG_H -O2 -march=i486
-mtune=i686 -fvisibility=hidden -fvisibility-inlines-hidden
-DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT
-DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h
-I/usr/lib/qt3/include -I/usr/include/tqt -DQT_NO_ASCII_CAST
-DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
-DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h -fPIC
-I/tmp/tdebase-3.5.13.1/build/tqt3integration/libqtkde
-I/tmp/tdebase-3.5.13.1/tqt3integration/libqtkde
-I/tmp/tdebase-3.5.13.1/build
-I/tmp/tdebase-3.5.13.1/build/tqt3integration/utils
-I/usr/lib/qt3/include -I/usr/include/tqt -o
CMakeFiles/qtkde-shared.dir/qtkde.cpp.o -c
/tmp/tdebase-3.5.13.1/tqt3integration/libqtkde/qtkde.cpp
In file included from
/tmp/tdebase-3.5.13.1/tqt3integration/libqtkde/qtkde.cpp:145:0:
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'QStringList getOpenFileNames(const QString&, QString*, long
int, const QCString&, const QString&, QString*, bool)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:34:262:
error: 'tqAppClass' was not declared in this scope
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'QString getSaveFileName(const QString&, const QString&,
QString*, long int, const QCString&, const QString&, QString*)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:64:270:
error: 'tqAppClass' was not declared in this scope
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'QString getExistingDirectory(const QString&, long int,
const QCString&, const QString&)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:93:94:
error: 'tqAppClass' was not declared in this scope
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'QColor getColor(const QColor&, long int, const QCString&)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:116:72:
error: 'tqAppClass' was not declared in this scope
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'QFont getFont(bool*, const QFont&, long int, const QCString&)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:139:102:
error: 'tqAppClass' was not declared in this scope
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'int messageBox1(int, long int, const QString&, const
QString&, int, int, int)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:165:115:
error: 'tqAppClass' was not declared in this scope
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:
In function 'int messageBox2(int, long int, const QString&, const
QString&, const QString&, const QString&, const QString&, int, int)':
/tmp/tdebase-3.5.13.1/build/tqt3integration/utils/tqtkde_functions.cpp:190:160:
error: 'tqAppClass' was not declared in this scope
make[2]: ***
[tqt3integration/libqtkde/CMakeFiles/qtkde-shared.dir/qtkde.cpp.o] Error 1
make[2]: Leaving directory `/tmp/tdebase-3.5.13.1/build'
make[1]: *** [tqt3integration/libqtkde/CMakeFiles/qtkde-shared.dir/all]
Error 2
make[1]: Leaving directory `/tmp/tdebase-3.5.13.1/build'
make: *** [all] Error 2
Hello, TDE hackers!
I am now working on packaging TDE to NixOS Linux distribution. I will
resume an earlier work I have made a long time ago, but for all
purposes it will be a long and challenging "TDE from Scratch" task.
As I read the wiki on building TDE from sources, I found there are a
bit heterogeneous build system: some old apps use Autotools, and the
new ones use Cmake. If the build system were homogeneous, it would be
a bit easier (for me at least :P) to maintain the Nix expressions.
So, I want to ask two things:
1 - There is some intent on wipe Autotools and adopt Cmake on all TDE tree?
2 - If yes to 1: how can I help on it?
Thanks in Advance!
Anderson Torres
From the synaptic history screen:
Commit Log for Thu Aug 27 04:44:56 2015
Upgraded the following packages:
tdeadmin-trinity (4:14.0.1-0debian7.0.0+0) to 4:14.0.1-0debian7.0.0+0
tdegames-trinity (4:14.0.1-0debian7.0.0+0) to 4:14.0.1-0debian7.0.0+0
And if I simply hit the apply button, it will do it again and again. I
nuked those two files in /var/cache/apt/archives by hand and it went
away. Those were quite long filenames, and contained some odd
characters. The dash is a legal char, but is the + sign? I don't know.
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>
Hello,
There is a small bug with kmail-trinity, since a long time,
versions 3.5 and 14.0.
When I highlight a word or sentence and want to make a copy,
(left button of the mouse),
a menu appears, without the possibility of copy,
but instead, suggestion of others words.
This bug appears sometimes, not all the time...
and when it does, kmail is blocked, I have to wait
some seconds to retrieve kmail normally,
and often, always without the possibility of copy.
When I have to write ca mail in a hurry, it's really an inconvenience.
Best regards to us.
André
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear all,
just as a word of fore-notice, we are currently publishing the Debian/Ubuntu R14.0.1 packages to the main PPA and
mirror system.
So please be aware (as someone has already found out) that while the publishing and mirror synchonizing processes are
under way, you may occasionally run into dependency problems if you are updating TDE.
If so, please give it some time and try again a little later.
Cheers
Michele
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCgAGBQJV3b4BAAoJECp1t8qK3tXPMoUQAM8pJUzjoDWlugoFXdJT/gsT
hzplh53nt3+6lhvHwLTBNXiKpzZQKZkhXK39Zjs/GDbp2f0fJj/3ni7Ms0IaOZTd
RJQT4llOIwMoUDhsIlzuLt/7PVC8WA8burPSyJQnkXqU2fcMH1ZWHOZs9nDiPmTd
Fs8iFGo/TowHDUrCpBqWU4JFzf1AJ2odhGXF3CJSiYRwwZciIJwRA9m3PN5ekDUB
Lc7Z+fl1RfjKOAPG2wWcJI3/rXUi+PTsB54xbCTka9ZbXrDH5XAIuD9nLQVWz40H
Kn1VRrpLCuz9fvcmVbq/EIAPq7erAsldoKvpl6NMRGHk4RDN3G1SToCtCHlLhpIa
3/+PoXmtHyPjhSlZeF7Z3yODBcNFisfANHh07fh0Pz4T2ZCXU1VizKlzLtXH9yds
UJCMy6vv40HYM+T6Tw26Q2LIgnf0GlQwY3ej16HINnIPbfA+uxnWns5YdECpzrLD
0ivUx3Rp0+cnj4tfQan5DTfQpmbZ4JSQKYsYTK2s/bt6y8uXjyVEGLzeKGnFrWUF
3iJfLSY8gSOfFba7jpX4Tn2g0776GO6b+SSMMHVN6NCpYsc+zNnBk8l7HxVR7Qy4
eTl7G6pve3bKyfqHDNG+eCoUFZYRF0oqNozg/XnEMFasNHg+nqXbZN3Hsm9NDeAW
iq39ShBMK9OOs5cKOKhd
=pP7j
-----END PGP SIGNATURE-----
As is very often the case, the PPA for TDE is not working. Though yesterday it would simply time out, today,
I get "509 Maximum Instantaneous Bandwidth Exceeded". This would not be a problem, except that it holds
back other needed updates on my system.
What needs to be done to make this PPA work well, and how can I help?
Err http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian/ wheezy/main katomic-trinity amd64 4:14.0.1-0debian7.0.0+0
509 Maximum Instantaneous Bandwidth Exceeded
/*
* John P. Willis, CEO
* Coherent Logic Development LLC
* Solutions: Everywhere
*
* 425 S. Telshor Blvd. Ste. 202
* Las Cruces, NM 88011
*
* Tel: 575.520.9542
* Fax: 575.449.4122
*
* jpw(a)coherent-logic.com
* http://www.coherent-logic.com/
*
*/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d-@ s+: a C++ UBLHS++++$ P+ L++ E++ W+++$ N++ !o K-? w++$ O+++ M V+++>$ PS+++ PE Y+ !PGP t+++ !5-- !X R tv+ b+++ DI+ !D-- G e h---- r+++ y++++
------END GEEK CODE BLOCK------
This is openSUSE 13.1. Is there something I can change in kdmrc to stop this
broken warning? Nothing in it jumps out at me. Elsehwere? I can ctrl-alt-Fn
to get to the vttys. http://trinity-users.pearsoncomputing.net/?0::2262
thread discusses, but I see no solution there that doesn't depend on a
running X session, and nothing in Bugzilla.
--
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Greetings all;
I haven't rebooted, but did restart kmail. Nothing unusual in about 9
hours. Feels good, looks good.
Many thanks to all who had a hand in this.
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>