bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

report as requested by some ./configure


From: Paul Stoeber
Subject: report as requested by some ./configure
Date: Mon, 9 Aug 2004 19:34:58 +0200 (MEST)

$ # in this edited typescript, "[...]" denotes omitted lines
$ uname -a
SunOS w031416 5.8 Generic_117350-04 sun4u sparc SUNW,Sun-Blade-100
$ md5 Python-2.3.4.tgz
MD5 (Python-2.3.4.tgz) = b6cf0b19226861a38689d2fabd0931b3
$ tar zxf Python-2.3.4.tgz ; cd Python-2.3.4 ; ./configure
[...]
checking term.h usability... no
checking term.h presence... yes
configure: WARNING: term.h: present but cannot be compiled
configure: WARNING: term.h: check for missing prerequisite headers?
configure: WARNING: term.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for term.h... yes
[...]
$ cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by python configure 2.3, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = w031416
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_117350-04

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = w031416
Release = 5.8
KernelID = Generic_117350-04
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

[...]
configure:4691: checking term.h usability
configure:4704: gcc -c -g -O2  conftest.c >&5
In file included from configure:4778:
/usr/include/term.h:1034: error: parse error before "bool"
/usr/include/term.h:1060: error: parse error before "SGTTY"
/usr/include/term.h:1081: error: parse error before "sgr_mode"
/usr/include/term.h:1082: error: parse error before "sgr_faked"
/usr/include/term.h:1092: error: parse error before "funckeystarter"
/usr/include/term.h:1094: error: parse error before "_fl_rawmode"
/usr/include/term.h:1101: error: parse error before "_input_queue"
/usr/include/term.h:1108: error: parse error before '*' token
/usr/include/term.h:1111: error: parse error before "bit_vector"
/usr/include/term.h:1115: error: parse error before "check_turn_off"
/usr/include/term.h:1116: error: parse error before "non_faked_mode"
/usr/include/term.h:1117: error: parse error before "_cur_pair"
/usr/include/term.h:1118: error: parse error before '*' token
/usr/include/term.h:1120: error: parse error before '}' token
/usr/include/term.h:1207: error: parse error before "int"
/usr/include/term.h:1207: error: `vidputs' declared as function returning a 
function
/usr/include/term.h:1207: error: parse error before ')' token
configure:4707: $? = 1
configure: failed program was:
| #line 4693 "configure"
| /* confdefs.h.  */
|
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define __BSD_VISIBLE 1
| #define _XOPEN_SOURCE 600
| #define _XOPEN_SOURCE_EXTENDED 1
| #define _POSIX_C_SOURCE 200112L
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_THREAD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_AUDIOIO_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_LOCK_H 1
| #define HAVE_SYS_MKDEV_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <term.h>
configure:4723: result: no
configure:4727: checking term.h presence
configure:4738: gcc -E  conftest.c
configure:4744: $? = 0
configure:4763: result: yes
configure:4783: WARNING: term.h: present but cannot be compiled
configure:4785: WARNING: term.h: check for missing prerequisite headers?
configure:4787: WARNING: term.h: proceeding with the preprocessor's result
configure:4799: checking for term.h
configure:4806: result: yes
[...]

configure: exit 0
$ head -n 12 /usr/include/term.h
/*
 * Copyright (c) 1996,1997 by Sun Microsystems, Inc.
 * All rights reserved.
 */

/*      Copyright (c) 1988 AT&T */
/*        All Rights Reserved   */

/*      THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T     */
/*      The copyright notice above does not evidence any        */
/*      actual or intended publication of such source code.     */

$ # end of typescript




reply via email to

[Prev in Thread] Current Thread [Next in Thread]