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=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,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 5E6AA21671 for ; Fri, 26 Apr 2024 13:53:34 +0200 (CEST) Received: (qmail 34447 invoked by uid 89); 26 Apr 2024 11:53:59 -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 34440 invoked from network); 26 Apr 2024 11:53:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1714132410; x=1714737210; darn=list.skarnet.org; h=mime-version:message-id:date:user-agent:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=UDlEZrJcxzQw1Zt2COYcrX/OBbwlIZzwJ8rDmKPheSc=; b=IvspPqUyKenHtGStyKBTEFQJdc5x/uLXd8jGbSelPcXkjaZJhFhhD7Zgm0WtGFYoY2 PqHtsw538vsjAjkqebt0U7xfkABUIuu4yMX6p9TKqU/BLIe2+zTwixwh7UckcfHU5goL bKpqudT/ITgV3qaoUi8LjanhmLIUj1p9mJWf6UbZRHBF76HNpARIiEo9y/0/OGuAibiN P+jTgL1BaD6pQcxwL+8bd/63Hr6mEeWcjojjKCIW5UrZWBO2ArKR7jDXZeKg2LuXsw0+ QtUVyirilEwtEL7OV3IQRR+WCmb5I5Bu5xkhst5zv4TRcNjkBIjFNnkuvRNol56vRpJc WSeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1714132410; x=1714737210; h=mime-version:message-id:date:user-agent:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=UDlEZrJcxzQw1Zt2COYcrX/OBbwlIZzwJ8rDmKPheSc=; b=QmtuodO27AvXYrQtwAee8EMJHORFiXq1ZWBgx7ksFm61J8QqCGI+Paj+zRUYFAa6Ml zEnFn0XfPExLA9xQ3+hgukKkb0h4MIgyMRSRjk7wUx+onVrnKQqe+jNx4D4doEqBgJtw DIgSV5TfwItBnDVnU6IiqZVvKrTPun76upR78eFb0HpKDHAPNldfuUdwg4atonfuExgl 7TPZKMfNCDFJB7XfMqrkdVX5j1th0AHgIo8bxWN8Wro86zpeaE2JWtl3ustu/4PPvMCw a5zZ242x8ynlNELpZlZg41eN+NJx9vGhVBPvPaGR1+sCaQswrmDkBegmjLRoftwK2B1H BlhA== X-Gm-Message-State: AOJu0Yx6A7dhM2hGhfotvxEzuP8tgZ6HWmTlFReZoJmn7MQqEW7W61A6 NJzoMkSw2HGp76VVOiP3dmG1wl+GE5eA4G97AMgtLmIGg0NhG242 X-Google-Smtp-Source: AGHT+IEbZd0ycrLc9c46DVHSbIEkVgZlAlWzkpU1bt9fkm4e9InhfIDvz1KjM4mEf3eWamsAZqFvtA== X-Received: by 2002:a17:902:e5cd:b0:1e2:c8f9:4cd7 with SMTP id u13-20020a170902e5cd00b001e2c8f94cd7mr2603979plf.64.1714132410077; Fri, 26 Apr 2024 04:53:30 -0700 (PDT) From: Alexis To: ImNotPC Cc: supervision Subject: Re: Building lh-bootstrap-master In-Reply-To: <57ae308e-2f8c-c2fa-6f9c-c656f54d1361@Rock3d.net> (imnotpc@rock3d.net's message of "Fri, 26 Apr 2024 07:30:29 -0400") References: <57ae308e-2f8c-c2fa-6f9c-c656f54d1361@Rock3d.net> User-Agent: mu4e 1.12.4; emacs 29.3 Date: Fri, 26 Apr 2024 21:53:26 +1000 Message-ID: <87mspge3wp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed ImNotPC writes: > I'm attempting to build lh-bootstrap-master but make is > complaining: > > make: unrecognized option '--jobserver-style=pipe' > > 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 builds without any obvious errors but > doesn't appear to be a complete build. My make is GNU Make 4.3 > running on a Mageia 8 system. Do I need to downgrade make? Any > suggestions? i take it you mean "_upgrade_ make"? According to the GNU Make ChangeLog, the `--jobserver-style` option was added on 2022-08-02, whereas 4.3 was released in January 2020, and 4.4 was released in October 2022. Alexis.