From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 06:16:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF8A537B401 for ; Thu, 7 Aug 2003 06:16:37 -0700 (PDT) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D05B43FB1 for ; Thu, 7 Aug 2003 06:16:34 -0700 (PDT) (envelope-from potzilov@softhome.net) Received: (qmail 902 invoked by uid 417); 7 Aug 2003 13:16:31 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 7 Aug 2003 13:16:31 -0000 Received: from 146.50.169.139 ([146.50.169.139]) (AUTH: LOGIN potzilov@softhome.net) by softhome.net with esmtp; Thu, 07 Aug 2003 07:16:30 -0600 Date: Thu, 7 Aug 2003 15:15:59 +0200 From: "S. Niunco" To: FreeBSD-Questions Message-Id: <20030807151559.49dca307.potzilov@softhome.net> Organization: none X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Subject: Evolution install error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 13:16:38 -0000 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