Friday, December 02, 2022

Re: [update] devel/intellij to 2022.3

On 2022/12/01 22:27, Lucas Raab wrote:
> On Sat, Nov 26, 2022 at 04:19:11PM +0000, Lucas Raab wrote:
> > Hello,
> >
> > Small update for intellij. Lightly runtested, but doesn't seem to
> > have any issues.
> >
> > changelog:
> > https://youtrack.jetbrains.com/articles/IDEA-A-2100661403/IntelliJ-IDEA-2022.2.4-222.4459.24-build-Release-Notes
> >
> > Thanks,
> > Lucas
>
> And now on up to 2022.3. changelog:
> https://youtrack.jetbrains.com/articles/IDEA-A-2100661406/IntelliJ-IDEA-2022.3-223.7571.182-build-Release-Notes

Generally looks ok. Some things might fail on non-amd64 though
(I'm not sure if this lib is required in all cases or only some):

> +intellij/lib/3rd-party-native.jar

$ unzip -v ./lib/3rd-party-native.jar | grep -i openbsd
50792 Stored 50792 0% 00-00-1980 00:00 501c1ff5 lib/amd64-OpenBSD-clang/jni/libjunixsocket-native-2.6.0.so

lib/amd64-OpenBSD-clang/jni/libjunixsocket-native-2.6.0.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, for OpenBSD, not stripped

This isn't statically linked (at least it depends on libc functions)
though it doesn't have NEEDED so no idea about which version it
is built for.

No comments:

Post a Comment