Mailing List Archive

[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5
http://bugzilla.mindrot.org/show_bug.cgi?id=954

Summary: configure w/PAM & tcp_wrapper crashes on Irix 6.5
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs@mindrot.org
ReportedBy: carl.kemp.ctr@sabre.com


When trying to configure w/PAM & tcp wrappers, the configure script crashes
while executing config.status. I will attach script output as a separate
attachment.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From carl.kemp.ctr@sabre.com 2004-11-17 07:28 -------
Created an attachment (id=740)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=740&action=view)
Output of Attempted configure under Irix 6.5




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From dtucker@zip.com.au 2004-11-17 09:12 -------
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]



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From carl.kemp.ctr@sabre.com 2004-11-17 10:26 -------
Both options you suggested also failed. Attaching output of configure.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From carl.kemp.ctr@sabre.com 2004-11-17 10:27 -------
Created an attachment (id=741)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=741&action=view)
output of configure for 3.9p1




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From dtucker@zip.com.au 2004-11-17 10:54 -------
(From update of attachment 741)

>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?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From carl.kemp.ctr@sabre.com 2004-11-20 07:18 -------
Created an attachment (id=742)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=742&action=view)
Output of configure w/o privsep




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=954





------- Additional Comments From carl.kemp.ctr@sabre.com 2004-11-20 07:19 -------
If I delete both PAM and tcp_wrappers, it does work, but leaving either one in
crashes it.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.