From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from alyss.skarnet.org (alyss.skarnet.org [95.142.172.232]) by inbox.vuxu.org (Postfix) with SMTP id B1B3C2234B for ; Fri, 26 Apr 2024 14:11:20 +0200 (CEST) Received: (qmail 35872 invoked by uid 89); 26 Apr 2024 12:11:46 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 35865 invoked from network); 26 Apr 2024 12:11:46 -0000 From: "Laurent Bercot" To: supervision Subject: Re: Building lh-bootstrap-master Date: Fri, 26 Apr 2024 12:11:20 +0000 Message-Id: In-Reply-To: <57ae308e-2f8c-c2fa-6f9c-c656f54d1361@Rock3d.net> References: <57ae308e-2f8c-c2fa-6f9c-c656f54d1361@Rock3d.net> Reply-To: "Laurent Bercot" User-Agent: eM_Client/9.2.2157.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >Indeed, my version of make doesn't have the --jobserver-style option. If I = remove the reference to --jobserver-style option from ./make the package b= uilds without any obvious errors but doesn't appear to be a complete build. Yeah, for some reason parallel builds weren't fully working before this option (I knew more when I debugged this but I've since forgotten). I don't think I realized the option was so recent. As Alexis says, your best choice is to use GNU Make 4.4, but if you cannot, the workaround is not to use any -j option to make, which should eventually, very slowly, get you a complete build. -- Laurent