Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2011 12:43:18 +0800 (CST)
From:      "Thinker K.F. Li" <thinker@codemud.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/160817: Can not build mew port with zh_TW.Big5 as value of LC_CTYPE.
Message-ID:  <201109190443.p8J4hImF090450@eeebox.branda.to>
Resent-Message-ID: <201109190440.p8J4e382078961@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         160817
>Category:       ports
>Synopsis:       Can not build mew port with zh_TW.Big5 as value of LC_CTYPE.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 19 04:40:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Thinker K.F. Li
>Release:        FreeBSD 9.0-CURRENT i386
>Organization:
Allwitz Tech.
>Environment:
System: FreeBSD eeebox.branda.to 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Sun Jun 5 17:08:32 CST 2011 thinker@eeebox.branda.to:/usr/src/sys/i386/compile/eeebox i386


	
>Description:
mail/mew port is invoking emacs for compiling .texi files to .info files.
When the port compiles the document of Japenese verion (JIS),
the emacs will ask user for an encoding name if LC_CTYPE is zh_TW.Big5.
It induces an error since stdin is being redirected.

	
>How-To-Repeat:
Following command is being fail.
	cd /usr/ports/mail/mew/; make clean; \
	  LC_CTYPE=zh_TW.Big5 make; make install

But, it is fine to execute this command:
	cd /usr/ports/mail/mew; make clean; \
	  LC_CTYPE=zh_TW.UTF-8 make; make install

	
>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109190443.p8J4hImF090450>