Bug 234602 - german/aspell: Fails to build: /bin/sh: aspell: Permission denied
Summary: german/aspell: Fails to build: /bin/sh: aspell: Permission denied
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords: needs-patch, needs-qa
Depends on:
Blocks:
 
Reported: 2019-01-03 22:28 UTC by p5B2EA84B3
Modified: 2019-01-04 08:26 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (office)
koobs: merge-quarterly?


Attachments
de-aspell-20161207_1.log (19.35 KB, text/plain)
2019-01-03 22:28 UTC, p5B2EA84B3
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description p5B2EA84B3 2019-01-03 22:28:56 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-04 08:25:56 UTC
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