[gnutls-devel] GnuTLS | cli-debug build errors (#1363)

Read-only notification of GnuTLS library development activities gnutls-devel at lists.gnutls.org
Tue May 10 09:30:44 CEST 2022




Daiki Ueno commented:


In the build log I see:

```console
2022-05-09 21:38:29.971495 | ubuntu-bionic | short option v for version is already taken by passwd-conf
2022-05-09 21:38:29.971651 | ubuntu-bionic | Traceback (most recent call last):
2022-05-09 21:38:29.971665 | ubuntu-bionic |   File "../python/cli-codegen.py", line 39, in <module>
2022-05-09 21:38:29.971674 | ubuntu-bionic |     cligen.code.generate_source(desc, info, args.c)
2022-05-09 21:38:29.971683 | ubuntu-bionic |   File "/home/zuul/pgtls/python/cligen/code.py", line 374, in generate_source
2022-05-09 21:38:29.971692 | ubuntu-bionic |     ''')
2022-05-09 21:38:29.971700 | ubuntu-bionic | AttributeError: 'str' object has no attribute 'removesuffix'
```

`str.removesuffix` is a new [addition](https://docs.python.org/3/whatsnew/3.9.html?highlight=removesuffix) in Python 3.9 while we support 3.6+.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1363#note_940747567
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20220510/96751c97/attachment.html>


More information about the Gnutls-devel mailing list