argus-3.0.0.rc.14
Karl Tatgenhorst <karlt <at> uchicago.edu>
2006-07-10 16:02:42 GMT
Hello,
I am trying to set up a new argus sensor using argus-3.0.0.rc.14 (on
a SunFire V120 Sparc arch. running Solaris 10) and am not getting safely
out of the configure stage. It looks as though it is missing some type
definitions from what I read in the config.log, however not being an
experienced developer I am including that log for you guys. If someone
can tell me if there is something wrong on my box or if this is a
previously unseen bug I would appreciate it.
I have reinstalled the OS and tried this cleanly several times. I am
also willing to try any suggestions to address this issue.
Thank you,
Karl Tatgenhorst
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = as-south
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118833-17
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = as-south
Release = 5.10
KernelID = Generic_118833-17
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
PATH: /usr/ccs/bin/
PATH: /usr/sfw/bin/
PATH: /usr/sbin
PATH: /usr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1337: checking build system type
configure:1355: result: sparc-sun-solaris2.10
configure:1363: checking host system type
configure:1377: result: sparc-sun-solaris2.10
configure:1385: checking target system type
configure:1399: result: sparc-sun-solaris2.10
configure:1532: checking for gcc
configure:1548: found /usr/sfw/bin//gcc
configure:1558: result: gcc
configure:1802: checking for C compiler version
configure:1805: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 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.
configure:1808: $? = 0
configure:1810: gcc -v </dev/null >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:1813: $? = 0
configure:1815: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1818: $? = 1
configure:1841: checking for C compiler default output file name
configure:1844: gcc conftest.c >&5
configure:1847: $? = 0
configure:1893: result: a.out
configure:1898: checking whether the C compiler works
configure:1904: ./a.out
configure:1907: $? = 0
configure:1924: result: yes
configure:1931: checking whether we are cross compiling
configure:1933: result: no
configure:1936: checking for suffix of executables
configure:1938: gcc -o conftest conftest.c >&5
configure:1941: $? = 0
configure:1966: result:
configure:1972: checking for suffix of object files
configure:1993: gcc -c conftest.c >&5
configure:1996: $? = 0
configure:2018: result: o
configure:2022: checking whether we are using the GNU C compiler
configure:2046: gcc -c conftest.c >&5
configure:2052: $? = 0
configure:2056: test -z
|| test ! -s conftest.err
configure:2059: $? = 0
configure:2062: test -s conftest.o
configure:2065: $? = 0
configure:2078: result: yes
configure:2084: checking whether gcc accepts -g
configure:2105: gcc -c -g conftest.c >&5
configure:2111: $? = 0
configure:2115: test -z
|| test ! -s conftest.err
configure:2118: $? = 0
configure:2121: test -s conftest.o
configure:2124: $? = 0
configure:2135: result: yes
configure:2152: checking for gcc option to accept ANSI C
configure:2222: gcc -c -g -O2 conftest.c >&5
configure:2228: $? = 0
configure:2232: test -z
|| test ! -s conftest.err
configure:2235: $? = 0
configure:2238: test -s conftest.o
configure:2241: $? = 0
configure:2259: result: none needed
configure:2277: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2283: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2421: checking gcc version
configure:2433: result: 3
configure:2655: checking for inline
configure:2676: gcc -c -g -O2 conftest.c >&5
configure:2682: $? = 0
configure:2686: test -z
|| test ! -s conftest.err
configure:2689: $? = 0
configure:2692: test -s conftest.o
configure:2695: $? = 0
configure:2707: result: inline
configure:2773: checking for gcc
configure:2799: result: gcc
configure:3043: checking for C compiler version
configure:3046: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 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.
configure:3049: $? = 0
configure:3051: gcc -v </dev/null >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure
--prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld
--without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:3054: $? = 0
configure:3056: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3059: $? = 1
configure:3062: checking whether we are using the GNU C compiler
configure:3118: result: yes
configure:3124: checking whether gcc accepts -g
configure:3175: result: yes
configure:3192: checking for gcc option to accept ANSI C
configure:3299: result: none needed
configure:3317: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3323: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3461: checking how to run the C preprocessor
configure:3496: gcc -E conftest.c
configure:3502: $? = 0
configure:3534: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3540: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3579: result: gcc -E
configure:3603: gcc -E conftest.c
configure:3609: $? = 0
configure:3641: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3647: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3690: checking whether make sets $(MAKE)
configure:3710: result: yes
configure:3760: checking for ranlib
configure:3776: found /usr/ccs/bin//ranlib
configure:3787: result: ranlib
configure:3800: checking for u_int8_t using gcc
configure:3827: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:19: error: `u_int8_t' undeclared (first use in this function)
conftest.c:19: error: (Each undeclared identifier is reported only once
conftest.c:19: error: for each function it appears in.)
conftest.c:19: error: syntax error before "i"
configure:3833: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| # include "confdefs.h"
| # include <sys/types.h>
| # if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| # endif
| int
| main ()
| {
| u_int8_t i
| ;
| return 0;
| }
configure:3858: result: no
configure:3867: checking for u_int16_t using gcc
configure:3894: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:20: error: `u_int16_t' undeclared (first use in this function)
conftest.c:20: error: (Each undeclared identifier is reported only once
conftest.c:20: error: for each function it appears in.)
conftest.c:20: error: syntax error before "i"
configure:3900: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| /* end confdefs.h. */
|
| # include "confdefs.h"
| # include <sys/types.h>
| # if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| # endif
| int
| main ()
| {
| u_int16_t i
| ;
| return 0;
| }
configure:3925: result: no
configure:3934: checking for u_int32_t using gcc
configure:3961: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:21: error: `u_int32_t' undeclared (first use in this function)
conftest.c:21: error: (Each undeclared identifier is reported only once
conftest.c:21: error: for each function it appears in.)
conftest.c:21: error: syntax error before "i"
configure:3967: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| #define u_int16_t u_short
| /* end confdefs.h. */
|
| # include "confdefs.h"
| # include <sys/types.h>
| # if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| # endif
| int
| main ()
| {
| u_int32_t i
| ;
| return 0;
| }
configure:3992: result: no
configure:4001: checking for u_int64_t using gcc
configure:4028: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:22: error: `u_int64_t' undeclared (first use in this function)
conftest.c:22: error: (Each undeclared identifier is reported only once
conftest.c:22: error: for each function it appears in.)
conftest.c:22: error: syntax error before "i"
configure:4034: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| #define u_int16_t u_short
| #define u_int32_t u_int
| /* end confdefs.h. */
|
| # include "confdefs.h"
| # include <sys/types.h>
| # if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| # endif
| int
| main ()
| {
| u_int64_t i
| ;
| return 0;
| }
configure:4059: result: no
configure:4070: checking for ANSI ioctl definitions
configure:4103: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:27: error: case label does not reduce to an integer constant
conftest.c:28: error: case label does not reduce to an integer constant
configure:4109: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define u_int8_t u_char
| #define u_int16_t u_short
| #define u_int32_t u_int
| #define u_int64_t long long
| /* end confdefs.h. */
| /*
| * This generates a "duplicate case value" when fixincludes
| * has not be run.
| */
| # include <sys/types.h>
| # include <sys/time.h>
| # include <sys/ioctl.h>
| # ifdef HAVE_SYS_IOCCOM_H
| # include <sys/ioccom.h>
| # endif
| int
| main ()
| {
| switch (0) {
| case _IO('A', 1):;
| case _IO('B', 1):;
| }
| ;
| return 0;
| }
configure:4134: result: no
configure:4139: error: see the INSTALL for more info
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=sparc-sun-solaris2.10
ac_cv_build_alias=sparc-sun-solaris2.10
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=sparc-sun-solaris2.10
ac_cv_host_alias=sparc-sun-solaris2.10
ac_cv_lbl_gcc_vers=3
ac_cv_lbl_have_u_int16_t=no
ac_cv_lbl_have_u_int32_t=no
ac_cv_lbl_have_u_int64_t=no
ac_cv_lbl_have_u_int8_t=no
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_target=sparc-sun-solaris2.10
ac_cv_target_alias=sparc-sun-solaris2.10
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFLAGS='-g -O2'
COMPATLIB=''
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_BIN=''
INSTALL_DATA=''
INSTALL_LIB=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIB_SASL=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SASLFLAGS=''
SET_MAKE=''
SHELL='/bin/bash'
SHLICC2=''
V_CCOPT='-O3'
V_INCLS=''
V_LEX=''
V_PCAPDEP=''
V_RANLIB=''
V_WRAPDEP=''
V_YACC=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='NONE'
host='sparc-sun-solaris2.10'
host_alias=''
host_cpu='sparc'
host_os='solaris2.10'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='sparc-sun-solaris2.10'
target_alias=''
target_cpu='sparc'
target_os='solaris2.10'
target_vendor='sun'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define u_int16_t u_short
#define u_int32_t u_int
#define u_int64_t long long
#define u_int8_t u_char
configure: exit 1