Skip Menu |
 

Subject: 'make check' in krb5-1.19.2 produces failures when pyrad module is installed on PowerPC Mac OS X 10.4.11, Tiger
Date: Sun, 1 Aug 2021 12:48:08 +0200
To: krb5-bugs@mit.edu
From: "Peter Dyballa" <Peter_Dyballa@Web.DE>
Download (untitled) / with headers
text/plain 3.3KiB
Hello!

Before installation of pyrad with pip3 'make check' reported:

making check in lib/apputils...
making check in lib/krad...
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_attr
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_attrset
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_code
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_packet /opt/
local/bin/python3.8 ./t_daemon.py
pyrad not found!
Unable to start pyrad daemon, skipping test...
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_remote /opt/
local/bin/python3.8 ./t_daemon.py
pyrad not found!
Unable to start pyrad daemon, skipping test...
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_client /opt/
local/bin/python3.8 ./t_daemon.py
pyrad not found!
Unable to start pyrad daemon, skipping test...
make[1]: *** [check-recurse] Error 1
make[1]: Target `check' not remade because of errors.

Afterwards I get:

making check in lib/apputils...
making check in lib/krad...
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_attr
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_attrset
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_code
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_packet /opt/
local/bin/python3.8 ./t_daemon.py
Traceback (most recent call last):
File "./t_daemon.py", line 65, in <module>
dict=dictionary.Dictionary(StringIO.StringIO(DICTIONARY)))
AttributeError: type object '_io.StringIO' has no attribute 'StringIO'
Unable to start pyrad daemon, skipping test...
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_remote /opt/
local/bin/python3.8 ./t_daemon.py
Traceback (most recent call last):
File "./t_daemon.py", line 65, in <module>
dict=dictionary.Dictionary(StringIO.StringIO(DICTIONARY)))
AttributeError: type object '_io.StringIO' has no attribute 'StringIO'
Unable to start pyrad daemon, skipping test...
DYLD_LIBRARY_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`
KRB5_CONFIG=../../config-files/krb5.conf LC_ALL=C ./t_client /opt/
local/bin/python3.8 ./t_daemon.py
Traceback (most recent call last):
File "./t_daemon.py", line 65, in <module>
dict=dictionary.Dictionary(StringIO.StringIO(DICTIONARY)))
AttributeError: type object '_io.StringIO' has no attribute 'StringIO'
Unable to start pyrad daemon, skipping test...
make[1]: *** [check-recurse] Error 1
make[1]: Target `check' not remade because of errors.
making check in plugins/audit...
making check in plugins/audit/test...


--
Greetings

Pete

It isn't pollution that's harming the environment. It's the
impurities in our air and water that are doing it.