From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by sourceware.org (Postfix) with ESMTPS id 7C64B3857425 for ; Wed, 11 May 2022 18:20:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7C64B3857425 Received: by mail-io1-xd33.google.com with SMTP id h85so2903396iof.12 for ; Wed, 11 May 2022 11:20:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rAcG6yP44RfM10LV+WlcG/e17dqBLTMeiOjtFkv2N1g=; b=F8lfmbrELzMdV+DBpmMZH4Ueu+X4Khmrv87tIv8+VA79GTG0AxTqkxki/Fs2nwFap6 xWnunP0LHhwORAW9AR8McAkHeaqT4eKplhadJPYJbyUeOl1TDeZJLSbWXjsITjLxcQC5 kJLyZrr+kvxq7/lJMrAFdFw9RRL/HH9RFOki60W2dOOiNJ1+ASPlYSA+2Vi3WvIfZ2UL /TGzvYMwsftcpVGPZc8sGNKWJEDEDCaZcKx6HBzGXMSJ5fm4iqWyzEebx3mE4fPE2tft ZupBb6bCPW3WTCbaERhuL9whEo3gmABqc+S/ExotqwA1Rt+zGxEfajDu3nFKjD15bXO3 xZUg== X-Gm-Message-State: AOAM532LnGtRXiex5zMd784nEF054Xdaqgcnu1E62EjzM7xCMx7hKBBl D4S6pvW9co+m7xxvyel28bpfocH74HkidxbNkwI= X-Google-Smtp-Source: ABdhPJy6CFJa1yFLgQuB52kCNtr/fBqe9nI/cnLc1faX93oBeH/FKLuoxdj/hwjGXRCuPecIAkq1A4eEW35oVO3pkqc= X-Received: by 2002:a6b:c808:0:b0:657:c3ee:623c with SMTP id y8-20020a6bc808000000b00657c3ee623cmr11503749iof.48.1652293243707; Wed, 11 May 2022 11:20:43 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 11 May 2022 19:20:31 +0100 Message-ID: Subject: Re: stage4 bootstrap exits with error 2 on 32-bit Debian arm-linux-gnueabi To: Dennis Clarke Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2022 18:20:46 -0000 On Wed, 11 May 2022 at 18:52, Dennis Clarke wrote: > > On 5/11/22 12:21, Jonathan Wakely wrote: > > On Wed, 11 May 2022 at 16:16, Dennis Clarke via Gcc-help > > wrote: > >> If anyone wonders why the bootstrap4 then the only answer I have is "why > >> not?" given what I see at : https://gcc.gnu.org/install/build.html > > > > Is "because it doesn't work" a good enough answer? > > Ha. Well I would not know that unless I tried. > The results sure look pretty : > > io# > io# ls -ltr --full-time */xgcc > -rwxr-xr-x 1 dclarke devl 5743712 2022-05-10 17:20:58.783980821 +0000 > stage1-gcc/xgcc > -rwxr-xr-x 1 dclarke devl 2514244 2022-05-10 22:54:53.878374286 +0000 > stage2-gcc/xgcc > -rwxr-xr-x 1 dclarke devl 6378164 2022-05-11 02:04:07.126706718 +0000 > prev-gcc/xgcc > -rwxr-xr-x 1 dclarke devl 6378164 2022-05-11 05:21:43.023573431 +0000 > gcc/xgcc > io# > io# > io# openssl dgst -blake2s256 -r prev-gcc/xgcc gcc/xgcc > 9cd9210dc9b0db574ea005e1cd83cc2013d071060fdb4f239aa09060e5b3db5f > *prev-gcc/xgcc > 9cd9210dc9b0db574ea005e1cd83cc2013d071060fdb4f239aa09060e5b3db5f *gcc/xgcc > io# > > The result from stage3 perfectly matches stage4 and that is a good thing. > > > > > Can you just try "make -j2" instead, without bootstrap4? > > Yep. No idea why a bootstrap fails but sure, I can just do the make and > see what happens. "make" and "make bootstrap" are the same. What I'm suggesting is you don't use "make bootstrap4". I didn't even know bootstrap4 existed, and I doubt anybody tests it. Keep it simple. Don't do fancy things you don't need.