From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id 60B86384BC01 for ; Sat, 4 Jun 2022 20:56:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 60B86384BC01 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mattwilson.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mattwilson.org Received: by mail-pl1-x630.google.com with SMTP id q18so9258052pln.12 for ; Sat, 04 Jun 2022 13:56:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mattwilson.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=48kBWLikRpSVUErIyhxyHpF/6STvQonpUFPwxR9jLhM=; b=aMxbqXyLTc0Ro1uB1zgaST9ioB31ltRjppgyfHu3xWpzuQeVDBC4v8H3eWERgRM7cQ IVKKxsRkHwv/t+3TGARMYtga6W1HRSGQi9PWLmjDBwb/HaUHTW3PI/x7DlNVM0ura7xK BFdw9pqXPl3P/PirWB+QQMU/yHpoJwVvypNek= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=48kBWLikRpSVUErIyhxyHpF/6STvQonpUFPwxR9jLhM=; b=Xr3EbRwZZ2asMPNpdDkj2gSBNgESpbji2ZMiflMecOJeFzRt6f/jfMpYIldmPK8xcU 0WsPlILF7hyD9kkEVH+GiDsHs48b3qI636Wz4uGdmnp33xzSUOPKWhhE9L4wvSHLQbPd k69jhZTNvrCDYvnR8x8x85cNSdq4OvRFdQTH6oIPIiU0WL0i7gQQERmczrsdmgl7oadW k+ZPx8bw9wuvaywCg2M0DxOWtSzhVS7Ez1YBfTV9qbMmXVdCzTC3N8g7qHOmKZDixbz+ HR4M9wo+vUtId5C8jVXpoNGgScTRZHQhjxWjbcN9xosOjLOKAr9GusFadbO/VQAwi1xE bd5g== X-Gm-Message-State: AOAM533xyGiACQqCU0spoJ020pdzuAU9BOSSuGy9y/bJXlsHlz+5Quux KnNZGoXBRJMJ7sSuBc2gSGE2UBOran+NbA== X-Google-Smtp-Source: ABdhPJw51QFe6HkpKCqYZkasmFEC3vc5yi4J35T5aMubWXetVa1xUfRQfN2Fk+xjN4PdN3u56Jb8oQ== X-Received: by 2002:a17:902:ee8d:b0:164:7dd:6cc6 with SMTP id a13-20020a170902ee8d00b0016407dd6cc6mr17214974pld.84.1654376214042; Sat, 04 Jun 2022 13:56:54 -0700 (PDT) Received: from mattwilson.org ([50.45.185.53]) by smtp.gmail.com with ESMTPSA id s16-20020a170902ea1000b001641217de3esm7583356plg.294.2022.06.04.13.56.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Jun 2022 13:56:53 -0700 (PDT) Date: Sat, 4 Jun 2022 13:56:52 -0700 From: "Matthew R. Wilson" To: gcc-help@gcc.gnu.org Subject: Re: Missed files in gcc-12.1.0 release Message-ID: <20220604205652.77k6ymskpnoemvro@mattwilson.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, DKIM_INVALID, DKIM_SIGNED, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Sat, 04 Jun 2022 20:56:57 -0000 On 06.04.2022 15:09, Fiodar Stryzhniou wrote: >I encounter error while building gcc-12.1.0. There two file missed >probably in path gcc-12.1.0/gcc: version.c and version.h. > >There maybe more missed files. I don't know how check. > >gcc-11.2.0 has these files. Older versions too. What steps are you using to build gcc, and what error, specifically, are you getting? The gcc/version.c and gcc/version.h files aren't missing from the source distribution, they were intentionally removed: -Matthew