Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2012 16:40:34 +0100
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        freebsd-current@freebsd.org
Subject:   r232100: /usr/local/lib/libsasl2.so: undefined reference to `_ThreadRuneLocale@FBSD_1.3'
Message-ID:  <20120619154033.GA70250@mech-cluster241.men.bris.ac.uk>

next in thread | raw e-mail | index | archive | help
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@FBSD_1.3'
*** [mail.local] Error code 1

Stop in /usr/src/libexec/mail.local.
*** [all] Error code 1

# cat /etc/make.conf
SENDMAIL_CFLAGS+=   -I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS+=  -L/usr/local/lib
SENDMAIL_LDADD+=    -lsasl2
WITH_PKGNG=yes
PERL_VERSION=5.14.2
# 

# pkg info cyrus-sasl
cyrus-sasl-2.1.25_2            RFC 2222 SASL (Simple Authentication and Security Layer)
#

I've rebuilt cyrus-sasl on r232100 already.

Please advise

-- 
Anton Shterenlikht
Room 2.6, Queen's Building
Mech Eng Dept
Bristol University
University Walk, Bristol BS8 1TR, UK
Tel: +44 (0)117 331 5944
Fax: +44 (0)117 929 4423



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120619154033.GA70250>