From owner-freebsd-ports Tue Aug 4 06:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25530 for freebsd-ports-outgoing; Tue, 4 Aug 1998 06:30:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25469 for ; Tue, 4 Aug 1998 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA22217; Tue, 4 Aug 1998 06:30:01 -0700 (PDT) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23828 for ; Tue, 4 Aug 1998 06:21:04 -0700 (PDT) (envelope-from pfeifer@dbai.tuwien.ac.at) Received: from markab (markab.dbai.tuwien.ac.at [128.130.111.33]) by vexpert.dbai.tuwien.ac.at (8.8.8/8.8.8) with SMTP id PAA17980 for ; Tue, 4 Aug 1998 15:20:52 +0200 (MET-DST) Message-Id: Date: Tue, 4 Aug 1998 15:20:48 +0200 (MET DST) From: Gerald Pfeifer To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7490: `setenv LANG/LC_CTYPE C` makes tcsh unusable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7490 >Category: ports >Synopsis: `setenv LANG/LC_CTYPE C` makes tcsh unusable >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 4 06:30:00 PDT 1998 >Last-Modified: >Originator: Gerald Pfeifer >Organization: Vienna University of Technology >Release: FreeBSD 3.0-19980725-SNAP i386 >Environment: FreeBSD adhara.dbai.tuwien.ac.at 3.0-19980725-SNAP FreeBSD 3.0-19980725-SNAP #0: Sat Jul 25 10:27:08 GMT 1998 root@make.ican.net:/usr/src/sys/compile/GENERIC i386 /usr/local/bin/tcsh version tcsh 6.07.02 (Astron) 1996-10-27 (i386-intel-FreeBSD) options 8b,nls,dl,al,rh The same problem also exists in 2.2.6 and 3.0-980621-SNAP. >Description: If either one of `setenv LANG C` or `setenv LC_CTYPE` occurs in .cshrc, very strange error message are printed during login and processing of .cshrc breaks at arbitrary points of .cshrc. Similarily, using either of these commands in any script invoked as `tcsh script` will produce the same result. >How-To-Repeat: ~% cat in1 setenv LC_CTYPE C ~% tcsh in1 ^A^F\314ALA\312@\202^HERROR:: Too many arguments. ~% cat in2 setenv LANG C ~% tcsh in2 ^A^F\314ALA\312@\202^HERROR:: Too many arguments. >Fix: None known. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message