Bug fixed. The package is built twice, the 1st time with --disable-shared, to create the static library, and the 2nd with --enable-shared, for the shared library. The file with the bug pkgIndex.tcl was being created during the first make, while the static library is built, but not during the second, for the shared lib. That was the cause of the problem.
Cheers, Daniel Rus ** Attachment added: "pkgIndex.tcl must contains the result of building with --enable-shared" http://librarian.launchpad.net/6839824/tktable.patch -- tktable installs faulty pkgIndex.tcl https://launchpad.net/bugs/69701 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
