[Bug 1001] Error on MAKE while compiling SRPMS and tar.gz but not while installing RPMS
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Mar 16 06:54:46 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1001
Summary: Error on MAKE while compiling SRPMS and tar.gz but not
while installing RPMS
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: praveenmm at hotmail.com
I am running Red Hat Linux release 7.2 (Enigma) with custom kernel version:
2.4.21 and openSSH version: 3.7.1p2-1.
When I install openSSH version (any) RPM it gets installed after resolving
dependencies but it fails at MAKE when I try to install using tar.gz or source
RPMS. The error displayed is:
---------- ERROR MESSAGE -----
checking if your system defines WTMPX_FILE... no
configure: creating ./config.status
./configure: uniq: command not found
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
OpenSSH has been configured with the following options:
User binaries: /usr/local/bin
System binaries: /usr/local/sbin
Configuration files: /usr/local/etc
Askpass program: /usr/local/libexec/ssh-askpass
Manual pages: /usr/local/man/manX
PID file: /var/run
Privilege separation chroot path: /var/empty
sshd default user
PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
Manpage format: doc
DNS support: no
PAM support: no
KerberosV support: no
Smartcard support: no
S/KEY support: no
TCP Wrappers support: no
MD5 password support: no
IP address in $DISPLAY hack: no
Translate v4 in v6 hack: yes
BSD Auth support: no
Random number source: OpenSSL internal ONLY
Host: i686-pc-linux-gnu
Compiler: gcc
Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized
Preprocessor flags:
Linker flags:
Libraries: -lutil -lz -lnsl -lcrypto -lcrypt
bash-2.05# make
(cd openbsd-compat && make)
make[1]: Entering directory `/usr/src/redhat/SOURCES/openssh-3.7.1p2/openbsd-
compat'
gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -
DHAVE_CONFIG_H -c bsd-arc4random.c
In file included from ../includes.h:170,
from bsd-arc4random.c:25:
../defines.h:146:4: #error "8 bit int type not found."
../defines.h:158:5: #error "16 bit int type not found."
../defines.h:167:5: #error "32 bit int type not found."
../defines.h:183:5: #error "8 bit int type not found."
../defines.h:195:6: #error "16 bit int type not found."
../defines.h:204:6: #error "32 bit int type not found."
make[1]: *** [bsd-arc4random.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/openssh-3.7.1p2/openbsd-
compat'
make: *** [openbsd-compat/libopenbsd-compat.a] Error 2
----- ERROR MESSAGE -------
------ ENVIRONMENT/VERSION DETAILS ---------
bash-2.05# rpm -qa | grep openssh
openssh-askpass-3.7.1p2-1
openssh-3.7.1p2-1
openssh-clients-3.7.1p2-1
openssh-server-3.7.1p2-1
bash-2.05# rpm -qa | grep openssl
openssl-devel-0.9.6b-8
openssl-0.9.6b-8
bash-2.05# rpm -qa | grep zlib
zlib-devel-1.1.4-8.7x
zlib-1.1.4-8.7x
bash-2.05# rpm -qa | grep glibc
glibc-2.2.4-13
glibc-common-2.2.4-13
glibc-devel-2.2.4-13
bash-2.05# rpm -qa | grep kernel
kernel-source-2.4.7-10
kernel-smp-2.4.7-10
kernel-pcmcia-cs-3.1.27-10
kernel-enterprise-2.4.7-10
kernel-headers-2.4.7-10
kernel-2.4.7-10
------ ENVIRONMENT/VERSION DETAILS ---------
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list