Comment 17 for bug 1080376

Revision history for this message
Massive Media (493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli) wrote :

I build from the revision control.

I managed to get a compiling version by adapting the Makefile. But when I checked out a new version to compare my differences to the original one, I get following error while running the bootstrap autoconfigure

hannes@buildbox03:~$ bzr branch lp:libmemcached/1.0
hannes@buildbox03:~$ cd 1.0
hannes@buildbox03:~/1.0$
hannes@buildbox03:~/1.0$ ./bootstrap.sh autoreconf
HOST_OS=x86_64-canonical-ubuntu-lucid-Linux-2.6.34-1-netlog
`/usr/bin/autoreconf --install --force --verbose'
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 -I libtest/m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory build-aux
autoreconf: running: libtoolize --install --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/config.guess'
libtoolize: copying file `build-aux/config.sub'
libtoolize: copying file `build-aux/install-sh'
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:17: installing `build-aux/missing'
Makefile.am: installing `build-aux/depcomp'
libmemcachedinternal/include.am:26: variable `EXTRA_libmemcachedinternal_libmemcachedinternal_la_DEPENDENCIES' is defined but no program or
libmemcachedinternal/include.am:26: library has `EXTRA_libmemcachedinternal_libmemcachedinternal_la' as canonical name (possible typo)
Makefile.am:65: `libmemcachedinternal/include.am' included from here
tests/cli.am:77: variable `EXTRA_tests_memslap_DEPENDENCIES' is defined but no program or
tests/cli.am:77: library has `EXTRA_tests_memslap' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:70: variable `EXTRA_tests_memerror_DEPENDENCIES' is defined but no program or
tests/cli.am:70: library has `EXTRA_tests_memerror' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:14: variable `EXTRA_tests_memcapable_DEPENDENCIES' is defined but no program or
tests/cli.am:14: library has `EXTRA_tests_memcapable' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:42: variable `EXTRA_tests_memrm_DEPENDENCIES' is defined but no program or
tests/cli.am:42: library has `EXTRA_tests_memrm' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:49: variable `EXTRA_tests_memexist_DEPENDENCIES' is defined but no program or
tests/cli.am:49: library has `EXTRA_tests_memexist' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:35: variable `EXTRA_tests_memflush_DEPENDENCIES' is defined but no program or
tests/cli.am:35: library has `EXTRA_tests_memflush' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:63: variable `EXTRA_tests_memcat_DEPENDENCIES' is defined but no program or
tests/cli.am:63: library has `EXTRA_tests_memcat' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
libtest/include.am:97: variable `EXTRA_libtest_libtest_la_DEPENDENCIES' is defined but no program or
libtest/include.am:97: library has `EXTRA_libtest_libtest_la' as canonical name (possible typo)
Makefile.am:38: `libtest/include.am' included from here
tests/cli.am:84: variable `EXTRA_tests_memdump_DEPENDENCIES' is defined but no program or
tests/cli.am:84: library has `EXTRA_tests_memdump' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:56: variable `EXTRA_tests_memtouch_DEPENDENCIES' is defined but no program or
tests/cli.am:56: library has `EXTRA_tests_memtouch' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
libmemcached/include.am:54: variable `EXTRA_libmemcached_libmemcached_la_DEPENDENCIES' is defined but no program or
libmemcached/include.am:54: library has `EXTRA_libmemcached_libmemcached_la' as canonical name (possible typo)
Makefile.am:58: `libmemcached/include.am' included from here
tests/cli.am:28: variable `EXTRA_tests_memcp_DEPENDENCIES' is defined but no program or
tests/cli.am:28: library has `EXTRA_tests_memcp' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
tests/cli.am:21: variable `EXTRA_tests_memstat_DEPENDENCIES' is defined but no program or
tests/cli.am:21: library has `EXTRA_tests_memstat' as canonical name (possible typo)
Makefile.am:70: `tests/include.am' included from here
tests/include.am:77: `tests/cli.am' included from here
autoreconf: automake failed with exit status: 1
./bootstrap.sh:752: Cannot execute /usr/bin/autoreconf --install --force --verbose