[16772] in Kerberos-V5-bugs
[krbdev.mit.edu #9021] 'make check' in krb5-1.19.2 produces failures
daemon@ATHENA.MIT.EDU (Peter Dyballa via RT)
Sun Aug 1 13:23:42 2021
From: "Peter Dyballa via RT" <rt-comment@kerborg-prod-app-1.mit.edu>
In-Reply-To: <2002B7A7-0C1C-4DC7-A26E-8F2CB6C5731B@Web.DE>
Message-ID: <rt-4.4.3-2-2906852-1627838617-1206.9021-4-0@kerborg-prod-app-1.mit.edu>
To: "AdminCc of krbdev.mit.edu Ticket #9021":;
Date: Sun, 01 Aug 2021 13:23:37 -0400
MIME-Version: 1.0
Reply-To: rt-comment@kerborg-prod-app-1.mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu
Sun Aug 01 13:23:37 2021: Request 9021 was acted upon.
Transaction: Ticket created by Peter_Dyballa@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@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.
_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs