Bug 218 - make fails on IRIX 5.3
Summary: make fails on IRIX 5.3
Status: CLOSED FIXED
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: MIPS IRIX
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-17 05:35 AEST by Steve
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments
Makefile from SGI Indigo2, IRIX 5.3, GNU make? (12.10 KB, text/plain)
2002-04-18 00:40 AEST, Steve
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve 2002-04-17 05:35:47 AEST
I have openssl-0.9.6c, zlib-1.1.4 and perl5.004 installed on
IRIX 5.3 system (MIPS IP22) with gcc 2.6.3. The only errors I
find in config.log are of the following form:

as0: Error: conftest.c, line 1:undefined assembler operation: .stabs
     .stabs "/usr/people/steves/build/openssh-3.1p1/",100,0,0,$Ltext0

but config exits gracefully. issuing 'make' then produces the
following output:

# make
        conffile=`echo sshd_config.out | sed 's/.out$//'`; \
        /usr/bin/perl ./fixpaths -D/etc/ssh/ssh_config=/etc/ssh/ssh_config 
-D/etc/ssh/ssh_known_hosts=/etc/ssh/ssh_known_hosts 
-D/etc/ssh/sshd_config=/etc/ssh/sshd_config  -D/usr/libexec=/usr/local/libexec 
-D/etc/shosts.equiv=/etc/ssh/shosts.equiv 
-D/etc/ssh/ssh_host_key=/etc/ssh/ssh_host_key 
-D/etc/ssh/ssh_host_dsa_key=/etc/ssh/ssh_host_dsa_key 
-D/etc/ssh/ssh_host_rsa_key=/etc/ssh/ssh_host_rsa_key 
-D/var/run/sshd.pid=/etc/ssh/sshd.pid  -D/etc/ssh/moduli=/etc/ssh/moduli 
-D/etc/ssh/sshrc=/etc/ssh/sshrc  -D/usr/X11R6/bin/xauth=/usr/bin/X11/xauth 
-D/usr/bin:/bin:/usr/sbin:/sbin=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
./${conffile} > sshd_config.out
conffile=sshd_config: Command not found.
*** Error code 1 (bu21)
I have posted to news group comp.security.ssh and searched the
archives, but can't find an answer as to why I can't build 
openssh3.1p1, therefore I am submitting as a bug report.
Comment 1 Damien Miller 2002-04-17 12:35:11 AEST
Very strange - are you using SGI or GNU make. can you attach the generated
Makefile to this bug?
Comment 2 Steve 2002-04-18 00:40:49 AEST
Created attachment 80 [details]
Makefile from SGI Indigo2, IRIX 5.3, GNU make?
Comment 3 Steve 2002-04-24 06:03:10 AEST
I checked the file modification date on make and believe
I must be using the SGI make provided with the MIPSPro C Compiler
Comment 4 Steve 2002-04-24 07:47:59 AEST
I discovered that root had $SHELL=/bin/tcsh, setting it to /bin/sh fixed
the problem. A suggestion would be to add SHELL to the Makefile, as zlib,
openssl, and perl5 all built well in spite of this.
Comment 5 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED