Bug ID | 1201069 |
---|---|
Summary | windows:mingw:win32/mingw32-libsodium: Compile failure with gcc > 10 |
Classification | openSUSE |
Product | openSUSE.org |
Version | unspecified |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | 3rd party software |
Assignee | fstrba@suse.com |
Reporter | ralf.habacker@freenet.de |
QA Contact | screening-team-bugs@suse.de |
CC | fridrich.strba@bluewin.ch, hib@hiberis.nl, mkbosmans@gmail.com |
Found By | --- |
Blocker | --- |
The mentioned package fails to build with mingw32 gcc > version 10 with the following error: [ 48s] crypto_generichash/blake2/ref/blake2b-ref.c: In function 'crypto_generichash_blake2b__blake2b': [ 48s] crypto_generichash/blake2/ref/blake2b-ref.c:360:3: error: size of array element is not a multiple of its alignment [ 48s] 360 | blake2b_state S[1]; [ 48s] | ^~~~~~~~~~~~~