Re: Process for requesting reverting patch?

From: Rong-en Fan <grafan_at_gmail.com>
Date: Mon, 14 May 2007 10:31:40 +0800
On 5/14/07, Steve Kargl <sgk_at_troutmask.apl.washington.edu> wrote:
> On Sun, May 13, 2007 at 03:52:55PM -0700, Steve Kargl wrote:
> > On Sun, May 13, 2007 at 02:41:58PM -0700, Mark Peek wrote:
> > >
> > > As the owner of the PR and the person that committed the recent tcsh I take
> > > it seriously when someone brings it to my attention. After the PR was
> > > assigned to me, I sent Steve two private emails on 5/7/2007 but with no
> > > response back. Given that it "works for me" on two different systems, I
> > > don't know what I could have done different. Below is the text from the
> > > second one.
> >
> > I have received zero emails from you (either in my inbox or backup folder
> > where spam is redirected).
> >
> > It would have been helpful if you actually sent a followup to the PR.
> >
>
> Try with a .cshrc that contains only
>
> setenv MAIL /var/mail/`whoami`

> grep -v ^# /etc/csh.* .cshrc
.cshrc:
.cshrc:setenv MAIL /var/mail/`whoami`
> cat a.c
#include <stdio.h>

int main(void) {
    printf("hello world\n");
    return 0;
}
> gcc -o a -g a.c
> gdb a
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...
(gdb) run
Starting program: /home/rafan/a
hello world

Program exited normally.
(gdb) >

It's an i386 current as of May 6. You need to tell us more about
your configuration (like kernel conf, sysctl, hardware, ... etc.)

Regards,
Rong-En Fan

> --
> Steve
Received on Mon May 14 2007 - 00:31:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:10 UTC