Home | History | Annotate | Download | only in tools

Lines Matching full:fail_panic

132     fail_panic "Could not create package directory: $PACKAGE_DIR"
188 fail_panic "Couldn't unpack $SRC_DIR/gmp/gmp-$GMP_VERSION to $BUILD_OUT"
192 fail_panic "Couldn't cd into gmp build path: $GMP_BUILD_OUT"
203 fail_panic "Couldn't configure gmp"
205 fail_panic "Couldn't compile gmp"
207 fail_panic "Couldn't install gmp to $TOOLCHAIN_BUILD_PREFIX"
212 fail_panic "Couldn't create cloog build path: $CLOOG_BUILD_OUT"
221 fail_panic "Couldn't configure cloog"
223 fail_panic "Couldn't compile cloog"
225 fail_panic "Couldn't install cloog to $TOOLCHAIN_BUILD_PREFIX"
240 fail_panic "Couldn't cd into llvm build path: $LLVM_BUILD_OUT"
251 fail_panic "Couldn't configure llvm toolchain"
257 fail_panic "Couldn't compile llvm toolchain"
264 fail_warning "Couldn't pass all llvm regression test" # change to fail_panic later
269 fail_warning "Couldn't pass all polly regression test" # change to fail_panic later
276 fail_panic "Couldn't install llvm toolchain to $TOOLCHAIN_BUILD_PREFIX"
296 fail_panic "Couldn't create mclinker source directory: $MCLINKER_SRC_DIR"
299 fail_panic "Couldn't copy mclinker source: $MCLINKER_SRC_DIR"
305 fail_panic "Couldn't run autogen.sh in $MCLINKER_SRC_DIR"
310 fail_panic "Couldn't cd into mclinker build path: $MCLINKER_BUILD_OUT"
317 fail_panic "Couldn't configure mclinker"
322 fail_panic "Couldn't compile mclinker"
326 fail_panic "Couldn't install mclinker to $TOOLCHAIN_BUILD_PREFIX"
333 fail_warning "Couldn't pass all mclinker regression test" # change to fail_panic later