Date: Wed, 2 Oct 2024 10:57:22 -0500 (CDT) From: Dan Mack <mack@macktronics.com> To: Warner Losh <imp@bsdimp.com> Cc: dsdqmzk@hotmail.com, freebsd-current@freebsd.org Subject: Re: FYI: make's "max_jobs" needs to be separated from -j (now?) Message-ID: <f684e819-467e-16ca-f317-f315db32b6d3@macktronics.com> In-Reply-To: <CANCZdfpnwfsyuRH0p_xFfh5XdUZsLRtex_K%2Bs=DsJDux8t-1wg@mail.gmail.com> References: <Zv0uSUVsyhRtMS27@albert.catwhisker.org> <SEYPR02MB5821CB9C62B92369962FCAABB1702@SEYPR02MB5821.apcprd02.prod.outlook.com> <cdfa00de-5640-8f09-d501-9fce87072d0d@macktronics.com> <SEYPR02MB58216CE43D7E3BC4841B5980B1702@SEYPR02MB5821.apcprd02.prod.outlook.com> <0db2d927-3299-2c0f-2310-d8e386fb31c6@macktronics.com> <CANCZdfpnwfsyuRH0p_xFfh5XdUZsLRtex_K%2Bs=DsJDux8t-1wg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f684e819-467e-16ca-f317-f315db32b6d3>