From owner-freebsd-ports Tue Jul 14 15:30:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25031 for freebsd-ports-outgoing; Tue, 14 Jul 1998 15:30:43 -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 PAA25023 for ; Tue, 14 Jul 1998 15:30:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA07273; Tue, 14 Jul 1998 15:30:01 -0700 (PDT) Received: from matrix.42.org (sec@matrix.42.org [194.246.248.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24600 for ; Tue, 14 Jul 1998 15:25:54 -0700 (PDT) (envelope-from sec@42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.6) id AAA01826 (sender ); Wed, 15 Jul 1998 00:25:29 +0200 (CEST) Message-Id: <199807142225.AAA01826@matrix.42.org> Date: Wed, 15 Jul 1998 00:25:29 +0200 (CEST) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7283: tcsh / LC_CTYPE - obscure problem. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7283 >Category: ports >Synopsis: tcsh / LC_CTYPE - obscure problem. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 14 15:30:01 PDT 1998 >Last-Modified: >Originator: Stefan `Sec` Zehl >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD-stable as of a few days ago. FreeBSD matrix 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Thu Apr 2 02:59:18 CEST 1998 root@matrix:/usr/src/sys/compile/MATRIX i386 Tcsh as installed from /usr/ports: matrix:~>tcsh -c 'echo $version' tcsh 6.07.02 (Astron) 1996-10-27 (i386-intel-FreeBSD) options 8b,nls,dl,al,rh matrix:~>pkg_info -aI|grep tcsh tcsh-6.07.02 An extended C-shell with many useful features. >Description: tcsh produces obscure error-message when sourcing an shell-script which contains an 'setenv LC_CTYPE'. The problem does not exist in interactive mode. >How-To-Repeat: # start fresh tcsh without sourcing any startup-scripts. matrix:~>tcsh -f # This is our test-script. Problem does also appear with system-wide # /etc/csh.login file > cat /tmp/test setenv LC_CTYPE foo # We source it, it emits an error-message. > source /tmp/test ^E¢@^Ò@x@^Z^ALoad: Command not found. ^A^FÌALAÊ@^Â^HERROR:: Too many arguments. # This is repeatable. > source /tmp/test ^E¢@^Ò@x@^Z^ALoad: Command not found. ^A^FÌALAÊ@^Â^HERROR:: Too many arguments. # In interactive mode, this doesn't happen. > setenv LC_CTYPE foo # After interactive test, sourcing doesn't emit an error message any more. > source /tmp/test # That's it. > exit >Fix: none known. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message