can't build POL5 on FreeBSD
Opened this issue · 3 comments
Clockwork6400 commented
Hello, is it possible to run on freebsd?
Expected behavior
Building software from the documentation:
https://github.com/PhoenicisOrg/phoenicis#build-and-run-locally
Actual behavior
Steps to reproduce
pkg install openjdk11
pkg install maven
mvn clean package
System information
- software version (git revision) of phoenicis and scripts repositories
% git -v
git version 2.38.1
% branch
master
% remote -v
origin https://github.com/PhoenicisOrg/phoenicis.git - used operating system
% freebsd-version
13.1-RELEASE-p5 - used Java version
% pkg info -Ex openjdk
openjdk11-11.0.17+8.1_1
openjdk8-8.352.08.1_1
Clockwork6400 commented
I tried the same build from here
https://github.com/madoar/POL-POM-5
and got a different error:
https://paste.ee/p/rMfDU
Clockwork6400 commented
Today I have gone a little further. Now package build fails due to JavaFX. I understand that JavaFX is not explicitly registered in the project as a dependency. And JavaFX was apparently thrown out of Java 11.
tapwag commented
Slackware 15.0 here, also with OpenJDK. Had some similar issues when trying to build but got it to compile fine today.