You are here

Problem with client on Linux

Hello,

I try to run Coccinella on Gentoo Linux. The client has been installed with no problems but when I try to execute it I am getting an error.

I use Gentoo Linux and Coccinella version: 0.95.10

Any suggestions?

Error in startup script: version conflict for package "xmldefs": have 3.0, need 2.0
while executing
"package require xmldefs 2.0"
(file "/opt/coccinella/TclXML/tclparser-8.1.tcl" line 39)
invoked from within
"source /opt/coccinella/TclXML/tclparser-8.1.tcl"
("package ifneeded" script)
invoked from within
"package require xml::tclparser 99.0"
("package ifneeded" script)
invoked from within
"package require xml"
(file "/opt/coccinella/jabberlib/tinydom.tcl" line 12)
invoked from within
"source /opt/coccinella/jabberlib/tinydom.tcl"
("package ifneeded" script)
invoked from within
"package require tinydom"
(file "/opt/coccinella/whiteboard/CanvasFile.tcl" line 12)
invoked from within
"source /opt/coccinella/whiteboard/CanvasFile.tcl"
("package ifneeded" script)
invoked from within
"package require CanvasFile"
(file "/opt/coccinella/whiteboard/Whiteboard.tcl" line 18)
invoked from within
"source /opt/coccinella/whiteboard/Whiteboard.tcl"
("package ifneeded" script)
invoked from within
"package require $name"
("foreach" body line 2)
invoked from within
"foreach name $packages($class) {
package require $name
}"
("foreach" body line 2)
invoked from within
"foreach class {generic uibase application} {
foreach name $packages($class) {
package require $name
}
}"
(file "/opt/coccinella/coccinella" line 214)

Forum: 

Get the latest version from coccinella.im and see if that helps.

I reinstalled tclxml from version 3.x to 2.4 and now it works.
I am playing with the client now and I really like it. I guess I will install it for my wife :-)

I can't wait until gentoo ebuild for new version is available to try it out.