From owner-freebsd-current@FreeBSD.ORG Wed Feb 4 15:52:14 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 74DF616A4CE; Wed, 4 Feb 2004 15:52:14 -0800 (PST) Received: from relay.gufi.org (civetta.gufi.org [212.110.23.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7846043D5D; Wed, 4 Feb 2004 15:51:48 -0800 (PST) (envelope-from ale@FreeBSD.org) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by relay.gufi.org (Postfix) with ESMTP id CA18B20FE5; Thu, 5 Feb 2004 00:51:42 +0100 (CET) Received: from FreeBSD.org (thunder.alexdupre.com [192.168.0.101]) i14Npfw0042905; Thu, 5 Feb 2004 00:51:42 +0100 (CET) (envelope-from ale@FreeBSD.org) Message-ID: <4021858D.2020503@FreeBSD.org> Date: Thu, 05 Feb 2004 00:51:41 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org, freebsd-ports@FreeBSD.org X-Enigmail-Version: 0.82.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Daniel Eischen cc: fjoe@FreeBSD.org Subject: wxgtk build error libpthred related 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: Wed, 04 Feb 2004 23:52:14 -0000 Today I updated my ports, after the libpthread and bsd.port.mk changes....the only ports that don't compile is wxgtk-common....this happens when trying to configure it: [...] checking for GTK+ version... checking for gtk-config... /usr/X11R6/bin/gtk12-config checking for GTK - version >= 1.2.7... Segmentation fault (core dumped) [...] I looked in the config.log and tried to manually compile and execute the test program. It compiles but dumps with the following message: Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) -- Alex Dupre