From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x332.google.com (mail-ot1-x332.google.com [IPv6:2607:f8b0:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id 5C8E6385780C for ; Mon, 28 Mar 2022 07:44:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5C8E6385780C Received: by mail-ot1-x332.google.com with SMTP id e25-20020a0568301e5900b005b236d5d74fso10167356otj.0 for ; Mon, 28 Mar 2022 00:44:23 -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:from:date:message-id:subject:to; bh=qrUSzo/kmgNLAjKw/VDPIn4pFLRNfbzODi1S5xmleFg=; b=mcbrxH2Hz7Fr9l+tYHd7+AhH7pgDIinIHtYobwCBjIAg2R2jlNhsYjx+AQ7y6et2Vf Nnx7V2BKm22AJFBO6bsgN/Rc+3dgx4v7Pdg9n5g6X9DA3eSKfrSDnmEZ1OluwGXp977W LRwGSQ3gEoObHRe+msOafUSWEDK7aKa+xRsHnejVQWhUxa3FntWB7tiRFLeWCv8Kzu9H bdyR6kyZP5khJkNE9k/0TiYtg/NXDhAJhiDq/CrZ/j/aPn2ImBi8Eg1yijmYUwWH5vWY o3IOax77eBrV5egIO+82nrt69PCzGxBPD4Eekgm1+nfP+KBZUiLVrsoYeGAYK+u0awXO OmOQ== X-Gm-Message-State: AOAM531lgxcW81bul22NWdaidjDEMW9QWqFQReTIpp/Ea1I7KXauSVu0 V82iR3YGqsWoVEjcVz+buhVlV2EDUr3+N+w3uH+vggSEpqgblg== X-Google-Smtp-Source: ABdhPJxDOh0e/z0liXU2am0AYHQY2+ZsBY+VEPsNgIMJyYqJJ0SA92mpQpAX0qDbUOkNFpSsOEBo8xan4erOKfBDSJE= X-Received: by 2002:a05:6830:34aa:b0:5b2:613f:5523 with SMTP id c42-20020a05683034aa00b005b2613f5523mr9695639otu.40.1648453462325; Mon, 28 Mar 2022 00:44:22 -0700 (PDT) MIME-Version: 1.0 From: Zopolis0 Date: Mon, 28 Mar 2022 18:44:11 +1100 Message-ID: Subject: gengtype error To: gcc-help@gcc.gnu.org X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Mon, 28 Mar 2022 07:44:24 -0000 While building a version of gcc with gcj re-added, it fails on "gengtype: failed to compute output name for ../.././gcc/java/lang.c". Looking into the source code, it says this error "Should not be possible, and could only happen if the files_rules is incomplete or buggy". Presumably, the files_rules is missing something relating to java. Where is files_rules and how would I add the required java references to it?