From owner-freebsd-office@FreeBSD.ORG Sun Feb 10 04:35:32 2013 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0D8ED7EB for ; Sun, 10 Feb 2013 04:35:32 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id BE2A38E4 for ; Sun, 10 Feb 2013 04:35:31 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.5/8.14.5) with ESMTP id r1A4ZVPp074546 for ; Sat, 9 Feb 2013 20:35:31 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.5/8.14.5/Submit) id r1A4ZVA9074545 for office@freebsd.org; Sat, 9 Feb 2013 20:35:31 -0800 (PST) (envelope-from sgk) Date: Sat, 9 Feb 2013 20:35:31 -0800 From: Steve Kargl To: office@freebsd.org Subject: WTF? undefined reference to `logl@GLIBCXX_3.4' Message-ID: <20130210043531.GA74509@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 04:35:32 -0000 Why is libreoffice looking for glibc? laptop:root[254] pwd /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/l10ntools laptop:root[255] gmake [ build LNK ] Executable/HelpIndexer S=/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2 && O=/tmp/lobuild/solver/unxfbsdi.pro && W=/tmp/lobuild/workdir/unxfbsdi.pro && mkdir -p $W/LinkTarget/Executable/ && g++46 '-Wl,-z,origin,-rpath,$ORIGIN/../lib:$ORIGIN' -Wl,-rpath-link,$O/lib -Wl,-rpath-link,/lib:/usr/lib -Wl,-z,combreloc -L$S/solenv/unxfbsdi/lib -L$O/lib -L$S/solenv/unxfbsdi/lib -L/usr/local/lib -Wl,--hash-style=gnu -Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo -Wl,-Bsymbolic-functions $W/CxxObject/l10ntools/source/help/HelpIndexer_main.o -Wl,--start-group -Wl,--end-group -Wl,--no-as-needed -lexpat -lxslt -lz -liconv -lm -L/usr/local/lib -lxml2 -L/usr/local/lib -lxml2 -L/usr/local/lib/db42 -ldb-4.2 -L/usr/local/lib/ -lclucene-core -lclucene-contribs-lib -luno_sal -lhelplinkerlo -o $W/LinkTarget/Executable/HelpIndexer /usr/local/lib/libclucene-core.so: undefined reference to `logl@GLIBCXX_3.4' collect2: ld returned 1 exit status gmake: *** [/tmp/lobuild/workdir/unxfbsdi.pro/LinkTarget/Executable/HelpIndexer] Error 1 -- Steve