Filippo Moretti via freebsd-gecko <freebsd-gecko@freebsd.org> writes:

> checking rustc version... DEBUG: Executing: `/usr/local/bin/rustc
> --version --verbose`DEBUG: The command returned non-zero exit status
> -12.DEBUG: Its output was:DEBUG: | rustc 1.30.1DEBUG: | binary:
> rustcDEBUG: | commit-hash: unknownDEBUG: | commit-date: unknownDEBUG:
> | host: x86_64-unknown-freebsdDEBUG: | release: 1.30.1ERROR: Command
> `/usr/local/bin/rustc --version --verbose` failed with exit status
> -12.===>  Script "configure" failed unexpectedly.Please report the
> problem to ge...@freebsd.org [maintainer] and attach
> the"/usr/ports/www/firefox/work/.build/config.log" including the
> output of thefailure of your make command.

Did you look inside config.log for clues?

> Rust was installed from pkg as it will not compile:being told I need more ram 
> than my mobo will allow.

Prebuilt rust package may not be compatible with your environment. Make
sure rustc can build something trivial e.g., "fn main() {}". Otherwise,
you're venturing into unsupported territory by mixing ports and packages.
For best support use what the package cluster does i.e., poudriere.
And if you don't have enough RAM to build something use swap partition,
preferably on a fast storage like SSD.

Also, why not use "pkg install firefox"?
_______________________________________________
freebsd-gecko@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"

Reply via email to