Bug 694 - build fails: missing inet_ntoa.h on IRIX 6.3 and gcc 3.2.2
Summary: build fails: missing inet_ntoa.h on IRIX 6.3 and gcc 3.2.2
Status: CLOSED DUPLICATE of bug 650
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: 3.7.1p1
Hardware: MIPS IRIX
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-20 12:52 AEST by Randy Davis
Modified: 2004-04-14 12:24 AEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Davis 2003-09-20 12:52:47 AEST
3.7p1 and 3.7.1p1 fail to build on IRIX 6.3 (note: IRIX 6.3) using gcc 3.2.2 on 
an SGI O2.  3.6.1p1 builds without any problem.  Error:

gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -
I/usr/local/ssl/include  -I/usr/local/include -DHAVE_CONFIG_H -c inet_ntoa.c
inet_ntoa.c:46:23: inet_ntoa.h: No such file or directory
make[1]: *** [inet_ntoa.o] Error 1
make[1]: Leaving directory `/usr2/admin/src/security/openssh-3.7.1p1/openbsd-
compat'
make: *** [openbsd-compat/libopenbsd-compat.a] Error 2

Copying the inet_ntoa.h file in from the 3.6.1p1 release seems to fix it, and 
allow it to compile without errors.
Comment 1 Darren Tucker 2003-09-20 13:02:00 AEST
See also bug #659 for IRIX issues.

*** This bug has been marked as a duplicate of 650 ***
Comment 2 Damien Miller 2004-04-14 12:24:19 AEST
Mass change of RESOLVED bugs to CLOSED