From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 25DDE3857C66 for ; Wed, 19 Jan 2022 15:01:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 25DDE3857C66 Received: by mail-wm1-x335.google.com with SMTP id c66so5481854wma.5 for ; Wed, 19 Jan 2022 07:01:34 -0800 (PST) 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=HmkSxQMzta1hmu4z7wTEVjUVIygBmO3Qse8R5IUmv2o=; b=QdSlm9f0PFNzcdpUSc8vFO/zJw9h3oPabvTdWV4nz/oGZ6ltiL1zzHjFucMKbXcyDj 9n565qkKgbs3ud4QmxeMJhfkhTISB/f4slcbjyqNgZvO00VzmF+MFy8C1XKxoiqguC4n bD3a3PP33uvC3Q3cl3xGm4aZb7GfITNJPPr2FIKd+nPybKudMpPM/J1s0uxqT09MshVN pbsNHSu8Bx/gstAMqGuXGzYmnaqlLDcgp6se2y77gYRIcLWLUJ7jVGcCPehLsHoQvC5i OMOgHr5Uj9NDGJLfQHtChkJm+ONmvcWyPcTRgwKgEyBVk3ZRURCKiWLPpYcEzKDdJUNi 0m7Q== X-Gm-Message-State: AOAM532YgXOqZvJPJpRwUswDveXmg7DMrR+r+6J6tVIcV8mxcm1UVdlc ZnTFavzkEofEoAIeTe83tYmeL2WY+EpyvnLbN+U= X-Google-Smtp-Source: ABdhPJx4dztDCzpEDOncsw/KH0GCGYEpM5juceJrSTXWITm+eJHguajoSHfN4kDImn6mVcpjMdm+HOXN7z6aFvoFedY= X-Received: by 2002:a7b:c310:: with SMTP id k16mr3953909wmj.169.1642604492693; Wed, 19 Jan 2022 07:01:32 -0800 (PST) MIME-Version: 1.0 References: <82b5f2b1-69fd-c010-e282-7524e8e9c378@strikr.io> In-Reply-To: From: Jonathan Wakely Date: Wed, 19 Jan 2022 15:01:21 +0000 Message-ID: Subject: Re: backtrace-supported.h not found during build To: SAIFI Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP 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, 19 Jan 2022 15:01:45 -0000 On Mon, 17 Jan 2022 at 21:41, Jonathan Wakely wrote: > On Mon, 17 Jan 2022 at 21:09, Jonathan Wakely wrote: > > It looks like I didn't test the combination of > > --enable-libstdcxx-debug and --enable-libstdcxx-backtrace > > I can reproduce the build failure with this combination. I'll look into it ASAP. It should work now.