ports/160817: Can not build mew port with zh_TW.Big5 as value of LC_CTYPE.

Thinker K.F. Li thinker at codemud.net
Mon Sep 19 04:40:04 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list