Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2013 13:39:00 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        Robert Burmeister <Robert.Burmeister@UToledo.edu>
Cc:        office@freebsd.org
Subject:   Re: FreeBSD Port: editors/libreoffice
Message-ID:  <51C48FB4.4020304@FreeBSD.org>
In-Reply-To: <51C3E9B0.5050708@UToledo.edu>
References:  <51C3E9B0.5050708@UToledo.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2013-06-21 01:50:40 -0400, Robert Burmeister wrote:
> FreeBSD 9.1 i386 using clang-devel 3.4.r182968 and ccache 3.1.9_2
> 
> I get the following error when compiling libreoffice 4.0.4 
> libreoffice 4.0.3 compiled fine.
> 
>> clang++: warning: argument unused during compilation: '-I 
>> /usr/ports/editors/libreoffice/work/solver/unxfbsdi.pro/inc/oovbaapi'
>>
>> 
[build LNK] Library/libmergedlo.so
>> [build CXX]
>> basctl/source/accessibility/accessibledialogcontrolshape.cxx 
>> /usr/local/bin/ccache: Argument list too long gmake[2]: *** 
>> [/usr/ports/editors/libreoffice/work/workdir/unxfbsdi.pro/LinkTarget/Library/libmergedlo.so]
>>
>> 
Error 126

Uncheck MERGELIBS from options.  FYI, this option tries to link bunch
of *.o to a single libmergedlo.so to reduce loading time.  Under some
environment where the paths are too long, however, it fails to build
because it gets too long.  Also, I turned it off by default because
there were reports that it does not work for FreeBSD somehow.

Jung-uk Kim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.20 (FreeBSD)

iQEcBAEBAgAGBQJRxI+0AAoJECXpabHZMqHOZ8MIANyn2W7rXcubM8c6L42hMPgb
glf+GxPhY6bAXyKWMoUzvSwPbLz7sCq3XRN+5WmW+2IFaQWQp9Fn+Dvzvcey8d7A
PGuuBC8OOt1pT7rbSuWUYN0VF6XTCAaDPIUOnpW6R291h+kYaE4WUBpJv5N6tHhV
lM2jY+6CwNjU3a5f/EBBv2B0xWKCa1N0ykgL4ExI9hXOZxGJuL5I+BC2Xei7M3X2
KjAtq0VVpl11zxmYZW3p9LAu+no5+KrP65kHwLpzkUEWQYUSiUJNdSDTfajqiPya
MkHF2lfslKls96XG1kDI6Yz/fNXVX4+01MH211VMYtCZcPEqsy6ktfXiShl7I28=
=iuD8
-----END PGP SIGNATURE-----



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