svn commit: r350541 - head/graphics/OpenEXR

Matthias Andree mandree at FreeBSD.org
Tue Apr 8 17:19:44 UTC 2014


Am 08.04.2014 09:04, schrieb Alexey Dokuchaev:
> On Mon, Apr 07, 2014 at 08:33:57PM +0000, Matthias Andree wrote:
>> New Revision: 350541
>> URL: http://svnweb.freebsd.org/changeset/ports/350541
>> QAT: https://qat.redports.org/buildarchive/r350541/
>>
>> Log:
>>   Use proper libtool magic, to obtain a proper libIlmImf.la file that does
>>   not refer to non-existing other .la files.  Fixes build of graphics/gegl
>>   on FreeBSD 10+.  Bump PORTREVISION.
> 
> Probably unrelated, but I'd ask anyway: I am seeing lots of these errors (on
> fresh -CURRENT/powerpc), both before and after this commit:
> 
> `_ZTSN7Imf_2_112_GLOBAL__N_114LineBufferTaskE' referenced in section `.data.rel.ro' of .libs/ImfScanLineInputFile.o: defined in discarded section `.rodata._ZTSN7Imf_2_112_GLOBAL__N_114LineBufferTaskE[_ZTSN7Imf_2_112_GLOBAL__N_114LineBufferTaskE]' of .libs/ImfScanLineInputFile.o
> ...
> 
> Any ideas what might it be?  I'd happily test any patches you might have.

Do these reproduce on FreeBSD 9 or 10 releng branches or releases?

Can you check if you have -fdata-sections or -ffunction-sections or
similar options in CFLAGS/CPPFLAGS/CXXFLAGS, and try to remove them?

Can you possibly upload a verbose build log (try V=2 on the make command
line)?



More information about the svn-ports-head mailing list