Bug 159416

Summary: german/hunspell: build error
Product: Ports & Packages Reporter: Ludger Bolmerg <ludger>
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ludger Bolmerg 2011-08-03 14:10:06 UTC
make in /usr/ports/german/hunspell gives the following error message:

..
+ test -z hunspell-capmain-plus_de_DE.tmp.tmp
3: ./bin/iso2dic: RE error: illegal byte sequence
+ + grep '^[A-Z&#65533;&#65533;]' hunspell-capmain-plus_de_DE.tmp.tmp
+ + ./bin/myspellfixprefix.pl./bin/lcfirst.plsed

 's:$:/ozm: ; s:/\(.*\)/:/\1: ; s:--x::'
+ grep -v -- --x
+ echo
gmake: *** [hunspell-capmain-plus_de_DE.tmp] Error 1
*** Error code 1

Stop in /usr/ports/german/hunspell.
*** Error code 1

Stop in /usr/ports/german/hunspell.

How-To-Repeat: run

make clean; make

in /usr/ports/german/hunspell
Comment 1 Julien Laffaye freebsd_committer freebsd_triage 2011-08-03 16:11:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->office

Fix synopsis and assign.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-08-09 08:34:40 UTC
State Changed
From-To: open->closed

Problem solved in the ports tree.
Comment 3 Ludger Bolmerg 2011-08-09 20:12:03 UTC
Hi

after updating the ports tree I ran make clean and make distclean. 
Unfortunately this did not solve the issue.

The error message from make is

...
+ test -z hunspell-capmain-plus_de_DE.tmp.tmp
3: ./bin/iso2dic: RE error: illegal byte sequence
+ + grep '^[A-Z]' hunspell-capmain-plus_de_DE.tmp.tmp
./bin/myspellfixprefix.pl+
sed+ grep -v -- --x
+ ./bin/lcfirst.pl 's:$:/ozm: ; s:/\(.*\)/:/\1: ; s:--x::'

+ echo
gmake: *** [hunspell-capmain-plus_de_DE.tmp] Error 1
*** Error code 1

Stop in /usr/ports/german/hunspell.
*** Error code 1

Stop in /usr/ports/german/hunspell.

Please reopen the PR

Thanks a lot
Ludger Bolmerg