Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 12:06:46 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Stephen Montgomery-Smith <stephen@math.missouri.edu>
Cc:        freebsd-current@freebsd.org
Subject:   Re: gnome-terminal not closing in CURRENT
Message-ID:  <87y6z11qa1.fsf@kobe.laptop>
In-Reply-To: <49318590.4060702@math.missouri.edu> (Stephen Montgomery-Smith's message of "Sat, 29 Nov 2008 12:10:24 -0600")
References:  <49318590.4060702@math.missouri.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 29 Nov 2008 12:10:24 -0600, Stephen Montgomery-Smith <stephen@math.missouri.edu> wrote:
> I just upgraded my FreeBSD CURRENT.  Now gnome-terminal doesn't quit. If
> you type "exit" the shell exits, but the terminal just sits there.
>
> I bet this is related to the ttys problem reported here:
>
> http://groups.google.com/group/mailing.freebsd.current/browse_thread/thread/19418a227692b141/884cefe316ee1740?show_docid=884cefe316ee1740

It turns out this wasn't a "tty" problem.  I had mistakenly restored an
old version of my `/etc/make.conf' file and compiled the kernel with:

  CFLAGS?=      -O2 -fno-strict-aliasing -pipe
  COPTFLAGS?=   -O -pipe

Commenting out these options and adding:

  NO_CPU_CFLAGS=         # Don't add -march=<cpu> to CFLAGS automatically
  NO_CPU_COPTFLAGS=      # Don't add -march=<cpu> to COPTFLAGS automatically

fixed the problems I was seeing.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87y6z11qa1.fsf>