Date: Tue, 08 Apr 2014 19:19:42 +0200 From: Matthias Andree <mandree@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r350541 - head/graphics/OpenEXR Message-ID: <53442FAE.4020300@FreeBSD.org> In-Reply-To: <20140408070427.GA627@FreeBSD.org> References: <201404072033.s37KXvc7034647@svn.freebsd.org> <20140408070427.GA627@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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)?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53442FAE.4020300>