Re: r232100: /usr/local/lib/libsasl2.so: undefined reference to `_ThreadRuneLocale@FBSD_1.3'

From: Steve Kargl <sgk_at_troutmask.apl.washington.edu>
Date: Tue, 19 Jun 2012 09:13:19 -0700
On Tue, Jun 19, 2012 at 04:40:34PM +0100, Anton Shterenlikht wrote:
> I'm doing a binary search for another
> issue between r231193 and r233000.
> 
> On r232100 I get:
> 
> cc -O2 -pipe  -I/usr/src/libexec/mail.local/../../contrib/sendmail/include -I. -I/usr/local/include -DSASL=2 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign  -L/usr/local/lib -o mail.local mail.local.o /usr/obj/usr/src/libexec/mail.local/../../lib/libsm/libsm.a -lsasl2
> /usr/local/lib/libsasl2.so: undefined reference to `_ThreadRuneLocale_at_FBSD_1.3'

% svn blame /usr/src/lib/libc/locale/Symbol.map | grep Thread 
232498   theraven       _ThreadRuneLocale;

You did actually provide enough detail about your
binary search, but 232498 falls within your range
of 231193:233000.  You also forgot to tell us
what is in your src.conf and make.conf files, which
is causing you to use something from /usr/local,
which needs to be kept in sync with your binary
search. 

-- 
Steve
Received on Tue Jun 19 2012 - 14:13:29 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:28 UTC