From owner-svn-ports-all@freebsd.org Tue Jan 22 01:48:38 2019 Return-Path: Delivered-To: svn-ports-all@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 9BFA214A296E; Tue, 22 Jan 2019 01:48:38 +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) 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 427258F41D; Tue, 22 Jan 2019 01:48:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 33D6C5777; Tue, 22 Jan 2019 01:48:38 +0000 (UTC) From: Jan Beich To: Aryeh Friedman Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r490910 - in head: Mk Mk/Uses mail/thunderbird www/firefox www/firefox-esr www/firefox-i18n www/firefox/files www/palemoon www/seamonkey References: <201901212303.x0LN3jR3059519@repo.freebsd.org> Date: Tue, 22 Jan 2019 02:48:35 +0100 In-Reply-To: (Aryeh Friedman's message of "Mon, 21 Jan 2019 20:25:07 -0500") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 427258F41D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.80 / 15.00]; TAGGED_RCPT(0.00)[]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_SHORT(-0.82)[-0.818,0]; NEURAL_HAM_MEDIUM(-0.98)[-0.984,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2019 01:48:38 -0000 Aryeh Friedman writes: > On Mon, Jan 21, 2019 at 8:22 PM Aryeh Friedman > wrote: > >> >> (snippet of the end of the run but scrolling up compiler error messages >> found): >> > > Oops *NO* compiler messages where found scrolling up I appreciate the early heads up but without at least FreeBSD release/architecture and selected port options your report is near useless. There're too many things that can go wrong during build, even more so if you're not using poudriere that ensures the packages and the ports tree stay consistent. And unless you define DISABLE_MAKE_JOBS the build executes several commands at the same time where errors intermingle with innocuous output, making it harder to find the exact cause of the bustage. In short, provide the complete build log.