* RE: [gentoo-dev] man fails under tcsh
@ 2001-09-29 20:39 Crowfoot, Norman (CCI-Atlanta)
0 siblings, 0 replies; 7+ messages in thread
From: Crowfoot, Norman (CCI-Atlanta) @ 2001-09-29 20:39 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 880 bytes --]
yup, problem disappears if PAGER is defined under csh/tcsh
never had to do that one before . . . .
-----Original Message-----
From: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]On Behalf Of Crowfoot, Norman
(CCI-Atlanta)
Sent: Saturday, September 29, 2001 6:19 PM
To: gentoo-dev@cvs.gentoo.org
Subject: RE: [gentoo-dev] man fails under tcsh
What Gentoo Linux are you running? PAGER is a env setting that each
user should customize, but in RC6, it is set in /etc/env.d/00basic.
Greetings,
MS
-----------------
Oh, I'm running a fresh-built rc6-10. I didn't know this bit
about /etc/env.d/00basic. Man's still defaulting to what's in
/etc/man.conf
-- Norm
_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2522 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-dev] man fails under tcsh
@ 2001-09-29 16:19 Crowfoot, Norman (CCI-Atlanta)
0 siblings, 0 replies; 7+ messages in thread
From: Crowfoot, Norman (CCI-Atlanta) @ 2001-09-29 16:19 UTC (permalink / raw
To: gentoo-dev
What Gentoo Linux are you running? PAGER is a env setting that each
user should customize, but in RC6, it is set in /etc/env.d/00basic.
Greetings,
MS
-----------------
Oh, I'm running a fresh-built rc6-10. I didn't know this bit
about /etc/env.d/00basic. Man's still defaulting to what's in
/etc/man.conf
-- Norm
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-dev] man fails under tcsh
@ 2001-09-28 6:24 Crowfoot, Norman (CCI-Atlanta)
2001-09-28 16:33 ` Martin Schlemmer
0 siblings, 1 reply; 7+ messages in thread
From: Crowfoot, Norman (CCI-Atlanta) @ 2001-09-28 6:24 UTC (permalink / raw
To: gentoo-dev; +Cc: tvon
Man fails under csh/tcsh due to lack of PAGER setting in /etc/man.conf
Standard man ebuild forces a pre-built /etc/man.conf with PAGER left
blank. This confuses csh/tcsh when parsing the internally-constructed
shell command, since an null string appears after the last "|" in the
command string.
The man problem under tcsh is the lack of definition for a "pager." The
answer is to define the PAGER option in /etc/man.conf. And the reason
the PAGER line is not filled in is the /etc/man.conf is overwritten by
/usr/portage/sys-apps/man/files/man.conf at the last minute during the
process! In other words, all the world of building the conf in man is
blown out by the ebuild .... The fix? Comment out the install:
#doins ${FILESDIR}/man.conf
and use the man.conf file that man creates.
Other option is to edit man.conf to
PAGER less -is
or equivalent.
-----Original Message-----
From: Tom von Schwerdtner [mailto:tvon@etria.org]
Sent: Wednesday, September 26, 2001 2:59 PM
To: gentoo-dev@cvs.gentoo.org
Cc: Crowfoot, Norman (CCI-Atlanta)
Subject: Re: [gentoo-dev] man fails under tcsh
> man breaks when the login shell is csh or tcsh . . .
can you be more specific? man works fine for me.
Also, there seems to be a tcsh bug in which it tries to parse LS_COLORS
or
somethign related. Attempting to login to bash and then invoke tcsh
fails
with "unknown colorls variable: 'do'" (off the top of my head). I dont
know much about this, but whomever is maintaining the tcsh ebuild may
want
to look deeper.
-T
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-dev] man fails under tcsh
2001-09-28 6:24 Crowfoot, Norman (CCI-Atlanta)
@ 2001-09-28 16:33 ` Martin Schlemmer
0 siblings, 0 replies; 7+ messages in thread
From: Martin Schlemmer @ 2001-09-28 16:33 UTC (permalink / raw
To: gentoo-dev
On Fri, 2001-09-28 at 14:24, Crowfoot, Norman (CCI-Atlanta) wrote:
> Man fails under csh/tcsh due to lack of PAGER setting in /etc/man.conf
>
> Standard man ebuild forces a pre-built /etc/man.conf with PAGER left
> blank. This confuses csh/tcsh when parsing the internally-constructed
> shell command, since an null string appears after the last "|" in the
> command string.
>
> The man problem under tcsh is the lack of definition for a "pager." The
> answer is to define the PAGER option in /etc/man.conf. And the reason
> the PAGER line is not filled in is the /etc/man.conf is overwritten by
> /usr/portage/sys-apps/man/files/man.conf at the last minute during the
> process! In other words, all the world of building the conf in man is
> blown out by the ebuild .... The fix? Comment out the install:
>
> #doins ${FILESDIR}/man.conf
>
> and use the man.conf file that man creates.
>
> Other option is to edit man.conf to
>
> PAGER less -is
>
> or equivalent.
>
>
> -----Original Message-----
> From: Tom von Schwerdtner [mailto:tvon@etria.org]
> Sent: Wednesday, September 26, 2001 2:59 PM
> To: gentoo-dev@cvs.gentoo.org
> Cc: Crowfoot, Norman (CCI-Atlanta)
> Subject: Re: [gentoo-dev] man fails under tcsh
>
>
> > man breaks when the login shell is csh or tcsh . . .
>
> can you be more specific? man works fine for me.
>
> Also, there seems to be a tcsh bug in which it tries to parse LS_COLORS
> or
> somethign related. Attempting to login to bash and then invoke tcsh
> fails
> with "unknown colorls variable: 'do'" (off the top of my head). I dont
> know much about this, but whomever is maintaining the tcsh ebuild may
> want
> to look deeper.
>
> -T
>
Hi
What Gentoo Linux are you running? PAGER is a env setting that each
user should customize, but in RC6, it is set in /etc/env.d/00basic.
Greetings,
MS
--
Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-dev] man fails under tcsh
@ 2001-09-26 15:06 Crowfoot, Norman (CCI-Atlanta)
0 siblings, 0 replies; 7+ messages in thread
From: Crowfoot, Norman (CCI-Atlanta) @ 2001-09-26 15:06 UTC (permalink / raw
To: tvon, gentoo-dev
I'll get the specific scripts tonight.
The trick with getting tcsh to work from bash:
> unset LS_COLORS
> exec bash
-----Original Message-----
From: Tom von Schwerdtner [mailto:tvon@etria.org]
Sent: Wednesday, September 26, 2001 2:59 PM
To: gentoo-dev@cvs.gentoo.org
Cc: Crowfoot, Norman (CCI-Atlanta)
Subject: Re: [gentoo-dev] man fails under tcsh
> man breaks when the login shell is csh or tcsh . . .
can you be more specific? man works fine for me.
Also, there seems to be a tcsh bug in which it tries to parse LS_COLORS
or
somethign related. Attempting to login to bash and then invoke tcsh
fails
with "unknown colorls variable: 'do'" (off the top of my head). I dont
know much about this, but whomever is maintaining the tcsh ebuild may
want
to look deeper.
-T
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-dev] man fails under tcsh
@ 2001-09-26 11:13 Crowfoot, Norman (CCI-Atlanta)
2001-09-26 13:01 ` Tom von Schwerdtner
0 siblings, 1 reply; 7+ messages in thread
From: Crowfoot, Norman (CCI-Atlanta) @ 2001-09-26 11:13 UTC (permalink / raw
To: gentoo-dev
man breaks when the login shell is csh or tcsh . . . internal shell
invocation breaks . . .
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-dev] man fails under tcsh
2001-09-26 11:13 Crowfoot, Norman (CCI-Atlanta)
@ 2001-09-26 13:01 ` Tom von Schwerdtner
0 siblings, 0 replies; 7+ messages in thread
From: Tom von Schwerdtner @ 2001-09-26 13:01 UTC (permalink / raw
To: gentoo-dev; +Cc: Norm.Crowfoot
> man breaks when the login shell is csh or tcsh . . .
can you be more specific? man works fine for me.
Also, there seems to be a tcsh bug in which it tries to parse LS_COLORS or
somethign related. Attempting to login to bash and then invoke tcsh fails
with "unknown colorls variable: 'do'" (off the top of my head). I dont
know much about this, but whomever is maintaining the tcsh ebuild may want
to look deeper.
-T
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-09-30 2:38 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-29 20:39 [gentoo-dev] man fails under tcsh Crowfoot, Norman (CCI-Atlanta)
-- strict thread matches above, loose matches on Subject: below --
2001-09-29 16:19 Crowfoot, Norman (CCI-Atlanta)
2001-09-28 6:24 Crowfoot, Norman (CCI-Atlanta)
2001-09-28 16:33 ` Martin Schlemmer
2001-09-26 15:06 Crowfoot, Norman (CCI-Atlanta)
2001-09-26 11:13 Crowfoot, Norman (CCI-Atlanta)
2001-09-26 13:01 ` Tom von Schwerdtner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox