ggregory

Apache Commons Crypto Build 1.1.0

Jun 29th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. [INFO] --- maven-antrun-plugin:1.8:run (make) @ commons-crypto ---
  2. [INFO] Executing tasks
  3.  
  4. make:
  5. [exec] "/usr/local/Cellar/openjdk@8/1.8.0+322/bin/javah" -force -classpath target/classes -o target/jni-classes/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.h org.apache.commons.crypto.random.OpenSslCryptoRandomNative
  6. [exec] gcc -arch x86_64 -Ilib/inc_mac -I"/usr/local/Cellar/openjdk@8/1.8.0+322/include" -O2 -fPIC -mmacosx-version-min=10.7 -fvisibility=hidden -I/usr/local/include -I/usr/local/opt/openssl/include -Ilib/include -I/usr/include -I"src/main/native/org/apache/commons/crypto/" -I"/usr/local/Cellar/openjdk@8/1.8.0+322/libexec/openjdk.jdk/Contents/Home/include/darwin" -I"target/jni-classes/org/apache/commons/crypto/cipher" -I"target/jni-classes/org/apache/commons/crypto/random" -c src/main/native/org/apache/commons/crypto/random/OpenSslCryptoRandomNative.c -o target/commons-crypto-1.1.0-Mac-x86_64/OpenSslCryptoRandomNative.o
  7. [exec] "/usr/local/Cellar/openjdk@8/1.8.0+322/bin/javah" -force -classpath target/classes -o target/jni-classes/org/apache/commons/crypto/cipher/OpenSslNative.h org.apache.commons.crypto.cipher.OpenSslNative
  8. [exec] gcc -arch x86_64 -Ilib/inc_mac -I"/usr/local/Cellar/openjdk@8/1.8.0+322/include" -O2 -fPIC -mmacosx-version-min=10.7 -fvisibility=hidden -I/usr/local/include -I/usr/local/opt/openssl/include -Ilib/include -I/usr/include -I"src/main/native/org/apache/commons/crypto/" -I"/usr/local/Cellar/openjdk@8/1.8.0+322/libexec/openjdk.jdk/Contents/Home/include/darwin" -I"target/jni-classes/org/apache/commons/crypto/cipher" -I"target/jni-classes/org/apache/commons/crypto/random" -c src/main/native/org/apache/commons/crypto/cipher/OpenSslNative.c -o target/commons-crypto-1.1.0-Mac-x86_64/OpenSslNative.o
  9. [exec] "/usr/local/Cellar/openjdk@8/1.8.0+322/bin/javah" -force -classpath target/classes -o target/jni-classes/org/apache/commons/crypto/OpenSslInfoNative.h org.apache.commons.crypto.OpenSslInfoNative
  10. [exec] gcc -arch x86_64 -Ilib/inc_mac -I"/usr/local/Cellar/openjdk@8/1.8.0+322/include" -O2 -fPIC -mmacosx-version-min=10.7 -fvisibility=hidden -I/usr/local/include -I/usr/local/opt/openssl/include -Ilib/include -I/usr/include -I"src/main/native/org/apache/commons/crypto/" -I"/usr/local/Cellar/openjdk@8/1.8.0+322/libexec/openjdk.jdk/Contents/Home/include/darwin" -I"target/jni-classes/org/apache/commons/crypto/cipher" -I"target/jni-classes/org/apache/commons/crypto/random" -DVERSION='"1.1.0"' -DPROJECT_NAME='"Apache Commons Crypto"' -I"target/jni-classes/org/apache/commons/crypto" -c src/main/native/org/apache/commons/crypto/OpenSslInfoNative.c -o target/commons-crypto-1.1.0-Mac-x86_64/OpenSslInfoNative.o
  11. [exec] gcc -arch x86_64 -Ilib/inc_mac -I"/usr/local/Cellar/openjdk@8/1.8.0+322/include" -O2 -fPIC -mmacosx-version-min=10.7 -fvisibility=hidden -I/usr/local/include -I/usr/local/opt/openssl/include -Ilib/include -I/usr/include -I"/usr/local/Cellar/openjdk@8/1.8.0+322/libexec/openjdk.jdk/Contents/Home/include/darwin" -I"target/jni-classes/org/apache/commons/crypto/cipher" -I"target/jni-classes/org/apache/commons/crypto/random" -o target/commons-crypto-1.1.0-Mac-x86_64/libcommons-crypto.jnilib target/commons-crypto-1.1.0-Mac-x86_64/OpenSslCryptoRandomNative.o target/commons-crypto-1.1.0-Mac-x86_64/OpenSslNative.o target/commons-crypto-1.1.0-Mac-x86_64/OpenSslInfoNative.o -dynamiclib -L/usr/local/lib
  12. [exec] strip -x target/commons-crypto-1.1.0-Mac-x86_64/libcommons-crypto.jnilib
  13. [exec] cp target/commons-crypto-1.1.0-Mac-x86_64/libcommons-crypto.jnilib target/classes/org/apache/commons/crypto/native/Mac/x86_64/libcommons-crypto.jnilib
  14. [exec] cp target/commons-crypto-1.1.0-Mac-x86_64/libcommons-crypto.jnilib target/classes/org/apache/commons/crypto/native/Mac/x86_64/libcommons-crypto.jnilib
  15. [INFO] Executed tasks
Advertisement
Add Comment
Please, Sign In to add comment