Bug ID 981848
Summary python-cffi fails to build with GCC
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter martin.liska@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The package cannot be built with GCC6 due to:

verify209.c:437:34: error: left shift of negative value
[-Werror=shift-negative-value]

There is already upstream bug for that:
https://bitbucket.org/cffi/cffi/issues/260/test-failures-with-gcc-6

One approach can be to switch version of GCC and add:
-Wnoerror=shift-negative-value

Thanks,
Martin


You are receiving this mail because: