https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086
Tobias C. Berner changed:
What|Removed |Added
CC||tcber...@freebsd.org
--- Commen
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
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
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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086
Dima Panov changed:
What|Removed |Added
CC||flu...@freebsd.org
--- Comment #7 fro
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.
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
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
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
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'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266086
Tobias C. Berner changed:
What|Removed |Added
URL||https://gitlab.kitware.com/
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.
12 matches
Mail list logo