From owner-freebsd-hackers Wed Feb 9 11:48:28 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from vali.uas.alaska.edu (vali.uas.alaska.edu [137.229.150.18]) by builder.freebsd.org (Postfix) with SMTP id 3F2094177 for ; Wed, 9 Feb 2000 11:48:20 -0800 (PST) Received: from antarctica.jun.alaska.edu [137.229.156.140] (HELO uas.alaska.edu) by vali.uas.alaska.edu (AltaVista Mail V2.0r/2.0r BL25r listener) id 0000_0068_38a1_c451_088f; Wed, 09 Feb 2000 10:47:29 -0900 Message-ID: <38A1C451.D2662A3A@uas.alaska.edu> Date: Wed, 09 Feb 2000 10:47:29 -0900 From: Russ Pagenkopf X-Mailer: Mozilla 4.05 [en] (WinNT; I) MIME-Version: 1.0 To: "freebsd-hackers@freebsd.org" Cc: Martin Minkus , Alfred Perlstein Subject: Re: pthread problem (long and difficult) References: <389FE489.4A5129DC@uas.alaska.edu> <001901bf72e3$8e609460$14b626cb@bender.cnbinc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the replies, I'm combining a couple of posts here. Martin Minkus wrote: > Maybe something strange happened with make world > (i doubt it) and your libc_r hasn't been updated ... > > ls -al /usr/lib | grep libc (ls -lag /usr/lib/libc_r* from below) -r--r--r-- 1 root wheel 1261712 Feb 4 00:09 /usr/lib/libc_r.a lrwxr-xr-x 1 root wheel 11 Feb 4 00:09 /usr/lib/libc_r.so -> libc_r.so4 -r--r--r-- 1 root wheel 566783 Jan 28 09:37 /usr/lib/libc_r.so.3 -r--r--r-- 1 root wheel 611034 Feb 4 00:09 /usr/lib/libc_r.so.4 -r--r--r-- 1 root wheel 1370192 Feb 4 00:09 /usr/lib/libc_r_p.a > What are the date's on the files? (Esp. libc_r). Does > it match when you made world ? Or are they much > older? I had to do a make-make install in /usr/src/lib to get them to compile and then I did a make world, and a kernel recompile. Alfred Perlstein wrote: > > > CTM patches through 449 (latest as of this morning). > > hmm, I'd have used cvsup: > > pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz Unfortunately, I haven't been able to get my brain around cvsup yet. ;) > ls -lag /usr/lib/libc_r* See above. > nm libc_r.so | grep pthread_attr_setscope 0001596c T pthread_attr_setscope > It looks like you may have missed some CTM deltas? I'm not really sure > how CTM works at all, I would try cvsup, make world one more time and > see what happens. I don't think I missed any deltas. I started at 400empty and went up from there, twice. Made world again, and no luck. Thanks for the help so far (and hoping for a solution :). Russ Pagenkopf > ----- Original Message ----- > From: Russ Pagenkopf > To: freebsd-hackers@freebsd.org > Sent: Tuesday, February 08, 2000 8:10 PM > Subject: pthread problem (long and difficult) > > > > /usr/libexec/ld-elf.so.1: ./CGServer: Undefined symbol > > > "pthread_attr_setscope" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message