From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 23:50:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA7A16A4D9 for ; Mon, 1 Mar 2004 23:50:57 -0800 (PST) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EE643D2F for ; Mon, 1 Mar 2004 23:50:57 -0800 (PST) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Ay4g3-0004Yv-00 for ; Tue, 02 Mar 2004 08:50:55 +0100 Received: from 213-203-244-156.kunde.vdserver.de ([213.203.244.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue Mar 2 07:50:55 2004 Received: from kai by 213-203-244-156.kunde.vdserver.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue Mar 2 07:50:55 2004 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kai Grossjohann Date: Tue, 02 Mar 2004 08:51:12 +0100 Lines: 25 Message-ID: <871xob4rgv.fsf@emptyhost.emptydomain.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213-203-244-156.kunde.vdserver.de User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:yYPmcOy1HcGT1+8zNPeffPO8OKQ= Sender: news Subject: Can't compile gtk20 on -current (after threading lib change) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 07:50:58 -0000 I get the following error message from "make install": /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gtk-2.0 ../../gtk/gtk-query-immodules-2.0 > /usr/X11R6/etc/gtk-2.0/gtk.immodules Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core dumped) *** Error code 134 At this point, "make install" has already done a number of things. I'm guessing that this is due to the libkse -> libpthread name change. I've read the 20040130 entry in /usr/src/UPDATING, and also the stanza on threading libraries in /usr/ports/CHANGES. UPDATING talks about frobbing /etc/libmap.conf until the ports system has been updated, but I take the /usr/ports/CHANGES as telling me that the ports system has been updated already. I do not have a /etc/libmap.conf file. So I read some docs, but fail to grok them :-| Do you have some idea what might be the problem? tia, Kai