From owner-freebsd-ports-bugs@freebsd.org Wed Jan 13 10:56:40 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39383A80F46 for ; Wed, 13 Jan 2016 10:56:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29B5A13C5 for ; Wed, 13 Jan 2016 10:56:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u0DAud8l064941 for ; Wed, 13 Jan 2016 10:56:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 206191] german/hunspell: Does not build, when LANG=de_DE.UTF-8 Date: Wed, 13 Jan 2016 10:56:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rhurlin@gwdg.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 10:56:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206191 Bug ID: 206191 Summary: german/hunspell: Does not build, when LANG=3Dde_DE.UTF-8 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: office@FreeBSD.org Reporter: rhurlin@gwdg.de Flags: maintainer-feedback?(office@FreeBSD.org) Assignee: office@FreeBSD.org Created attachment 165492 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D165492&action= =3Dedit patch to make the build of german/hunspell independend from locale settings I am not able to build german/hunspell for some time now: [..snip..] cat hunspell-capmain-plus_de_CH.tmp.unfiltered-list.tmp | ( sed -f ./bin/dic2iso | aspell --encoding=3Diso8859-1 --lang=3Dde_CH --local-data-dir=3D./aspell expand ) > hunspell-capmain-plus_de_CH.tmp.unfiltered-list-expanded.tmp sed -f ./bin/dic2iso < hunspell-capmain-plus_de_CH.tmp.unfiltered-list-expanded.tmp |sed "s/qq//g"= | nl | hunspell `hunspell -h 2>&1 | grep -q "hunspell \\-i" && echo "-i latin= 1"` -d hunspell/de_CH_small -L > hunspell-capmain-plus_de_CH.tmp.unknown.tmp error: line 1: missing or bad word count in the dic file Hash Manager Error : 4 sed "s/^ *\([0-9]*\)\t.*$/\1/" hunspell-capmain-plus_de_CH.tmp.unknown.tmp > hunspell-capmain-plus_de_CH.tmp.list-unknown-lines.tmp ./bin/extractlines.pl hunspell-capmain-plus_de_CH.tmp.list-unknown-lines.tmp hunspell-capmain-plus_de_CH.tmp.unfiltered-list.tmp > hunspell-capmain-plus_de_CH.tmp.tmp ./bin/hunspell-capmain hunspell-capmain-plus_de_CH.tmp.tmp | sed -f ./bin/iso2dic > hunspell-capmain-plus_de_CH.tmp sed: 3: ./bin/iso2dic: RE error: illegal byte sequence + INFILE=3Dhunspell-capmain-plus_de_CH.tmp.tmp + test -z hunspell-capmain-plus_de_CH.tmp.tmp + grep $'^[A-Z\304\326\334\311]' hunspell-capmain-plus_de_CH.tmp.tmp + grep -v -- --x + ./bin/myspellfixprefix.pl + ./bin/lcfirst.pl + sed 's:$:/ozm: ; s:/\(.*\)/:/\1: ; s:--x::' + echo Makefile:341: die Regel f=C3=BCr Ziel =E2=80=9Ehunspell-capmain-plus_de_CH.= tmp=E2=80=9C scheiterte gmake[2]: *** [hunspell-capmain-plus_de_CH.tmp] Fehler 1 gmake[2]: Verzeichnis =E2=80=9E/usr/ports/german/hunspell/work/igerman98-20= 151222=E2=80=9C wird verlassen =3D=3D=3D> Compilation failed unexpectedly. This error was reported some years ago in a mail[1] and as bug #175423, but seems not definitely solved? As far as I can see, it is a problem with the locale environment, especially with some LANG=3D settings, for example with LANG=3Dde_DE.UTF-8. Probably, = it occurs on from the latest UTF changes in base? If I unset LANG=3D or set it to LANG=3DC, all builts fine. The appended pat= ch solved the problem for at least my german locale settings. My boxes run a very recent FreeBSD 11.0-CURRENT amd64. [1] http://lists.freebsd.org/pipermail/freebsd-office/2011-August/000084.ht= ml --=20 You are receiving this mail because: You are the assignee for the bug.=