From owner-freebsd-office@FreeBSD.ORG Wed Feb 20 23:10:23 2013 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1C13A2F; Wed, 20 Feb 2013 23:10:23 +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 8A7EF151; Wed, 20 Feb 2013 23:10:23 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r1KNANpl045798; Wed, 20 Feb 2013 15:10:23 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r1KNANsq045797; Wed, 20 Feb 2013 15:10:23 -0800 (PST) (envelope-from sgk) Date: Wed, 20 Feb 2013 15:10:23 -0800 From: Steve Kargl To: Baptiste Daroussin Subject: Re: Building libreoffice dies with logl@GLIBCXX_3.4 Message-ID: <20130220231023.GA45309@troutmask.apl.washington.edu> References: <20130220225555.GB44319@troutmask.apl.washington.edu> <20130220230246.GB48099@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130220230246.GB48099@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-office@freebsd.org, freebsd-ports@freebsd.org 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: Wed, 20 Feb 2013 23:10:23 -0000 On Thu, Feb 21, 2013 at 12:02:46AM +0100, Baptiste Daroussin wrote: > On Wed, Feb 20, 2013 at 02:55:55PM -0800, Steve Kargl wrote: > > Why is libreoffice looking for glibc? > > > > It is not looking for glibc but libstdc++ it happends because you have mixed > compilers on your system, meaning that some of the dependencies of libreoffice > are not linked against the based libstdc++ while libreoffice is trying to link > to it. Which compilers? I have removed all of base clang and completely rebuilt this system with gcc. The only compilers available are base gcc and lang/gcc. -- Steve