From owner-freebsd-current@FreeBSD.ORG Thu May 31 15:57:52 2012 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 6CD001065677 for ; Thu, 31 May 2012 15:57:52 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 437F48FC1C for ; Thu, 31 May 2012 15:57:52 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 6872BB95B; Thu, 31 May 2012 11:57:51 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org, Matthias Apitz Date: Thu, 31 May 2012 11:33:58 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; ) References: <20120526083628.GA3008@tinyCurrent> In-Reply-To: <20120526083628.GA3008@tinyCurrent> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205311133.58277.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 31 May 2012 11:57:51 -0400 (EDT) Cc: kde-freebsd@kde.org Subject: Re: KDE 3.5.10 && 10-CURRENT r235646 (May 19) 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: Thu, 31 May 2012 15:57:52 -0000 On Saturday, May 26, 2012 4:36:28 am Matthias Apitz wrote: > > Hello, > > The Good message first: KDE 3.5.10 compiles clean in 10-CURRENT; thanks! > > With a recent 10-CURRENT and clean ports from CVS (both from May 19) I > encounter some crashes on KDE start or stop; there are messages from > 'startkde': > > Warning: kbuildsycoca is unable to register with DCOP. > kbuildsycoca running... > kbuildsycoca running... > Reusing existing ksycoca > ... > startkde: Starting up... > kbuildsycoca running... > >> running as realtime process now (priority 15) > kdecore (KProcess): WARNING: Can't open a pseudo teletype Maybe it's using the old pty's? Try putting 'device pty' back in your kernel config perhaps? -- John Baldwin