From owner-freebsd-current@FreeBSD.ORG Sun Nov 30 10:07:13 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF2BD1065670 for ; Sun, 30 Nov 2008 10:07:13 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 2A3ED8FC08 for ; Sun, 30 Nov 2008 10:07:12 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl144-35.kln.forthnet.gr [195.74.243.35]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mAUA6leX015742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Nov 2008 12:06:53 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mAUA6lVN059600; Sun, 30 Nov 2008 12:06:47 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mAUA6ke6059599; Sun, 30 Nov 2008 12:06:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Stephen Montgomery-Smith References: <49318590.4060702@math.missouri.edu> Date: Sun, 30 Nov 2008 12:06:46 +0200 In-Reply-To: <49318590.4060702@math.missouri.edu> (Stephen Montgomery-Smith's message of "Sat, 29 Nov 2008 12:10:24 -0600") Message-ID: <87y6z11qa1.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: mAUA6leX015742 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.822, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.58, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: gnome-terminal not closing in CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2008 10:07:13 -0000 On Sat, 29 Nov 2008 12:10:24 -0600, Stephen Montgomery-Smith 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= to CFLAGS automatically NO_CPU_COPTFLAGS= # Don't add -march= to COPTFLAGS automatically fixed the problems I was seeing.