Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2022 02:34:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 261586] databases/py-mysql-connector-python: Allow to build with GSSAPI option
Message-ID:  <bug-261586-21822-ByJ9tOIdxS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261586-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261586-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261586

--- Comment #2 from geraud@gcu.info ---
(In reply to Kubilay Kocak from comment #1)

1) Here's the line of setup.py@v8.0.28

        "gssapi": ["gssapi>=3D1.6.9"],

Reference :
https://github.com/mysql/mysql-connector-python/blob/8.0.28/setup.py#L146

2) I tried to build py-mysql-connector-python this morning through poudriere
(as a dependency of netbox I believe), and here is the error I got (cut to =
the
relevant part) :

[...]
=3D=3D=3D>   py38-mysql-connector-python-8.0.28 depends on package:
py38-gssapi>1.6.14 - not found
=3D=3D=3D>   Installing existing package /packages/All/py38-gssapi-1.6.14.p=
kg
[poudriere.vm.skazy.name] Installing py38-gssapi-1.6.14...
[poudriere.vm.skazy.name] `-- Installing krb5-1.19.2...
[poudriere.vm.skazy.name] `-- Extracting krb5-1.19.2: .......... done
[poudriere.vm.skazy.name] `-- Installing py38-decorator-5.1.1...
[poudriere.vm.skazy.name] `-- Extracting py38-decorator-5.1.1: .......... d=
one
[poudriere.vm.skazy.name] Extracting py38-gssapi-1.6.14: .......... done
=3D=3D=3D>   py38-mysql-connector-python-8.0.28 depends on package:
py38-gssapi>1.6.14 - not found
*** Error code 1
[...]

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261586-21822-ByJ9tOIdxS>