GNU bug report logs - #43402
[BUG] python-gssapi-1.6.5 not building

Previous Next

Package: guix;

Reported by: Kurt <gitlabcanada <at> runbox.com>

Date: Mon, 14 Sep 2020 16:34:01 UTC

Severity: normal

Merged with 42370, 43284

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43402 in the body.
You can then email your comments to 43402 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#43402; Package guix. (Mon, 14 Sep 2020 16:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kurt <gitlabcanada <at> runbox.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 14 Sep 2020 16:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kurt <gitlabcanada <at> runbox.com>
To: guix bugs <bug-guix <at> gnu.org>
Subject: [BUG] python-gssapi-1.6.5 not building
Date: Mon, 14 Sep 2020 10:31:37 -0600
Greetings,


ERROR: test_add_with_impersonate
(gssapi.tests.test_high_level.CredsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/gnu/store/zc5mv2h8b7p3lzd4cx3pcbcn9ix25vk5-python-k5test-
0.9.2/lib/python3.8/site-packages/k5test/unit.py", line 28, in ext_test
    func(self, *args, **kwargs)
  File "/tmp/guix-build-python-gssapi-1.6.5.drv-0/gssapi-
1.6.5/gssapi/tests/test_high_level.py", line 364, in
test_add_with_impersonate
    new_creds = input_creds.add(server_ctx.initiator_name,
  File "/tmp/guix-build-python-gssapi-1.6.5.drv-0/gssapi-
1.6.5/gssapi/creds.py", line 378, in add
    res = rcred_s4u.add_cred_impersonate_name(self, impersonator,
  File "gssapi/raw/ext_s4u.pyx", line 199, in
gssapi.raw.ext_s4u.add_cred_impersonate_name
gssapi.raw.misc.GSSError: Major (851968): Unspecified GSS
failure.  Minor code may provide more information, Minor (2529638928):
KDC has no support for padata type

======================================================================
ERROR: test_acquire_creds_impersonate_name
(gssapi.tests.test_raw.TestBaseUtilities)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/gnu/store/zc5mv2h8b7p3lzd4cx3pcbcn9ix25vk5-python-k5test-
0.9.2/lib/python3.8/site-packages/k5test/unit.py", line 28, in ext_test
    func(self, *args, **kwargs)
  File "/tmp/guix-build-python-gssapi-1.6.5.drv-0/gssapi-
1.6.5/gssapi/tests/test_raw.py", line 421, in
test_acquire_creds_impersonate_name
    imp_resp = gb.acquire_cred_impersonate_name(server_creds,
  File "gssapi/raw/ext_s4u.pyx", line 112, in
gssapi.raw.ext_s4u.acquire_cred_impersonate_name
gssapi.raw.misc.GSSError: Major (851968): Unspecified GSS
failure.  Minor code may provide more information, Minor (2529638928):
KDC has no support for padata type

======================================================================
ERROR: test_add_cred_impersonate_name
(gssapi.tests.test_raw.TestBaseUtilities)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/gnu/store/zc5mv2h8b7p3lzd4cx3pcbcn9ix25vk5-python-k5test-
0.9.2/lib/python3.8/site-packages/k5test/unit.py", line 28, in ext_test
    func(self, *args, **kwargs)
  File "/tmp/guix-build-python-gssapi-1.6.5.drv-0/gssapi-
1.6.5/gssapi/tests/test_raw.py", line 390, in
test_add_cred_impersonate_name
    imp_resp = gb.add_cred_impersonate_name(input_creds,
  File "gssapi/raw/ext_s4u.pyx", line 199, in
gssapi.raw.ext_s4u.add_cred_impersonate_name
gssapi.raw.misc.GSSError: Major (851968): Unspecified GSS
failure.  Minor code may provide more information, Minor (2529638928):
KDC has no support for padata type

----------------------------------------------------------------------
Ran 192 tests in 1.074s

FAILED (errors=3, skipped=9)
Test failed: <unittest.runner.TextTestResult run=192 errors=3
failures=0>
error: Test failed: <unittest.runner.TextTestResult run=192 errors=3
failures=0>
command "python" "-c" "import setuptools,
tokenize;__file__='setup.py';f=getattr(tokenize, 'open',
open)(__file__);code=f.read().replace('\\r\\n',
'\\n');f.close();exec(compile(code, __file__, 'exec'))" "test" failed
with status 1

Thank you =]





Information forwarded to bug-guix <at> gnu.org:
bug#43402; Package guix. (Tue, 15 Sep 2020 12:13:01 GMT) Full text and rfc822 format available.

Message #8 received at 43402 <at> debbugs.gnu.org (full text, mbox):

From: Kurt <gitlabcanada <at> runbox.com>
To: 43402 <at> debbugs.gnu.org
Subject: Addition
Date: Tue, 15 Sep 2020 06:11:36 -0600
This error is showing up when trying to build the "synapse" matrix
server.





Information forwarded to bug-guix <at> gnu.org:
bug#43402; Package guix. (Tue, 15 Sep 2020 15:30:01 GMT) Full text and rfc822 format available.

Message #11 received at 43402 <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: Kurt <gitlabcanada <at> runbox.com>
Cc: 43402 <at> debbugs.gnu.org
Subject: Re: bug#43402: [BUG] python-gssapi-1.6.5 not building
Date: Tue, 15 Sep 2020 17:28:24 +0200
[Message part 1 (text/plain, inline)]
Hello Kurt,

Thank you the report!
It has been reported twice in these bugs, so I will merge it:
42370 43284


-- 
SVRMGR> shutdown
ORA-01034: ORACLE not available
SVRMGR> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
[signature.asc (application/pgp-signature, inline)]

Merged 42370 43284 43402. Request was from Michael Rohleder <mike <at> rohleder.de> to control <at> debbugs.gnu.org. (Tue, 15 Sep 2020 15:30:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#43402; Package guix. (Sat, 03 Oct 2020 02:19:03 GMT) Full text and rfc822 format available.

Message #16 received at 43402-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Kurt <gitlabcanada <at> runbox.com>
Cc: 43402-done <at> debbugs.gnu.org, 42370-done <at> debbugs.gnu.org
Subject: Re: bug#43402: Addition
Date: Fri, 02 Oct 2020 22:19:40 -0400
Hello,

Kurt <gitlabcanada <at> runbox.com> writes:

> This error is showing up when trying to build the "synapse" matrix
> server.

I fixed the python-gssapi build by skipping the 3 failing tests, in
commit 3dc26bcd78.  Synapse seems to build fine now.

Closing.

Thanks for the report!

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 31 Oct 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.