Date: Wed, 09 Feb 2000 10:47:29 -0900 From: Russ Pagenkopf <russ.pagenkopf@uas.alaska.edu> To: "freebsd-hackers@freebsd.org" <freebsd-hackers@FreeBSD.ORG> Cc: Martin Minkus <diskiller@cnbinc.com>, Alfred Perlstein <bright@wintelcom.net> Subject: Re: pthread problem (long and difficult) Message-ID: <38A1C451.D2662A3A@uas.alaska.edu> References: <389FE489.4A5129DC@uas.alaska.edu> <001901bf72e3$8e609460$14b626cb@bender.cnbinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <russ.pagenkopf@uas.alaska.edu> > To: freebsd-hackers@freebsd.org <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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38A1C451.D2662A3A>