[krbdev.mit.edu #9021] 'make check' in krb5-1.19.2 produces failures when pyrad module is installed on PowerPC Mac OS X 10.4.11, Tiger
Peter Dyballa via RT
rt-comment at kerborg-prod-app-1.mit.edu
Sun Aug 1 13:23:37 EDT 2021
Sun Aug 01 13:23:37 2021: Request 9021 was acted upon.
Transaction: Ticket created by Peter_Dyballa at Web.DE
Queue: krb5
Subject: 'make check' in krb5-1.19.2 produces failures when pyrad module is installed on PowerPC Mac OS X 10.4.11, Tiger
Owner: Nobody
Requestors: Peter_Dyballa at Web.DE
Status: new
Ticket <URL: http://kerborg-prod-app-1.mit.edu/rt/Ticket/Display.html?id=9021 >
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.
More information about the krb5-bugs
mailing list