Todd Pfaff
2009-May-16 02:49 UTC
[Gluster-users] gluster-2.0.1, mandriva-2008.1-x86_64, libtool, lt_unset
I've encountered a new problem building gluster-2.0.1 that I did not have with gluster-2.0.0rc8. This is on a mandriva-2008.1-x86_64 system. ../../libtool: line 466: CDPATH: command not found ../../libtool: line 1144: 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[4]: *** [libglusterfs_la-dict.lo] Error 63 This suggests that $lt_unset is empty in line 466 of libtool. I'm certainly willing to accept that this may be a bug in my mandriva linux installation, but something must have changed since gluster-2.0.0rc8 to introduce this new problem. Can anyone tell me what needs to be done to work around this problem? Thanks, -- Todd Pfaff <pfaff at mcmaster.ca> http://www.rhpcs.mcmaster.ca/
Todd Pfaff
2009-May-19 15:50 UTC
[Gluster-users] gluster-2.0.1, mandriva-2008.1-x86_64, libtool, lt_unset
Thanks Luca, that suggestion got me a bit further until I ran into another build problem with mod_glusterfs. Since I don't need mod_glusterfs right now, I've disabled it with --disable-mod_glusterfs to get me over this little hump. -- Todd Pfaff <pfaff at mcmaster.ca> http://www.rhpcs.mcmaster.ca/ On Sun, 17 May 2009, Luca Barbato wrote:> Todd Pfaff wrote: >> I've encountered a new problem building gluster-2.0.1 that I did not >> have with gluster-2.0.0rc8. This is on a mandriva-2008.1-x86_64 system. >> >> ../../libtool: line 466: CDPATH: command not found >> ../../libtool: line 1144: 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[4]: *** [libglusterfs_la-dict.lo] Error 63 >> >> >> This suggests that $lt_unset is empty in line 466 of libtool. >> >> I'm certainly willing to accept that this may be a bug in my mandriva >> linux installation, but something must have changed since gluster-2.0.0rc8 >> to introduce this new problem. >> >> Can anyone tell me what needs to be done to work around this problem? > > make sure you have up to date autotools and run autoreconf -i > > (running libtoolize _may_ be enough btw) > > lu > >