Bug 244649 - deskutils/gucharmap fails to build
Summary: deskutils/gucharmap fails to build
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-07 01:24 UTC by Stephan Muhs
Modified: 2020-03-07 17:11 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Muhs 2020-03-07 01:24:25 UTC
Building for gucharmap-11.0.1_1 (FreeBSD 12.1-STABLE r352911) results in the following error, due to "Unihan.zip" missing:

PROG_UNZIP=/usr/bin/unzip ./gen-guch-unicode-tables.pl 11.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.
gmake[3]: *** [Makefile:1549: stamp-unicode-data] Error 255
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory '/usr/ports/deskutils/gucharmap/work/gucharmap-061cf7c0ba4ce62d2ce5743313a71cb272a5f82e-061cf7c0ba4
ce62d2ce5743313a71cb272a5f82e/gucharmap'
gmake[2]: *** [Makefile:617: all-recursive] Error 1
gmake[2]: Leaving directory '/usr/ports/deskutils/gucharmap/work/gucharmap-061cf7c0ba4ce62d2ce5743313a71cb272a5f82e-061cf7c0ba4
ce62d2ce5743313a71cb272a5f82e'
gmake[1]: *** [Makefile:499: all] Error 2
gmake[1]: Leaving directory '/usr/ports/deskutils/gucharmap/work/gucharmap-061cf7c0ba4ce62d2ce5743313a71cb272a5f82e-061cf7c0ba4
ce62d2ce5743313a71cb272a5f82e'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Comment 1 Ting-Wei Lan 2020-03-07 17:11:39 UTC
Did you have HAN option enabled in textproc/UCD port?