Advertisement
s243a

Compiling OpenJDK6 w/ jdk7 on Fatdog64

Sep 30th, 2018
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. init-src-dirs:
  2. [echo] Using primary.src.dir=./drop_included/jaxws_src/src
  3. [echo] Using src.dir.id=/tmp/SBo/openjdk6/icedtea-build/openjdk-ecj/jaxws/drop_included/jaxws_src/src:/tmp/SBo/openjdk6/icedtea-build/openjdk-ecj/jaxws/drop_included/jaf_src/src
  4.  
  5. compile:
  6. [javac] Compiling 2568 source files to /tmp/SBo/openjdk6/icedtea-build/openjdk.build-ecj/jaxws/build/classes
  7. [javac] /tmp/SBo/openjdk6/icedtea-build/openjdk-ecj/jdk/src/solaris/classes/java/lang/ProcessImpl.java:81: cannot find symbol
  8. [javac] symbol : constructor UNIXProcess(byte[],byte[],int,byte[],int,byte[],boolean)
  9. [javac] location: class java.lang.UNIXProcess
  10. [javac] return new UNIXProcess
  11. [javac] ^
  12. [javac] Note: Some input files use or override a deprecated API.
  13. [javac] Note: Recompile with -Xlint:deprecation for details.
  14. [javac] Note: Some input files use unchecked or unsafe operations.
  15. [javac] Note: Recompile with -Xlint:unchecked for details.
  16. [javac] 1 error
  17.  
  18. BUILD FAILED
  19. /tmp/SBo/openjdk6/icedtea-build/openjdk-ecj/jaxws/build.xml:136: Compile failed; see the compiler error output for details.
  20.  
  21. Total time: 1 minute 6 seconds
  22. Makefile:155: recipe for target 'all' failed
  23. make[3]: *** [all] Error 1
  24. make[3]: Leaving directory '/tmp/SBo/openjdk6/icedtea-build/openjdk-ecj/jaxws/make'
  25. make/jaxws-rules.gmk:42: recipe for target 'jaxws-build' failed
  26. make[2]: *** [jaxws-build] Error 2
  27. make[2]: Leaving directory '/tmp/SBo/openjdk6/icedtea-build/openjdk-ecj'
  28. Makefile:198: recipe for target 'build_product_image' failed
  29. make[1]: *** [build_product_image] Error 2
  30. make[1]: Leaving directory '/tmp/SBo/openjdk6/icedtea-build/openjdk-ecj'
  31. Makefile:2604: recipe for target 'stamps/icedtea-ecj.stamp' failed
  32. make: *** [stamps/icedtea-ecj.stamp] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement