[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 Tobias C. Berner changed: What|Removed |Added CC||tcber...@freebsd.org --- Commen

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #4 from Yuri Victorovich --- (In reply to Tobias C. Berner from comment #3) Hi Tobias, The cad/surelog update is committed but its build fails when Java versions other than the one required there (Java 17) are present. It mi

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #5 from Tobias C. Berner --- (In reply to Yuri Victorovich from comment #4) OK, I'll take a look :) Have you already tried, whether just BINARY_ALIAS=java=${JAVA} does the trick? mfg Tobias -- You are receiving this mail b

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #6 from Yuri Victorovich --- (In reply to Tobias C. Berner from comment #5) No, BINARY_ALIAS=java=${JAVA} doesn't help. It always looks for /usr/local/bin/java. Yuri -- You are receiving this mail because: You are the assig

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 Dima Panov changed: What|Removed |Added CC||flu...@freebsd.org --- Comment #7 fro

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #8 from Yuri Victorovich --- (In reply to Dima Panov from comment #7) JAVA_PORT=java/openjdk17 doesn't help either. Yuri -- You are receiving this mail because: You are the assignee for the bug.

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #9 from Tobias C. Berner --- >From FindJava.cmake: 10 This module finds if Java is installed and determines where the 11 include files and libraries are. The caller may set variable ``JAVA_HOME`` 12 to specify a Java instal

[package - 130arm64-default][devel/libdbusmenu-qt] Failed for libdbusmenu-qt6-0.9.3.160420160218_12 in build

2022-08-29 Thread pkg-fallout
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: k...@freebsd.org Log URL: http://ampere3.nyi.freebsd.org/data/130arm64-default/cab8004b0ee0/logs/lib

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #10 from Yuri Victorovich --- It seems that cmake script should use ${JAVA_HOME}/bin/java instead of just "java". And if JAVA_HOME isn't set it can either try just "java", or fail. -- You are receiving this mail because: You a

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #11 from Tobias C. Berner --- (In reply to Yuri Victorovich from comment #10) It should generally use ${JAVA_HOME}/bin/java [1] -- what I meant is, that the custom-commands in surelog don't use ${Java_JAVA_EXECUTABLE} but 'java'

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 Tobias C. Berner changed: What|Removed |Added URL||https://gitlab.kitware.com/

[Bug 266086] devel/cmake: cmake fails to find specific Java version when several Java versions are installed

2022-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086 --- Comment #12 from Yuri Victorovich --- (In reply to Tobias C. Berner from comment #11) Ah, I see. Then there are 2 problems, one in cmake, and the other one in surelog. :-) I first thought that both were in cmake. I'll let them know.