From owner-freebsd-ia64@FreeBSD.ORG Wed Jun 20 07:46:56 2012 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14F21106566C; Wed, 20 Jun 2012 07:46:56 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id BC4408FC0A; Wed, 20 Jun 2012 07:46:55 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1ShFcs-00041T-P9; Wed, 20 Jun 2012 08:46:54 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1ShFcs-0002Vn-4H; Wed, 20 Jun 2012 08:46:54 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q5K7krAV071543; Wed, 20 Jun 2012 08:46:53 +0100 (BST) (envelope-from mexas@bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q5K7krHw071542; Wed, 20 Jun 2012 08:46:53 +0100 (BST) (envelope-from mexas@bris.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bris.ac.uk using -f Date: Wed, 20 Jun 2012 08:46:53 +0100 From: Anton Shterenlikht To: Steve Kargl Message-ID: <20120620074653.GA64398@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: Steve Kargl , freebsd-current@freebsd.org, freebsd-ia64@freebsd.org References: <20120619154033.GA70250@mech-cluster241.men.bris.ac.uk> <20120619161319.GA43198@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120619161319.GA43198@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: r232100: /usr/local/lib/libsasl2.so: undefined reference to `_ThreadRuneLocale@FBSD_1.3' X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 07:46:56 -0000 On Tue, Jun 19, 2012 at 09:13:19AM -0700, Steve Kargl wrote: > 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@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, sorry, did or didn't? It case it matters, I'm trying to find which revision broke csup on ia64: http://lists.freebsd.org/pipermail/freebsd-ia64/2012-June/003280.html > but 232498 falls within your range > of 231193:233000. You also forgot to tell us > what is in your src.conf I don't use it > and make.conf files, this was in the original mail: # 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 # > which > is causing you to use something from /usr/local, > which needs to be kept in sync with your binary > search. Yes, I thought of this, which is why I rebuilt cyrus-sasl on r232100. Perhaps I need to rebuild some other port on r232100? Or maybe it's best to remove auth sendmail while I'm dealing with csup issue? Thanks -- 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