From owner-freebsd-current@FreeBSD.ORG Mon May 31 14:57:48 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 9D8F416A4CE for ; Mon, 31 May 2004 14:57:48 -0700 (PDT) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 3364443D2F for ; Mon, 31 May 2004 14:57:48 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg128.cms.usa.net (165.212.11.128) by cmsoutbound.mx.net with SMTP; 31 May 2004 21:57:47 -0000 Received: from optimator.noacks.org [70.240.241.245] by uadvg128.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 985ieEV6S0049M28; Mon, 31 May 2004 21:57:44 GMT X-USANET-Auth: 70.240.241.245 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id AF878610E; Mon, 31 May 2004 16:57:43 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06045-03; Mon, 31 May 2004 16:57:42 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 7F6C26101; Mon, 31 May 2004 16:57:42 -0500 (CDT) Received: from [127.0.0.1] (localhost.noacks.org [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i4VLvfxG019152; Mon, 31 May 2004 16:57:41 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40BBAA55.5000502@alumni.rice.edu> Date: Mon, 31 May 2004 16:57:41 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <20040530154955.97006.qmail@web21322.mail.yahoo.com> <20040531104051.U95992@carver.gumbysoft.com> In-Reply-To: <20040531104051.U95992@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: asfdqwer xzcvdsf cc: freebsd-current@freebsd.org Subject: Re: misc questions / comments / rambelings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2004 21:57:48 -0000 On 05/31/04 12:44, Doug White wrote: > On Sun, 30 May 2004, asfdqwer xzcvdsf wrote: >> Now that I'm running current is there anything special I have to >> change in make.conf? Should I still have to define "WITH_THREADS" >> and "WITH_LIBMAP" or do the ports autorecognize the kse --> >> pthreads change? > > As long as your ports tree is up to date and you don't have anything > threads-related in /etc/make.conf or /etc/libmap.conf, you should be > ok. You will have to rebuild anything that uses threads, though, and > that includes XFree86. If you have kde and/or qt installed it gets a > little more complicated. Perhaps I am mistaken on this, but can't you just map libc_r -> libpthread in /etc/libmap.conf instead of rebuilding everything? I know this won't work in every case (nVidia driver, MySQL had some libpthread issues a while back, etc.), but I would try it before recompiling everything... From /usr/src/UPDATING: 20040303: If you are having trouble with the libc_r -> libpthread transition (see the 20040130 entry), place the following lines at the top of /etc/libmap.conf: libc_r.so.5 libpthread.so.1 libc_r.so libpthread.so This will cause all programs and libraries linked against libc_r to use libpthread instead.