Date: Mon, 15 Oct 2018 12:31:06 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232271] /math/R does not compile in FreeBSD-11.2: can't find "as" Message-ID: <bug-232271-7788-OAxL2DDR6Y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-232271-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-232271-7788@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=3D232271 Lorenzo Salvadore <phascolarctos@protonmail.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phascolarctos@protonmail.ch --- Comment #1 from Lorenzo Salvadore <phascolarctos@protonmail.ch> --- Your problem is not with math/R but with lang/gcc7, which is a dependency of math/R. And the port lang/gcc7 is not broken, but depends on devel/binutils which installs /usr/local/bin/as (different from /usr/bin/as). Probably you had installed and deinstalled devel/binutils but you need to reinstall it. Hence those lines should fix your problem: cd /usr/ports/devel/binutils make clean install clean And if you do not want to have devel/binutils registered as manually instal= led, finally you run the following line: pkg set -A 1 devel/binutils. --=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-232271-7788-OAxL2DDR6Y>