From owner-freebsd-office@FreeBSD.ORG Fri Oct 26 10:42:02 2012 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF1D6989 for ; Fri, 26 Oct 2012 10:42:02 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id 5781D8FC14 for ; Fri, 26 Oct 2012 10:42:01 +0000 (UTC) Received: (qmail 54135 invoked by uid 89); 26 Oct 2012 10:41:54 -0000 Received: by simscan 1.4.0 ppid: 54130, pid: 54132, t: 0.0431s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:15509 Received: from unknown (HELO suse3) (rainer@ultra-secure.de@212.71.117.1) by mail.ultra-secure.de with ESMTPA; 26 Oct 2012 10:41:54 -0000 Date: Fri, 26 Oct 2012 12:41:54 +0200 From: Rainer Duffner To: office@FreeBSD.org Subject: FreeBSD port: textproc/aspell Message-ID: <20121026124154.73af4896@suse3> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 10:42:03 -0000 Hi, I build aspell in a tinderbox with NOPORTDOCS=yes and at the end, I get this: installing ast.gmo as /usr/local/share/locale/ast/LC_MESSAGES/aspell.mo installing be.gmo as /usr/local/share/locale/be/LC_MESSAGES/aspell.mo installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/aspell.mo installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/aspell.mo installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/aspell.mo installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/aspell.mo installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/aspell.mo installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/aspell.mo installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/aspell.mo installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/aspell.mo installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/aspell.mo installing id.gmo as /usr/local/share/locale/id/LC_MESSAGES/aspell.mo installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/aspell.mo installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/aspell.mo installing mn.gmo as /usr/local/share/locale/mn/LC_MESSAGES/aspell.mo installing ms.gmo as /usr/local/share/locale/ms/LC_MESSAGES/aspell.mo installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/aspell.mo installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/aspell.mo installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/aspell.mo installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/aspell.mo installing rw.gmo as /usr/local/share/locale/rw/LC_MESSAGES/aspell.mo installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/aspell.mo installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/aspell.mo installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/aspell.mo installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/aspell.mo installing tg.gmo as /usr/local/share/locale/tg/LC_MESSAGES/aspell.mo installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/aspell.mo installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/aspell.mo installing wa.gmo as /usr/local/share/locale/wa/LC_MESSAGES/aspell.mo installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/aspell.mo if test "aspell" = "gettext-tools"; then \ .././install-sh -c -d /usr/local/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ install -o root -g wheel -m 444 ./$file \ /usr/local/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/local/share/gettext/po/$file; \ done; \ else \ : ; \ fi gmake[1]: Leaving directory `/work/a/ports/textproc/aspell/work/aspell-0.60.6.1/po' install-info --quiet /usr/local/info/aspell-dev.info /usr/local/info/dir install-info: No such file or directory for /usr/local/info/aspell-dev.info *** Error code 1 Maybe someone can look into this. Best Regards, Rainer