Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2003 21:08:49 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        "S. Niunco" <potzilov@softhome.net>
Cc:        FreeBSD User Questions List <freebsd-questions@freebsd.org>
Subject:   Re: Evolution install error
Message-ID:  <1060304928.43759.4.camel@shumai.marcuscom.com>
In-Reply-To: <20030807151559.49dca307.potzilov@softhome.net>
References:  <20030807151559.49dca307.potzilov@softhome.net>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Thu, 2003-08-07 at 09:15, S. Niunco wrote:
> 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?

What is your locale set to?  Have you tried setting LANG to C before
doing make to see if that helps?  The .out file in question was
generated during the make process, and for some reason that failed. 
Without seeing the output of make, I can only guess that perhaps the
locale had something to do with this.

Joe

> TIA
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
-- 
PGP Key : http://www.marcuscom.com/pgp.asc

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQA/Mvggb2iPiv4Uz4cRAlFZAJ92E5SuPSnExP7SG1+E9ZyItPLMYQCeJ145
/wzE1+Zktbn8vBrUFlftyN8=
=YYxi
-----END PGP SIGNATURE-----
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1060304928.43759.4.camel>