Lines Matching full:echo
19 echo $((100000 * $1 + 100 * $2 + $3))
25 echo >&2 "***"
26 echo >&2 "*** Please see Documentation/rust/quick-start.rst for details"
27 echo >&2 "*** on how to set up the Rust support."
28 echo >&2 "***"
34 echo >&2 "***"
35 echo >&2 "*** This script is intended to be called from Kbuild."
36 echo >&2 "*** Please use the 'rustavailable' target to call it instead."
37 echo >&2 "*** Otherwise, the results may not be meaningful."
48 echo >&2 "***"
49 echo >&2 "*** Environment variable 'RUSTC' is not set."
54 echo >&2 "***"
55 echo >&2 "*** Environment variable 'BINDGEN' is not set."
60 echo >&2 "***"
61 echo >&2 "*** Environment variable 'CC' is not set."
67 echo >&2 "***"
68 echo >&2 "*** Rust compiler '$RUSTC' could not be found."
69 echo >&2 "***"
75 echo >&2 "***"
76 echo >&2 "*** Rust bindings generator '$BINDGEN' could not be found."
77 echo >&2 "***"
88 echo >&2 "***"
89 echo >&2 "*** Running '$RUSTC' to check the Rust compiler version failed with"
90 echo >&2 "*** code $rust_compiler_code. See output and docs below for details:"
91 echo >&2 "***"
92 echo >&2 "$rust_compiler_output"
93 echo >&2 "***"
97 echo "$rust_compiler_output" \
101 echo >&2 "***"
102 echo >&2 "*** Running '$RUSTC' to check the Rust compiler version did not return"
103 echo >&2 "*** an expected output. See output and docs below for details:"
104 echo >&2 "***"
105 echo >&2 "$rust_compiler_output"
106 echo >&2 "***"
113 echo >&2 "***"
114 echo >&2 "*** Rust compiler '$RUSTC' is too old."
115 echo >&2 "*** Your version: $rust_compiler_version"
116 echo >&2 "*** Minimum version: $rust_compiler_min_version"
117 echo >&2 "***"
121 echo >&2 "***"
122 echo >&2 "*** Rust compiler '$RUSTC' is too new. This may or may not work."
123 echo >&2 "*** Your version: $rust_compiler_version"
124 echo >&2 "*** Expected version: $rust_compiler_min_version"
125 echo >&2 "***"
140 echo >&2 "***"
141 echo >&2 "*** Running '$BINDGEN' to check the Rust bindings generator version failed with"
142 echo >&2 "*** code $rust_bindings_generator_code. See output and docs below for details:"
143 echo >&2 "***"
144 echo >&2 "$rust_bindings_generator_output"
145 echo >&2 "***"
149 echo "$rust_bindings_generator_output" \
153 echo >&2 "***"
154 echo >&2 "*** Running '$BINDGEN' to check the bindings generator version did not return"
155 echo >&2 "*** an expected output. See output and docs below for details:"
156 echo >&2 "***"
157 echo >&2 "$rust_bindings_generator_output"
158 echo >&2 "***"
165 echo >&2 "***"
166 echo >&2 "*** Rust bindings generator '$BINDGEN' is too old."
167 echo >&2 "*** Your version: $rust_bindings_generator_version"
168 echo >&2 "*** Minimum version: $rust_bindings_generator_min_version"
169 echo >&2 "***"
173 echo >&2 "***"
174 echo >&2 "*** Rust bindings generator '$BINDGEN' is too new. This may or may not work."
175 echo >&2 "*** Your version: $rust_bindings_generator_version"
176 echo >&2 "*** Expected version: $rust_bindings_generator_min_version"
177 echo >&2 "***"
190 echo >&2 "***"
191 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
192 echo >&2 "*** bindings generator) failed with code $bindgen_libclang_code. This may be caused by"
193 echo >&2 "*** a failure to locate libclang. See output and docs below for details:"
194 echo >&2 "***"
195 echo >&2 "$bindgen_libclang_output"
196 echo >&2 "***"
206 echo "$bindgen_libclang_output" \
210 echo >&2 "***"
211 echo >&2 "*** Running '$BINDGEN' to check the libclang version (used by the Rust"
212 echo >&2 "*** bindings generator) did not return an expected output. See output"
213 echo >&2 "*** and docs below for details:"
214 echo >&2 "***"
215 echo >&2 "$bindgen_libclang_output"
216 echo >&2 "***"
223 echo >&2 "***"
224 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN') is too old."
225 echo >&2 "*** Your version: $bindgen_libclang_version"
226 echo >&2 "*** Minimum version: $bindgen_libclang_min_version"
227 echo >&2 "***"
243 echo >&2 "***"
244 echo >&2 "*** libclang (used by the Rust bindings generator '$BINDGEN')"
245 echo >&2 "*** version does not match Clang's. This may be a problem."
246 echo >&2 "*** libclang version: $bindgen_libclang_version"
247 echo >&2 "*** Clang version: $clang_version"
248 echo >&2 "***"
260 echo >&2 "***"
261 echo >&2 "*** Source code for the 'core' standard library could not be found"
262 echo >&2 "*** at '$rustc_src_core'."
263 echo >&2 "***"