Advertisement
Guest User

Untitled

a guest
May 8th, 2018
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.89 KB | None | 0 0
  1. Compiling /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp
  2. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp: In function ‘char* get_shared_archive_path()’:
  3. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3811:14: error: ‘char* strncat(char*, const char*, size_t)’ specified bound 11 equals source length [-Werror=stringop-overflow=]
  4.        strncat(shared_archive_path, "classes.jsa", 11);
  5.        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. Compiling /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/utilities/array.cpp
  7. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3810:14: error: ‘char* strncat(char*, const char*, size_t)’ specified bound 1 equals source length [-Werror=stringop-overflow=]
  8.        strncat(shared_archive_path, os::file_separator(), file_sep_len);
  9.        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. Compiling /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/oops/arrayKlass.cpp
  11. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3816:14: error: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
  12.        strncpy(shared_archive_path, SharedArchiveFile, strlen(SharedArchiveFile) + 1);
  13.        ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3816:61: note: length computed here
  15.        strncpy(shared_archive_path, SharedArchiveFile, strlen(SharedArchiveFile) + 1);
  16.                                                        ~~~~~~^~~~~~~~~~~~~~~~~~~
  17. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp: In static member function ‘static void Arguments::fix_appclasspath()’:
  18. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3432:12: error: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
  19.      strncpy(copy, src, strlen(src) + 1);
  20.      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3432:30: note: length computed here
  22.      strncpy(copy, src, strlen(src) + 1);
  23.                         ~~~~~~^~~~~
  24. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3432:12: error: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
  25.      strncpy(copy, src, strlen(src) + 1);
  26.      ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/runtime/arguments.cpp:3432:30: note: length computed here
  28.      strncpy(copy, src, strlen(src) + 1);
  29.                         ~~~~~~^~~~~
  30. Compiling /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/oops/arrayOop.cpp
  31. Compiling /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSOldGen.cpp
  32. cc1plus: all warnings being treated as errors
  33. Compiling /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/src/share/vm/gc_implementation/parallelScavenge/asPSYoungGen.cpp
  34. make[6]: *** [/tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/make/linux/makefiles/rules.make:151: arguments.o] Error 1
  35. make[6]: *** Waiting for unfinished jobs....
  36. make[5]: *** [/tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/make/linux/makefiles/top.make:120: the_vm] Error 2
  37. make[4]: *** [/tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/hotspot/make/linux/Makefile:297: product] Error 2
  38. make[3]: *** [Makefile:231: generic_build2] Error 2
  39. make[2]: *** [Makefile:177: product] Error 2
  40. make[1]: *** [HotspotWrapper.gmk:45: /tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11/build/linux-x86_64-normal-server-release/hotspot/_hotspot.timestamp] Error 2
  41. make: *** [/tmp/yaourt-tmp-psaraiva/aur-jdk8-openjdk-infinality/src/jdk8u-jdk8u172-b11//make/Main.gmk:109: hotspot-only] Error 2
  42. ==> ERRO: Uma falha ocorreu em build().
  43.     A cancelar...
  44. ==> ERRO: Makepkg não conseguiu compilar java8-openjdk.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement