You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What behaviour did you expect: cmake would build cbmc and jbmc
What happened instead: cmake fails with a maven error message
I'm writing a homebrew formula for cbmc on macos. I'd like to include jbmc, but I'm unable to build it on macos with cmake. I can use -DWITH_JBMC=OFF and build cbmc on its own. I'm aware of #4956.
[ 85%] Linking CXX executable ../bin/unit
[ 85%] Built target unit
Scanning dependencies of target java-models-library
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/private/tmp/cbmc/jbmc/lib/java-models-library). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
make[2]: *** [jbmc/CMakeFiles/java-models-library] Error 1
make[1]: *** [jbmc/CMakeFiles/java-models-library.dir/all] Error 2
make: *** [all] Error 2
I'm writing a homebrew formula for cbmc on macos. I'd like to include jbmc, but I'm unable to build it on macos with cmake. I can use -DWITH_JBMC=OFF and build cbmc on its own. I'm aware of #4956.
Using the develop branch at commit f405c6e,
ends with
I'm using the brew packages for java and maven
The text was updated successfully, but these errors were encountered: