bugzilla-daemon at mindrot.org
2004-Sep-20  15:55 UTC
[Bug 933] compile problem on tru64 5.1A code outside of a #ifdef that should not be included on tru64
http://bugzilla.mindrot.org/show_bug.cgi?id=933
           Summary: compile problem on tru64 5.1A code outside of a #ifdef
                    that should not be included on tru64
           Product: Portable OpenSSH
           Version: 3.8p1
          Platform: Alpha
        OS/Version: OSF/1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: sshdbugs at garetech.com.au
compile problem on tru64 5.1A code outside of a #ifdef that should not be
included on tru64
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Sep-20  16:06 UTC
[Bug 933] compile problem on tru64 5.1A code outside of a #ifdef that should not be included on tru64
http://bugzilla.mindrot.org/show_bug.cgi?id=933 ------- Additional Comments From sshdbugs at garetech.com.au 2004-09-21 02:06 ------- Created an attachment (id=718) --> (http://bugzilla.mindrot.org/attachment.cgi?id=718&action=view) make fails trying to link xcrypt and others ./configure --without-shadow --with-zlib=/usr/local/lib --with-cflags="-I/usr/local/include" --with-cppflags="-I/usr/local/include" --with-osfsia in auth-passwd.c on Tru64 UNIX 5.1A We have already finished with the following code #if defined(HAVE_OSF_SIA) /* * XXX: any reason this is before krb? could be moved to * sys_auth_passwd()? -dt */ return auth_sia_password(authctxt, password) && ok; #endif This return at the bottom should not be outside the chain of #ifdef's and the follow up code of sys_auth_passwd should also not be compiled on Tru64 #endif return (sys_auth_passwd(authctxt, password) && ok); } #ifdef BSD_AUTH int ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Sep-20  20:08 UTC
[Bug 933] compile problem on tru64 5.1A code outside of a #ifdef that should not be included on tru64
http://bugzilla.mindrot.org/show_bug.cgi?id=933 ------- Additional Comments From dtucker at zip.com.au 2004-09-21 06:08 ------- This has already been fixed in 3.9p1: auth_sia_passwd in auth-sia.c has been renamed to sys_auth_passwd and the special case for SIA in auth-passwd.c has been removed. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Oct-06  13:39 UTC
[Bug 933] compile problem on tru64 5.1A code outside of a #ifdef that should not be included on tru64
http://bugzilla.mindrot.org/show_bug.cgi?id=933
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From dtucker at zip.com.au  2004-10-06 23:39 -------
This is believed fixed in 3.9p1, please re-open if it still happens on that
version (also see bug #940 for a 3.9p1 compile error on Tru64).
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.