From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 407BF1F461 for ; Fri, 12 Jul 2019 04:21:25 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:cc:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=GMGcL SjRav6kTUWy7Rvy2eSd7CTm19nQfAolxG1FpNBObAyERiEQv6qVExAbK2lNbyunQ 5uj4uQQNgi07cfCRutOo2elc2bnrpUuIhxriZ9jx9eG6cH/CWrd7Pam0zp9ZbjjE XUJZTmCnWC+aPEFn88k1Qa9EgRf5bLj/BtxMrA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:cc:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=KG8XsVgRHsM IRb5ku8WvQTSy58c=; b=hK+p5ZxLW6jIJ6YD32S0waieLkxGZu4ivgg1uTgqVPI 0+zNHZuQf9wrM4hX1ENHW2P3vCRvA/yarp063b4xs4sU8SpET8vL1tG+JBK7iyOX TuTN2afvAyvbTRYc1VJYsZDavF5+TUxolh22vPex99hIkBjZ8hI4ggVP7qGcAMG4 = Received: (qmail 89644 invoked by alias); 12 Jul 2019 04:21:22 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 89636 invoked by uid 89); 12 Jul 2019 04:21:22 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: DJ Delorie To: Rafal Luzynski Subject: Re: [PATCHv8] nss_db: protect against empty mappings References: <1071591234.75034.1562890378582@poczta.nazwa.pl> cc: libc-alpha@sourceware.org Date: Fri, 12 Jul 2019 00:21:16 -0400 In-Reply-To: <1071591234.75034.1562890378582@poczta.nazwa.pl> (Rafal Luzynski's message of "Fri, 12 Jul 2019 02:12:58 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain If you applied the patch and just ran "make" to rebuild the parts that changed, it won't update the testroot - you need to either remove the testroot.pristine directory, or at least remove the testroot.pristine/install.stamp file. And yes, this was an intentional choice - running "make install" every single time would have been prohibitively expensive; see the "test-in-container: Install locales into the test container" thread for more discussion on test times.