deskutils/freeplane: Set JAVA_VERSION
Freeplane fails to start with the current JAVA_DEFAULT (25) with
the error message:
ERROR: Found /usr/local/bin/java in $PATH.
ERROR: It has version 25.0.2
ERROR: Currently, freeplane requires java version 8 or from 11 to 23
ERROR:
ERROR: Select a supported java version
ERROR: by setting FREEPLANE_JAVA_HOME to a valid java location
ERROR: OR use an unsupported java version
ERROR: by setting FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION to 1
So set JAVA_VERSION to a list of supported JDK.
Note that if you start freeplane with the environment variable
FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION=1, then the program fails with
the error message:
[8 lines not shown]
[TySan][Sanitizer Common] Make TySan compatible with sanitizer common… (#183310)
… features and test suite
This involved:
- Implementing the `__sanitizer_print_stack_trace` interface
- Adding the common signal handlers
- Correctly set the tool name
- Cache the binary name before running
[AArch64] Don't forcefully add ORE to O0 pipeline (#191476)
Construct the OptimizationRemarkEmitter in AArch64StackTagging on demand
if not available and requires, this avoids computing several analysis in
all pipelines.
Fix CCR ROAIPAddressFamily sort order
RFC 9582 section 4.3.3 defines the canonical form of ipAddrBlocks.
Thanks to Bart Bakker from RIPE NCC for reporting.
OK tb@
[Clangd] Don't traverse ConceptDecl in typeForNode (#191654)
ConceptDecl doesn't have an associated template declaration, and it
doesn't introduce a type either.
Fixes https://github.com/llvm/llvm-project/issues/188914
ccache: updated to 4.13.3
4.13.3
New deliverables
Added glibc binary release for Linux riscv64.
Bug fixes and improvements
Fixed handling of empty responses from remote storage backends: a response with an empty body is now treated as a storage error rather than a cache miss.
Fixed PCH invalidation when the MSVC toolset is updated.
Fixed base_dir path rewriting when using MSVC’s /Yc option: paths are no longer rewritten to relative when creating a precompiled header, since MSVC then does not like relative paths for the /Yc and /FI arguments.
Fixed handling of a directory-less path to the MSVC /FI option.
Added support for -fsanitize-ignorelist (which replaced -fsanitize-blacklist in Clang 13).
Fixed detection of type for compiler with . in the name (e.g. hppa2.0-unknown-linux-gnu-gcc).
Fixed install.sh to correctly use sysconfdir and other configuration variables from the Makefile.
Build improvements
[2 lines not shown]