From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 2F6F2385DC39 for ; Fri, 5 Feb 2021 11:23:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2F6F2385DC39 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1l7zCd-0000hC-5C for libc-help@sourceware.org; Fri, 05 Feb 2021 12:23:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: libc-help@sourceware.org From: Christer Solskogen Subject: Warnings from make Date: Fri, 5 Feb 2021 12:23:01 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 X-Mozilla-News-Host: news://news.gmane.io:119 Content-Language: en-US X-Spam-Status: No, score=2.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD, FORGED_MUA_MOZILLA, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, NML_ADSP_CUSTOM_MED, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 11:23:10 -0000 While building glibc I get this: ../Rules:222: target '/tmp/build.s390x/glibc.full/localedata/tst-langinfo-newlocale-static' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/localedata/tst-langinfo-setlocale-static' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls1-static' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls2-static' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-ptrguard1-static' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-stackguard1-static' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls1-static-non-pie' given more than once in the same rule ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-libc_dlvsym-static' given more than once in the same rule (I get this warning a couple of times during 'make') [solskogen@manjaro-builder glibc.full]$ make -v GNU Make 4.3 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Is this a problem? A problem on my side or perhaps a bug that needs reporting?