Created attachment 200754 [details] de-aspell-20161207_1.log Poudriere build fails: # the warnings about skipped words should be ignorable... aspell --lang=de_DE --dict-dir=./aspell/ --local-data-dir=./aspell/ create master de_DE.rws < myspell/de_DE.dic cat myspell/de_all.dic.header | sed "s/AFF_VERSION_REPLACE/`cat VERSION`/;s/LANG_REPLACE/de_AT/" >> myspell/de_AT.dic /bin/sh: aspell: Permission denied gmake[2]: *** [Makefile:223: aspell/de_DE.rws] Error 126 gmake[2]: *** Waiting for unfinished jobs.... sed -f ./bin/dic2iso < myspell/de_AT.dic.tmp >> myspell/de_AT.dic sed -n '$=' < myspell/de_CH.dic.tmp > myspell/de_CH.dic cat myspell/de_all.dic.header | sed "s/AFF_VERSION_REPLACE/`cat VERSION`/;s/LANG_REPLACE/de_CH/" >> myspell/de_CH.dic sed -f ./bin/dic2iso < myspell/de_CH.dic.tmp >> myspell/de_CH.dic gmake[2]: Leaving directory '/wrkdirs/usr/ports/german/aspell/work/igerman98-20161207' ===> Compilation failed unexpectedly. See build log file attached.
A commit references this bug: Author: bapt Date: Fri Jan 4 08:25:51 UTC 2019 New revision: 489248 URL: https://svnweb.freebsd.org/changeset/ports/489248 Log: Fix build of aspell by adding the missing build dependency on aspell. While here add the runtime dependency as well PR: 234602 Pointyhat: bapt Changes: head/german/aspell/Makefile