Advertisement
dermetfan

redox failed build log (#825)

Jan 24th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. mkdir -p build/kernel
  2. RUSTC="./krustc.sh" RUSTDOC="./krustdoc.sh" cargo rustc --manifest-path rust/src/libcollections/Cargo.toml --target x86_64-unknown-none --release -- -C soft-float -o build/kernel/libcollections.rlib
  3. Compiling core v0.0.0 (file:///host/data/dermetfan/development/workspaces/dermetfan/redox/rust/src/libcore)
  4. error[E0412]: unresolved type `i128`
  5. --> rust/src/libcore/num/i128.rs:17:19
  6. |
  7. 17 | int_module! { i128, #[unstable(feature = "i128", issue="35118")] }
  8. | ------------------^-----------------------------------------------
  9. | | |
  10. | | no resolution found
  11. | in this macro invocation
  12.  
  13. error[E0433]: failed to resolve. Use of undeclared type or module `i128`
  14. --> rust/src/libcore/num/i128.rs:17:19
  15. |
  16. 17 | int_module! { i128, #[unstable(feature = "i128", issue="35118")] }
  17. | ------------------^-----------------------------------------------
  18. | _|_________________|
  19. | | | starting here...
  20. | | in this macro invocation
  21. 18 | |
  22. | |_________________________________________^ ...ending here: Use of undeclared type or module `i128`
  23.  
  24. error[E0412]: unresolved type `i128`
  25. --> rust/src/libcore/num/i128.rs:17:19
  26. |
  27. 17 | int_module! { i128, #[unstable(feature = "i128", issue="35118")] }
  28. | ------------------^-----------------------------------------------
  29. | | |
  30. | | no resolution found
  31. | in this macro invocation
  32.  
  33. error[E0433]: failed to resolve. Use of undeclared type or module `i128`
  34. --> rust/src/libcore/num/i128.rs:17:19
  35. |
  36. 17 | int_module! { i128, #[unstable(feature = "i128", issue="35118")] }
  37. | ------------------^-----------------------------------------------
  38. | _|_________________|
  39. | | | starting here...
  40. | | in this macro invocation
  41. 18 | |
  42. 19 | |
  43. 20 | |
  44. 21 | |
  45. | |_________________________________________^ ...ending here: Use of undeclared type or module `i128`
  46.  
  47. error[E0412]: unresolved type `u128`
  48. --> rust/src/libcore/num/u128.rs:16:20
  49. |
  50. 16 | uint_module! { u128, #[unstable(feature = "i128", issue="35118")] }
  51. | -------------------^-----------------------------------------------
  52. | | |
  53. | | no resolution found
  54. | in this macro invocation
  55.  
  56. error[E0433]: failed to resolve. Use of undeclared type or module `u128`
  57. --> rust/src/libcore/num/u128.rs:16:20
  58. |
  59. 16 | uint_module! { u128, #[unstable(feature = "i128", issue="35118")] }
  60. | -------------------^-----------------------------------------------
  61. | _|__________________|
  62. | | | starting here...
  63. | | in this macro invocation
  64. 17 | |
  65. 18 | |
  66. | |_________________________________________^ ...ending here: Use of undeclared type or module `u128`
  67.  
  68. error[E0412]: unresolved type `u128`
  69. --> rust/src/libcore/num/u128.rs:16:20
  70. |
  71. 16 | uint_module! { u128, #[unstable(feature = "i128", issue="35118")] }
  72. | -------------------^-----------------------------------------------
  73. | | |
  74. | | no resolution found
  75. | in this macro invocation
  76.  
  77. error[E0433]: failed to resolve. Use of undeclared type or module `u128`
  78. --> rust/src/libcore/num/u128.rs:16:20
  79. |
  80. 16 | uint_module! { u128, #[unstable(feature = "i128", issue="35118")] }
  81. | -------------------^-----------------------------------------------
  82. | _|__________________|
  83. | | | starting here...
  84. | | in this macro invocation
  85. 17 | |
  86. 18 | |
  87. 19 | |
  88. 20 | |
  89. 21 | |
  90. | |_________________________________________^ ...ending here: Use of undeclared type or module `u128`
  91.  
  92. error[E0412]: unresolved type `u128`
  93. --> rust/src/libcore/num/wrapping.rs:302:18
  94. |
  95. 302 | wrapping_impl! { u128 i128 }
  96. | -----------------^^^^-------
  97. | | |
  98. | | no resolution found
  99. | in this macro invocation
  100.  
  101. error[E0412]: unresolved type `u128`
  102. --> rust/src/libcore/num/wrapping.rs:302:18
  103. |
  104. 302 | wrapping_impl! { u128 i128 }
  105. | -----------------^^^^-------
  106. | | |
  107. | | no resolution found
  108. | in this macro invocation
  109.  
  110. error[E0412]: unresolved type `u128`
  111. --> rust/src/libcore/num/wrapping.rs:302:18
  112. |
  113. 302 | wrapping_impl! { u128 i128 }
  114. | -----------------^^^^-------
  115. | | |
  116. | | no resolution found
  117. | in this macro invocation
  118.  
  119. error[E0412]: unresolved type `u128`
  120. --> rust/src/libcore/num/wrapping.rs:302:18
  121. |
  122. 302 | wrapping_impl! { u128 i128 }
  123. | -----------------^^^^-------
  124. | | |
  125. | | no resolution found
  126. | in this macro invocation
  127.  
  128. error[E0412]: unresolved type `u128`
  129. --> rust/src/libcore/num/wrapping.rs:302:18
  130. |
  131. 302 | wrapping_impl! { u128 i128 }
  132. | -----------------^^^^-------
  133. | | |
  134. | | no resolution found
  135. | in this macro invocation
  136.  
  137. error[E0412]: unresolved type `u128`
  138. --> rust/src/libcore/num/wra
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement