AANOUNCE: openssh-1.2.1pre27

Gary E. Miller gem at rellim.com
Wed Jan 19 13:22:36 EST 2000


Yo Damien!

On Wed, 19 Jan 2000, Damien Miller wrote:

> > This fails to compile on  SCO UNIXWARE 7.1.0 for the following 4 reasons:
[...]
> > 4. at link time, "howmany()", referenced in sshd.o is undefined.
> >    howmany() is a macro defined in:<sys/sysmacros.h>
> >    so I manually added it to defined.h
> 
> Would this fragment suffice?
> 
> /* SCO defines this */
> #ifdef howmany
> # undef howmany
> #endif /* howmany */
The problem is not that it is defined, but that it is undefined.
I could find not definition in the openssh source so I assuem that
it is getting the howmany() from an include file that SCO does not.

> > Then it compiles with the following errors:
> > 
> > 1. the u_intXX_t detection seems broken again:
> > 
> > UX:acomp: WARNING: "./defines.h", line 83: typedef redeclared: u_int16_t
> > UX:acomp: WARNING: "./defines.h", line 84: typedef redeclared: u_int32_t
> 
> What is the output of configure?

LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include ./configure \
   --with-egd-pool=/.gnupg/entropy --libdir=/usr/local/lib \
   --with-default-path=/usr/local/bin:/usr/sbin:/bin:/usr/bin:/usr/ucb

creating cache ./config.cache
checking host system type... i586-sco-sysv5uw7.1.0
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -I/usr/local/include -L/usr/local/lib) works... yes
checking whether the C compiler (cc -I/usr/local/include -L/usr/local/lib) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for ranlib... :
checking for a BSD compatible install... ./install-sh -c
checking for ar... ar
checking for perl... /usr/local/bin/perl
checking for rsh... /usr/bin/rsh
checking for xauth... no
checking for inline... no
checking for OpenSSL/SSLeay directory... /usr/local/ssl
checking for RSAref library... no
checking for CRYPTO_lock in -lcrypto... yes
checking for deflate in -lz... yes
checking for login in -lutil... no
checking for yp_match in -lnsl... yes
checking for main in -lsocket... yes
checking for bstring.h... no
checking for endian.h... no
checking for lastlog.h... yes
checking for login.h... no
checking for maillock.h... yes
checking for netdb.h... yes
checking for netgroup.h... no
checking for paths.h... yes
checking for poll.h... yes
checking for pty.h... no
checking for shadow.h... yes
checking for security/pam_appl.h... no
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/select.h... yes
checking for sys/stropts.h... yes
checking for sys/time.h... yes
checking for sys/ttcompat.h... no
checking for util.h... no
checking for utmp.h... yes
checking for utmpx.h... yes
checking for arc4random... no
checking for bindresvport_af... no
checking for freeaddrinfo... yes
checking for gai_strerror... yes
checking for getaddrinfo... yes
checking for getpagesize... yes
checking for getnameinfo... yes
checking for innetgr... yes
checking for md5_crypt... no
checking for mkdtemp... no
checking for openpty... no
checking for rresvport_af... no
checking for setenv... no
checking for seteuid... yes
checking for setlogin... no
checking for setproctitle... no
checking for setreuid... yes
checking for snprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking for updwtmpx... yes
checking for vsnprintf... yes
checking for _getpty... no
checking for login... no
checking for login in -lbsd... no
checking for daemon... no
checking for daemon in -lbsd... no
checking size of short int... 2
checking size of int... 4
checking size of long int... 4
checking size of long long int... 8
checking for intXX_t types... yes
checking for u_intXX_t types... no
checking for uintXX_t types... yes
checking for socklen_t... no
checking for size_t... yes
checking for struct sockaddr_storage... no
checking for struct sockaddr_in6... yes
checking for struct in6_addr... yes
checking for struct addrinfo... yes
checking whether to build GNOME ssh-askpass... no
checking for /dev/urandom... no
checking whether utmp.h has ut_host field... no
checking whether utmpx.h has ut_host field... yes
checking whether utmpx.h has syslen field... yes
checking whether utmp.h has ut_pid field... yes
checking whether utmp.h has ut_type field... yes
checking whether utmp.h has ut_tv field... no
checking whether utmp.h has ut_id field... yes
checking whether utmp.h has ut_addr field... no
checking whether utmpx.h has ut_addr field... no
checking whether utmp.h has ut_addr_v6 field... no
checking whether utmpx.h has ut_addr_v6 field... no
checking whether struct sockaddr_storage has ss_family field... no
checking whether struct sockaddr_storage has __ss_family field... no
checking location of lastlog file... /var/adm/lastlog
checking for /dev/ptmx... yes
checking for /dev/ptc... no
checking whether libc defines __progname... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 20340 Empire Ave, Suite E-3, Bend, OR 97701
	gem at rellim.com  Tel:+1(541)382-8588 Fax: +1(541)382-8676






More information about the openssh-unix-dev mailing list