Tim,
After rebuilding late last night, I am checking packages today. I reinstalled all tde packages on my test maching and started tde. I noticed 2 things immediately:
(1) there was only a black screen displayed behind the ksplash startup screen, not the background set in kcontol -> Login Manager; and
(2) ALL WINDOW DECORATION IS GONE - poof - missing??
Here is a screenshot of the tips dialog:
http://nirvana.3111skyline.com/dl/dt/trinity/ss/tde-no-decor.jpg
I went to kcontrol -> appearance -> window decoration and all window decorations are listed as being available, but selecting one and hitting 'Apply" has no effect. No window decorations appear.
I'm not sure where to begin troubleshooting this one. No .xsession-errors was ever created. IIRC, this is a tdelibs issue
However, that is SMALL POTATOES - not starttrinity - doesn't start trinity :)
The splash screen gets to the 'hard drive icon' (Initializing system services) chugs away for a while and then tde commands an xserver shutdown. Looking at the first shutdown, there was a complaint about no xset, xsetroot, and xprop. Here is the screenshot:
http://nirvana.3111skyline.com/dl/dt/trinity/ss/tde-starttrinity-crash.jpg
So I installed xorg-xset, xorg-xsetroot and xorg-xprop (funny, it ran fine before without them). I then tried starttrinity again, and it failed with the same behavior. (However, this time I did get a blue background color behind the ksplash dialog on statup) It got stuck on "Initializing system services" and then crashed:
http://nirvana.3111skyline.com/dl/dt/trinity/ss/tde-starttrinity-crash1.jpg
The main issue I see is the dcopserver already running error - but looking at /home/david -- there is no .DCOPserver_tdepv__0 file. So I don't know what the heck is going on.
I'm pretty much stuck on this one. Is there some change over the past few days that could explain this behavior?? Is it a change in ksyscoca or something similar causing the read of the old sysconfig cache to cause the crash? I tried deleting /var/tmp/kdecache-david and it did not help.
Anybody else seeing this with last night's builds?
How to debug and get more info??
On 03/12/2012 01:45 PM, David C. Rankin wrote:
I'm pretty much stuck on this one. Is there some change over the past few days that could explain this behavior?? Is it a change in ksyscoca or something similar causing the read of the old sysconfig cache to cause the crash? I tried deleting /var/tmp/kdecache-david and it did not help.
Anybody else seeing this with last night's builds?
How to debug and get more info??
As a test of X, I just installed fluxbox on this box and started it -- worked fine, so this isn't an X problem on the box.
After rebuilding late last night, I am checking packages today. I reinstalled all tde packages on my test maching and started tde. I noticed 2 things immediately:
(1) there was only a black screen displayed behind the ksplash startup screen, not the background set in kcontol -> Login Manager; and
(2) ALL WINDOW DECORATION IS GONE - poof - missing??
Here is a screenshot of the tips dialog:
http://nirvana.3111skyline.com/dl/dt/trinity/ss/tde-no-decor.jpg
I went to kcontrol -> appearance -> window decoration and all window decorations are listed as being available, but selecting one and hitting 'Apply" has no effect. No window decorations appear.
I'm not sure where to begin troubleshooting this one. No .xsession-errors was ever created. IIRC, this is a tdelibs issue
However, that is SMALL POTATOES - not starttrinity - doesn't start trinity :)
The splash screen gets to the 'hard drive icon' (Initializing system services) chugs away for a while and then tde commands an xserver shutdown. Looking at the first shutdown, there was a complaint about no xset, xsetroot, and xprop. Here is the screenshot:
http://nirvana.3111skyline.com/dl/dt/trinity/ss/tde-starttrinity-crash.jpg
So I installed xorg-xset, xorg-xsetroot and xorg-xprop (funny, it ran fine before without them). I then tried starttrinity again, and it failed with the same behavior. (However, this time I did get a blue background color behind the ksplash dialog on statup) It got stuck on "Initializing system services" and then crashed:
http://nirvana.3111skyline.com/dl/dt/trinity/ss/tde-starttrinity-crash1.jpg
The main issue I see is the dcopserver already running error - but looking at /home/david -- there is no .DCOPserver_tdepv__0 file. So I don't know what the heck is going on.
I'm pretty much stuck on this one. Is there some change over the past few days that could explain this behavior?? Is it a change in ksyscoca or something similar causing the read of the old sysconfig cache to cause the crash? I tried deleting /var/tmp/kdecache-david and it did not help.
Anybody else seeing this with last night's builds?
How to debug and get more info??
I haven't updated from GIT in a few days. First thing I do after rebuilding and I notice unusual behavior is delete $TDEHOME/cache-$HOSTNAME/kyscoca*.
Check your xinitrc or Xsession files, depending upon from which run level you start X.
However, your output provides a clue:
ksmserver: '<wm>' missing. Are you using an old version of starttde? The newer versions start ksmserver from $PREFIX/bin/tdeinit_phase1 and no longer start ksmserver from starttde.
Why are you renaming starttde to starttrinity?
BTW, from your output, there is no need to set TDEDIRS unless you have additional directories beyond TDEDIR that contain configuration files.
Darrell
On 03/12/2012 02:57 PM, Darrell Anderson wrote:
I haven't updated from GIT in a few days. First thing I do after rebuilding and I notice unusual behavior is delete $TDEHOME/cache-$HOSTNAME/kyscoca*.
/var/tmp/kdecache-david deleted (can do same thing with 'kbuildsycoca --noincremental')
Check your xinitrc or Xsession files, depending upon from which run level you start X.
Using startx with 'exec starttrinity' in .xinitrc file
However, your output provides a clue:
ksmserver: '<wm>' missing. Are you using an old version of starttde? The newer versions start ksmserver from $PREFIX/bin/tdeinit_phase1 and no longer start ksmserver from starttde.
Dunno? Last I checked starttrinity was just a soft link to starttde:
yep...
16:07 phoenix:/srv/http/dl/tde/pkg/tmp/opt/trinity/bin> l start* -rwxr-xr-x 1 david david 25006 Mar 7 07:06 starttde lrwxrwxrwx 1 david david 25 Mar 12 03:00 starttrinity -> /opt/trinity/bin/starttde
Why are you renaming starttde to starttrinity?
habit :)
BTW, from your output, there is no need to set TDEDIRS unless you have additional directories beyond TDEDIR that contain configuration files.
It's set automatically when the startup source /etc/profile.d/trinity.sh
This is totally weird. Nothing changed in the way I built TQt3 -> tdebase (same build files) so something is up... Updating kernel ATM, so I'll check again in a few minutes.
Darrell
On 03/12/2012 04:11 PM, David C. Rankin wrote:
It's set automatically when the startup source /etc/profile.d/trinity.sh
This is totally weird. Nothing changed in the way I built TQt3 -> tdebase (same build files) so something is up... Updating kernel ATM, so I'll check again in a few minutes.
Darrell
Hmm.. Still no answer to the original issue, but after updating xorg on Arch, everything is FUBAR - so I'll have to get that sorted before I can test the starttde issue again -> can't the folks at xorg quit writing code long enough to let me get TDE finished :-
Hmm.. Still no answer to the original issue, but after updating xorg on Arch, everything is FUBAR - so I'll have to get that sorted before I can test the starttde issue again -> can't the folks at xorg quit writing code long enough to let me get TDE finished :-
Just because you use a rolling release does not mean you have to update every day. :)
Darrell
On 03/12/2012 06:03 PM, Darrell Anderson wrote:
Hmm.. Still no answer to the original issue, but after updating xorg on Arch, everything is FUBAR - so I'll have to get that sorted before I can test the starttde issue again -> can't the folks at xorg quit writing code long enough to let me get TDE finished :-
Just because you use a rolling release does not mean you have to update every day. :)
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Ain't it so true!
Hey, on another note, on another vbox install that I have NOT updated, I'm getting the following in .xsession-errors:
/opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc
I also had to hit ctrl+c in both konsole and xterm after launching them in order to get a prompt. (it looked like something didn't exit like it should have in the launch process and was hung)
Lastly - on the xcrash on the i686 vbox install, checking the xsession errors on the current x86_64 box, the DCOP error occurs here as well, but X loads fine anyway. Here is the .xsession-errors file from my running x86_64 install:
16:43 alchemy:~> cat ~/tmp/.xsession-errors [starttde] Starting starttde. [starttde] This script is /opt/trinity/bin/starttde [starttde] TDE version is R14.0.0 [starttde] TDE base directory is /opt/trinity /opt/trinity/bin/starttde: line 69: [: =: unary operator expected [starttde] TDEHOME is not set. [starttde] Set TDEHOME to /home/david/.trinity. [starttde] Setting TDEROOTHOME to /root/.trinity. Agent pid 990 [starttde] TDEDIR: /opt/trinity [starttde] TDEDIRS: /opt/trinity [starttde] tdedirs_first: /opt/trinity [starttde] Starting Trinity... tdeinit: Launched DCOPServer, pid = 1014 result = 0 tdeinit: Launched KLauncher, pid = 1020 result = 0 tdeinit: opened connection to :0 tdeinit: Launched KDED, pid = 1022 result = 0 tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. kbuildsycoca running... Reusing existing ksycoca tdeinit: PID 1026 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1036 terminated. tdeinit: PID 1022 terminated. reading '/home/david/.kompmgr.pid' as kompmgr pidfile
[starttde] TDE_FULL_SESSION: true [starttde] TDE_SESSION_UID: 1000 tdeinit: Shutting down running client. tdeinit: Killing tdeinit/klauncher. tdeinit: Launched DCOPServer, pid = 1192 result = 0 --------------------------------- It looks like dcopserver is already running. If you are sure that it is not already running, remove /home/david/.DCOPserver_valkyrie__0 and start dcopserver again. ---------------------------------
tdeinit: Launched KLauncher, pid = 1193 result = 0 tdeinit: opened connection to :0 tdeinit: Launched KDED, pid = 1194 result = 0 tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. KDE Daemon (kded) already running. kbuildsycoca running... Reusing existing ksycoca tdeinit: PID 1196 terminated. tdeinit: PID 1194 terminated. tdeinit: Launched 'kcminit_startup', pid = 1197 result = 0 tdeinit: Got SETENV 'TDE_MULTIHEAD=false' from klauncher. tdeinit: PID 1197 terminated. [starttde] tdeinit started successfully. tdeinit: Got KWRAPPER 'ksmserver' from socket. tdeinit: PID 1201 terminated. tdeinit: Got SETENV 'SESSION_MANAGER=local/valkyrie:@/tmp/.ICE-unix/1202,unix/valkyrie:/tmp/.ICE-unix/1202,inet6/valkyrie:47462,inet/valkyrie:50819' from klauncher. tdeinit: Got EXEC_NEW 'twin' from launcher. tdeinit: Got EXEC_NEW 'kdesktop' from launcher. tdeinit: PID 1205 terminated. tdeinit: Got EXEC_NEW 'kicker' from launcher. tdeinit detected tdeinit: Got EXEC_NEW 'kio_file' from launcher. tdeinit: Got EXEC_NEW 'kio_file' from launcher. tdeinit: PID 1209 terminated. tdeinit: Got SETENV 'XCURSOR_THEME=default' from klauncher. tdeinit: Got SETENV 'GTK_RC_FILES=/etc/gtk/gtkrc:/home/david/.gtkrc:/home/david/.trinity/share/config/gtkrc' from klauncher. tdeinit: Got SETENV 'GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/david/.gtkrc-2.0:/home/david/.trinity/share/config/gtkrc-2.0' from klauncher. tdeinit: Got EXEC_NEW 'nspluginscan' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'artswrapper' from launcher. Could not load library! Trying exec.... tdeinit: PID 1216 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. tdeinit: Got EXEC_NEW 'kaccess' from launcher. kbuildsycoca running... Reusing existing ksycoca tdeinit: Got EXEC_NEW 'kmixctrl' from launcher. tdeinit: Got EXEC_NEW 'krandrtray' from launcher. Could not load library! Trying exec.... tdeinit: PID 1219 terminated. tdeinit: PID 1221 terminated. tdeinit: Got EXEC_NEW 'kabcdistlistupdater' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'ktip' from launcher. Could not load library! Trying exec.... tdeinit: PID 1218 terminated. tdeinit: Got EXT_EXEC 'knotify' from launcher. kabcdistlistupdater: symbol lookup error: /opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc tdeinit: PID 1224 terminated. tdeinit: Got EXEC_NEW '/usr/bin/VBoxClient-all' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'krandrtray' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'korgac' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'klipper' from launcher. tdeinit: Got EXEC_NEW '/usr/bin/VBoxClient-all' from launcher. Could not load library! Trying exec.... korgac: symbol lookup error: /opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc tdeinit: PID 1232 terminated. tdeinit: PID 1225 terminated. tdeinit: PID 1226 terminated. OggS-SEEK: at 0 want 350200 got 345536 (diff-requested 350200) OggS-SEEK: at 349632 want 520 got 0 (diff-requested -349112) tdeinit: PID 1236 terminated. tdeinit: PID 1243 terminated. tdeinit: PID 1229 terminated. tdeinit: PID 1222 terminated. tdeinit: PID 1231 terminated. tdeinit: Got EXT_EXEC 'konsole' from launcher. tdeinit: Got EXEC_NEW 'kio_system' from launcher. tdeinit: Got EXEC_NEW 'kio_trash' from launcher. tdeinit: PID 1366 terminated. tdeinit: Got EXT_EXEC 'konsole' from launcher. tdeinit: PID 1211 terminated.
Ain't it so true!
Hey, on another note, on another vbox install that I have NOT updated, I'm getting the following in .xsession-errors:
/opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc
I also had to hit ctrl+c in both konsole and xterm after launching them in order to get a prompt. (it looked like something didn't exit like it should have in the launch process and was hung)
Lastly - on the xcrash on the i686 vbox install, checking the xsession errors on the current x86_64 box, the DCOP error occurs here as well, but X loads fine anyway. Here is the .xsession-errors file from my running x86_64 install:
16:43 alchemy:~> cat ~/tmp/.xsession-errors [starttde] Starting starttde. [starttde] This script is /opt/trinity/bin/starttde [starttde] TDE version is R14.0.0 [starttde] TDE base directory is /opt/trinity /opt/trinity/bin/starttde: line 69: [: =: unary operator expected [starttde] TDEHOME is not set. [starttde] Set TDEHOME to /home/david/.trinity. [starttde] Setting TDEROOTHOME to /root/.trinity. Agent pid 990 [starttde] TDEDIR: /opt/trinity [starttde] TDEDIRS: /opt/trinity [starttde] tdedirs_first: /opt/trinity [starttde] Starting Trinity... tdeinit: Launched DCOPServer, pid = 1014 result = 0 tdeinit: Launched KLauncher, pid = 1020 result = 0 tdeinit: opened connection to :0 tdeinit: Launched KDED, pid = 1022 result = 0 tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. kbuildsycoca running... Reusing existing ksycoca tdeinit: PID 1026 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1036 terminated. tdeinit: PID 1022 terminated. reading '/home/david/.kompmgr.pid' as kompmgr pidfile
[starttde] TDE_FULL_SESSION: true [starttde] TDE_SESSION_UID: 1000 tdeinit: Shutting down running client. tdeinit: Killing tdeinit/klauncher. tdeinit: Launched DCOPServer, pid = 1192 result = 0
It looks like dcopserver is already running. If you are sure that it is not already running, remove /home/david/.DCOPserver_valkyrie__0 and start dcopserver again.
tdeinit: Launched KLauncher, pid = 1193 result = 0 tdeinit: opened connection to :0 tdeinit: Launched KDED, pid = 1194 result = 0 tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. KDE Daemon (kded) already running. kbuildsycoca running... Reusing existing ksycoca tdeinit: PID 1196 terminated. tdeinit: PID 1194 terminated. tdeinit: Launched 'kcminit_startup', pid = 1197 result = 0 tdeinit: Got SETENV 'TDE_MULTIHEAD=false' from klauncher. tdeinit: PID 1197 terminated. [starttde] tdeinit started successfully. tdeinit: Got KWRAPPER 'ksmserver' from socket. tdeinit: PID 1201 terminated. tdeinit: Got SETENV 'SESSION_MANAGER=local/valkyrie:@/tmp/.ICE-unix/1202,unix/valkyrie:/tmp/.ICE-unix/1202,inet6/valkyrie:47462,inet/valkyrie:50819' from klauncher. tdeinit: Got EXEC_NEW 'twin' from launcher. tdeinit: Got EXEC_NEW 'kdesktop' from launcher. tdeinit: PID 1205 terminated. tdeinit: Got EXEC_NEW 'kicker' from launcher. tdeinit detected tdeinit: Got EXEC_NEW 'kio_file' from launcher. tdeinit: Got EXEC_NEW 'kio_file' from launcher. tdeinit: PID 1209 terminated. tdeinit: Got SETENV 'XCURSOR_THEME=default' from klauncher. tdeinit: Got SETENV 'GTK_RC_FILES=/etc/gtk/gtkrc:/home/david/.gtkrc:/home/david/.trinity/share/config/gtkrc' from klauncher. tdeinit: Got SETENV 'GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/david/.gtkrc-2.0:/home/david/.trinity/share/config/gtkrc-2.0' from klauncher. tdeinit: Got EXEC_NEW 'nspluginscan' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'artswrapper' from launcher. Could not load library! Trying exec.... tdeinit: PID 1216 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. tdeinit: Got EXEC_NEW 'kaccess' from launcher. kbuildsycoca running... Reusing existing ksycoca tdeinit: Got EXEC_NEW 'kmixctrl' from launcher. tdeinit: Got EXEC_NEW 'krandrtray' from launcher. Could not load library! Trying exec.... tdeinit: PID 1219 terminated. tdeinit: PID 1221 terminated. tdeinit: Got EXEC_NEW 'kabcdistlistupdater' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'ktip' from launcher. Could not load library! Trying exec.... tdeinit: PID 1218 terminated. tdeinit: Got EXT_EXEC 'knotify' from launcher. kabcdistlistupdater: symbol lookup error: /opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc tdeinit: PID 1224 terminated. tdeinit: Got EXEC_NEW '/usr/bin/VBoxClient-all' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'krandrtray' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'korgac' from launcher. Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'klipper' from launcher. tdeinit: Got EXEC_NEW '/usr/bin/VBoxClient-all' from launcher. Could not load library! Trying exec.... korgac: symbol lookup error: /opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc tdeinit: PID 1232 terminated. tdeinit: PID 1225 terminated. tdeinit: PID 1226 terminated. OggS-SEEK: at 0 want 350200 got 345536 (diff-requested 350200) OggS-SEEK: at 349632 want 520 got 0 (diff-requested -349112) tdeinit: PID 1236 terminated. tdeinit: PID 1243 terminated. tdeinit: PID 1229 terminated. tdeinit: PID 1222 terminated. tdeinit: PID 1231 terminated. tdeinit: Got EXT_EXEC 'konsole' from launcher. tdeinit: Got EXEC_NEW 'kio_system' from launcher. tdeinit: Got EXEC_NEW 'kio_trash' from launcher. tdeinit: PID 1366 terminated. tdeinit: Got EXT_EXEC 'konsole' from launcher. tdeinit: PID 1211 terminated.
A week or three ago I saw the undefined symbol errors. I haven't noticed any lately.
In my recent patches pushed to GIT I updated the useless "Could not load library! Trying exec...." message. The message now will look like this:
artswrapper is executable and not a library. Launching with exec.
The starttde error was fixed too (> /opt/trinity/bin/starttde: line 69: [: =: unary operator expected).
Darrell
On 03/12/2012 06:51 PM, Darrell Anderson wrote:
A week or three ago I saw the undefined symbol errors. I haven't noticed any lately.
In my recent patches pushed to GIT I updated the useless "Could not load library! Trying exec...." message. The message now will look like this:
artswrapper is executable and not a library. Launching with exec.
The starttde error was fixed too (> /opt/trinity/bin/starttde: line 69: [: =: unary operator expected).
Darrell
Well,
(said with a sigh...) It's definitely this build of TDE and some of the updates as of late. Without any change to the archlinux install, I updated the tde packages to those that built so flawlessly last night -- X crashed immediately. The .xsession errors were:
kbuildsycoca running... Reusing existing ksycoca tdeinit: Got EXEC_NEW 'kconf_update' from launcher. Could not load library! Trying exec.... tdeinit: PID 1650 terminated. tdeinit: PID 1649 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. Could not find 'kconf_update' executable. tdeinit: PID 1651 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not find 'kbuildsycoca' executable. tdeinit: PID 1652 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1655 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1657 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1658 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1659 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1663 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1664 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1665 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1666 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1668 terminated. kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1667 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1669 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1670 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... tdeinit: Got EXEC_NEW 'kconf_update' from launcher. kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1671 terminated. tdeinit: PID 1672 terminated. tdeinit: Got EXT_EXEC 'kbuildsycoca' from launcher. Could not open library kbuildsycoca.la: can't open the module Could not load library! Trying exec.... kbuildsycoca: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc tdeinit: PID 1673 terminated. tdeinit: Got EXEC_NEW 'kconf_update' from launcher. tdeinit: PID 1674 terminated. kded: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc Last DCOP call before KDED crash was from application 'kdesktop' to object 'dnssdwatcher', function 'leftDirectory(KURL)'. KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = kded path = <unknown> pid = 1024 tdeinit: Got EXEC_NEW 'drkonqi' from socket. Could not load library! Trying exec.... tdeinit: PID 1676 terminated. drkonqi: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc undecodable token: \001b(hex)[?1034h undecodable token: \001b(hex)[?1034h undecodable token: \001b(hex)[?1034h tdeinit: PID 1381 terminated. X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x600008 TQLayout "unnamed" added to TQFrame "unnamed", which already has a layout TQLayout "unnamed" added to TQFrame "unnamed", which already has a layout TQLayout "unnamed" added to TQFrame "unnamed", which already has a layout X Error: BadWindow (invalid Window parameter) 3 Major opcode: 7 Minor opcode: 0 Resource id: 0x2800006 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 6 Minor opcode: 0 Resource id: 0x2800006 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 7 Minor opcode: 0 Resource id: 0x2200006 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 6 Minor opcode: 0 Resource id: 0x2200006 *** kdesktop (1206) got signal 11 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 139 Minor opcode: 3 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 139 Minor opcode: 3 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 7 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 6 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 2 Minor opcode: 0 Resource id: 0x120007f tdeinit: KDE detected X Error: BadWindow (invalid Window parameter) 3 Major opcode: 8 Minor opcode: 0 Resource id: 0x120007f reading '/home/david/.kompmgr.pid' as kompmgr pidfile
tdeinit: PID 1204 terminated. kdesktop: symbol lookup error: /opt/trinity/lib/libtdefx.so.4: undefined symbol: _ZN8TQObject8tqt_castEPKc [starttde] Shutting down Trinity... tdeinit: terminate KDE. klauncher: Exiting on signal 1 [starttde] Running Trinity shutdown scripts... [starttde] Running /opt/trinity/shutdown/agent-shutdown.sh. unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 990 killed; [starttde] Trinity shutdown complete.
On 03/12/2012 07:55 PM, David C. Rankin wrote:
Well,
(said with a sigh...) It's definitely this build of TDE and some of the updates as of late. Without any change to the archlinux install, I updated the tde packages to those that built so flawlessly last night -- X crashed immediately. The .xsession errors were:
I'm just going to do another fresh pull and start over....
(said with a sigh...) It's definitely
this build of TDE and some of the
updates as of late. Without any change to the archlinux
install, I updated the
tde packages to those that built so flawlessly last
night -- X crashed
immediately. The .xsession errors were:
I'm just going to do another fresh pull and start over....
I resynced my local tree last night and rebuilt. Pretty much status quo here and all looks normal. All of my packages built. No odd error messages in my xsession log.
One note: with a recent patch to fix some OnlyShowIn issues, Some *.desktop files in $TDEHOME/Desktop won't not show on the desktop. The fix is easy. Edit the file and change OnlyShowIn=KDE to OnlyShowIn=TDE.
Darrell
On 03/13/2012 11:38 AM, Darrell Anderson wrote:
(said with a sigh...) It's definitely
this build of TDE and some of the
updates as of late. Without any change to the archlinux
install, I updated the
tde packages to those that built so flawlessly last
night -- X crashed
immediately. The .xsession errors were:
I'm just going to do another fresh pull and start over....
I resynced my local tree last night and rebuilt. Pretty much status quo here and all looks normal. All of my packages built. No odd error messages in my xsession log.
One note: with a recent patch to fix some OnlyShowIn issues, Some *.desktop files in $TDEHOME/Desktop won't not show on the desktop. The fix is easy. Edit the file and change OnlyShowIn=KDE to OnlyShowIn=TDE.
Darrell
I've found the problem. Arch moved to xorg-server 1.12, the vbox drivers only support xorg 1.11, the chroot I build in automatically updates to insure packages are built against the latest sources and modules -- thus, it was building TDE against xorg 1.12, when I tried to test on my vbox install (even though I had not updated the packages in vbox, I had TDE packages that were built against 1.12 -> and incompatible with my vbox environment.
This is a quasi limitation on the way the arch chroot build system works. When you issue your build command, the chroot is always updated to the latest sources/versions before building (insures built packages run on arch), but does NOT insure packages run on virtualized versions of arch that rely on 3rd party drivers that may not be updated to the latest sources/versions :(
On the positive NOTE -> my automated build ran from start to stop without a hiccup :)
18:16 nirvana:~/tde/bld> grep "Beginn|Complete" bldlog.txt Beginning build of: hal-info - Mar 12 21:03:17 Completed build of: hal-info - Mar 12 21:03:54 Beginning build of: hal - Mar 12 21:03:54 Completed build of: hal - Mar 12 21:05:09 Beginning build of: libutempter - Mar 12 21:05:09 Completed build of: libutempter - Mar 12 21:05:14 Beginning build of: dependencies/tqt3 - Mar 12 21:05:14 Completed build of: dependencies/tqt3 - Mar 12 21:22:13 Beginning build of: dependencies/tqtinterface - Mar 12 21:22:13 Completed build of: dependencies/tqtinterface - Mar 12 21:24:01 Beginning build of: dependencies/arts - Mar 12 21:24:01 Completed build of: dependencies/arts - Mar 12 21:26:47 Beginning build of: dependencies/dbus-tqt - Mar 12 21:26:47 Completed build of: dependencies/dbus-tqt - Mar 12 21:26:56 Beginning build of: dependencies/dbus-1-tqt - Mar 12 21:26:56 Completed build of: dependencies/dbus-1-tqt - Mar 12 21:27:22 Beginning build of: dependencies/tqca-tls - Mar 12 21:27:22 Completed build of: dependencies/tqca-tls - Mar 12 21:27:31 Beginning build of: dependencies/libart-lgpl - Mar 12 21:27:31 Completed build of: dependencies/libart-lgpl - Mar 12 21:27:54 Beginning build of: dependencies/libcaldav - Mar 12 21:27:54 Completed build of: dependencies/libcaldav - Mar 12 21:28:24 Beginning build of: dependencies/libcarddav - Mar 12 21:28:24 Completed build of: dependencies/libcarddav - Mar 12 21:28:44 Beginning build of: tdelibs - Mar 12 21:28:44 Completed build of: tdelibs - Mar 12 21:54:27 Beginning build of: tdebase - Mar 12 21:54:27 Completed build of: tdebase - Mar 12 22:21:38 Beginning build of: tdenetwork - Mar 12 22:21:38 Completed build of: tdenetwork - Mar 12 22:31:34 Beginning build of: tdepim - Mar 12 22:31:34 Completed build of: tdepim - Mar 12 23:03:41 Beginning build of: tdegraphics - Mar 12 23:03:41 Completed build of: tdegraphics - Mar 12 23:21:06 Beginning build of: tdevelop - Mar 12 23:21:06 Completed build of: tdevelop - Mar 12 23:31:18 Beginning build of: tdewebdev - Mar 12 23:31:18 Completed build of: tdewebdev - Mar 12 23:36:16 Beginning build of: tdeartwork - Mar 12 23:36:16 Completed build of: tdeartwork - Mar 12 23:38:46 Beginning build of: tdemultimedia - Mar 12 23:38:46 Completed build of: tdemultimedia - Mar 12 23:39:51
This is a quasi limitation on the way the arch chroot build system works. When you issue your build command, the chroot is always updated to the latest sources/versions before building (insures built packages run on arch), but does NOT insure packages run on virtualized versions of arch that rely on 3rd party drivers that may not be updated to the latest sources/versions :(
So people using Arch WILL update to bleeding edge whether or not they want? No thanks!
On the positive NOTE -> my automated build ran from start to stop without a hiccup :)
:)
Darrell
On Mon, 12 Mar 2012 18:18:45 -0500 "David C. Rankin" drankinatty@suddenlinkmail.com wrote:
On 03/12/2012 06:03 PM, Darrell Anderson wrote:
Hmm.. Still no answer to the original issue, but after updating xorg on Arch, everything is FUBAR - so I'll have to get that sorted before I can test the starttde issue again -> can't the folks at xorg quit writing code long enough to let me get TDE finished :-
Just because you use a rolling release does not mean you have to update every day. :)
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Ain't it so true!
Hey, on another note, on another vbox install that I have NOT updated, I'm getting the following in .xsession-errors:
/opt/trinity/lib/libkcal.so.2: undefined symbol: _ZN11KDialogBase8tqt_castEPKc
This symbol is the mangled form of KDialogBase::tqt_cast(char const*).