Bug 229674 - textproc/uim: does not build when mono is installed
Summary: textproc/uim: does not build when mono is installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-10 12:05 UTC by Ting-Wei Lan
Modified: 2018-07-12 14:43 UTC (History)
0 users

See Also:
nobutaka: maintainer-feedback+


Attachments
uim-1.8.8 build log (171.10 KB, text/plain)
2018-07-10 12:05 UTC, Ting-Wei Lan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2018-07-10 12:05:55 UTC
Created attachment 195028 [details]
uim-1.8.8 build log

It looks like uim expects 'csi' to be a program which is unrelated to mono.

gmake[1]: Entering directory '/tmp/ram/wrkdirs/usr/ports/textproc/uim/work/uim-1.8.8/scm'
if test -n "/usr/local/bin/csi"; then \
    /usr/local/bin/csi -R syntax-case -q json-parser-expander.scm > json-parser-expanded.scm; \
fi
error CS2006: Command-line syntax error: Missing '<text>' for '-R' option
error CS2001: Source file '/tmp/ram/wrkdirs/usr/ports/textproc/uim/work/uim-1.8.8/scm/syntax-case' could not be found.
gmake[1]: *** [Makefile:872: json-parser-expanded.scm] Error 1
gmake[1]: Leaving directory '/tmp/ram/wrkdirs/usr/ports/textproc/uim/work/uim-1.8.8/scm'
*** Error code 2

Stop.
make: stopped in /usr/ports/textproc/uim
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-07-12 14:42:43 UTC
A commit references this bug:

Author: nobutaka
Date: Thu Jul 12 14:42:05 UTC 2018
New revision: 474523
URL: https://svnweb.freebsd.org/changeset/ports/474523

Log:
  - Fix build error when lang/mono is installed.
  - Regenerate patches to pet portlint.

  PR:		229674
  Reported by:	Ting-Wei Lan <lantw44@gmail.com>

Changes:
  head/textproc/uim/files/patch-emacs_Makefile.in
  head/textproc/uim/files/patch-qt4_immodule_plugin.cpp
  head/textproc/uim/files/patch-scm_Makefile.in
  head/textproc/uim/files/patch-sigscheme_doc_Makefile.in
  head/textproc/uim/files/patch-uim_uim.h
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2018-07-12 14:43:32 UTC
Fixed, thanks!