From owner-freebsd-current@FreeBSD.ORG Sun Mar 28 11:58: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 80AA116A4CF for ; Sun, 28 Mar 2004 11:58:14 -0800 (PST) Received: from express.cec.wustl.edu (express.cec.wustl.edu [128.252.21.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF8C43D1F for ; Sun, 28 Mar 2004 11:58:14 -0800 (PST) (envelope-from jam6@cec.wustl.edu) Received: from scales (adsl-65-69-84-199.dsl.stlsmo.swbell.net [65.69.84.199]) (authenticated bits=0) by express.cec.wustl.edu (8.12.5/8.12.5) with ESMTP id i2SJwDNx004376 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Sun, 28 Mar 2004 13:58:13 -0600 (CST) Message-ID: <007d01c414ff$005bf8e0$0300a8c0@scales> From: "Jeff Mitchell" To: Date: Sun, 28 Mar 2004 13:58:11 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Pthread Issues 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, 28 Mar 2004 19:58:14 -0000 Current folks-- I'm having some major issues with pthreads. I have a base 5.2 = cvsupgraded to 5.2.1. To save a lot of copying and pasting and keep = this message from being too long, please check: http://lists.freebsd.org/pipermail/freebsd-hackers/2004-March/006393.html= and http://lists.freebsd.org/pipermail/freebsd-ports/2004-March/010982.html for more information that might give clues to some of the issues. At someone's request tried the following (in = /usr/ports/net/openldap21-client) shocker1# make -VOSVERSION -VPTHREAD_CFLAGS -VPTHREAD_LIBS 502010 -D_THREAD_SAFE -lc_r Someone else suggested creating a /etc/libmap.conf with the following: libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so None of this has worked, however. It was mentioned to me that "checking = for pthread_create in default libraries" is supposed to be successful, = so maybe something went wrong with my base system upgrade. I have no idea, personally. Anyone that could help me out, it'd be much = appreciated, as I'm pretty much barred from upgrading a significant = number of my ports beause of dependencies on the ones that are failing. If there's any other information that would be helpful, please let me = know. Thanks, Jeff