From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) by sourceware.org (Postfix) with ESMTPS id 314F03857BA8 for ; Fri, 17 Jun 2022 05:38:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 314F03857BA8 Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-3177f4ce3e2so9208957b3.5 for ; Thu, 16 Jun 2022 22:38:11 -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=ZGbdJ+xnTh4BLIZeXzt4japjo2Aj9J1uNyxRSO0DTwc=; b=FuJEpthgQpHNm9hMV2UuYL5J9q5O4p4kHjSLgOHpDoSMTk4nU/lXs3nQcTgbzcNP4E 9siRZISvtg7Dwg5eg3iB3zhe3Y2x2hiP2QIRndBtmRRR7OhddPPwIxx1tjpGsWutO5aV JemErzevevMl0CFRmluG2tWB6SJ8hvd0O8EbCt7KrpxpIazFVGq1s6QfKGvRbQuJH4dl 55MDhwMAiFUfidKH8E0m1r95++aY6H67v5PYDA8FOf4DeXT5VqAoTMi5CzQKbzf5G88p 7ObGuYy/WAkMU+G0tXX3CH1lXdEIH3j0BTg2YkPR7dpUjCspOZ2/XHfTmkbLJhThitcV Psgg== X-Gm-Message-State: AJIora8fJEOexFIKjlT8/JCkdxyPdoakZSQP+pTDosHkJrguKGtyKRzG MG+/g85usj2tYH7PsDFIJ5iMUikatUPMrmBhfD1nHE6vuKI= X-Google-Smtp-Source: AGRyM1sx6lj5NToywXv3uw8k4voYrtK9dbCU7J8fUejRiH1fkMI9XqJWBBfdzcE8B4CEGABxLDqLUtnkq87JOFtVfSw= X-Received: by 2002:a05:690c:305:b0:30c:34d9:26a with SMTP id bg5-20020a05690c030500b0030c34d9026amr9530401ywb.452.1655444290608; Thu, 16 Jun 2022 22:38:10 -0700 (PDT) MIME-Version: 1.0 From: Manuel Lauss Date: Fri, 17 Jun 2022 07:37:34 +0200 Message-ID: Subject: x86 32bit build broken To: GNU C Library , Noah Goldstein Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.2 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 05:38:12 -0000 Hi Noah, Since commit c22eb807b0 ("x86: Rename generic functions with unique postfix for clarity"), building 32bit x86 glibc is broken: ../sysdeps/i386/i686/multiarch/strcspn-c.c:3:11: fatal error: sysdeps/x86_64/multiarch/strcspn-c.c: No such file or directory 3 | # include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ../sysdeps/i386/i686/multiarch/strpbrk-c.c:2:10: fatal error: sysdeps/x86_64/multiarch/strpbrk-c.c: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Manuel