X-From-Line: address@hidden Sun Aug 04 15:13:11 2003 Return-path: Envelope-to: address@hidden Delivery-date: Mon, 04 Aug 2003 19:01:43 +0200 Received: from hermes.epita.fr ([163.5.255.10] helo=epita.fr) by kualalumpur.lrde.epita.fr with esmtp (Exim 3.35 #1 (Debian)) id 19jiiK-0005Lw-01 for ; Mon, 04 Aug 2003 19:01:43 +0200 Received: from f7.net (consort.superb.net [209.61.216.22]) by epita.fr id h74Gs2I29347 for EPITA Paris France Mon, 4 Aug 2003 18:54:03 +0200 (CEST) Received: from monty-python.gnu.org (monty-python.gnu.org [199.232.76.173]) by f7.net (8.11.7/8.11.7) with ESMTP id h74Grwc20556; Mon, 4 Aug 2003 12:53:58 -0400 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jhJo-00010N-Fa for address@hidden; Mon, 04 Aug 2003 11:32:16 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19jhHs-0000pq-Kf for address@hidden; Mon, 04 Aug 2003 11:30:16 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19jfiC-0007UV-L0 for address@hidden; Mon, 04 Aug 2003 09:49:52 -0400 Received: from [213.17.146.163] (helo=ozimek.net.pl) by monty-python.gnu.org with esmtp (Exim 4.20) id 19jf9N-0002nT-SL for address@hidden; Mon, 04 Aug 2003 09:13:22 -0400 Received: from [172.16.14.10] (mucha [172.16.14.10]) by ozimek.net.pl (8.12.5/8.12.5) with ESMTP id h74EnMOg012318 for ; Mon, 4 Aug 2003 16:49:22 +0200 From: ivi4513j To: address@hidden Content-Type: multipart/alternative; boundary="=-K4rjCYGOD32/jENtYy17" Organization: X-Gnus-Mail-Source: pop:address@hidden Message-Id: Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 04 Aug 2003 15:13:11 +0200 Subject: Bug Report X-BeenThere: address@hidden X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for autoconf, the GNU build system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: address@hidden Errors-To: address@hidden X-Spam-Status: No, hits=0.0 required=5.0 tests= version=2.20 X-Spam-Level: Status: X-Content-Length: 23058 Lines: 537 Xref: nostromo.lrde.epita.fr autoconf.bug:2804 --=-K4rjCYGOD32/jENtYy17 Content-Type: text/plain Content-Transfer-Encoding: 7bit This is the output of libgcrypt 1.1.9 installation: address@hidden libgcrypt-1.1.9]$ ./autogen.sh Running libtoolize... Ignore non-fatal messages. Putting files in AC_CONFIG_AUX_DIR, `scripts'. libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite libtoolize: `ltmain.sh' exists: use `--force' to overwrite Running aclocal... aclocal: configure.ac: 186: macro `AM_PROG_LIBTOOL' not found in library Running autoheader... Running automake --gnu ... configure.ac:40: version mismatch. This is Automake 1.7, configure.ac:40: but the definition used by this AM_INIT_AUTOMAKE configure.ac:40: comes from Automake 1.6.1. You should recreate configure.ac:40: aclocal.m4 with aclocal and run automake again. /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL mpi/Makefile.am:25: `CFLAGS' is a user variable, you should not override it; mpi/Makefile.am:25: use `AM_CFLAGS' instead. /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL Running autoconf... You can now run "./configure --enable-maintainer-mode" and then "make". address@hidden libgcrypt-1.1.9]$ ./autogen.sh --force Running libtoolize... Ignore non-fatal messages. Putting files in AC_CONFIG_AUX_DIR, `scripts'. libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite libtoolize: `ltmain.sh' exists: use `--force' to overwrite Running aclocal... aclocal: configure.ac: 186: macro `AM_PROG_LIBTOOL' not found in library Running autoheader... Running automake --gnu ... configure.ac:40: version mismatch. This is Automake 1.7, configure.ac:40: but the definition used by this AM_INIT_AUTOMAKE configure.ac:40: comes from Automake 1.6.1. You should recreate configure.ac:40: aclocal.m4 with aclocal and run automake again. /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL mpi/Makefile.am:25: `CFLAGS' is a user variable, you should not override it; mpi/Makefile.am:25: use `AM_CFLAGS' instead. /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL Running autoconf... You can now run "./configure --enable-maintainer-mode" and then "make". address@hidden libgcrypt-1.1.9]$ ./configure --enable-maintainer-mode checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gawk... (cached) gawk checking which static random module to use... default checking whether use of /dev/random is requested... yes checking whether assembler modules are requested... yes checking whether memory guard is requested... no checking whether use of capabilities is requested... no checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make sets $(MAKE)... (cached) yes checking whether build environment is sane... yes checking for gcc... gcc checking for C compiler default output... 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for strerror in -lcposix... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... (cached) gawk db2any: error: docbook-to-man not found configure: WARNING: *** *** It seems that the Docbook environment is not installed as required. *** We will try to build everything, but if you either touch some files *** or use a bogus make tool, you may run into problems. *** Docbook is normally only needed to build the documentation. *** To further investigate the problem you can run the command *** scripts/db2any --systemcheck --verbose *** checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking for egrep... grep -E 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... no creating libtool checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... yes checking for _ prefix in compiled symbols... no checking for option to create PIC... -fPIC checking for gethostbyname in -lnsl... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... (cached) yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking return type of signal handlers... void checking whether sys_siglist is declared... no checking endianess... little checking for byte typedef... no checking for ushort typedef... yes checking for ulong typedef... yes checking for u16 typedef... no checking for u32 typedef... no checking for unsigned short... yes checking size of unsigned short... 2 checking for unsigned int... yes checking size of unsigned int... 4 checking for unsigned long... yes checking size of unsigned long... 4 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for vprintf... yes checking for _doprnt... no checking for stpcpy... yes checking for strsep... yes checking for strlwr... no checking for strcasecmp... yes checking for strtoul... yes checking for memmove... yes checking for stricmp... no checking for atexit... yes checking for raise... yes checking for strerror... yes checking for tcgetattr... yes checking for rand... yes checking for mmap... yes checking for gettimeofday... yes checking for getrusage... yes checking for gethrtime... no checking for setrlimit... yes checking for clock_gettime... no checking for getpagesize... yes checking for strftime... yes checking for nl_langinfo... yes checking for waitpid... yes checking for wait4... yes checking for sigaction... yes checking for sigprocmask... yes checking for fopen64... yes checking for fstat64... yes checking for mlock... yes checking whether mlock is broken... no checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking if mkdir takes one argument... no checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking whether IPC_RMID allowes subsequent attaches... yes checking whether SHM_LOCK is available... yes checking for random device... yes checking linux/random.h usability... no checking linux/random.h presence... yes configure: WARNING: linux/random.h: present but cannot be compiled configure: WARNING: linux/random.h: check for missing prerequisite headers? configure: WARNING: linux/random.h: proceeding with the preprocessor's result configure: WARNING: ## ------------------------------------ ## configure: WARNING: ## Report this to address@hidden ## configure: WARNING: ## ------------------------------------ ## checking for linux/random.h... yes checking for random device ioctl... yes checking for mpi assembler functions... done configure: creating ./config.status config.status: creating Makefile config.status: creating mpi/Makefile config.status: creating cipher/Makefile config.status: creating doc/Makefile config.status: creating doc/version.sgml config.status: creating src/Makefile config.status: creating src/libgcrypt-config config.status: creating tests/Makefile config.status: creating config.h config.status: linking ./mpi/i386/mpih-add1.S to mpi/mpih-add1.S config.status: linking ./mpi/i386/mpih-sub1.S to mpi/mpih-sub1.S config.status: linking ./mpi/i386/mpih-mul1.S to mpi/mpih-mul1.S config.status: linking ./mpi/i386/mpih-mul2.S to mpi/mpih-mul2.S config.status: linking ./mpi/i386/mpih-mul3.S to mpi/mpih-mul3.S config.status: linking ./mpi/i386/mpih-lshift.S to mpi/mpih-lshift.S config.status: linking ./mpi/i386/mpih-rshift.S to mpi/mpih-rshift.S config.status: linking ./mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h config.status: executing depfiles commands config.status: executing gcrypt-defs commands gcrypt-defs.h created --=-K4rjCYGOD32/jENtYy17 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
This is the output of libgcrypt 1.1.9 installation:





address@hidden libgcrypt-1.1.9]$ ./autogen.sh
Running libtoolize...  Ignore non-fatal messages.
Putting files in AC_CONFIG_AUX_DIR, `scripts'.
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
Running aclocal...
aclocal: configure.ac: 186: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running automake --gnu ...
configure.ac:40: version mismatch.  This is Automake 1.7,
configure.ac:40: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:40: comes from Automake 1.6.1.  You should recreate
configure.ac:40: aclocal.m4 with aclocal and run automake again.
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
mpi/Makefile.am:25: `CFLAGS' is a user variable, you should not override it;
mpi/Makefile.am:25: use `AM_CFLAGS' instead.
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
Running autoconf...
You can now run "./configure --enable-maintainer-mode" and then "make".
address@hidden libgcrypt-1.1.9]$ ./autogen.sh --force
Running libtoolize...  Ignore non-fatal messages.
Putting files in AC_CONFIG_AUX_DIR, `scripts'.
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
Running aclocal...
aclocal: configure.ac: 186: macro `AM_PROG_LIBTOOL' not found in library
Running autoheader...
Running automake --gnu ...
configure.ac:40: version mismatch.  This is Automake 1.7,
configure.ac:40: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:40: comes from Automake 1.6.1.  You should recreate
configure.ac:40: aclocal.m4 with aclocal and run automake again.
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
mpi/Makefile.am:25: `CFLAGS' is a user variable, you should not override it;
mpi/Makefile.am:25: use `AM_CFLAGS' instead.
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
Running autoconf...
You can now run "./configure --enable-maintainer-mode" and then "make".
address@hidden libgcrypt-1.1.9]$ ./configure --enable-maintainer-mode
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking which static random module to use... default
checking whether use of /dev/random is requested... yes
checking whether assembler modules are requested... yes
checking whether memory guard is requested... no
checking whether use of capabilities is requested... no
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether build environment is sane... yes
checking for gcc... gcc
checking for C compiler default output... 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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for strerror in -lcposix... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) gawk
db2any: error: docbook-to-man not found
configure: WARNING:
***
*** It seems that the Docbook environment is not installed as required.
*** We will try to build everything,  but if you either touch some files
*** or use a bogus make tool, you may run into problems.
*** Docbook is normally only needed to build the documentation.
*** To further investigate the problem you can run the command
***    scripts/db2any --systemcheck --verbose
***
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for egrep... grep -E
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for BSD-compatible nm... /usr/bin/nm -B
checking command to parse /usr/bin/nm -B output... yes
checking for _ prefix in compiled symbols... no
checking for option to create PIC... -fPIC
checking for gethostbyname in -lnsl... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... (cached) yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... no
checking endianess... little
checking for byte typedef... no
checking for ushort typedef... yes
checking for ulong typedef... yes
checking for u16 typedef... no
checking for u32 typedef... no
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for vprintf... yes
checking for _doprnt... no
checking for stpcpy... yes
checking for strsep... yes
checking for strlwr... no
checking for strcasecmp... yes
checking for strtoul... yes
checking for memmove... yes
checking for stricmp... no
checking for atexit... yes
checking for raise... yes
checking for strerror... yes
checking for tcgetattr... yes
checking for rand... yes
checking for mmap... yes
checking for gettimeofday... yes
checking for getrusage... yes
checking for gethrtime... no
checking for setrlimit... yes
checking for clock_gettime... no
checking for getpagesize... yes
checking for strftime... yes
checking for nl_langinfo... yes
checking for waitpid... yes
checking for wait4... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for fopen64... yes
checking for fstat64... yes
checking for mlock... yes
checking whether mlock is broken... no
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking if mkdir takes one argument... no
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking whether IPC_RMID allowes subsequent attaches... yes
checking whether SHM_LOCK is available... yes
checking for random device... yes
checking linux/random.h usability... no
checking linux/random.h presence... yes
configure: WARNING: linux/random.h: present but cannot be compiled
configure: WARNING: linux/random.h: check for missing prerequisite headers?
configure: WARNING: linux/random.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for linux/random.h... yes
checking for random device ioctl... yes


checking for mpi assembler functions... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mpi/Makefile
config.status: creating cipher/Makefile
config.status: creating doc/Makefile
config.status: creating doc/version.sgml
config.status: creating src/Makefile
config.status: creating src/libgcrypt-config
config.status: creating tests/Makefile
config.status: creating config.h
config.status: linking ./mpi/i386/mpih-add1.S to mpi/mpih-add1.S
config.status: linking ./mpi/i386/mpih-sub1.S to mpi/mpih-sub1.S
config.status: linking ./mpi/i386/mpih-mul1.S to mpi/mpih-mul1.S
config.status: linking ./mpi/i386/mpih-mul2.S to mpi/mpih-mul2.S
config.status: linking ./mpi/i386/mpih-mul3.S to mpi/mpih-mul3.S
config.status: linking ./mpi/i386/mpih-lshift.S to mpi/mpih-lshift.S
config.status: linking ./mpi/i386/mpih-rshift.S to mpi/mpih-rshift.S
config.status: linking ./mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
config.status: executing depfiles commands
config.status: executing gcrypt-defs commands
gcrypt-defs.h created


--=-K4rjCYGOD32/jENtYy17--