[Bug 220597] deskutils/gucharmap: does not compile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 12 10:52:08 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220597

Beeblebrox <zaphod at berentweb.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zaphod at berentweb.com

--- Comment #2 from Beeblebrox <zaphod at berentweb.com> ---
deskutils/gucharmap error with intltool NLS=off

NLS option is turned off on most ports. Compile breaks with
checking for xgettext... no
checking for msgmerge... no
checking for msgfmt... no
checking for gmsgfmt... no
configure: error: GNU gettext tools not found; required for intltool

Add to USES gettext-tools
- at 22 pathfix pkgconfig tar:xz
+ at 22 pathfix pkgconfig tar:xz gettext-tools


But thorws out a new problem, as textproc/UCD is compiled with option HAN=NO.
textproc/UCD with option HAN=NO builds normally, but deskutils/gucharmap breaks
because it's unable to locate Unihan

PROG_UNZIP=/usr/bin/unzip ./gen-guch-unicode-tables.pl 9.0.0
/usr/local/share/unicode/ucd && \
echo timestamp > stamp-unicode-data
Did not find /usr/local/share/unicode/ucd/Unihan.zip at
./gen-guch-unicode-tables.pl line 65.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list