| Summary: | configure w/PAM & tcp_wrapper crashes on Irix 6.5 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Carl Kemp <carl.kemp.ctr> | ||||||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||||
| Status: | CLOSED WORKSFORME | ||||||||||
| Severity: | normal | ||||||||||
| Priority: | P2 | ||||||||||
| Version: | 3.8.1p1 | ||||||||||
| Hardware: | MIPS | ||||||||||
| OS: | IRIX | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Carl Kemp
2004-11-17 07:25:44 AEDT
Created attachment 740 [details]
Output of Attempted configure under Irix 6.5
That looks like some autoconf or shell wackiness. Does the same thing occur witn 3.9p1? It uses a newer version of autoconf. Also worth trying: CONFIG_SHELL=/bin/ksh ./configure [options] Both options you suggested also failed. Attaching output of configure. Created attachment 741 [details]
output of configure for 3.9p1
Comment on attachment 741 [details] output of configure for 3.9p1 >sh-2.05b# ./configure --prefix=/usr/openssh-$SSH_VERSION \ > --with-zlib=/usr/openssh-$SSH_VERSION --with-pam \ > --with-ssl-dir=/usr/openssh-$SSH_VERSION --with-tcp-wrappers=/usr/wrapper \ > --with-cppflags="-I/usr/freeware/include -I/usr/freeware/include/security" \ > --with-l dflags="-L/usr/freeware/lib32" I assume this is a typo? > --with-privsep This isn't a valid option. Is it caused by any particular option? If you remove them one at a time does it begin to work at some point? Also: > ./config.status[310]: syntax error at line 310 : `)' unexpected [...] > 309:INSTALL="./install-sh -c" > 310:311: ac_cs_recheck=: ;; > 312: The same line-doubling is in the first copy too. Are you building these from a script? If so, does it have any embedded newlines/CRs/backspaces? Created attachment 742 [details]
Output of configure w/o privsep
If I delete both PAM and tcp_wrappers, it does work, but leaving either one in crashes it. This looks like an autoconf bug. Maybe you could try one of the development autoconf versions at ftp://alpha.gnu.org/pub/gnu/autoconf/ ? I don't think any of the developers have regular access to Irix to debug this. Something else worth trying: $ CONFIG_SHELL=/bin/ksh $ export CONFIG_SHELL $ /bin/ksh ./configure [options] (or replace /bin/ksh with /path/to/bash if you have it). seven months, no reply == no bug Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |