Bug 2021528
Summary: | jna-5.10.0 is available | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
Component: | jna | Assignee: | Zuzana Miklankova <zmiklank> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dbhole, hhorak, java-sig-commits, mizdebsk, odubaj, zmiklank |
Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-01-12 12:30:33 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 873990 | ||
Bug Blocks: |
Description
Upstream Release Monitoring
2021-11-09 14:33:52 UTC
Rebasing jna to v 5.10.0 in Fedora is currently not possible, because it requires libffi >= 3.4. Current version of libffi in Fedoras is 3.1.[26,28,29]. Build fails at: native: [exec] gcc -W -Wall -Wno-unused -Wno-parentheses -fPIC -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -fno-omit-frame-pointer -fno-strict-aliasing -D_REENTRANT -DHAVE_PROTECTION -I"/usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc36.x86_64/include" -I"/usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc36.x86_64/include/linux" -I"/builddir/build/BUILD/jna-5.10.0/build/headers" -I/include -DJNA_JNI_VERSION='"6.1.2"' -DCHECKSUM='"147a998f0cbc89681a1ae6c0dd121629"' -Wno-unknown-warning-option -Wno-clobbered -Wno-unused-variable -Wno-alloca-larger-than -c dispatch.c -o /builddir/build/BUILD/jna-5.10.0/build/native-linux-x86-64/dispatch.o [exec] dispatch.c: In function 'ffi_error': [exec] dispatch.c:433:8: error: 'FFI_BAD_ARGTYPE' undeclared (first use in this function) [exec] 433 | case FFI_BAD_ARGTYPE: [exec] | ^~~~~~~~~~~~~~~ [exec] dispatch.c:433:8: note: each undeclared identifier is reported only once for each function it appears in [exec] dispatch.c: At top level: [exec] cc1: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics [exec] make: *** [Makefile:463: /builddir/build/BUILD/jna-5.10.0/build/native-linux-x86-64/dispatch.o] Error 1 BUILD FAILED And the FFI_BAD_ARGTYPE enum value was introduced just in March 2021 in libffi -> is available in libffi 3.4. jna 5.10.0 is available in Fedora Rawhide. |