libtool version mismatch using Madriva 2010 spring

Bug #669053 reported by Stefan Vandemaele
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Wizardpen
New
Undecided
Unassigned

Bug Description

Hi I am trying to get my touchpad (Trust TB-6300) running on Mandriva 2010 64 bit version
and got the following error during the make operation:

make[1]: Entering directory `/home/svdm/Downloads/xorg-input-wizardpen-0.8.0'
Making all in src
make[2]: Entering directory `/home/svdm/Downloads/xorg-input-wizardpen-0.8.0/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -MT wizardpen.lo -MD -MP -MF .deps/wizardpen.Tpo -c -o wizardpen.lo wizardpen.c
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
make[2]: *** [wizardpen.lo] Error 63
make[2]: Leaving directory `/home/svdm/Downloads/xorg-input-wizardpen-0.8.0/src'
make[1]: *** [all-recursive] Error 1

=> Indeed the system comes with libtool 2.2.6b.

[root@DualCoreLinux xorg-input-wizardpen-0.8.0]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:2602 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 003: ID 1005:b113 Apacer Technology, Inc. Handy Steno 2.0/HT203
Bus 001 Device 006: ID 0424:2228 Standard Microsystems Corp. 9-in-2 Card Reader
Bus 001 Device 007: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Bus 001 Device 008: ID 0bc7:0006 X10 Wireless Technology, Inc. Wireless Transceiver (ACPI-compliant)
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 044f:b106 ThrustMaster, Inc.
Bus 005 Device 003: ID 5543:0005 UC-Logic Technology Corp. Genius MousePen 8x6 Tablet

How can this be resolved?

Thanks
Stefan

Revision history for this message
Stefan Vandemaele (stefan-vandemaele) wrote :
Revision history for this message
Zbynek Pavlis (quak01) wrote :

I have same troubles during compilation on my old Fedora 10

make all-recursive
make[1]: Entering directory `/home/qk/stazeno/wizpen/xorg-input-wizardpen-0.8.0'
Making all in src
make[2]: Entering directory `/home/qk/stazeno/wizpen/xorg-input-wizardpen-0.8.0/src'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -MT wizardpen.lo -MD -MP -MF .deps/wizardpen.Tpo -c -o wizardpen.lo wizardpen.c
../libtool: line 467: CDPATH: command not found
../libtool: line 1145: func_opt_split: command not found
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
make[2]: *** [wizardpen.lo] Error 63
make[2]: Leaving directory `/home/qk/xorg-input-wizardpen-0.8.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/qk/xorg-input-wizardpen-0.8.0'
make: *** [all] Error 2

 lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 172f:0500
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

grep -i name /proc/bus/input/devices
N: Name="WALTOP International Corp. Media Tablet"

I have installed old drivers wizardpen-0.7.0-alpha2 but I have new tablet genius m712x and it doesn't work for me - so I tried to install new version

Revision history for this message
Dan Hatch (danhatch333) wrote :

I also have this problem on Natty Beta2 amd64
$ make
make all-recursive
make[1]: Entering directory `/home/dan/Desktop/xorg-input-wizardpen-0.8.0'
Making all in src
make[2]: Entering directory `/home/dan/Desktop/xorg-input-wizardpen-0.8.0/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -MT wizardpen.lo -MD -MP -MF .deps/wizardpen.Tpo -c -o wizardpen.lo wizardpen.c
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
make[2]: *** [wizardpen.lo] Error 63
make[2]: Leaving directory `/home/dan/Desktop/xorg-input-wizardpen-0.8.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dan/Desktop/xorg-input-wizardpen-0.8.0'
make: *** [all] Error 2

I don't have my tablet yet, but it will arrive within the next 24 hours.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.