You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mnemonic.apache.org by GitBox <gi...@apache.org> on 2020/07/18 23:20:27 UTC

[GitHub] [mnemonic] bigdata-memory opened a new issue #123: Failed to execute Antrun job for module mnemonic-nvml-vmem-service

bigdata-memory opened a new issue #123:
URL: https://github.com/apache/mnemonic/issues/123


   The project building shows the following error with openJDK 11
   
   ```
   [INFO] --- maven-antrun-plugin:1.8:run (build-native) @ mnemonic-nvml-vmem-service ---
   [INFO] Executing tasks
   
   main:
        [echo] Java Home: /usr/lib/jvm/java-11-openjdk-amd64
        [exec] -- Configuring incomplete, errors occurred!
        [exec] See also "/home/gary/ws/mnemonic/mnemonic-memory-services/mnemonic-nvml-vmem-service/src/main/native/build/CMakeFiles/CMakeOutput.log".
        [exec] See also "/home/gary/ws/mnemonic/mnemonic-memory-services/mnemonic-nvml-vmem-service/src/main/native/build/CMakeFiles/CMakeError.log".
        [exec] CMake Error at CMakeLists.txt:43 (message):
        [exec]   not found vmem library
        [exec] 
        [exec] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  5.071 s
   [INFO] Finished at: 2020-07-18T13:39:46-07:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (build-native) on project mnemonic-nvml-vmem-service: An Ant BuildException has occured: exec returned: 1
   [ERROR] around Ant part ...<exec failonerror="true" dir="src/main/native/build" executable="cmake">... @ 6:75 in /home/gary/ws/mnemonic/mnemonic-memory-services/mnemonic-nvml-vmem-service/target/antrun/build-main.xml
   [ERROR] -> [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/MojoExecutionException
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mnemonic] bigdata-memory closed issue #123: Failed to execute Antrun job for module mnemonic-nvml-vmem-service

Posted by GitBox <gi...@apache.org>.
bigdata-memory closed issue #123:
URL: https://github.com/apache/mnemonic/issues/123


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mnemonic] bigdata-memory commented on issue #123: Failed to execute Antrun job for module mnemonic-nvml-vmem-service

Posted by GitBox <gi...@apache.org>.
bigdata-memory commented on issue #123:
URL: https://github.com/apache/mnemonic/issues/123#issuecomment-660561099


   It shows unidentified pthread_create(...) when linking the native libraries.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org