RFR: JDK-8310321: make JDKOPT_CHECK_CODESIGN_PARAMS more verbose
Matthias Baesken
mbaesken at openjdk.org
Mon Jun 19 14:16:23 UTC 2023
On Mon, 19 Jun 2023 14:08:34 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> We were running into some issues with the configure checks checking the codesign tool. Unfortunately the output is a bit limited and should be enhanced, especially printing what is really called.
A related question, maybe someone has seen this ; we get
configure:150634: calling /usr/bin/codesign -s - /open_jdk/build_dir/configure-support/codesign-testfile
/open_jdk/build_dir/configure-support/codesign-testfile: Operation not permitted
configure:150640: checking if debug mode codesign is possible
configure:150646: result: no
In the checking code (this is already with enhanced output).
Has someone seen the same 'operation not permitted' output and was able to fix this ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14541#issuecomment-1597266263
More information about the build-dev
mailing list