Date: Fri, 26 Oct 2012 12:41:54 +0200 From: Rainer Duffner <rainer@ultra-secure.de> To: office@FreeBSD.org Subject: FreeBSD port: textproc/aspell Message-ID: <20121026124154.73af4896@suse3>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121026124154.73af4896>