Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 20:50:41 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        ports@freebsd.org, office@freebsd.org
Subject:   Re: libreoffice fails to build
Message-ID:  <50085701.60307@FreeBSD.org>
In-Reply-To: <20486.55903.34769.952614@jerusalem.litteratus.org>
References:  <20486.55903.34769.952614@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-07-18 17:46, Robert Huff wrote:
...
> FreeBSD 10.0-CURRENT #0: Wed Jul 18 08:15:22 EDT 2012  amd64 
> 
> 	and system clang (3.1), libreoffice 3.5.5 gets stuck at:
...
> Making:    libuno_sal.so.3
> : ERROR: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by ../unxfbsd.pro/lib/check_libuno_sal.so.3 not found
> dmake:  Error code 1, while making  '../unxfbsd.pro/lib/libuno_sal.so.3'

It seems check_libuno_sal.so.3 is linked to a newer version of libstdc++
than the one in /usr/lib.  Do you by any chance have one of lang/gcc46,
lang/gcc47 or lang/gcc48 installed?

If that is the case, something in LibreOffice's build script is picking
up the wrong one.  Please look carefully at the generated Makefiles.



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