From nobody Wed Oct 02 15:57:22 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4XJfZq5f5tz5Xjh4 for ; Wed, 02 Oct 2024 15:57:23 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from mail.macktronics.com (coco.macktronics.com [209.181.253.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4XJfZq3gmlz41g4 for ; Wed, 2 Oct 2024 15:57:23 +0000 (UTC) (envelope-from mack@macktronics.com) Authentication-Results: mx1.freebsd.org; none Received: from olive.macktronics.com (olive.macktronics.com [209.181.253.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.macktronics.com (Postfix) with ESMTPS id 84D741CC6; Wed, 2 Oct 2024 10:57:22 -0500 (CDT) Date: Wed, 2 Oct 2024 10:57:22 -0500 (CDT) From: Dan Mack To: Warner Losh cc: dsdqmzk@hotmail.com, freebsd-current@freebsd.org Subject: Re: FYI: make's "max_jobs" needs to be separated from -j (now?) In-Reply-To: Message-ID: References: <0db2d927-3299-2c0f-2310-d8e386fb31c6@macktronics.com> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="3735943886-1327563176-1727884642=:78474" X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:209, ipnet:209.181.252.0/23, country:US] X-Rspamd-Queue-Id: 4XJfZq3gmlz41g4 X-Spamd-Bar: ---- This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --3735943886-1327563176-1727884642=:78474 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 2 Oct 2024, Warner Losh wrote: > Ack, okay.   I can't trigger it with a fresh or my /usr/obj but in any > event the error number 6 is probably referring to a path or directory > missing while doing a parallel build given some input state :-) > > #define ENXIO           6               /* Device not configured */ > > > ENXIO usually is reserved for hardware errors when a device disappears > for block I/O contexts. So I'm not sure that this theory is so good. > > But shell error exit statuses are largely independent of errnos. > > Warner Thank you, I was indeed stretching to make error no 6 work for me in this context by thinking it was really a mis identitied file or directory not found. However, if someone's going to return 6, then they'll return a 6, nothing I can do about it other than expect it again sometime. :-) Dan --3735943886-1327563176-1727884642=:78474--