Adonis Key Generate Failed Bin Sh 1 Adonis Not Found
by admin
Adonis Key Generate Failed Bin Sh 1 Adonis Not Found Rating: 9,4/10 6209 votes
Bash is abnormal in Makefile! Ask Question. Star wars galaxies cd key generator. I have found that the same Makefile works well in Mac OS X, but does not work in Ubuntu. Makefiles use sh. Find answers to /bin/sh: cc: command not found - Debian from the expert community at Experts Exchange.
Adonis Key Generate Failed Bin Sh 1 Adonis Not Found Together
Hi there,
I am trying to install yum, but it fails after I put the make command in.
The details are shown below.
Thanks for your help with this
Mo
[root@160 yum-2.0.7]# make
for subdir in bin etc docs po ; do
make -C $subdir ;
done
make[1]: Entering directory `/setups/yum-2.0.7/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/setups/yum-2.0.7/bin'
make[1]: Entering directory `/setups/yum-2.0.7/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/setups/yum-2.0.7/etc'
make[1]: Entering directory `/setups/yum-2.0.7/docs'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/setups/yum-2.0.7/docs'
make[1]: Entering directory `/setups/yum-2.0.7/po'
for cat in cs.po es.po ru.po uk.po; do
lang=`basename $cat .po`;
if msgmerge -v $lang.po yum.pot > $lang.pot ; then
mv -f $lang.pot $lang.po ;
echo 'msgmerge -v of $lang succeeded' ;
else
echo 'msgmerge -v of $lang failed' ;
rm -f $lang.pot ;
fi
done
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of cs failed
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of es failed
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of ru failed
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of uk failed
msgfmt --statistics --verbose -o cs.mo cs.po
make[1]: msgfmt: Command not found
make[1]: *** [cs.mo] Error 127
make[1]: Leaving directory `/setups/yum-2.0.7/po'
make: *** [all] Error 2
[root@160 yum-2.0.7]#
[root@160 yum-2.0.7]# yum
-bash: yum: command not found
[root@160 yum-2.0.7]# which yum
/usr/bin/which: no yum in (//sbin://bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
I am trying to install yum, but it fails after I put the make command in.
The details are shown below.
Thanks for your help with this
Mo
[root@160 yum-2.0.7]# make
for subdir in bin etc docs po ; do
make -C $subdir ;
done
make[1]: Entering directory `/setups/yum-2.0.7/bin'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/setups/yum-2.0.7/bin'
make[1]: Entering directory `/setups/yum-2.0.7/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/setups/yum-2.0.7/etc'
make[1]: Entering directory `/setups/yum-2.0.7/docs'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/setups/yum-2.0.7/docs'
make[1]: Entering directory `/setups/yum-2.0.7/po'
for cat in cs.po es.po ru.po uk.po; do
lang=`basename $cat .po`;
if msgmerge -v $lang.po yum.pot > $lang.pot ; then
mv -f $lang.pot $lang.po ;
echo 'msgmerge -v of $lang succeeded' ;
else
echo 'msgmerge -v of $lang failed' ;
rm -f $lang.pot ;
fi
done
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of cs failed
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of es failed
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of ru failed
/bin/sh: line 2: msgmerge: command not found
msgmerge -v of uk failed
msgfmt --statistics --verbose -o cs.mo cs.po
make[1]: msgfmt: Command not found
make[1]: *** [cs.mo] Error 127
make[1]: Leaving directory `/setups/yum-2.0.7/po'
make: *** [all] Error 2
[root@160 yum-2.0.7]#
[root@160 yum-2.0.7]# yum
-bash: yum: command not found
[root@160 yum-2.0.7]# which yum
/usr/bin/which: no yum in (//sbin://bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)