Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2017 10:52:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 220597] deskutils/gucharmap: does not compile
Message-ID:  <bug-220597-6497-7znPoKjhSr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220597-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220597-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220597

Beeblebrox <zaphod@berentweb.com> changed:

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

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

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
-@22 pathfix pkgconfig tar:xz
+@22 pathfix pkgconfig tar:xz gettext-tools


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

PROG_UNZIP=3D/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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220597-6497-7znPoKjhSr>