Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Old and broken version of cffi #5336

Closed
MartB opened this issue Dec 20, 2022 · 1 comment
Closed

RFC: Old and broken version of cffi #5336

MartB opened this issue Dec 20, 2022 · 1 comment

Comments

@MartB
Copy link

MartB commented Dec 20, 2022

cffi==1.14.0

This version is not supported on recent GCC installations, it errors out like this:

x-x86_64-3.10/c/_cffi_backend.o
    c/_cffi_backend.c: In function ‘ctypedescr_dealloc’:
    c/_cffi_backend.c:407:23: error: lvalue required as left operand of assignment
      407 |         Py_REFCNT(ct) = 43;
          |                       ^

It is fixed in 1.14.6 but I tested seahub with 1.15.1 successfully by replacing the cffi module.
Is there a reason this is tagged at 1.14.0?

The same issue is described here:
https://forum.seafile.com/t/seafile-community-edition-9-0-5-is-ready/16388/20

Edit: #5336 is the reason for not jumping to 1.15.X in 9.X but 1.14.X should be doable:

@freeplant
Copy link
Member

We have updated the dependency in the master branch.

The dependencies will be included in version 10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants