می خوام eatmonkey رو نصب کنم ولی نمی دونم چرا نمیشه؟
mahdi@mahdi-TravelMate-5742G:~/Desktop/eatmonkey-0.1.4$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... ok
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed... ca cs da el eu fr gl hu ja nl pt ru zh_CN
checking for bind_textdomain_codeset... (cached) yes
checking for locales directory... ${datarootdir}/locale
checking for additional xgettext flags... --keyword=Q_ --from-code=UTF-8
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
mahdi@mahdi-TravelMate-5742G:~/Desktop/eatmonkey-0.1.4$ make
make all-recursive
make[1]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
Making all in data
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
Making all in src
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/src'
Making all in po
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/po'
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
make[1]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
mahdi@mahdi-TravelMate-5742G:~/Desktop/eatmonkey-0.1.4$ sudo make install
[sudo] password for mahdi:
Making install in data
make[1]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/icons/hicolor/32x32/apps" || /bin/mkdir -p "/usr/local/share/icons/hicolor/32x32/apps"
/usr/bin/install -c -m 644 eatmonkey.png '/usr/local/share/icons/hicolor/32x32/apps'
test -z "/usr/local/share/pixmaps" || /bin/mkdir -p "/usr/local/share/pixmaps"
/usr/bin/install -c -m 644 eatmonkey-logo.png '/usr/local/share/pixmaps'
make install-data-hook
make[3]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
Updating Gtk icon cache.
gtk-update-icon-cache: Cache file created successfully.
make[3]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
make[1]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/data'
Making install in src
make[1]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/src'
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
/usr/bin/install -c eatmonkey '/usr/local/bin'
test -z "/usr/local/share/eatmonkey" || /bin/mkdir -p "/usr/local/share/eatmonkey"
/usr/bin/install -c -m 644 manager.ui settings.ui '/usr/local/share/eatmonkey'
test -z "/usr/local/share/eatmonkey" || /bin/mkdir -p "/usr/local/share/eatmonkey"
/usr/bin/install -c compat18.rb config.rb eat.rb eataria2.rb eatmanager.rb eatsettings.rb '/usr/local/share/eatmonkey'
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/src'
make[1]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/src'
Making install in po
make[1]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4/po'
linguas="ca cs da el eu fr gl hu ja nl pt ru zh_CN "; \
for lang in $linguas; do \
dir=/usr/local/share/locale/$lang/LC_MESSAGES; \
/bin/bash /home/mahdi/Desktop/eatmonkey-0.1.4/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/eatmonkey.mo; \
echo "installing $lang.gmo as $dir/eatmonkey.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/eatmonkey.mo; \
echo "installing ./$lang.gmo as" \
"$dir/eatmonkey.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/eatmonkey.mo.m; \
echo "installing $lang.gmo.m as $dir/eatmonkey.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/eatmonkey.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/eatmonkey.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/eatmonkey.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/eatmonkey.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/eatmonkey.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/eatmonkey.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/eatmonkey.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/eatmonkey.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/eatmonkey.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/eatmonkey.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/eatmonkey.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/eatmonkey.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/eatmonkey.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/eatmonkey.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/eatmonkey.mo
make[1]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4/po'
make[1]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
make[2]: Entering directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/applications" || /bin/mkdir -p "/usr/local/share/applications"
/usr/bin/install -c -m 644 eatmonkey.desktop '/usr/local/share/applications'
make[2]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4'
make[1]: Leaving directory `/home/mahdi/Desktop/eatmonkey-0.1.4'