X-From-Line: address@hidden Tue Jul 01 15:37:54 2003 Return-path: Envelope-to: address@hidden Delivery-date: Tue, 01 Jul 2003 21:46:40 +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 19XR5L-0005TQ-00 for ; Tue, 01 Jul 2003 21:46:40 +0200 Received: from f7.net (consort.superb.net [209.61.216.22]) by epita.fr id h61Jibk19059 for EPITA Paris France Tue, 1 Jul 2003 21:44:37 +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 h61JiXg31347; Tue, 1 Jul 2003 15:44:33 -0400 Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19XR2f-0000Mh-Rc for address@hidden; Tue, 01 Jul 2003 15:43:53 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19XR1O-0008CM-5d for address@hidden; Tue, 01 Jul 2003 15:42:34 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19XR0i-0007cn-CP for address@hidden; Tue, 01 Jul 2003 15:42:00 -0400 Received: from ccs.super.org ([192.31.192.5] helo=mailhost.super.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19XQwu-0005bs-AU for address@hidden; Tue, 01 Jul 2003 15:37:56 -0400 Received: from ua236.super.org (ua236 [172.30.1.72]) by mailhost.super.org (8.11.6+Sun/8.11.6) with ESMTP id h61JbtW03943; Tue, 1 Jul 2003 15:37:55 -0400 (EDT) Received: from ua236.super.org (localhost [127.0.0.1]) by ua236.super.org (8.12.8/8.12.5) with ESMTP id h61JbtBD021841; Tue, 1 Jul 2003 15:37:55 -0400 Received: (from address@hidden) by ua236.super.org (8.12.8/8.12.8/Submit) id h61JbtfT021839; Tue, 1 Jul 2003 15:37:55 -0400 From: "John . Nolan" X-Gnus-Mail-Source: pop:address@hidden Message-Id: To: address@hidden Date: Tue, 01 Jul 2003 15:37:54 -0400 (EDT) X-Mailer: XCmail 1.3 - with PGP support, PGP engine version 0.5 (Linux) X-Mailerorigin: http://www.fsai.fh-trier.de/~schmitzj/Xclasses/XCmail/ MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit cc: address@hidden Subject: Bug Report X-BeenThere: address@hidden X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for autoconf, the GNU build system List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , 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: O X-Content-Length: 9122 Lines: 249 Xref: nostromo.lrde.epita.fr autoconf.bug:2679 Here is a script with a configuration bug in it. The application (texinfo) seemed to compile and run ok. I have no idea where the real problem is. Look at about line 88 for the report. Cheers, John Nolan address@hidden --------------------------------- Script started on Fri Jun 27 11:25:40 2003 LAB022 201 pwd;uname -a /usr/local/pkg/texinfo-4.5 SunOS LAB022 5.9 Generic sun4u spare SUNW,Ultra-5_10 LAB022 202 set path= ( /usr/local/gcc-3.2.2/bin $path ) LAB022 203 gcc --version gcc (GCC) 3.2.2 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ##################################################################################### LAB022 205 ./configure --prefix=/usr/local checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... 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 egrep... egrep checking whether gcc needs -traditional... no checking for a BSD-compatible install... ./install-sh -c checking whether make sets $(MAKE)... (cached) yes checking for rani ib... ranlib checking for strerror in -Icposix... no 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... no checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for sigblock... no checking for sigblock in -Ibsd... no checking whether stat file-mode macros are broken... no checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking termcap.h usability... no checking termcap.h presence... no checking for termcap.h... no checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes , checking for unistd.h... (cached) yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/stream.h usability... no checking sys/stream.h presence.. yes configure WARNING sys/stream.h present but cannot be compiled configure WARNING sys/stream.h check for missing prerequisite headers? configure WARNING sys/stream.h proceeding with the preprocessor's result configure WARNING ## ------------------------------------ ## configure WARNING ## Report this to address@hidden ## configure WARNING ## ------------------------------------ ## checking for sys/stream.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ttold.h usability... yes checking sys/ttold.h presence... yes checking for sys/ttold.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for sys/ptem.h... no checking POSIX termios... yes checking whether termios.h defines TIOCGWINSZ... yes checking for off_t... yes checking return type of signal handlers... void checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether strerror is declared... yes checking whether strcasecmp is declared... yes checking whether strncasecmp is declared... yes checking whether strcoll is declared... yes checking for working alloca.h... yes checking for alloca... yes checking for working strcoll... yes checking for vprintf... yes checking for _doprnt... yes checking for bzero... yes checking for getcwd... yes checking for memset... yes checking for setvbuf... yes checking for sigaction... yes checking for sigprocmask... yes checking for sigsetmask... no checking for strchr... yes checking for memcpy... yes checking for memmove... yes checking for strdup... yes checking for strcasecmp... yes checking for strerror... yes checking for strncasecmp... yes checking build system type... sparc-sun-solaris2.9 checking for tgetent in -Incurses... no checking for tgetent in -Icurses... yes , checking for library with termcap variables... curses checking for fcntl.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking whether getenv is declared... yes checking for inttypes.h... yes checking for stdint.h... no checking for unsigned long long... yes checking for mkstemp... yes checking for mkstemp limitations... no checking host system type... sparc-sun-solaris2.9 checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for inline... inline checking for size_t... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... no checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for Id used by GCC... /usr/ccs/bin/ld checking if the linker (/usr/ccs/bin/ld) is GNU Id... no checking for shared library run path origin... done checking argz.h usability... no checking argz.h presence... no checking for argz.h... no checking for limits.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... no checking for fgets_unlocked... no checking for getc_unlocked... yes checking for getcwd... (cached) yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes , checking for mempcpy... no checking for munmap... yes checking for putenv... yes checking for setenv... no checking for setlocale... yes checking for stpcpy... no checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... yes checking for tsearch... yes checking for _argz_count... no checking for _argz_stringify... no checking for _argz_next... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft) ; checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... no checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... no checking for GNU gettext in libintl... no configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating info/Makefile config.status: creating inti/Makefile config.status: creating lib/Makefile config.status: creating m4/Makefile config.status: creating makeinfo/Makefile config.status: creating makeinfo/tests/Makefile config.status: creating po/Makefile.in config.status: creating util/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile 41.Ou 68.0s 2:07 85 0+Ok 0+Oio Opf+Ow LAB022 206 exit