Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. D:\dev\rust-projects\gw2-api-wrapper>set RUST_BACKTRACE=1
  2.  
  3. D:\dev\rust-projects\gw2-api-wrapper>cargo clean
  4.  
  5. D:\dev\rust-projects\gw2-api-wrapper>cargo build
  6. Compiling language-tags v0.2.2
  7. Compiling bitflags v0.7.0
  8. Compiling libc v0.2.16
  9. Compiling winapi-build v0.1.1
  10. Compiling typeable v0.1.2
  11. Compiling matches v0.1.2
  12. Compiling httparse v1.1.2
  13. Compiling pkg-config v0.3.8
  14. Compiling unicode-bidi v0.2.3
  15. Compiling winapi v0.2.8
  16. Compiling openssl-sys v0.7.17
  17. Compiling user32-sys v0.2.0
  18. Compiling kernel32-sys v0.2.2
  19. Compiling lazy_static v0.2.1
  20. Compiling unicode-normalization v0.1.2
  21. Compiling semver v0.1.20
  22. Compiling num_cpus v0.2.13
  23. Compiling log v0.3.6
  24. Compiling mime v0.2.2
  25. Compiling rustc_version v0.1.7
  26. Compiling hpack v0.2.0
  27. Compiling gcc v0.3.35
  28. Compiling unicase v1.4.0
  29. Compiling gdi32-sys v0.2.0
  30. Compiling solicit v0.4.4
  31. Compiling rustc-serialize v0.3.19
  32. Compiling openssl v0.7.14
  33. Build failed, waiting for other jobs to finish...
  34. error: failed to run custom build command for `openssl v0.7.14`
  35. process didn't exit successfully: `D:\dev\rust-projects\gw2-api-wrapper\target\debug\build\openssl-5464f8f6e728c35a\build-script-build` (exit code: 101)
  36. --- stdout
  37. TARGET = Some("x86_64-pc-windows-msvc")
  38. OPT_LEVEL = Some("0")
  39. PROFILE = Some("debug")
  40. TARGET = Some("x86_64-pc-windows-msvc")
  41. debug=true opt-level=0
  42. HOST = Some("x86_64-pc-windows-msvc")
  43. TARGET = Some("x86_64-pc-windows-msvc")
  44. TARGET = Some("x86_64-pc-windows-msvc")
  45. HOST = Some("x86_64-pc-windows-msvc")
  46. CC_x86_64-pc-windows-msvc = None
  47. CC_x86_64_pc_windows_msvc = None
  48. HOST_CC = None
  49. CC = None
  50. TARGET = Some("x86_64-pc-windows-msvc")
  51. HOST = Some("x86_64-pc-windows-msvc")
  52. CFLAGS_x86_64-pc-windows-msvc = None
  53. CFLAGS_x86_64_pc_windows_msvc = None
  54. HOST_CFLAGS = None
  55. CFLAGS = None
  56. running: "D:\\Programme (x86)\\Microsoft Visual Studio 14.0\\VC\\bin\\amd64\\cl.exe" "/nologo" "/MD" "/Z7" "/I" "C:\\OpenSSL-Win64\\include" "/FoD:\\dev\\rust-projects\\gw2-api-wrapper\\target\\debug\\build\\openssl-5464f8f6e728c35a\\out\\src\\c_helpers.o" "/c" "src/c_helpers.c"
  57. c_helpers.c
  58. C:\OpenSSL-Win64\include\openssl/lhash.h(198): warning C4090: "Funktion": Unterschiedliche "const"-Qualifizierer
  59. src/c_helpers.c(4): error C2037: Auf der linken Seite von "references" wird eine undefinierte struct/union "ssl_st" bestimmt
  60. src/c_helpers.c(4): error C2065: "CRYPTO_LOCK_SSL": nichtdeklarierter Bezeichner
  61. src/c_helpers.c(8): error C2037: Auf der linken Seite von "references" wird eine undefinierte struct/union "ssl_ctx_st" bestimmt
  62. src/c_helpers.c(8): error C2065: "CRYPTO_LOCK_SSL_CTX": nichtdeklarierter Bezeichner
  63. src/c_helpers.c(12): error C2037: Auf der linken Seite von "references" wird eine undefinierte struct/union "x509_st" bestimmt
  64. src/c_helpers.c(12): error C2065: "CRYPTO_LOCK_X509": nichtdeklarierter Bezeichner
  65. ExitStatus(ExitStatus(2))
  66.  
  67.  
  68. command did not execute successfully, got: exit code: 2
  69.  
  70.  
  71.  
  72. --- stderr
  73. thread 'main' panicked at 'explicit panic', C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.35\src\lib.rs:897
  74. stack backtrace:
  75. 0: 0x7ff784ee89fe - _<std..rand..ThreadRng as rand..Rng>::next_u64::h75a21f4cede609ad
  76. 1: 0x7ff784ee6ed3 - std::rt::lang_start::h53bf99b0829cc03c
  77. 2: 0x7ff784ee78dd - std::panicking::rust_panic_with_hook::h4cbd7ca63ce1aee9
  78. 3: 0x7ff784ea18f7 - {{inlined-root}}::begin_panic<&str>
  79. at C:\bot\slave\stable-dist-rustc-win-msvc-64\build\src\libstd\panicking.rs:384
  80. 4: 0x7ff784eca4dc - gcc::fail
  81. at C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.35\src\lib.rs:3
  82. 5: 0x7ff784eca012 - gcc::run
  83. at C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.35\src\lib.rs:891
  84. 6: 0x7ff784ec3cc2 - gcc::Config::compile_object
  85. at C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.35\src\lib.rs:409
  86. 7: 0x7ff784ec36e5 - gcc::Config::compile_objects
  87. at C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.35\src\lib.rs:379
  88. 8: 0x7ff784ec2d02 - gcc::Config::compile
  89. at C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.35\src\lib.rs:344
  90. 9: 0x7ff784e91d3b - build_script_build::main
  91. at C:\Users\kairo\.cargo\registry\src\github.com-1ecc6299db9ec823\openssl-0.7.14\build.rs:15
  92. 10: 0x7ff784eeabc1 - _rust_maybe_catch_panic
  93. 11: 0x7ff784ee677a - std::rt::lang_start::h53bf99b0829cc03c
  94. 12: 0x7ff784e91f39 - main
  95. 13: 0x7ff784ef0077 - __scrt_common_main_seh
  96. at f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:255
  97. 14: 0x7ff802fe8363 - BaseThreadInitThunk
  98.  
  99.  
  100. D:\dev\rust-projects\gw2-api-wrapper>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement