Please test snapshots for 3.0 release

Mark D. Baushke mdb at juniper.net
Sat Oct 13 01:10:11 EST 2001


Hi Damien,

On Redhat 6.2 Linux, using autoconf-2.52-6 with openssl-0.9.6b

  % cd openssh_cvs
  % autoconf
  % ./configure
  ...
  config.status: error: cannot find input file: config.h.in
  %

make does not get very far as it rally wants there to be a config.h
around somewhere... creating an empty config.h.in file goes through
the configure step without errors...

But then a 'make' has problems in openbsd-compat (info follows my
.signature).

	Thanks,
	-- Mark

% ./configure --prefix=/opt/experimental --with-ssl-dir=/opt/experimental --with-ipv4-default && make
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 executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for ar... /usr/bin/ar
checking for perl5... no
checking for perl... /usr/local/bin/perl
checking for ent... no
checking for filepriv... no
checking for bash... /bin/bash
checking for ksh... (cached) /bin/bash
checking for sh... (cached) /bin/bash
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for login... /bin/login
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for yp_match in -lnsl... yes
checking for main in -lsocket... no
checking for innetgr in -lrpc... no
checking for getspnam in -lgen... no
checking for deflate in -lz... yes
checking for login in -lutil... yes
checking for regcomp... yes
checking for strcasecmp... yes
checking for utimes... yes
checking for strftime... yes
checking for bstring.h... no
checking for crypt.h... yes
checking for endian.h... yes
checking for floatingpoint.h... no
checking for getopt.h... yes
checking for glob.h... yes
checking for lastlog.h... yes
checking for libgen.h... yes
checking for limits.h... yes
checking for login.h... no
checking for login_cap.h... no
checking for maillock.h... no
checking for netdb.h... yes
checking for netgroup.h... no
checking for netinet/in_systm.h... yes
checking for paths.h... yes
checking for poll.h... yes
checking for pty.h... yes
checking for regex.h... yes
checking for shadow.h... yes
checking for security/pam_appl.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/bitypes.h... yes
checking for sys/bsdtty.h... no
checking for sys/cdefs.h... yes
checking for sys/poll.h... yes
checking for sys/queue.h... yes
checking for sys/select.h... yes
checking for sys/stat.h... yes
checking for sys/stropts.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/ttcompat.h... no
checking for sys/un.h... yes
checking for stddef.h... yes
checking for time.h... yes
checking for ttyent.h... yes
checking for usersec.h... no
checking for util.h... no
checking for utime.h... yes
checking for utmp.h... yes
checking for utmpx.h... yes
checking for GLOB_ALTDIRFUNC support... yes
checking for gl_matchc field in glob_t... no
checking whether struct dirent allocates space for d_name... yes
checking for arc4random... no
checking for atexit... yes
checking for b64_ntop... no
checking for bcopy... yes
checking for bindresvport_sa... no
checking for clock... yes
checking for dirname... yes
checking for fchown... yes
checking for fchmod... yes
checking for freeaddrinfo... yes
checking for futimes... no
checking for gai_strerror... yes
checking for getcwd... yes
checking for getaddrinfo... yes
checking for getgrouplist... no
checking for getopt... yes
checking for getnameinfo... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getttyent... yes
checking for glob... yes
checking for inet_aton... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for innetgr... yes
checking for login_getcapbool... no
checking for md5_crypt... no
checking for memmove... yes
checking for mkdtemp... no
checking for on_exit... yes
checking for openpty... yes
checking for readpassphrase... no
checking for realpath... yes
checking for rresvport_af... no
checking for setdtablesize... no
checking for setenv... yes
checking for setegid... yes
checking for seteuid... yes
checking for setlogin... no
checking for setproctitle... no
checking for setresgid... yes
checking for setreuid... yes
checking for setrlimit... yes
checking for setsid... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for sigvec... yes
checking for snprintf... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strmode... no
checking for strsep... yes
checking for sysconf... yes
checking for tcgetpgrp... yes
checking for utimes... (cached) yes
checking for vsnprintf... yes
checking for vhangup... yes
checking for waitpid... yes
checking for _getpty... no
checking for __b64_ntop... no
checking for gettimeofday... yes
checking for time... yes
checking for libutil.h... no
checking for login... yes
checking for logout... yes
checking for updwtmp... yes
checking for logwtmp... yes
checking for endutent... yes
checking for getutent... yes
checking for getutid... yes
checking for getutline... yes
checking for pututline... yes
checking for setutent... yes
checking for utmpname... yes
checking for endutxent... yes
checking for getutxent... yes
checking for getutxid... yes
checking for getutxline... yes
checking for pututxline... yes
checking for setutxent... yes
checking for utmpxname... yes
checking for getuserattr... no
checking for getuserattr in -ls... no
checking for login... (cached) yes
checking for daemon... yes
checking for getpagesize... yes
checking whether snprintf correctly terminates long strings... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... (cached) yes
checking for unistd.h... yes
checking whether getpgrp takes no argument... yes
checking for OpenSSL directory... /opt/experimental
checking for RSA support... yes
checking for crypt in -lcrypt... yes
checking for char... yes
checking size of char... 1
checking for short int... yes
checking size of short int... 2
checking for int... yes
checking size of int... 4
checking for long int... yes
checking size of long int... 4
checking for long long int... yes
checking size of long long int... 8
checking for u_int type... yes
checking for intXX_t types... yes
checking for int64_t type... yes
checking for u_intXX_t types... yes
checking for u_int64_t types... yes
checking for uintXX_t types in stdint.h... yes
checking for u_char... yes
checking for socklen_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for clock_t... yes
checking for sa_family_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
checking for struct timeval... yes
checking for ut_host field in utmp.h... yes
checking for ut_host field in utmpx.h... yes
checking for syslen field in utmpx.h... no
checking for ut_pid field in utmp.h... yes
checking for ut_type field in utmp.h... yes
checking for ut_type field in utmpx.h... yes
checking for ut_tv field in utmp.h... yes
checking for ut_id field in utmp.h... yes
checking for ut_id field in utmpx.h... yes
checking for ut_addr field in utmp.h... yes
checking for ut_addr field in utmpx.h... yes
checking for ut_addr_v6 field in utmp.h... yes
checking for ut_addr_v6 field in utmpx.h... yes
checking for ut_exit field in utmp.h... yes
checking for ut_time field in utmp.h... no
checking for ut_time field in utmpx.h... no
checking for ut_tv field in utmpx.h... yes
checking for struct stat.st_blksize... yes
checking for ss_family field in struct sockaddr_storage... no
checking for __ss_family field in struct sockaddr_storage... yes
checking for pw_class field in struct passwd... no
checking for pw_expire field in struct passwd... no
checking for pw_change field in struct passwd... no
checking if libc defines __progname... yes
checking whether getopt has optreset support... no
checking if libc defines sys_errlist... yes
checking if libc defines sys_nerr... yes
checking for rsh... /usr/kerberos/bin/rsh
checking for xauth... /usr/X11R6/bin/xauth
checking for "/dev/ptc"... no
checking for "/dev/urandom"... yes
checking for nroff... /usr/bin/nroff
checking if the systems has expire shadow information... yes
Adding /opt/experimental/bin to USER_PATH so scp will work
checking if we need to convert IPv4 in IPv6-mapped addresses... yes (default)
checking whether to install ssh as suid root... yes
checking if your system defines LASTLOG_FILE... no
checking if your system defines _PATH_LASTLOG... yes
checking if your system defines UTMP_FILE... yes
checking if your system defines WTMP_FILE... yes
checking if your system defines UTMPX_FILE... no
checking if your system defines WTMPX_FILE... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating openbsd-compat/Makefile
config.status: creating scard/Makefile
config.status: creating ssh_prng_cmds
config.status: creating config.h
config.status: config.h is unchanged

OpenSSH has been configured with the following options:
                 User binaries: /opt/experimental/bin
               System binaries: /opt/experimental/sbin
           Configuration files: /opt/experimental/etc
               Askpass program: /opt/experimental/libexec/ssh-askpass
                  Manual pages: /opt/experimental/man/manX
                      PID file: /var/run
        sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/opt/experimental/bin
      Random number collection: Device (/dev/urandom)
                Manpage format: doc
                   PAM support: no
            KerberosIV support: no
             Smartcard support: no
                   AFS support: no
                 S/KEY support: no
          TCP Wrappers support: no
          MD5 password support: no
   IP address in $DISPLAY hack: no
      Use IPv4 by default hack: yes
       Translate v4 in v6 hack: yes

              Host: i686-pc-linux-gnu
          Compiler: gcc
    Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized
Preprocessor flags: -I/opt/experimental/include 
      Linker flags: -L/opt/experimental/lib 
         Libraries: -lz -lnsl  -lutil -lcrypto -lcrypt 

(cd openbsd-compat; make)
make[1]: Entering directory `/home/mdb/src/openssh/openssh_cvs/openbsd-compat'
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/opt/experimental/include  -DHAVE_CONFIG_H -c bsd-arc4random.c
In file included from ../openbsd-compat/openbsd-compat.h:34,
                 from ../includes.h:102,
                 from bsd-arc4random.c:25:
../openbsd-compat/bsd-waitpid.h:40: warning: `WEXITSTATUS' redefined
/usr/include/sys/wait.h:83: warning: this is the location of the previous definition
../openbsd-compat/bsd-waitpid.h:41: warning: `WTERMSIG' redefined
/usr/include/sys/wait.h:84: warning: this is the location of the previous definition
../openbsd-compat/bsd-waitpid.h:42: warning: `WCOREFLAG' redefined
/usr/include/sys/wait.h:91: warning: this is the location of the previous definition
../openbsd-compat/bsd-waitpid.h:43: warning: `WCOREDUMP' redefined
/usr/include/sys/wait.h:92: warning: this is the location of the previous definition
In file included from ../openbsd-compat/openbsd-compat.h:39,
                 from ../includes.h:102,
                 from bsd-arc4random.c:25:
../openbsd-compat/fake-socket.h:11: warning: `_SS_PADSIZE' redefined
/usr/include/bits/socket.h:151: warning: this is the location of the previous definition
In file included from ../openbsd-compat/openbsd-compat.h:23,
                 from ../includes.h:102,
                 from bsd-arc4random.c:25:
../openbsd-compat/strsep.h:9: parse error before `__extension__'
../openbsd-compat/strsep.h:9: parse error before `('
In file included from ../openbsd-compat/openbsd-compat.h:32,
                 from ../includes.h:102,
                 from bsd-arc4random.c:25:
../openbsd-compat/bsd-misc.h:66: redefinition of `struct timeval'
../openbsd-compat/bsd-misc.h:72: two or more data types in declaration of `utimes'
In file included from ../openbsd-compat/openbsd-compat.h:39,
                 from ../includes.h:102,
                 from bsd-arc4random.c:25:
../openbsd-compat/fake-socket.h:13: redefinition of `struct sockaddr_storage'
../openbsd-compat/fake-socket.h:27: redefinition of `struct in6_addr'
../openbsd-compat/fake-socket.h:28: warning: no semicolon at end of struct or union
../openbsd-compat/fake-socket.h:28: parse error before `.'
../openbsd-compat/fake-socket.h:33: redefinition of `struct sockaddr_in6'
make[1]: *** [bsd-arc4random.o] Error 1
make[1]: Leaving directory `/home/mdb/src/openssh/openssh_cvs/openbsd-compat'
make: *** [openbsd-compat/libopenbsd-compat.a] Error 2



More information about the openssh-unix-dev mailing list