Thread: Minion on Linux
View Single Post
01/30/23, 10:10 AM   #39
elzzid
Join Date: Dec 2019
Posts: 5
@hanny00

Did you have python2 installed already perhaps? When I edited the java8-openjfx pkgbuild file to remove the python2 dependency it still gave me an error that seems like it absolutely requires python2. This was on Arch.

-- Found PythonInterp: /home/elzzid/.pyenv/shims/python (found suitable version "3.10.9", minimum required is "2.7.0")
CMake Error at Source/cmake/WebKitCommon.cmake:25 (message):
Python 2 is required, but Python 3 was found.
Call Stack (most recent call first):
CMakeLists.txt:147 (include)


-- Configuring incomplete, errors occurred!
See also "/home/elzzid/.cache/pikaur/build/java8-openjfx/src/rt-8u202-ga/modules/web/build/linux/Release/CMakeFiles/CMakeOutput.log".

FAILURE: Build failed with an exception.

* Where:
Build file '/home/elzzid/.cache/pikaur/build/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 2584

* What went wrong:
Execution failed for task ':web:compileNativeLinux'.
> Process 'command 'perl'' finished with non-zero exit value 1
  Reply With Quote