Bug 159416 - german/hunspell: build error
Summary: german/hunspell: build error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Office Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-03 14:10 UTC by Ludger Bolmerg
Modified: 2011-08-09 20:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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��]' 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