Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19365 - [tcsh] giving weird error...
Attached to Project:
Arch Linux
Opened by ajk (ajk) - Wednesday, 05 May 2010, 10:49 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 09 June 2010, 18:19 GMT
Opened by ajk (ajk) - Wednesday, 05 May 2010, 10:49 GMT
Last edited by Andrea Scarpino (BaSh) - Wednesday, 09 June 2010, 18:19 GMT
|
DetailsDescription:
tcsh can't be used as a shell, it gives the following error: Unknown colorls variable `mh'. Additional info: * tcsh-6.17.00-1 * default install Steps to reproduce: - just install from repo's - run tcsh from other shell Solution: Edit tcsh-6.17.00-ls-colors-var.patch: --- tw.color.c.orig 2009-07-27 01:45:38.000000000 -0400 +++ tw.color.c 2009-07-27 01:47:55.000000000 -0400 @@ -86,6 +86,10 @@ VAR(NOS, "ow", ""), /* Other writable dir (o+w) but not sticky */ VAR(NOS, "st", ""), /* Sticky dir (+t) but not other writable */ VAR(NOS, "rs", "0"), /* Reset to normal color */ + VAR(NOS, "hl", ""), /* Regular file with more than one link */ + VAR(NOS, "ca", ""), /* File with capability */ + VAR(NOS, "mh", ""), /* MULTIHARDLINK */ + VAR(NOS, "cl", ""), /* CLRTOEOL */ }; enum FileType { |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Wednesday, 09 June 2010, 18:19 GMT
Reason for closing: Won't implement
Wednesday, 09 June 2010, 18:19 GMT
Reason for closing: Won't implement
Is it in the official package already?