Bug#339034: acknowledged by developer (Re: Bug#339034: tcsh: Unknown colorls variable `su')
On Tuesday 15 November 2005 04:33, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > #339034: tcsh: Unknown colorls variable `su', > which was filed against the tcsh package. > > It has been closed by one of the developers, namely > Martin Godisch <[EMAIL PROTECTED]>. > > Their explanation is attached below. If this explanation is > unsatisfactory and you have not received a better one in a separate > message then please contact the developer, by replying to this email. > > Debian bug tracking system administrator > (administrator, Debian Bugs database) > > Received: (at 339034-done) by bugs.debian.org; 15 Nov 2005 04:29:03 + > From [EMAIL PROTECTED] Mon Nov 14 20:29:03 2005 > Return-path: <[EMAIL PROTECTED]> > Received: from julius.godisch.de ([85.88.1.165] helo=mx.godisch.de) > by spohr.debian.org with esmtp (Exim 4.50) > id 1EbsRL-M0-7z > for [EMAIL PROTECTED]; Mon, 14 Nov 2005 20:29:03 -0800 > Received: from p50850995.dip0.t-ipconnect.de ([80.133.9.149] > helo=carlos.godisch.de) by mx.godisch.de with esmtpsa > (TLS-1.0:RSA_AES_256_CBC_SHA:32) > id 1EbsRI-3D-SL > for [EMAIL PROTECTED]; Tue, 15 Nov 2005 05:29:01 +0100 > Received: from godisch by carlos.godisch.de with local > id 1EbsRF-kO-4C > for <[EMAIL PROTECTED]>; Tue, 15 Nov 2005 05:28:57 +0100 > Date: Tue, 15 Nov 2005 05:28:57 +0100 > From: Martin Godisch <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Bug#339034: tcsh: Unknown colorls variable `su' > Message-ID: <[EMAIL PROTECTED]> > References: <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> > <[EMAIL PROTECTED]> MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > In-Reply-To: <[EMAIL PROTECTED]> > X-GPG-ID: 0x68DCD606 > X-GPG-Fingerprint: 2AB1 9CDD 4BA9 D7FB 6927 5A9E 9A91 821D 68DC D606 > X-No-Archive: yes > X-Debbugs-No-Ack: yes > User-Agent: Mutt/1.5.11 > Sender: Martin Godisch <[EMAIL PROTECTED]> > X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 > (1.212-2003-09-23-exp) on spohr.debian.org > X-Spam-Level: > X-Spam-Status: No, hits=-8.5 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, > RCVD_IN_SORBS,X_DEBBUGS_NO_ACK autolearn=ham > version=2.60-bugs.debian.org_2005_01_02 > > On Mon, Nov 14, 2005 at 20:50:54 +, Filipe Sousa wrote: > > echo $LS_COLORS > > no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=4 > >0;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32: > >*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*. > >z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01; > >31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;3 > >5:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35 > >:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35: > >*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.m > >pc=01;35:*.ogg=01;35:*.wav=01;35: > > > > I try to unset LS_COLORS and tcsh seems to work > > Removing the "su=37;41" part in your .tcsh or somewhere else should be > enough, as I read the error message. It seems this bug is related to this one http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339406 Where Michael Stone <[EMAIL PROTECTED]> says: "tcsh is attempting to parse the variable for its builtin ls-F function. tcsh shouldn't try to restrict another program's environment variable." > Kind regards, > > Martin Filipe Sousa pgpiYQyZeYvvM.pgp Description: PGP signature
Bug#339034: tcsh: Unknown colorls variable `su'
On Monday 14 November 2005 20:17, Martin Godisch wrote: > On Mon, Nov 14, 2005 at 15:22:33 +0000, Filipe Sousa wrote: > > Severity: grave > > Justification: renders package unusable > > Please don't file grave bug reports for non-grave bugs, you may annoy > the maintainer. The Debian tcsh package is obviously not unusable. > > > I'm using slickedit that uses tcsh, but after a debian update I can't > > compile using slickedit. Slickedit uses tcsh and tcsh gives me this > > error: > > > > [EMAIL PROTECTED]:~$ tcsh > > Unknown colorls variable `su'. > > 1. slickedit should not use tcsh, please see > /usr/share/doc/tcsh/csh-whynot.gz. If I have tcsh installed then I get this error inside slickedit console windows: --- You can ignore shell warning messages. Unknown colorls variable `su'. Exited /opt/slickedit/bin/vsbuild build -b /home/fsousa/projects/gal/modules/horarios/HorarioAlunoGrid.cc -v /home/fsousa/projects/gal/GAL.vpw /home/fsousa/projects/gal/GAL.vpj --- If I uninstall tcsh then slickedit uses something else, maybe sh but in this case I see all ansi codes and the project is compiled. --- You can ignore shell warning messages. [01;[EMAIL PROTECTED] [00m: [01;34m~/projects/gal/build/modules/horarios [00m$ /opt/slickedit/bin/vsbuild build -b .process -v /home/fsousa/projects/gal/GAL.vpw /home/fsousa/projects/gal/GAL.vpj vsbuild: No dependencies for /home/fsousa/projects/gal/GAL.vpj VSLICKERRORPATH=/home/fsousa/projects/gal/build/modules/horarios vsbuild: Changed to directory '/home/fsousa/projects/gal/build/modules/horarios' vsbuild: make [01;[EMAIL PROTECTED] [00m: [01;34m~/projects/gal/build/modules/horarios [00m$ --- > 2. The above error message does not look like a tcsh bug. What LS_COLORS > environment variable does slickedit pass to tcsh? Did you read what the > tcsh manual page says about LS_COLORS? I didn't read the tcsh manual :(, I never used tcsh before I wasn't aware that tcsh was installed on my system. I search the google and I found on this page [http://www.sleepdeprived.org/] a patch for fileutils dircolors to prevent tcsh and possibly other shells from bombing or complaining on startup due to the color code for "doors" echo $LS_COLORS no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.flac=01;35:*.mp3=01;35:*.mpc=01;35:*.ogg=01;35:*.wav=01;35: I try to unset LS_COLORS and tcsh seems to work Sorry for the "grave" bug report. It was not my intention to annoy you. > Kind regards, > > Martin Best regards -- Filipe Sousa pgpX03ZNcVjQk.pgp Description: PGP signature
Bug#339034: tcsh: Unknown colorls variable `su'
Package: tcsh Version: 6.14.00-1 Severity: grave Justification: renders package unusable I'm using slickedit that uses tcsh, but after a debian update I can't compile using slickedit. Slickedit uses tcsh and tcsh gives me this error: [EMAIL PROTECTED]:~$ tcsh Unknown colorls variable `su'. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages tcsh depends on: ii libc6 2.3.5-8GNU C Library: Shared libraries an ii libncurses5 5.5-1 Shared libraries for terminal hand tcsh recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#333530: boost: missing bcp utility
Package: boost Severity: wishlist http://www.boost.org/tools/bcp/bcp.html "The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application. bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies" -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13.3 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]