[Bug 233028] www/firefox: update to 64.0 (currently, RC phase)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 5 21:37:06 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233028
--- Comment #8 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to jakub_lach from comment #6)
> DEBUG: Executing: `/usr/local/bin/rustc --version --verbose`
> DEBUG: The command returned non-zero exit status -12.
Can you build a simple program? Maybe reinstall from the binary package. If it
doesn't help file a bug assigned to rust@ team. I'm not part of rust@ and not
interested in various ways rust package may break.
$ echo 'fn main() {}' | rustc -
$ echo $?
$ ./rust_out
$ echo $?
Note, lang/rust is going to be updated soon: review D18427.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gecko
mailing list