Date: Thu, 7 Aug 2003 15:15:59 +0200 From: "S. Niunco" <potzilov@softhome.net> To: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Evolution install error Message-ID: <20030807151559.49dca307.potzilov@softhome.net>
next in thread | raw e-mail | index | archive | help
Hello. I'm trying to install evolution 1.4.4. "Make" part is going fine, however when I try "make install" I get the following: /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/help/evolution-1.4/C mkdir /usr/X11R6/share/gnome/help/evolution-1.4 mkdir /usr/X11R6/share/gnome/help/evolution-1.4/C for file in apx-authors.xml apx-bugs.xml apx-fdl.xml apx-gloss.xml apx-gpl.xml config-prefs.xml config-sync.xml legal.xml menuref.xml preface.xml usage-calendar.xml usage-contact.xml usage-exec-summary.xml usage-exchange.xmlusage-mail-org.xml usage-mail.xml usage-mainwindow.xml usage-print.xml usage-sync.xml evolution-1.4.xml; do \ cp ./$file /usr/X11R6/share/gnome/help/evolution-1.4/C; \ done if test "figures"; then \ /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/help/evolution-1.4/C/figures; \ for file in ./figures/*.png; do \ basefile=`echo $file | sed -e 's,^.*/,,'`; \ install -c -o root -g wheel -m 444 $file /usr/X11R6/share/gnome/help/evolution-1.4/C/figures/$basefile; \ done \ fi mkdir /usr/X11R6/share/gnome/help/evolution-1.4/C/figures gmake install-data-hook gmake[4]: Вход в каталог `/usr/ports/mail/evolution/work/evolution-1.4.4/help/C' /bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/omf/evolution mkdir /usr/X11R6/share/gnome/omf/evolution for file in evolution-1.4-C.omf; do \ install -c -o root -g wheel -m 444 $file.out /usr/X11R6/share/gnome/omf/evolution/$file; \ done install: evolution-1.4-C.omf.out: No such file or directory gmake[4]: *** [install-data-hook-omf] Error 71 gmake[4]: Выход из каталог `/usr/ports/mail/evolution/work/evolution-1.4.4/help/C' gmake[3]: *** [install-data-am] Error 2 gmake[3]: Выход из каталог `/usr/ports/mail/evolution/work/evolution-1.4.4/help/C' gmake[2]: *** [install-am] Error 2 gmake[2]: Выход из каталог `/usr/ports/mail/evolution/work/evolution-1.4.4/help/C' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Выход из каталог `/usr/ports/mail/evolution/work/evolution-1.4.4/help' gmake: *** [install-recursive] Error 1 *** Error code 2 Stop in /usr/ports/mail/evolution. Can anyone help, plz? TIA
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030807151559.49dca307.potzilov>