From owner-freebsd-hackers@freebsd.org Thu Jul 19 02:01:16 2018 Return-Path: Delivered-To: freebsd-hackers@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 759911042D8A for ; Thu, 19 Jul 2018 02:01:16 +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 1486D77DF1 for ; Thu, 19 Jul 2018 02:01:16 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id CDDE31042D86; Thu, 19 Jul 2018 02:01:15 +0000 (UTC) Delivered-To: hackers@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 BB8B61042D85 for ; Thu, 19 Jul 2018 02:01:15 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 73E1177DEE for ; Thu, 19 Jul 2018 02:01:15 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 69F5511DF0; Thu, 19 Jul 2018 02:01:15 +0000 (UTC) From: Jan Beich To: hackers@FreeBSD.org Subject: Firefox 63 vs. sendmsg() Date: Thu, 19 Jul 2018 04:01:11 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 02:01:16 -0000 Can someone help debug https://bugzilla.mozilla.org/show_bug.cgi?id=1475970#c7 ? I'm not familar with socket code. Steps to reproduce: $ pkg install python27 $ hash git 2>/dev/null || pkg install mercurial $ hg clone https://hg.mozilla.org/mozilla-unified firefox || git clone https://github.com/mozilla/gecko-dev firefox $ cd firefox $ hg update central || git checkout origin/master $ fetch -qo- https://hg.mozilla.org/projects/nspr/raw-rev/776db96f834c | patch -Efsp1 -d nsprpub/ $ export CC=clang60 CXX=clang++60 $ ./mach bootstrap # select Firefox for Desktop $ ./mach build $ ./mach run -- if ./mach bootstrap fails due to rust try updating rust package instead, see https://clbin.com/n7tS9