Lines Matching full:echo
10 echo "WORKS" | grep "WORKS" >/dev/null 2>&1
12 echo
13 echo "grep doesn't work"
20 echo
21 echo "You seem to have the current working directory in your"
22 echo "LD_LIBRARY_PATH environment variable. This doesn't work."
36 echo
37 echo "You seem to have the current working directory in your"
38 echo "PATH environment variable. This doesn't work."
50 echo
51 echo "You have PERL_MM_OPT defined because Perl local::lib"
52 echo "is installed on your system. Please unset this variable"
53 echo "before starting Buildroot, otherwise the compilation of"
54 echo "Perl related packages will fail"
62 echo >&2
63 echo "You must install '$prog' on your build machine" >&2
80 echo
81 echo "You must install 'make' on your build machine";
86 echo
87 echo "You must install 'make' on your build machine";
90 MAKE_MAJOR=$(echo $MAKE_VERSION | sed -e "s/\..*//g")
91 MAKE_MINOR=$(echo $MAKE_VERSION | sed -e "s/^$MAKE_MAJOR\.//g" -e "s/\..*//g" -e "s/[a-zA-Z].*//g")
93 echo
94 echo "You have make '$MAKE_VERSION' installed. GNU make >=3.81 is required"
104 echo
105 echo "You must install 'gcc' on your build machine";
112 echo
113 echo "You must install 'gcc' on your build machine";
116 COMPILER_MAJOR=$(echo $COMPILER_VERSION | sed -e "s/\..*//g")
117 COMPILER_MINOR=$(echo $COMPILER_VERSION | sed -e "s/^$COMPILER_MAJOR\.//g" -e "s/\..*//g")
119 echo
120 echo "You have gcc '$COMPILER_VERSION' installed. gcc >= 4.8 is required"
131 echo
132 echo "You may have to install 'g++' on your build machine"
138 echo
139 echo "You may have to install 'g++' on your build machine"
144 CXXCOMPILER_MAJOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/\..*//g")
145 CXXCOMPILER_MINOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/^$CXXCOMPILER_MAJOR\.//g" -e "s/\..*//g")
147 echo
148 echo "You have g++ '$CXXCOMPILER_VERSION' installed. g++ >= 4.8 is required"
158 elif [ -z "$( sh -c 'echo $BASH' )" ]; then
159 echo
160 echo "You must install 'bash' on your build machine"
168 echo "You must install '$prog' on your build machine";
171 echo " svn is usually part of the subversion package in your distribution"
173 echo " hg is usually part of the mercurial package in your distribution"
175 echo " zcat is usually part of the gzip package in your distribution"
177 echo " bzcat is usually part of the bzip2 package in your distribution"
188 echo
189 echo "You must install GNU patch"
192 PATCH_MAJOR="$(echo "${PATCH_VERSION}" | cut -d . -f 1)"
193 PATCH_MINOR="$(echo "${PATCH_VERSION}" | cut -d . -f 2)"
195 echo
196 echo "You have GNU patch '${PATCH_VERSION}' installed. GNU patch >= 2.7 is required"
202 echo
203 echo "You need locale support on your build machine to build a toolchain supporting locales"
207 echo
208 echo "You need at least one UTF8 locale to build a toolchain supporting locales"
217 echo
218 echo "$JAVA_GCJ is not sufficient to compile your package selection."
219 echo "Please install an OpenJDK/IcedTea/Oracle Java."
226 echo
227 echo "Your Buildroot configuration uses pre-built tools for the x86 architecture,"
228 echo "but your build machine uses the x86-64 architecture without the 32 bits compatibility"
229 echo "library."
230 echo "If you're running a Debian/Ubuntu distribution, install the libc6-i386,"
231 echo "lib32stdc++6, and lib32z1 packages (or alternatively libc6:i386,"
232 echo "libstdc++6:i386, and zlib1g:i386)."
233 echo "If you're running a RedHat/Fedora distribution, install the glibc.i686 and"
234 echo "zlib.i686 packages."
235 echo "If you're running an ArchLinux distribution, install lib32-glibc."
236 echo "For other distributions, refer to the documentation on how to install the 32 bits"
237 echo "compatibility libraries."
243 if ! echo "int main(void) {}" | gcc -m32 -x c - -o /dev/null 2>/dev/null; then
244 echo
245 echo "Your Buildroot configuration needs a compiler capable of building 32 bits binaries."
246 echo "If you're running a Debian/Ubuntu distribution, install the gcc-multilib package."
247 echo "For other distributions, refer to their documentation."
251 if ! echo "int main(void) {}" | g++ -m32 -x c++ - -o /dev/null 2>/dev/null; then
252 echo
253 echo "Your Buildroot configuration needs a compiler capable of building 32 bits binaries."
254 echo "If you're running a Debian/Ubuntu distribution, install the g++-multilib package."
255 echo "For other distributions, refer to their documentation."
261 …if ! echo "#include <gcc-plugin.h>" | $HOSTCXX_NOCCACHE -I$($HOSTCXX_NOCCACHE -print-file-name=plu…
262 echo
263 echo "Your Buildroot configuration needs a host compiler capable of building gcc plugins."
264 echo "If you're running a Debian/Ubuntu distribution, install gcc-X-plugin-dev package."
265 echo "For other distributions, refer to their documentation."
298 echo "Your Perl installation is not complete enough; at least the following"
299 echo "modules are missing:"
300 echo
304 echo