Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. D:\Projects\hots-unpack>cargo build --release
  2. Compiling gcc v0.3.4
  3. Compiling rustc-serialize v0.3.14
  4. Compiling libc v0.1.6
  5. Compiling rand v0.3.8
  6. Compiling rust-crypto v0.2.31
  7. Compiling time v0.1.25
  8. Build failed, waiting for other jobs to finish...
  9. failed to run custom build command for `time v0.1.25`
  10. Process didn't exit successfully: `D:\Projects\hots-unpack\target\release\build\time-e758cbe877e9589d\build-script-build` (exit code: 101)
  11. --- stdout
  12. TARGET = Some("x86_64-pc-windows-gnu")
  13. CARGO_MANIFEST_DIR = Some("C:\\Users\\User\\.cargo\\registry\\src\\github.com-1ecc6299db9ec823\\time-0.1.25")
  14. OUT_DIR = Some("D:\\Projects\\hots-unpack\\target\\release\\build\\time-e758cbe877e9589d\\out")
  15. TARGET = Some("x86_64-pc-windows-gnu")
  16. OPT_LEVEL = Some("0")
  17. PROFILE = Some("release")
  18. release 0
  19. TARGET = Some("x86_64-pc-windows-gnu")
  20. HOST = Some("x86_64-pc-windows-gnu")
  21. CC_x86_64-pc-windows-gnu = None
  22. CC_x86_64_pc_windows_gnu = None
  23. HOST_CC = None
  24. CC = None
  25. TARGET = Some("x86_64-pc-windows-gnu")
  26. HOST = Some("x86_64-pc-windows-gnu")
  27. CFLAGS_x86_64-pc-windows-gnu = None
  28. CFLAGS_x86_64_pc_windows_gnu = None
  29. HOST_CFLAGS = None
  30. CFLAGS = None
  31. TARGET = Some("x86_64-pc-windows-gnu")
  32. HOST = Some("x86_64-pc-windows-gnu")
  33. CC_x86_64-pc-windows-gnu = None
  34. CC_x86_64_pc_windows_gnu = None
  35. HOST_CC = None
  36. CC = None
  37. running: "gcc" "-O0" "-c" "-ffunction-sections" "-fdata-sections" "-mwin32" "-m64" "-fPIC" "C:\Users\User\.cargo\registry\src\github.com-1ecc6299db9ec823\time-0.1.25\src/time_helpers.c" "-o" "D:\Projects\hots-unpack\target\release\build\time-e758cbe877e9589d\out\src\time_helpers.o"
  38.  
  39.  
  40. command did not execute successfully, got: exit code: 1
  41.  
  42.  
  43.  
  44. --- stderr
  45. thread '<main>' panicked at 'explicit panic', C:\Users\User\.cargo\registry\src\github.com-1ecc6299db9ec823\gcc-0.3.4\src\lib.rs:380
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement