>> gzip -dc /sw/src/libdbi-drivers-0.8.3-1.tar.gz | /sw/bin/tar -xf -   
>> --
>> no-same-owner --no-same-permissions
>> perl -pi -e 's,../dbd_mysql.sgml,/sw/share/sgml/dtd/docbook/4.1/
>> docbook.dcl ../dbd_mysql.sgml,g' drivers/mysql/Makefile.am
>> autoreconf -fvi
>> autoreconf: Entering directory `.'
>> autoreconf: configure.in: not using Gettext
>> autoreconf: running: aclocal --force
>> autoreconf: configure.in: tracing
>> aclocal.m4:14: error: this file was generated for autoconf 2.61.
>> You have another version of autoconf.  If you want to use that,
>> you should regenerate the build system entirely.
>> aclocal.m4:14: the top level
>>
> I'm out of my league here, so I might be completely wrong. Do you  
> have any of the autoconf environmental variables set in your  
> profile?  (AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL, AUTOPOINT,  
> LIBTOOLIZE, M4).

I was experimenting with AUTOCONF and LIBTOOLIZE variables before but  
that was in the different session and the current session of free of  
them.

 >set | egrep "AUTO|ACLOCAL|LIB|M4"
PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin

 >egrep "AUTO|ACLOCAL|LIB|M4" /etc/profile

>
> Just to make sure your fink is doing what it should, what does
> which autoconf
> give you?
>
> If it is /sw/bin/autoconf, how about
> autoconf --version
> ?


 >which autoconf
/sw/bin/autoconf

 >autoconf --version
autoconf (GNU Autoconf) 2.63

 >which autoreconf
/sw/bin/autoreconf

 >autoreconf --version
autoreconf (GNU Autoconf) 2.63

fink install libdbi-drivers-mysql still fails


> I'm really confused as to how autoreconf can give you a wrong  
> regeneration of aclocal.m4, especially since the only version of  
> autoconf 2.6x that shows up for me in OS X 10.6/ fink x86_64 is  
> 1:2.63-2. 2.61 shouldn't even be reachable for fink if the builddep  
> is met.

Well, it seems that I have 2.61 version of autoconf installation in  
the /usr/bin directory as well. I think those are Apple provided,  
because they are in the /Developer/usr/bin/ directory as well. So, I  
just linked the /usr/bin/auto* files to the 2-63 version in the /sw/ 
bin/ directory:

# ls -la /usr/bin/auto*
lrwxr-xr-x  1 root  wheel      21 Sep 29 07:56 /usr/bin/autoconf -> / 
sw/bin/autoconf-2.63
-rwxr-xr-x  1 root  wheel   13414 May 18 21:27 /usr/bin/autoconf-2.61
lrwxr-xr-x  1 root  wheel      23 Sep 29 08:00 /usr/bin/autoheader -> / 
sw/bin/autoheader-2.63
-rwxr-xr-x  1 root  wheel    8371 May 18 21:27 /usr/bin/autoheader-2.61
lrwxr-xr-x  1 root  wheel      21 Sep 29 08:00 /usr/bin/autom4te -> / 
sw/bin/autom4te-2.63
-rwxr-xr-x  1 root  wheel   30507 May 18 21:27 /usr/bin/autom4te-2.61
-rwxr-xr-x  2 root  wheel  232943 May 18 21:26 /usr/bin/automake
-rwxr-xr-x  2 root  wheel  232943 May 18 21:26 /usr/bin/automake-1.10
-rwxr-xr-x  1 root  wheel   74064 Jul 11 10:09 /usr/bin/automator
lrwxr-xr-x  1 root  wheel      23 Sep 29 07:58 /usr/bin/autoreconf -> / 
sw/bin/autoreconf-2.63
-rwxr-xr-x  1 root  wheel   20019 May 18 21:27 /usr/bin/autoreconf-2.61
-rwxr-xr-x  1 root  wheel   17002 May 18 21:27 /usr/bin/autoscan
-rwxr-xr-x  1 root  wheel   33472 May 18 21:27 /usr/bin/autoupdate

Now the fink install libdbi-drivers-mysql fails with different problem:

make
make  all-recursive
Making all in drivers
Making all in mysql
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H - 
I. -I../.. -I../.. -I../../include -I/sw/include -I/sw/include  -I/sw/ 
include  -O20 -D__NO_MATH_INLINES -fsigned-char -c -o dbd_mysql.lo  
dbd_mysql.c
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[3]: *** [dbd_mysql.lo] Error 63

Could it be that there's confusion between /usr/bin/libtool and /usr/ 
bin/glibtool? The version info is

 >libtool -V
Apple Computer, Inc. version cctools-750

 >glibtool --version
ltmain.sh (GNU libtool) 2.2.6
Written by Gordon Matzigkeit <g...@gnu.ai.mit.edu>, 1996

However, setting LIBTOOLIZE=/usr/bin/glibtoolize and LIBTOOL=/usr/bin/ 
libtool doesn't seem to make any difference. The hack to link /usr/bin/ 
libtool to /usr/bin/glibtool doesn't work either. The whole fink  
install output follows:

 >export LIBTOOL=/usr/bin/glibtool

 >export LIBTOOLIZE=/usr/bin/glibtoolize

 >fink install libdbi-drivers-mysql
Information about 8149 packages read in 0 seconds.
The following package will be installed or updated:
  libdbi-drivers-mysql
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libdbi-drivers- 
mysql-0.8.3-2 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-libdbi-drivers- 
mysql-0.8.3-2' in `/sw/src/fink.build/fink-buildlock-libdbi-drivers- 
mysql-0.8.3-2_2009.09.29-08.18.14_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-libdbi- 
drivers-mysql-0.8.3-2_2009.09.29-08.18.14_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-libdbi-drivers- 
mysql-0.8.3-2.
(Reading database ... 31134 files and directories currently installed.)
Unpacking fink-buildlock-libdbi-drivers-mysql-0.8.3-2 (from .../fink- 
buildlock-libdbi-drivers-mysql-0.8.3-2_2009.09.29-08.18.14_darwin- 
x86_64.deb) ...
Setting up fink-buildlock-libdbi-drivers-mysql-0.8.3-2  
(2009.09.29-08.18.14) ...
gzip -dc /sw/src/libdbi-drivers-0.8.3-1.tar.gz | /sw/bin/tar -xf -  -- 
no-same-owner --no-same-permissions
perl -pi -e 's,../dbd_mysql.sgml,/sw/share/sgml/dtd/docbook/4.1/ 
docbook.dcl ../dbd_mysql.sgml,g' drivers/mysql/Makefile.am
autoreconf -fvi
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to  
`aclocal.m4':
libtoolize:   `/sw/share/aclocal/ltversion.m4'
libtoolize:   `/sw/share/aclocal/ltsugar.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to  
configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros  
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /sw/bin/autoconf-2.63 --force
autoreconf: running: /sw/bin/autoheader-2.63 --force
autoreconf: running: automake --add-missing --copy --force-missing
drivers/firebird/Makefile.am:10: docdir was already defined in  
condition TRUE, which includes condition BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
configure.in:2: ... `docdir' previously defined here
drivers/firebird/Makefile.am:11: htmldir was already defined in  
condition TRUE, which includes condition BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
configure.in:2: ... `htmldir' previously defined here
drivers/firebird/Makefile.am:15: docdir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
drivers/firebird/Makefile.am:10: ... `docdir' previously defined here
drivers/firebird/Makefile.am:16: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
drivers/firebird/Makefile.am:11: ... `htmldir' previously defined here
drivers/freetds/Makefile.am:7: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `docdir' previously defined here
drivers/freetds/Makefile.am:8: htmldir was already defined in  
condition TRUE, which includes condition BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `htmldir' previously defined here
drivers/freetds/Makefile.am:12: docdir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `docdir' previously defined here
drivers/freetds/Makefile.am:13: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `htmldir' previously defined here
drivers/freetds/Makefile.am:22: docdir was already defined in  
condition TRUE, which includes condition !HAVE_FREETDS ...
configure.in:2: ... `docdir' previously defined here
drivers/freetds/Makefile.am:23: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_FREETDS ...
configure.in:2: ... `htmldir' previously defined here
drivers/ingres/Makefile.am:6: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_INGRES ...
configure.in:2: ... `docdir' previously defined here
drivers/ingres/Makefile.am:7: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_INGRES ...
configure.in:2: ... `htmldir' previously defined here
drivers/ingres/Makefile.am:11: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_INGRES ...
drivers/ingres/Makefile.am:6: ... `docdir' previously defined here
drivers/ingres/Makefile.am:12: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_INGRES ...
drivers/ingres/Makefile.am:7: ... `htmldir' previously defined here
drivers/ingres/Makefile.am:23: docdir was already defined in condition  
TRUE, which includes condition !HAVE_INGRES ...
drivers/ingres/Makefile.am:6: ... `docdir' previously defined here
drivers/ingres/Makefile.am:24: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_INGRES ...
drivers/ingres/Makefile.am:7: ... `htmldir' previously defined here
drivers/msql/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/msql/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/msql/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/msql/Makefile.am:14: htmldir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/msql/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_MSQL ...
drivers/msql/Makefile.am:13: ... `docdir' previously defined here
drivers/msql/Makefile.am:26: htmldir was already defined in condition  
TRUE, which includes condition !HAVE_MSQL ...
drivers/msql/Makefile.am:14: ... `htmldir' previously defined here
drivers/mysql/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MYSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/mysql/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MYSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/mysql/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MYSQL ...
drivers/mysql/Makefile.am:8: ... `docdir' previously defined here
drivers/mysql/Makefile.am:14: htmldir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MYSQL ...
drivers/mysql/Makefile.am:9: ... `htmldir' previously defined here
drivers/mysql/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_MYSQL ...
drivers/mysql/Makefile.am:13: ... `docdir' previously defined here
drivers/mysql/Makefile.am:26: htmldir was already defined in condition  
TRUE, which includes condition !HAVE_MYSQL ...
drivers/mysql/Makefile.am:14: ... `htmldir' previously defined here
drivers/oracle/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_ORACLE ...
configure.in:2: ... `docdir' previously defined here
drivers/oracle/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_ORACLE ...
configure.in:2: ... `htmldir' previously defined here
drivers/oracle/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_ORACLE ...
drivers/oracle/Makefile.am:8: ... `docdir' previously defined here
drivers/oracle/Makefile.am:14: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_ORACLE ...
drivers/oracle/Makefile.am:9: ... `htmldir' previously defined here
drivers/oracle/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_ORACLE ...
drivers/oracle/Makefile.am:8: ... `docdir' previously defined here
drivers/oracle/Makefile.am:26: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_ORACLE ...
drivers/oracle/Makefile.am:9: ... `htmldir' previously defined here
drivers/pgsql/Makefile.am:6: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/pgsql/Makefile.am:7: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/pgsql/Makefile.am:11: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/pgsql/Makefile.am:12: htmldir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/pgsql/Makefile.am:23: docdir was already defined in condition  
TRUE, which includes condition !HAVE_PGSQL ...
drivers/pgsql/Makefile.am:11: ... `docdir' previously defined here
drivers/pgsql/Makefile.am:24: htmldir was already defined in condition  
TRUE, which includes condition !HAVE_PGSQL ...
drivers/pgsql/Makefile.am:12: ... `htmldir' previously defined here
drivers/sqlite/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite/Makefile.am:14: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_SQLITE ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite/Makefile.am:26: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_SQLITE ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite3/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_SQLITE3 ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite3/Makefile.am:9: htmldir was already defined in  
condition TRUE, which includes condition BUILDDOCS and HAVE_SQLITE3 ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite3/Makefile.am:13: docdir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE3 ...
drivers/sqlite3/Makefile.am:8: ... `docdir' previously defined here
drivers/sqlite3/Makefile.am:14: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE3 ...
drivers/sqlite3/Makefile.am:9: ... `htmldir' previously defined here
drivers/sqlite3/Makefile.am:25: docdir was already defined in  
condition TRUE, which includes condition !HAVE_SQLITE3 ...
drivers/sqlite3/Makefile.am:13: ... `docdir' previously defined here
drivers/sqlite3/Makefile.am:26: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_SQLITE3 ...
drivers/sqlite3/Makefile.am:14: ... `htmldir' previously defined here
autoreconf: Leaving directory `.'
./autogen.sh
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to  
`aclocal.m4':
libtoolize:   `/sw/share/aclocal/ltversion.m4'
libtoolize:   `/sw/share/aclocal/ltsugar.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to  
configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros  
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
drivers/firebird/Makefile.am:10: docdir was already defined in  
condition TRUE, which includes condition BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
configure.in:2: ... `docdir' previously defined here
drivers/firebird/Makefile.am:11: htmldir was already defined in  
condition TRUE, which includes condition BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
configure.in:2: ... `htmldir' previously defined here
drivers/firebird/Makefile.am:15: docdir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
configure.in:2: ... `docdir' previously defined here
drivers/firebird/Makefile.am:16: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and  
HAVE_FIREBIRD_INTERBASE ...
configure.in:2: ... `htmldir' previously defined here
drivers/freetds/Makefile.am:7: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `docdir' previously defined here
drivers/freetds/Makefile.am:8: htmldir was already defined in  
condition TRUE, which includes condition BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `htmldir' previously defined here
drivers/freetds/Makefile.am:12: docdir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `docdir' previously defined here
drivers/freetds/Makefile.am:13: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_FREETDS ...
configure.in:2: ... `htmldir' previously defined here
drivers/freetds/Makefile.am:22: docdir was already defined in  
condition TRUE, which includes condition !HAVE_FREETDS ...
configure.in:2: ... `docdir' previously defined here
drivers/freetds/Makefile.am:23: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_FREETDS ...
configure.in:2: ... `htmldir' previously defined here
drivers/ingres/Makefile.am:6: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_INGRES ...
configure.in:2: ... `docdir' previously defined here
drivers/ingres/Makefile.am:7: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_INGRES ...
configure.in:2: ... `htmldir' previously defined here
drivers/ingres/Makefile.am:11: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_INGRES ...
configure.in:2: ... `docdir' previously defined here
drivers/ingres/Makefile.am:12: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_INGRES ...
configure.in:2: ... `htmldir' previously defined here
drivers/ingres/Makefile.am:23: docdir was already defined in condition  
TRUE, which includes condition !HAVE_INGRES ...
configure.in:2: ... `docdir' previously defined here
drivers/ingres/Makefile.am:24: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_INGRES ...
configure.in:2: ... `htmldir' previously defined here
drivers/msql/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/msql/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/msql/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/msql/Makefile.am:14: htmldir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/msql/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_MSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/msql/Makefile.am:26: htmldir was already defined in condition  
TRUE, which includes condition !HAVE_MSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/mysql/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MYSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/mysql/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_MYSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/mysql/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MYSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/mysql/Makefile.am:14: htmldir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_MYSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/mysql/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_MYSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/mysql/Makefile.am:26: htmldir was already defined in condition  
TRUE, which includes condition !HAVE_MYSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/oracle/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_ORACLE ...
configure.in:2: ... `docdir' previously defined here
drivers/oracle/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_ORACLE ...
configure.in:2: ... `htmldir' previously defined here
drivers/oracle/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_ORACLE ...
configure.in:2: ... `docdir' previously defined here
drivers/oracle/Makefile.am:14: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_ORACLE ...
configure.in:2: ... `htmldir' previously defined here
drivers/oracle/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_ORACLE ...
configure.in:2: ... `docdir' previously defined here
drivers/oracle/Makefile.am:26: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_ORACLE ...
configure.in:2: ... `htmldir' previously defined here
drivers/pgsql/Makefile.am:6: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/pgsql/Makefile.am:7: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/pgsql/Makefile.am:11: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/pgsql/Makefile.am:12: htmldir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_PGSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/pgsql/Makefile.am:23: docdir was already defined in condition  
TRUE, which includes condition !HAVE_PGSQL ...
configure.in:2: ... `docdir' previously defined here
drivers/pgsql/Makefile.am:24: htmldir was already defined in condition  
TRUE, which includes condition !HAVE_PGSQL ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite/Makefile.am:9: htmldir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite/Makefile.am:13: docdir was already defined in condition  
TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite/Makefile.am:14: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite/Makefile.am:25: docdir was already defined in condition  
TRUE, which includes condition !HAVE_SQLITE ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite/Makefile.am:26: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_SQLITE ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite3/Makefile.am:8: docdir was already defined in condition  
TRUE, which includes condition BUILDDOCS and HAVE_SQLITE3 ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite3/Makefile.am:9: htmldir was already defined in  
condition TRUE, which includes condition BUILDDOCS and HAVE_SQLITE3 ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite3/Makefile.am:13: docdir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE3 ...
configure.in:2: ... `docdir' previously defined here
drivers/sqlite3/Makefile.am:14: htmldir was already defined in  
condition TRUE, which includes condition !BUILDDOCS and HAVE_SQLITE3 ...
configure.in:2: ... `htmldir' previously defined here
drivers/sqlite3/Makefile.am:25: docdir was already defined in  
condition TRUE, which includes condition !HAVE_SQLITE3 ...
drivers/sqlite3/Makefile.am:13: ... `docdir' previously defined here
drivers/sqlite3/Makefile.am:26: htmldir was already defined in  
condition TRUE, which includes condition !HAVE_SQLITE3 ...
drivers/sqlite3/Makefile.am:14: ... `htmldir' previously defined here

Using autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille., if you have problems
while building then set the environemnt variable AUTOCONF
to a different autoconf version and rerun ./autogen.sh

./configure --prefix=/sw --with-mysql --disable-dependency-tracking -- 
with-mysql-dir=/sw
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking host system type... (cached) i386-apple-darwin10.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)  
is GNU ld... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to  
reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for libdbi framework... yes: headers in /sw/include
checking for MySQL support... yes: libs in /sw/lib, headers in /sw/ 
include
checking for PostgreSQL support... no
checking for SQLite support... no
checking for SQLite3 support... no
checking for MiniSQL (mSQL) support... no
checking for Oracle support... no
checking for Firebird/Interbase support... no
checking for Freetds support... no
checking for Ingres support... no
checking for strtoll... yes
checking for atoll... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for libdbi library... yes: libs in /sw/lib
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
configure: creating ./config.status
config.status: creating libdbi.spec
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/include/Makefile
config.status: creating drivers/Makefile
config.status: creating drivers/mysql/Makefile
config.status: creating drivers/pgsql/Makefile
config.status: creating drivers/sqlite/Makefile
config.status: creating drivers/sqlite3/Makefile
config.status: creating drivers/msql/Makefile
config.status: creating drivers/oracle/Makefile
config.status: creating drivers/firebird/Makefile
config.status: creating drivers/freetds/Makefile
config.status: creating drivers/ingres/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make
make  all-recursive
Making all in drivers
Making all in mysql
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H - 
I. -I../.. -I../.. -I../../include -I/sw/include -I/sw/include  -I/sw/ 
include  -O20 -D__NO_MATH_INLINES -fsigned-char -c -o dbd_mysql.lo  
dbd_mysql.c
libtool: Version mismatch error.  This is libtool 2.2.6, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6
libtool: and run autoconf again.
make[3]: *** [dbd_mysql.lo] Error 63
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-libdbi-drivers-mysql-0.8.3-2
(Reading database ... 31135 files and directories currently installed.)
Removing fink-buildlock-libdbi-drivers-mysql-0.8.3-2 ...
Failed: phase compiling: libdbi-drivers-mysql-0.8.3-2 failed

Before reporting any errors, please run "fink selfupdate" and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

        Dave Reiser <dbrei...@users.sourceforge.net>

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.





------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to