| Summary: | /math/R does not compile in FreeBSD-11.2: can't find "as" | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Nicola Mingotti <nmingotti> |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | rhurlin, salvadore |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Nicola Mingotti
2018-10-15 07:09:05 UTC
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. yes, you are right, sorry, the problem was related to gcc; for some reasons it did not install binutils. bye nicola |