[Bug 232271] /math/R does not compile in FreeBSD-11.2: can't find "as"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 15 12:31:08 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232271
Lorenzo Salvadore <phascolarctos at protonmail.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phascolarctos at protonmail.ch
--- Comment #1 from Lorenzo Salvadore <phascolarctos at 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 installed,
finally you run the following line:
pkg set -A 1 devel/binutils.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list