Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 810751 - dev-java/zstd-jni-1.5.0.4: please stabilize
Summary: dev-java/zstd-jni-1.5.0.4: please stabilize
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: CC-ARCHES, STABLEREQ
Depends on:
Blocks:
 
Reported: 2021-08-28 06:17 UTC by Miroslav Šulc
Modified: 2021-08-29 10:02 UTC (History)
1 user (show)

See Also:
Package list:
dev-java/zstd-jni-1.5.0.4
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Šulc gentoo-dev 2021-08-28 06:17:36 UTC
commit 16b7cf5e72b6255564733656746c76421b776b0a
Author: Yuan Liao <liaoyuan@gmail.com>
Date:   Wed Jul 28 08:03:03 2021 -0700

    dev-java/zstd-jni: Allow CMake to find and use JNI without AWT
    
    The AWT library, libjawt.so, is not needed for zstd-jni itself as the
    compilation can finish without it.  But CMake's FindJNI module will
    always try to search for it, and if it is not found, CMake will declare
    everything pertaining to JNI unavailable, even if some of the JNI
    components do exist on the system -- like jni.h, which is required for
    building zstd-jni.  Because the AWT library is actually unused, it is
    safe to set the CMake variable controlling it (JAVA_AWT_LIBRARY) to an
    arbitrary string for deceiving CMake about its existence.
    
    Closes: https://bugs.gentoo.org/776910
    Package-Manager: Portage-3.0.20, Repoman-3.0.2
    Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/21816
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

commit 976a3b3e7a18ee1ca673db9a92b2c24007b8ad7e
Author: Miroslav Šulc <fordfrog@gentoo.org>
Date:   Mon Jul 26 08:09:12 2021 +0200

    dev-java/zstd-jni: bump to 1.5.0.4
    
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-29 10:01:13 UTC
amd64 stable
Comment 2 Agostino Sarubbo gentoo-dev 2021-08-29 10:02:54 UTC
x86 stable. Closing.