From owner-freebsd-current@FreeBSD.ORG Sun Sep 26 21:35:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EEA116A4CE; Sun, 26 Sep 2004 21:35:26 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE5C343D31; Sun, 26 Sep 2004 21:35:25 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i8QLZr1T055428; Sun, 26 Sep 2004 15:35:53 -0600 (MDT) (envelope-from scottl@FreeBSD.org) Message-ID: <415735C8.8000604@FreeBSD.org> Date: Sun, 26 Sep 2004 15:34:00 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Klemm References: <415720FD.8080603@samsco.org> <20040926212936.GA4247@titan.klemm.apsfilter.org> In-Reply-To: <20040926212936.GA4247@titan.klemm.apsfilter.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: current@FreeBSD.org Subject: Re: Fatal error 'Spinlock called when not threaded.' ... (Re:FreeBSD 5.3-BETA6 available) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Sep 2004 21:35:26 -0000 Andreas Klemm wrote: > Hi, > > don't know if this a a local problem, but during the last OS update > by "make world" I suddenly couldn't re-login under X11 (screen saver > locked screen and I couldnt sucessfully re-login). > Ctrl-ALT-BS helped, shutdown of X11, then reboot. > > But then I was unable to start X11 because kdeinit couldn't startup. > With other window manager no problem. > Error message is some problem with kdeinit to "connect:". > > Now I assumed an error with kdelibs and deinstalled kdelibs3 > and tried to reinstall. > > kdelibs3 cannot be re-compiled because of an error during compilation. > > I re-cvsupped, made world again, reboot and now I'm trying to > recompile kdelibs3 a 2nd time, same error at same location. You are probably mixing libc_r and libpthread somewhere. Use /etc/libmap.conf to map libc_r over to libpthread. The best long-term solution is to recompile all of your ports. Scott