Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version mismatch when loading #3

Open
jal-frezie opened this issue May 7, 2022 · 1 comment
Open

Version mismatch when loading #3

jal-frezie opened this issue May 7, 2022 · 1 comment

Comments

@jal-frezie
Copy link

I built and installed it OK on arch linux but trying to load it gives:

attempt to provide package xmldefs 3.3.1 failed: package xmldefs 3.3 provided instead
("package ifneeded xmldefs 3.3.1" script)
invoked from within
"package require xmldefs 3.3.1"
(in namespace eval "::" script line 2)
invoked from within
"namespace eval :: [format {
package require xmldefs 3.3.1
package require xml::tcl 3.3.1
# TEA style
if {[catch {load [file join [..."
(procedure "::xml::pkgload" line 6)
invoked from within
"::xml::pkgload /usr/lib/Tclxml3.3.1 0"
("package ifneeded xml 3.3.1" script)
invoked from within
"package require xml"

Sure its a minor problem

@bovine
Copy link
Member

bovine commented Jun 21, 2022

Hmm, it looks like there are some hard-coded version numbers in some of the sources that don't automatically get updated to match the PACKAGE_VERSION from configure.in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants