From owner-freebsd-gecko@freebsd.org Fri Nov 16 21:51:15 2018 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E5411105B39 for ; Fri, 16 Nov 2018 21:51:15 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EA5636A89F for ; Fri, 16 Nov 2018 21:51:14 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AF6311105B38; Fri, 16 Nov 2018 21:51:14 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E2141105B37 for ; Fri, 16 Nov 2018 21:51:14 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E0366A89A; Fri, 16 Nov 2018 21:51:14 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 03F72A17; Fri, 16 Nov 2018 21:51:14 +0000 (UTC) From: Jan Beich To: Filippo Moretti Cc: gecko@FreeBSD.org Subject: Re: Problem compiling firefox 12-Stable amd 64 References: <680300719.1812044.1542399338612.ref@mail.yahoo.com> <680300719.1812044.1542399338612@mail.yahoo.com> Date: Fri, 16 Nov 2018 22:51:09 +0100 In-Reply-To: <680300719.1812044.1542399338612@mail.yahoo.com> (Filippo Moretti via freebsd-gecko's message of "Fri, 16 Nov 2018 20:15:38 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: EA5636A89F X-Spamd-Result: default: False [-106.91 / 15.00]; ARC_NA(0.00)[]; FORGED_RECIPIENTS_FORWARDING(0.00)[]; ALLOW_DOMAIN_WHITELIST(-100.00)[freebsd.org]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; FORWARDED(0.00)[gecko@mailman.ysv.freebsd.org]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_SPF_SOFTFAIL(0.00)[~all]; NEURAL_HAM_SHORT(-0.99)[-0.988,0]; SPF_FAIL_FORWARDING(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[5.0.0.0.0.5.0.0.0.0.0.0.0.0.0.0.a.6.0.2.4.5.2.2.0.0.9.1.1.0.0.2.list.dnswl.org : 127.0.9.2]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[cached: mx66.freebsd.org]; FREEMAIL_TO(0.00)[yahoo.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; IP_SCORE(-3.71)[ip: (-9.87), ipnet: 2001:1900:2254::/48(-4.82), asn: 10310(-3.76), country: US(-0.10)]; ASN(0.00)[asn:10310, ipnet:2001:1900:2254::/48, country:US]; FORGED_RECIPIENTS(0.00)[filippomore@yahoo.com ..,freebsd-gecko@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2018 21:51:15 -0000 Filippo Moretti via freebsd-gecko writes: > checking rustc version...=C2=A0DEBUG: 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.=3D=3D=3D>=C2=A0 Script "configure" failed unexpectedly.Please report= the > problem to gecko@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"?