Description of problem: SELinux is complaining about /usr/lib64/libtcl8.5.so requiring text relocation. THis will cause errors on SELinux systems. Usually this is caused by the library being built without the proper PIC flags. This link http://people.redhat.com/~drepper/selinux-mem.html explains the protection.
*** Bug 514333 has been marked as a duplicate of this bug. ***
Works now (tcl-8.5.7-3.fc12.x86_64)
Sorry, false alarm. It still crashes.
Try this build. Problem is with systemtap. Systemtap is disabled now, but I'll working on it. Give me info please. http://koji.fedoraproject.org/koji/taskinfo?taskID=1583279
Yep, that one works (at least starts without crashing). Now loocking at Tk.... $ wish Application initialization failed: Can't find a usable tk.tcl in the following directories: /usr/share/tk8.5 /usr/share/tcl8.5/tk8.5 /usr/lib64/tcl8.5/tk8.5 /usr/lib/tk8.5 /lib/tk8.5 /usr/library /usr/share/tk8.5/tk.tcl: can't set "::tk_strictMotif": missing close-brace missing close-brace while executing "::tk::Evt?} {File "%1$s" ::tk_strictMotif {} write" (write trace on "::tk_strictMotif") invoked from within "set ::tk_strictMotif $::tk_strictMotif" ("x11" arm line 19) invoked from within "switch -exact -- [tk windowingsystem] { "x11" { event add <<Cut>> <Control-Key-x> <Key-F20> <Control-Lock-Key-X> event add <<Copy>> <Control-Key..." (file "/usr/share/tk8.5/tk.tcl" line 358) invoked from within "source /usr/share/tk8.5/tk.tcl" Reporting over there. ("uplevel" body line 1) invoked from within "uplevel #0 [list source $file]" This probably means that tk wasn't installed properly.
Be sure you have systemtap vesion 0.9.9. Build http://koji.fedoraproject.org/koji/taskinfo?taskID=1585989
build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1594345
Yes, that fixes it. systemtap-0.9.9-2.fc12.x86_64 right now. Thanks!