unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43402: [BUG] python-gssapi-1.6.5 not building
@ 2020-09-14 16:31 Kurt
  2020-09-15 12:11 ` bug#43402: Addition Kurt
  2020-09-15 15:28 ` bug#43402: [BUG] python-gssapi-1.6.5 not building Michael Rohleder
  0 siblings, 2 replies; 4+ messages in thread
From: Kurt @ 2020-09-14 16:31 UTC (permalink / raw)
  To: 43402

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 =]





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#43402: Addition
  2020-09-14 16:31 bug#43402: [BUG] python-gssapi-1.6.5 not building Kurt
@ 2020-09-15 12:11 ` Kurt
  2020-10-03  2:19   ` bug#42370: " Maxim Cournoyer
  2020-09-15 15:28 ` bug#43402: [BUG] python-gssapi-1.6.5 not building Michael Rohleder
  1 sibling, 1 reply; 4+ messages in thread
From: Kurt @ 2020-09-15 12:11 UTC (permalink / raw)
  To: 43402

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#43402: [BUG] python-gssapi-1.6.5 not building
  2020-09-14 16:31 bug#43402: [BUG] python-gssapi-1.6.5 not building Kurt
  2020-09-15 12:11 ` bug#43402: Addition Kurt
@ 2020-09-15 15:28 ` Michael Rohleder
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Rohleder @ 2020-09-15 15:28 UTC (permalink / raw)
  To: Kurt; +Cc: 43402

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#42370: bug#43402: Addition
  2020-09-15 12:11 ` bug#43402: Addition Kurt
@ 2020-10-03  2:19   ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2020-10-03  2:19 UTC (permalink / raw)
  To: Kurt; +Cc: 43402-done, 42370-done

Hello,

Kurt <gitlabcanada@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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-03  2:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14 16:31 bug#43402: [BUG] python-gssapi-1.6.5 not building Kurt
2020-09-15 12:11 ` bug#43402: Addition Kurt
2020-10-03  2:19   ` bug#42370: " Maxim Cournoyer
2020-09-15 15:28 ` bug#43402: [BUG] python-gssapi-1.6.5 not building Michael Rohleder

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).