From owner-freebsd-gecko@freebsd.org Sun Sep 8 09:11:00 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBD4BED70C for ; Sun, 8 Sep 2019 09:11:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46R5BD5y5mz4fvb for ; Sun, 8 Sep 2019 09:11:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CA71CED70A; Sun, 8 Sep 2019 09:11:00 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA25DED709; Sun, 8 Sep 2019 09:11:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46R5BD4ztfz4fvZ; Sun, 8 Sep 2019 09:11:00 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A34A514138; Sun, 8 Sep 2019 09:11:00 +0000 (UTC) From: Jan Beich To: Filippo Moretti via freebsd-gecko Cc: "gecko\@freebsd.org" , Filippo Moretti Subject: Re: Error compiling Firefox69 References: <1179235444.3927536.1567933168474.ref@mail.yahoo.com> <1179235444.3927536.1567933168474@mail.yahoo.com> Date: Sun, 08 Sep 2019 11:10:56 +0200 In-Reply-To: <1179235444.3927536.1567933168474@mail.yahoo.com> (Filippo Moretti via freebsd-gecko's message of "Sun, 8 Sep 2019 08:59:28 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 08 Sep 2019 09:11:01 -0000 Filippo Moretti via freebsd-gecko writes: > I have the following error while trying to compile firefox (up to 68 > it did compile without hassles)DEBUG: Executing: `rustup which rustc` > DEBUG: The command returned non-zero exit status 1. > DEBUG: Its error output was: > DEBUG: | error: multiple input filenames provided (first two filenames are `which` and `rustc`) > DEBUG: | > ERROR: Command `rustup which rustc` failed with exit status 1. > ===> 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 the > failure of your make command. Also, it might be a good idea to provide an > overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 Try building in a clean environment e.g., via poudriere. I can't reproduce with so few details. Otherwise, use the binary package.