gnome-terminal not closing in CURRENT
Giorgos Keramidas
keramida at ceid.upatras.gr
Sun Nov 30 02:07:13 PST 2008
On Sat, 29 Nov 2008 12:10:24 -0600, Stephen Montgomery-Smith <stephen at 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.
More information about the freebsd-current
mailing list