Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Nov 2016 15:39:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214785] math/R fails to compile after lang/gcc update on 11-RELEASE-p3
Message-ID:  <bug-214785-13-UhFQW5GSl9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214785-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214785-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214785

--- Comment #2 from Joseph Mingrone <jrm@freebsd.org> ---
Hi,

Thanks for your report.  After some testing, I believe the problem is speci=
fic
to the LTO option.  I think you are also correct to suspect the issue is
related to the switch from version 4.8 to 4.9 as the default GCC version.

Only after the switch to GCC version 4.9 do the following warnings appear.

/usr/local/bin/ar: regcomp.o: plugin needed to handle lto object
/usr/local/bin/ar: regerror.o: plugin needed to handle lto object
/usr/local/bin/ar: regexec.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-ast.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-compile.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-match-approx.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-match-backtrack.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-match-parallel.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-mem.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-parse.o: plugin needed to handle lto object
/usr/local/bin/ar: tre-stack.o: plugin needed to handle lto object
/usr/local/bin/ar: xmalloc.o: plugin needed to handle lto object

I haven't found a solution yet, but hopefully will soon.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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