From owner-freebsd-ports@freebsd.org Wed Apr 14 15:49:53 2021 Return-Path: Delivered-To: freebsd-ports@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 33D345DF5E6; Wed, 14 Apr 2021 15:49:53 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL6Nw1l3Gz3R73; Wed, 14 Apr 2021 15:49:51 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 13EFnhvR049072 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 14 Apr 2021 08:49:44 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 13EFnh1M049071; Wed, 14 Apr 2021 08:49:43 -0700 (PDT) (envelope-from fbsd) Date: Wed, 14 Apr 2021 08:49:43 -0700 From: bob prohaska To: freebsd-arm@freebsd.org, freebsd-ports@freebsd.org Subject: ssh_dispatch_run_fatal on Rpi4 building www/firefox Message-ID: <20210414154943.GA48835@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4FL6Nw1l3Gz3R73 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of fbsd@www.zefox.net has no SPF policy when checking 50.1.20.27) smtp.mailfrom=fbsd@www.zefox.net X-Spamd-Result: default: False [2.49 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; WWW_DOT_DOMAIN(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[50.1.20.27:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.59)[0.592]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[50.1.20.27:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(1.00)[0.999]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-arm,freebsd-ports]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 15:49:53 -0000 While attempting to compile www/firefox on an RPi4 running -current the make process stopped with Bad packet length 3554809687. ssh_dispatch_run_fatal: Connection to 192.168.1.11 port 22: Connection corrupted on the controlling terminal. After updating to 14.0-CURRENT FreeBSD 14.0-CURRENT #15 main-8cca7b7f2: Tue Apr 13 17:46:39 PDT 2021 the error promptly recurred if make was restarted without cleaning. As an experiment, I've restarted the make process via a serial connection and it didn't immediately reproduce the error. In all cases the make command is make -DBATCH MAKE_JOBS_UNSAFE=yes MAKE_JOBS_NUMBER=4 DISABLE_VULNERABILITIES=yes > make.log and is run in the background. The same make command successfully compiled www/chromium via ssh, so I don't think the culprit's the command line. I rather doubt this is a www/firefox problem, but include freebsd-ports in hopes somebody might recognize the error. Make generates a torrent of warnings using the serial connection, such as: #if IN_HEADER(__GTK_ITEM_FACTORY_H__) ^ ./gtkalias.h:10:19: note: expanded from macro 'IN_HEADER' #define IN_HEADER defined ^ ./gtkalias.h:5366:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if IN_HEADER(__GTK_LABEL_H__) ^ ./gtkalias.h:10:19: note: expanded from macro 'IN_HEADER' #define IN_HEADER defined ^ but seems to keep running via the serial connection. Top reports that cc is in state TTYOUT, with WCPU no higher than a few percent, running only one thread. Thanks for reading, and any ideas. bob prohaska