2009/6/20 Martin-Éric Racine <[email protected]>: > On Sat, Jun 20, 2009 at 12:16 AM, Justin Smith<[email protected]> > wrote: >> On 6/19/09, Martin-Éric Racine <[email protected]> wrote: >>> On Fri, Jun 19, 2009 at 11:36 PM, Justin Smith<[email protected]> >>> wrote: >>>> When I try compiling on Ubuntu Hardy, I get the following error: >>>> >>>> ../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, 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 >>>> libtool: and run autoconf again. >>>> make[2]: *** [geode_driver.lo] Error 63 >>>> make[2]: Leaving directory >>>> `/home/tester/workspace/geode/xf86-video-geode-2.11.3/src' >>>> make[1]: *** [all-recursive] Error 1 >>>> make[1]: Leaving directory >>>> `/home/tester/workspace/geode/xf86-video-geode-2.11.3' >>>> make: *** [all] Error 2 >>> >>> You probably need to run ./autogen.sh to re-generate dependencies >>> suitable for Hardy: >>> >>> $ sudo aptitude -y install autoconf automake libtool >>> $ sudo apt-get -y build-dep xserver-xorg-video-geode >>> $ cd xserver-xorg-video-geode-2.11.3 >>> $ ./autogen.sh >>> $ debuild -uc -us >>> >>> Please try this and let us know if it worked. >> >> I am using standard tarball from the link Chris sent in the email. So >> debuild doesn't work. >> >> However, that prompted me to do a git clone and compile, that seems to >> compile fine. > > You can try with this: > > http://mentors.debian.net/debian/pool/main/x/xserver-xorg-video-geode/ > > To unpack it, use:
$ dget http://mentors.debian.net/debian/pool/main/x/xserver-xorg-video-geode/xserver-xorg-video-geode_2.11.3-1.dsc then > $ dpkg-source -x xserver-xorg-video-geode_2.11.3-1.dsc > > Then re-libtoolize as show above. > > Martin-Éric > _______________________________________________ Xorg-driver-geode mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-geode
