To: | krb5-bugs@mit.edu |
From: | "Henry B. Hotz" <hotz@jpl.nasa.gov> |
Subject: | Problems with 1.5 on Solaris 9 w gcc |
Date: | Thu, 3 Aug 2006 16:27:02 -0700 |
No obvious build problems (though I can't seem to build against the
native ndbm any more). No obvious operation problems for the
ordinary stuff like kinit, kvno, klist, etc. Could build openssh 4.3
(with Simon's patches) and it does everything it should.
In fact the only problem I actually see is that a "make check" fails
as follows.
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
lib -L/usr/demo/lib -L/usr/local/lib" --with-tcl=/usr/local --without-
krb4
make
sudo make install
setenv KRB5_CONFIG /etc/krb5/krb5.conf
make check
=== krb tests ===
Schedule of variations:
unix
Running target unix
Using /usr/ets/share/dejagnu/baseboards/unix.exp as board description
file for target.
Using /usr/ets/share/dejagnu/config/unix.exp as generic interface
file for target.
Using ./config/default.exp as tool-and-target-specific interface file.
Running pass `des' ...
Running ./krb-root/rlogin.exp ...
NOTE: rlogin: rlogin doesn't like command-line flags
Running ./krb-root/telnet.exp ...
NOTE: telnet test requires ability to log in as root
Running ./krb-standalone/gssapi.exp ...
Running ./krb-standalone/gssftp.exp ...
ERROR: error in gssftp.exp: can not find channel named "exp10"
Running ./krb-standalone/kadmin.exp ...
ERROR: error in kadmin.exp
can not find channel named "exp12"
make[2]: *** [check-runtest-yes] Error 1
make[2]: Leaving directory `/usr/local/dist/krb5-1.5/src/tests/dejagnu'
make[1]: *** [check-recurse] Error 1
make[1]: Leaving directory `/usr/local/dist/krb5-1.5/src/tests'
make: *** [check-recurse] Error 1
channel "exp12"
whazzat?
------------------------------------------------------------------------
----
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu
native ndbm any more). No obvious operation problems for the
ordinary stuff like kinit, kvno, klist, etc. Could build openssh 4.3
(with Simon's patches) and it does everything it should.
In fact the only problem I actually see is that a "make check" fails
as follows.
Show quoted text
> gcc --version
gcc (GCC) 3.4.2Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Show quoted text
> uname -a
SunOS redhotz 5.9 Generic_118558-25 sun4u sparc SUNW,Sun-Blade-1500Show quoted text
> ./configure --prefix=/usr/demo CPPFLAGS="-I/usr/local/include"
CFLAGS="-m32 -mcpu=ultrasparc" LDFLAGS="-R/usr/demo/lib -R/usr/local/ lib -L/usr/demo/lib -L/usr/local/lib" --with-tcl=/usr/local --without-
krb4
make
sudo make install
setenv KRB5_CONFIG /etc/krb5/krb5.conf
make check
=== krb tests ===
Schedule of variations:
unix
Running target unix
Using /usr/ets/share/dejagnu/baseboards/unix.exp as board description
file for target.
Using /usr/ets/share/dejagnu/config/unix.exp as generic interface
file for target.
Using ./config/default.exp as tool-and-target-specific interface file.
Running pass `des' ...
Running ./krb-root/rlogin.exp ...
NOTE: rlogin: rlogin doesn't like command-line flags
Running ./krb-root/telnet.exp ...
NOTE: telnet test requires ability to log in as root
Running ./krb-standalone/gssapi.exp ...
Running ./krb-standalone/gssftp.exp ...
ERROR: error in gssftp.exp: can not find channel named "exp10"
Running ./krb-standalone/kadmin.exp ...
ERROR: error in kadmin.exp
can not find channel named "exp12"
make[2]: *** [check-runtest-yes] Error 1
make[2]: Leaving directory `/usr/local/dist/krb5-1.5/src/tests/dejagnu'
make[1]: *** [check-recurse] Error 1
make[1]: Leaving directory `/usr/local/dist/krb5-1.5/src/tests'
make: *** [check-recurse] Error 1
Show quoted text
>
channel "exp12"
whazzat?
------------------------------------------------------------------------
----
The opinions expressed in this message are mine,
not those of Caltech, JPL, NASA, or the US Government.
Henry.B.Hotz@jpl.nasa.gov, or hbhotz@oxy.edu