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

Bug#53072: marked as done (ssh2 fails to compile)



Your message dated Fri, 29 Mar 2002 14:25:15 +0000
with message-id <20020329142515.GA19909@arborlon.riva.ucam.org>
and subject line ssh2 compiles now
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Dec 1999 16:13:23 +0000
Received: (qmail 25524 invoked from network); 19 Dec 1999 16:13:22 -0000
Received: from mailhub.dartmouth.edu (129.170.16.6)
  by master.debian.org with SMTP; 19 Dec 1999 16:13:22 -0000
Received: from Dartmouth.EDU (trs@hecke.dartmouth.edu [129.170.147.11])
	by mailhub.dartmouth.edu (8.9.3+DND/8.9.3) with ESMTP id LAA22413;
	Sun, 19 Dec 1999 11:13:21 -0500 (EST)
Sender: trs@Dartmouth.EDU
Message-ID: <385D0445.925724E6@Dartmouth.EDU>
Date: Sun, 19 Dec 1999 16:13:57 +0000
From: "Thomas R. Shemanske" <Thomas.R.Shemanske@Dartmouth.EDU>
Organization: Dartmouth College
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.13 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: submit@bugs.debian.org
CC: "Thomas R. Shemanske" <thomas.r.shemanske@Dartmouth.EDU>
Subject: ssh2 fails to compile
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: ssh2
Version: 2.0.13-4

Linux hecke 2.2.13 #1 Tue Nov 2 13:01:59 EST 1999 i686 unknown
(Up to date potato system)

ii  libc6           2.1.2-10       GNU C Library: Shared libraries and
timezone
ii  libncurses4     4.2-3.4        Shared libraries for terminal
handling
ii  zlib1g          1.1.3-5        compression library - runtime
ii  ssh-nonfree     1.2.27-4       a secure replacement for rlogin, rsh,
and rc

Problem:  The ssh2 source fails to compile (on three different potato
systems).

At the end of the message is the full log listing the extraction of the
source code, configuring and compiling.

By the way, the unmodified (orig.tar.gz) source file fails in exactly
the same place.


Below is the immediate error (with several lines for context):
rm -f libsshpgp.a
ar cru libsshpgp.a pgp_gen.o pgp_file.o pgp_s2k.o pgp_key.o pgp_keydb.o
pgp_packet.o pgp_cipher.o 
ranlib libsshpgp.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib'
rm -f libssh.a
ar rc libssh.a `for lib in sshmath sshreadline sshutil sshapputil
sshcrypt sshproto sshsession sshpgp; do \
  (cd $lib; \
   make -s list_libssh_a_objects | sed -n
's,BEGIN_FILE_LIST:\([^:]*\):END_FILE_LIST,\1,p' | sed -n 's, $,,g; s, ,
'"$lib"'/,g; p'; \
           ); \
done;`
ar: libssh.a: Is a directory
make[4]: *** [libssh.a] Error 1
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/temp/ssh2-2.0.13'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/temp/ssh2-2.0.13'
make: *** [build-stamp] Error 2

I have tried to do the archiving by hand, but perhaps I have done
something wrong since the compile breaks farther down.


******** Full Compile Log ************

Script started on Sun Dec 19 10:25:40 1999
hecke-root# dpkg-source -x ssh2_2.0.13-4.dsc 
dpkg-source: extracting ssh2 in ssh2-2.0.13
hecke-root# cd ssh2-2.0.13/
/usr/src/temp/ssh2-2.0.13
hecke-root# debian/rules binary
dh_testdir
./configure --prefix=/usr --mandir=/usr/share/man --with-x=no
creating cache ./config.cache
checking host system type... i686-unknown-linux
checking target system type... i686-unknown-linux
checking build system type... i686-unknown-linux
checking cached information... ok
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -g ) works... yes
checking whether the C compiler (gcc -g ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether to enable verbose warnings... no
checking for POSIXized ISC... no
checking for ranlib... ranlib
checking for ar... ar
checking for gm4... no
checking for m4... m4
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking return type of signal handlers... void
checking for size_t... yes
checking for off_t... yes
checking for mode_t... yes
checking size of long... 4
checking size of int... 4
checking size of short... 2
checking size of long long... 8
checking for getenv... yes
checking for geteuid... yes
checking for localtime... yes
checking for nanosleep... yes
checking for sleep... yes
checking for working const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for termios.h... yes
checking for sys/ioctl.h... yes
checking whether to enable light debugging... no
checking whether to enable heavy debugging... no
checking whether to enable EFENCE memory allocation debugger... no
checking whether to enable assembler optimized subroutines... yes
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for lastlog.h... yes
checking for utmp.h... yes
checking for shadow.h... yes
checking for sys/select.h... yes
checking for sys/ioctl.h... (cached) yes
checking for utime.h... yes
checking for ulimit.h... yes
checking for sys/resource.h... yes
checking for netdb.h... yes
checking for netgroup.h... no
checking for bcopy in -lbsd... yes
checking for gettimeofday... yes
checking for times... yes
checking for getrusage... yes
checking for ftruncate... yes
checking for strchr... yes
checking for memcpy... yes
checking for clock... yes
checking for fchmod... yes
checking for ulimit... yes
checking for umask... yes
checking for waitpid... yes
checking for X... disabled
checking whether ln -s works... yes
checking whether to support SecurID... no
checking whether to support TIS authentication server... no
checking whether to use libwrap... no
checking whether to allow group writeability... no
checking for ssh1... /usr/bin/ssh1
checking for compatible ssh1... yes
checking whether to include the ssh-agent1 compatibility... yes
checking for default SOCKS server... none (using SSH_SOCKS_SERVER
environment variable at run-time)
checking etcdir... /etc
checking whether to install ssh-signer as suid root... yes
checking whether to disable tcp-port forwardings... no
checking whether to disable X11 forwarding... no
checking for times... (cached) yes
checking for clock... (cached) yes
checking for getpid... yes
checking for getppid... yes
checking for getuid... yes
checking for getgid... yes
checking for getpgrp... yes
checking for nm... /usr/bin/nm
checking whether compiled symbols are prepended with underscore... no
checking for times... (cached) yes
checking for clock... (cached) yes
checking for tgetent in -ltermcap... no
checking whether libtermcap is a shared library and has tgetent... no
checking for tgetent in -lxcurses... no
checking for tgetent in -lncurses... yes
checking for termcap.h... yes
checking for term.h... yes
checking for curses.h... yes
checking for termios.h... (cached) yes
checking for termio.h... yes
Using linux John Haugh shadow passwords and pw_encrypt for password
encryption
checking for pw_encrypt in -lshadow... no
checking for pw_encrypt... no
checking for utmpx.h... yes
checking for vhangup... yes
checking for setsid... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for sgtty.h... yes
checking for libutil.h... no
checking for usersec.h... no
checking for login_cap.h... no
checking for sys/resource.h... (cached) yes
checking for sia.h... no
checking for sys/mkdev.h... no
checking for util.h... no
checking for shadow.h... (cached) yes
checking for arpa/inet.h... yes
checking for sys/stream.h... no
checking for sys/conf.h... no
checking for revoke... no
checking for openpty... no
checking for _getpty... no
checking for setpgrp... yes
checking for setpgid... yes
checking for ttyslot... yes
checking for authenticate... no
checking for makeutx... no
checking for setlogin... no
checking for openpty... (cached) no
checking for _getpty... (cached) no
checking for innetgr... yes
checking for initgroups... yes
checking for setpgrp... (cached) yes
checking for signal... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for setluid... no
checking for getpt... yes
checking for crypt in -lc... no
checking for crypt in -lcrypt... yes
checking for getspnam in -lsec... no
checking for get_process_stats in -lseq... no
checking for getspnam... yes
checking for daemon... yes
checking for minor... no
checking if minor is defined as a macro in <sys/mkdev.h>... no
checking for /etc/default/login... no
checking for shadow passwords... /etc/shadow
checking for getspent in -lshadow... no
checking whether spwd have sp_expire field... yes
checking whether spwd have sp_inact field... yes
checking location of mail spool files... /var/spool/mail
checking location of utmp... /var/run/utmp
checking location of wtmp... /var/log/wtmp
checking location of lastlog... /var/log/lastlog
checking whether /var/log/lastlog is a directory... no
checking for getpwnam in -lsun... no
checking for openpty in -lbsd... no
checking for login in -lutil... yes
checking for vhangup... (cached) yes
checking for setsid... (cached) yes
checking for pseudo ttys... streams ptys
checking for main in -lnsl... (cached) yes
checking for socket in -lsocket... (cached) no
checking for strchr... (cached) yes
checking for memcpy... (cached) yes
checking for gethostname... yes
checking for gettimeofday... (cached) yes
checking for ctime... yes
checking for signal... (cached) yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for popen... yes
checking for lockf... yes
checking for getrusage... (cached) yes
checking for uname... yes
checking for getpid... (cached) yes
checking for getppid... (cached) yes
checking for getuid... (cached) yes
checking for getgid... (cached) yes
checking for getpgrp... (cached) yes
checking for endpwent... yes
checking for endgrent... yes
checking for getgrgid... yes
checking for getpwuid... yes
checking for truncate... yes
checking for ftruncate... (cached) yes
checking for chown... yes
checking for fchown... yes
checking for chmod... yes
checking for fchmod... (cached) yes
checking for fstat... yes
checking for lutimes... no
checking for futimes... no
checking for utime... yes
checking for utimes... yes
checking for usleep... yes
checking for lstat... yes
checking for localtime... (cached) yes
checking for strerror... yes
checking for memmove... yes
checking for memset... yes
checking for remove... yes
checking for random... yes
checking for putenv... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for crypt... yes
checking for getopt... yes
checking for snprintf... yes
checking for unistd.h... yes
checking for netinet/in_systm.h... yes
checking for netinet/in.h... yes
checking for machine/endian.h... no
checking for endian.h... yes
checking for paths.h... yes
checking for sys/un.h... yes
checking for sys/utsname.h... yes
checking for machine/spl.h... no
checking for sys/callout.h... no
checking for termcap.h... (cached) yes
checking for rusage.h... no
checking for pwd.h... yes
checking for grp.h... yes
checking for sys/time.h... yes
checking for dirent.h... yes
checking for tgetent in -ltermcap... (cached) no
checking whether inet_ntoa is broken... no
checking whether S_IFSOCK is defined... yes
checking whether to enable TCP_NODELAY... yes
checking whether to use blocking connect system call... no
checking whether struct tm has member tm_gmtoff... yes
checking whether struct tm has member tm_isdst... yes
checking whether to use system provided localtime... yes
checking whether to include PGP library... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating lib/sshmath/Makefile
creating lib/sshmath/tests/Makefile
creating lib/sshutil/Makefile
creating lib/sshutil/tests/Makefile
creating lib/sshapputil/Makefile
creating lib/sshapputil/tests/Makefile
creating lib/sshcrypt/Makefile
creating lib/sshcrypt/tests/Makefile
creating lib/sshproto/Makefile
creating lib/sshproto/tests/Makefile
creating lib/sshsession/Makefile
creating lib/sshreadline/Makefile
creating lib/sshreadline/tests/Makefile
creating lib/sshpgp/Makefile
creating lib/sshpgp/tests/Makefile
creating apps/Makefile
creating apps/ssh/Makefile
creating sshconf.h
# Add here commands to compile the package.
make CFLAGS="-O2 -Wall -g"
make[1]: Entering directory `/usr/src/temp/ssh2-2.0.13'
make  all-recursive
make[2]: Entering directory `/usr/src/temp/ssh2-2.0.13'
Making all in lib
/usr/src/temp/ssh2-2.0.13/lib
make[3]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib'
Making all in sshmath
/usr/src/temp/ssh2-2.0.13/lib/sshmath
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshmath'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshmath/tests
make[5]: Entering directory
`/usr/src/temp/ssh2-2.0.13/lib/sshmath/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshmath/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshmath'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. 	-I../.. -I../.. 	-I. -I. 
-I../sshutil/ 	-I./../sshutil    -O2 -Wall -g -c sshmp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. 	-I../.. -I../.. 	-I. -I. 
-I../sshutil/ 	-I./../sshutil    -O2 -Wall -g -c sshmp-kernel.c
sshmp-kernel.c: In function `ssh_mpk_square_karatsuba':
sshmp-kernel.c:1294: warning: unused variable `c'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. 	-I../.. -I../.. 	-I. -I. 
-I../sshutil/ 	-I./../sshutil    -O2 -Wall -g -c sieve.c
rm -f libsshmath.a
ar cru libsshmath.a sshmp.o sshmp-kernel.o sieve.o 
ranlib libsshmath.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshmath'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshmath'
Making all in sshreadline
/usr/src/temp/ssh2-2.0.13/lib/sshreadline
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshreadline'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshreadline/tests
make[5]: Entering directory
`/usr/src/temp/ssh2-2.0.13/lib/sshreadline/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/usr/src/temp/ssh2-2.0.13/lib/sshreadline/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshreadline'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I../.. 	-I../.. -I../.. 
-I../sshmath -I./../sshmath 	-I../sshutil -I./../sshutil    -O2 -Wall -g
-c sshreadline.c
rm -f libsshreadline.a
ar cru libsshreadline.a sshreadline.o 
ranlib libsshreadline.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshreadline'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshreadline'
Making all in sshutil
/usr/src/temp/ssh2-2.0.13/lib/sshutil
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshutil'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshutil/tests
make[5]: Entering directory
`/usr/src/temp/ssh2-2.0.13/lib/sshutil/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshutil/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshutil'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshbufaux.c
/tmp/ccQcw7LT.s: Assembler messages:
/tmp/ccQcw7LT.s:620: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccQcw7LT.s:620: Warning: using `%ax' instead of `%eax' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshbuffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilebuffer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshunixeloop.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshunixfdstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshmiscstring.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshmatch.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshmpaux.c
/tmp/ccG8TcCk.s: Assembler messages:
/tmp/ccG8TcCk.s:572: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/ccG8TcCk.s:572: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/ccG8TcCk.s:685: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/ccG8TcCk.s:685: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshgetput.c
/tmp/ccoADbaE.s: Assembler messages:
/tmp/ccoADbaE.s:536: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccoADbaE.s:536: Warning: using `%dx' instead of `%edx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshtcp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshunixtcp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshdebug.c
sshdebug.c: In function `ssh_debug_eval_condition':
sshdebug.c:1434: warning: `r' might be used uninitialized in this
function
sshdebug.c: In function `ssh_debug_output':
sshdebug.c:1670: warning: int format, SshInt32 arg (arg 4)
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshenum.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshencode.c
sshencode.c: In function `ssh_encode_va':
sshencode.c:35: warning: unused variable `longvalue'
sshencode.c: In function `ssh_decode_array_va':
sshencode.c:289: warning: unused variable `longp'
/tmp/ccx3DZAg.s: Assembler messages:
/tmp/ccx3DZAg.s:1153: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccx3DZAg.s:1153: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccx3DZAg.s:1417: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccx3DZAg.s:1417: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccx3DZAg.s:1501: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccx3DZAg.s:1501: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccx3DZAg.s:1653: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccx3DZAg.s:1653: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccx3DZAg.s:1828: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccx3DZAg.s:1828: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccx3DZAg.s:1836: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccx3DZAg.s:1836: Warning: using `%ax' instead of `%eax' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshsocks.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshunixlocalstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshstreampair.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilterstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshbase64.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshutf8.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilexfer.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilexferc.c
sshfilexferc.c: In function `ssh_file_client_open':
sshfilexferc.c:372: warning: `pflags' might be used uninitialized in
this function
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilexfers.c
sshfilexfers.c: In function `ssh_file_server_receive_proc':
sshfilexfers.c:884: warning: int format, SshInt32 arg (arg 6)
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilexferi.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshunixrealpath.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshsignals.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshurl.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshgetopt.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshinet.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshcstack.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshvlint32.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshcrc32.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfilelock.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshfileio.c
sshfileio.c: In function `ssh_read_file_hexl':
sshfileio.c:154: warning: `i' might be used uninitialized in this
function
sshfileio.c:155: warning: `l' might be used uninitialized in this
function
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshtimemeasure.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshdllist.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshmapping.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshdsprintf.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshtime.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshaudit.c
sshaudit.c: In function `ssh_audit_event':
sshaudit.c:340: warning: unused variable `bytes'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshpacketwrapper.c
/tmp/ccTKlUNi.s: Assembler messages:
/tmp/ccTKlUNi.s:794: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccTKlUNi.s:794: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccTKlUNi.s:922: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccTKlUNi.s:922: Warning: using `%dx' instead of `%edx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshpacketstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshpacketimpl.c
/tmp/ccCioMB2.s: Assembler messages:
/tmp/ccCioMB2.s:880: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccCioMB2.s:880: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccCioMB2.s:998: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccCioMB2.s:998: Warning: using `%si' instead of `%esi' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I.. -I./..		-I../..
-I../.. 		-I../sshmath -I./../sshmath 		-I../trq -I./../trq    -O2 -Wall
-g -c sshmalloc.c
rm -f libsshutil.a
ar cru libsshutil.a sshbufaux.o sshbuffer.o sshfilebuffer.o
sshunixeloop.o sshunixfdstream.o sshmiscstring.o sshmatch.o sshmpaux.o
sshgetput.o sshtcp.o sshunixtcp.o sshstream.o sshdebug.o sshenum.o
sshencode.o sshsocks.o sshunixlocalstream.o sshstreampair.o
sshfilterstream.o sshbase64.o sshutf8.o sshfilexfer.o sshfilexferc.o
sshfilexfers.o sshfilexferi.o sshunixrealpath.o sshsignals.o sshurl.o
sshgetopt.o sshinet.o sshcstack.o sshvlint32.o sshcrc32.o sshfilelock.o
sshfileio.o sshtimemeasure.o sshdllist.o sshmapping.o sshdsprintf.o
sshtime.o sshaudit.o sshpacketwrapper.o sshpacketstream.o
sshpacketimpl.o sshmalloc.o 
ranlib libsshutil.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshutil'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshutil'
Making all in sshapputil
/usr/src/temp/ssh2-2.0.13/lib/sshapputil
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshapputil'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshapputil/tests
make[5]: Entering directory
`/usr/src/temp/ssh2-2.0.13/lib/sshapputil/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/usr/src/temp/ssh2-2.0.13/lib/sshapputil/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshapputil'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil -I../sshmath 	-I./../sshmath     -O2 -Wall
-g -c sshuserfile.c
/tmp/ccKnQCL0.s: Assembler messages:
/tmp/ccKnQCL0.s:745: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccKnQCL0.s:745: Warning: using `%dx' instead of `%edx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil -I../sshmath 	-I./../sshmath     -O2 -Wall
-g -c sshuserfilebuf.c
rm -f libsshapputil.a
ar cru libsshapputil.a sshuserfile.o sshuserfilebuf.o 
ranlib libsshapputil.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshapputil'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshapputil'
Making all in sshcrypt
/usr/src/temp/ssh2-2.0.13/lib/sshcrypt
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshcrypt'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshcrypt/tests
make[5]: Entering directory
`/usr/src/temp/ssh2-2.0.13/lib/sshcrypt/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/usr/src/temp/ssh2-2.0.13/lib/sshcrypt/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshcrypt'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genhash.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c md5.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c sha.c
/tmp/ccuUywE4.s: Assembler messages:
/tmp/ccuUywE4.s:626: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:626: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:644: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:644: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:662: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:662: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:681: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:681: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:705: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccuUywE4.s:705: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccuUywE4.s:729: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:729: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:747: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:747: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:765: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:765: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:783: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:783: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:802: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:802: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:826: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccuUywE4.s:826: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/ccuUywE4.s:850: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:850: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:868: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:868: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:886: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:886: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:904: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:904: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:923: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccuUywE4.s:923: Warning: using `%ax' instead of `%eax' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c ripemd160.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genmac.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c hmac.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c macs.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genciph.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c nociph.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c des.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c blowfish.c
/tmp/cco4Ldfs.s: Assembler messages:
/tmp/cco4Ldfs.s:2441: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2441: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2447: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
/tmp/cco4Ldfs.s:2447: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
/tmp/cco4Ldfs.s:2508: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2508: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2514: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cco4Ldfs.s:2514: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cco4Ldfs.s:2615: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/cco4Ldfs.s:2615: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/cco4Ldfs.s:2623: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2623: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2646: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/cco4Ldfs.s:2646: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/cco4Ldfs.s:2653: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cco4Ldfs.s:2653: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cco4Ldfs.s:2715: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2715: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:2722: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
/tmp/cco4Ldfs.s:2722: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
/tmp/cco4Ldfs.s:2860: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/cco4Ldfs.s:2860: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/cco4Ldfs.s:2867: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/cco4Ldfs.s:2867: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/cco4Ldfs.s:2901: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/cco4Ldfs.s:2901: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/cco4Ldfs.s:2909: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/cco4Ldfs.s:2909: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/cco4Ldfs.s:2977: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/cco4Ldfs.s:2977: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/cco4Ldfs.s:2984: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/cco4Ldfs.s:2984: Warning: using `%bx' instead of `%ebx' due to `w'
suffix
/tmp/cco4Ldfs.s:3098: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/cco4Ldfs.s:3098: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/cco4Ldfs.s:3106: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:3106: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:3133: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:3133: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cco4Ldfs.s:3140: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
/tmp/cco4Ldfs.s:3140: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c arcfour.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c twofish.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genpkcs.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genmp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c dlglue.c
/tmp/ccMvO7gp.s: Assembler messages:
/tmp/ccMvO7gp.s:5296: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
/tmp/ccMvO7gp.s:5296: Warning: using `%cx' instead of `%ecx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c dlfix.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c bufzip.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genaux.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c genrand.c
/tmp/ccsQXY2V.s: Assembler messages:
/tmp/ccsQXY2V.s:471: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:471: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1069: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1069: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1078: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1078: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1086: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1086: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1093: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1093: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1138: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1138: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1150: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1150: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1164: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1164: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1178: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1178: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1237: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1237: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1249: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1249: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1263: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1263: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1277: Warning: using `%ax' instead of `%eax' due to `w'
suffix
/tmp/ccsQXY2V.s:1277: Warning: using `%ax' instead of `%eax' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c namelist.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c keyblob.c
/tmp/ccVB13Xk.s: Assembler messages:
/tmp/ccVB13Xk.s:1663: Warning: using `%di' instead of `%edi' due to `w'
suffix
/tmp/ccVB13Xk.s:1663: Warning: using `%di' instead of `%edi' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c
ssh2pubkeyencode.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshutil -I./../sshutil 	-I../sshmath -I./../sshmath 	-I../sshscard
-I./../sshscard 	-I../trq -I./../trq    -O2 -Wall -g -c libmonitor.c
rm -f libsshcrypt.a
ar cru libsshcrypt.a genhash.o md5.o sha.o ripemd160.o genmac.o hmac.o
macs.o genciph.o nociph.o des.o blowfish.o arcfour.o twofish.o genpkcs.o
genmp.o dlglue.o dlfix.o bufzip.o genaux.o genrand.o namelist.o
keyblob.o ssh2pubkeyencode.o libmonitor.o 
ranlib libsshcrypt.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshcrypt'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshcrypt'
Making all in sshproto
/usr/src/temp/ssh2-2.0.13/lib/sshproto
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshproto'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshproto/tests
make[5]: Entering directory
`/usr/src/temp/ssh2-2.0.13/lib/sshproto/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/usr/src/temp/ssh2-2.0.13/lib/sshproto/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshproto'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshtrans.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c trcommon.c
/tmp/ccIKkpmO.s: Assembler messages:
/tmp/ccIKkpmO.s:4255: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccIKkpmO.s:4255: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccIKkpmO.s:9130: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccIKkpmO.s:9130: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccIKkpmO.s:9266: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/ccIKkpmO.s:9266: Warning: using `%si' instead of `%esi' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c trkex.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshcross.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshcrup.c
/tmp/cciZSCO6.s: Assembler messages:
/tmp/cciZSCO6.s:904: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cciZSCO6.s:904: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cciZSCO6.s:1022: Warning: using `%si' instead of `%esi' due to `w'
suffix
/tmp/cciZSCO6.s:1022: Warning: using `%si' instead of `%esi' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshcrdown.c
/tmp/cc4GGUlu.s: Assembler messages:
/tmp/cc4GGUlu.s:784: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cc4GGUlu.s:784: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cc4GGUlu.s:907: Warning: using `%dx' instead of `%edx' due to `w'
suffix
/tmp/cc4GGUlu.s:907: Warning: using `%dx' instead of `%edx' due to `w'
suffix
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshauthc.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshauths.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshconn.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 	-I../.. -I../.. 
-I../sshcrypt -I./../sshcrypt 	-I../sshutil -I./../sshutil 	-I../sshmath
-I./../sshmath    -O2 -Wall -g -c sshcipherlist.c
rm -f libsshproto.a
ar cru libsshproto.a sshtrans.o trcommon.o trkex.o sshcross.o sshcrup.o
sshcrdown.o sshauthc.o sshauths.o sshconn.o sshcipherlist.o 
ranlib libsshproto.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshproto'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshproto'
Making all in sshsession
/usr/src/temp/ssh2-2.0.13/lib/sshsession
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshsession'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c sshunixpipestream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c sshunixptystream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c sigchld.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c sshtty.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c sshunixuser.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c wtmp.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil    -O2 -Wall -g -c pty-ptmx.c
rm -f libsshsession.a
ar cru libsshsession.a sshunixpipestream.o sshunixptystream.o sigchld.o
sshtty.o sshunixuser.o wtmp.o pty-ptmx.o
ranlib libsshsession.a
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshsession'
Making all in sshpgp
/usr/src/temp/ssh2-2.0.13/lib/sshpgp
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
Making all in tests
/usr/src/temp/ssh2-2.0.13/lib/sshpgp/tests
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp/tests'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp/tests'
make[5]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_gen.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_file.c
pgp_file.c: In function `ssh_pgp_read_packet':
pgp_file.c:31: warning: `packet_type' might be used uninitialized in
this function
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_s2k.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_key.c
pgp_key.c: In function `ssh_pgp_secret_key_decode_with_passphrase':
pgp_key.c:448: warning: `s2k_type' might be used uninitialized in this
function
pgp_key.c:449: warning: `s2k_hash' might be used uninitialized in this
function
pgp_key.c:450: warning: `s2k_count' might be used uninitialized in this
function
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_keydb.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_packet.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I. -I. 			-I../.. -I../.. 	
-I../sshutil -I./../sshutil 		-I../sshmath -I./../sshmath 	
-I../sshcrypt -I./../sshcrypt		-I../trq -I./../trq    -O2 -Wall -g -c
pgp_cipher.c
rm -f libsshpgp.a
ar cru libsshpgp.a pgp_gen.o pgp_file.o pgp_s2k.o pgp_key.o pgp_keydb.o
pgp_packet.o pgp_cipher.o 
ranlib libsshpgp.a
make[5]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib/sshpgp'
make[4]: Entering directory `/usr/src/temp/ssh2-2.0.13/lib'
rm -f libssh.a
ar rc libssh.a `for lib in sshmath sshreadline sshutil sshapputil
sshcrypt sshproto sshsession sshpgp; do \
  (cd $lib; \
   make -s list_libssh_a_objects | sed -n
's,BEGIN_FILE_LIST:\([^:]*\):END_FILE_LIST,\1,p' | sed -n 's, $,,g; s, ,
'"$lib"'/,g; p'; \
           ); \
done;`
ar: libssh.a: Is a directory
make[4]: *** [libssh.a] Error 1
make[4]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/temp/ssh2-2.0.13/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/temp/ssh2-2.0.13'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/temp/ssh2-2.0.13'
make: *** [build-stamp] Error 2
hecke-root# exit
exit

Script done on Sun Dec 19 10:30:43 1999
---------------------------------------
Received: (at 53072-done) by bugs.debian.org; 29 Mar 2002 15:26:06 +0000
>From cjwatson@flatline.org.uk Fri Mar 29 09:26:06 2002
Return-path: <cjwatson@flatline.org.uk>
Received: from gadolinium.btinternet.com [194.73.73.111] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16qyGU-0001PU-00; Fri, 29 Mar 2002 09:26:06 -0600
Received: from host217-35-31-177.in-addr.btopenworld.com ([217.35.31.177] helo=arborlon.lab.dotat.at)
	by gadolinium.btinternet.com with esmtp (Exim 3.22 #8)
	id 16qyGT-0002FA-00
	for 53072-done@bugs.debian.org; Fri, 29 Mar 2002 15:26:05 +0000
Received: from cjwatson by arborlon.lab.dotat.at with local (Exim 3.35 #1 (Debian))
	id 16qxJb-0005C0-00
	for <53072-done@bugs.debian.org>; Fri, 29 Mar 2002 14:25:15 +0000
Date: Fri, 29 Mar 2002 14:25:15 +0000
From: Colin Watson <cjwatson@debian.org>
To: 53072-done@bugs.debian.org
Subject: ssh2 compiles now
Message-ID: <20020329142515.GA19909@arborlon.riva.ucam.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender: Colin Watson <cjwatson@flatline.org.uk>
Delivered-To: 53072-done@bugs.debian.org

I confess to having absolutely no idea why this bug occurred in the
first place. It looks like a toolchain glitch or something to me.
libssh.a manifestly wasn't a directory, as it had just been removed!

Anyway, ssh2 now builds fine for me on both i386 and sparc - I did its
last two uploads for the QA group - so I'll close the bug.

Thanks,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]


-- 
To UNSUBSCRIBE, email to debian-qa-packages-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: