-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Trying to build with CMake on Fedora 43 is broken because the two tomcat versions supported are not properly configured. The error is:
cd /root/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /root/src /root/src/base/server /root/build /root/build/base/server /root/build/base/server/CMakeFiles/pki-server-classes.dir/DependInfo.cmake "--color="
make -f base/server/CMakeFiles/pki-server-classes.dir/build.make base/server/CMakeFiles/pki-server-classes.dir/build
make[3]: *** No rule to make target 'base/server/pki-tomcat-9.0-jar', needed by 'base/server/CMakeFiles/pki-server-classes'. Stop.
Manually disabling tomcat-9.0 does not work because it raise an error for javax vs jakarta package change between the two tomcat versions.
Metadata
Metadata
Assignees
Labels
No labels