From patchwork Mon Feb 10 19:06:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1235956 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-109384-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha1 header.s=default header.b=r5sh9b15; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=T4eFYwPC; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 48Gb3m36Fdz9sPJ for ; Tue, 11 Feb 2020 06:06:27 +1100 (AEDT) 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:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=ugY qY9qP36Li5b2yzkU+tz0XaC2u9LO8a81ofdKcB+vBX/8Dc46V7stzsc407/k0l7G Agw2yLkVzvVPmEGS1whM6csXQhFneDLJdnuUkErXi+xAjccwD+va5k3FhZ2G9NS9 crzEOwOdJS2Rdj0Oc6JqP9OkhR8EgNd7C2sdEl94= 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:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=aLKcc7kvk oN++cR2poP899ex44w=; b=r5sh9b15r9hYX0RxjFoZiKvjAD8oWx+K4ZZ2Foymu ETCf7L5kDKJgypjnAyrzttiBs/8XNyh4N+xRvKQuOPGMHpmdbXROl2+loXTfm8N2 M7q1/BS1o2g+yQDI32ODZPrFWxZ40jFeCdSB/b4cAw4/UELhJbZN8IcFA278SQvg Lc= Received: (qmail 20518 invoked by alias); 10 Feb 2020 19:06: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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 20510 invoked by uid 89); 10 Feb 2020 19:06:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=1886 X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581361579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=poZrc3sb+B4EO3FiDyO9+eXtrwrkVvM+csqaLEy2UH4=; b=T4eFYwPCq32HNmir/5TvslpwEVz5QdbcfFxCNmCrX1WikrRiVRDkfk98Yyy/Ih1To2j5tx ++dL9LADS9XkH8aVqh3YzRw7SdgBx2v1QaL57qwrB7cmMLcdGM3rYvYOUrm14cpyHmrWne dS0VqqFbPQvBHPpi+19eGwfNr+GeVUw= From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH] debug: Add missing locale dependencies of fortify tests Date: Mon, 10 Feb 2020 20:06:13 +0100 Message-ID: <874kvytg7u.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com The missing dependencies result in failures like this if make check is invoked with sufficient parallelism for the debug subdirectory: FAIL: debug/tst-chk2 FAIL: debug/tst-chk3 FAIL: debug/tst-chk4 FAIL: debug/tst-chk5 FAIL: debug/tst-chk6 FAIL: debug/tst-lfschk1 FAIL: debug/tst-lfschk2 FAIL: debug/tst-lfschk3 FAIL: debug/tst-lfschk4 FAIL: debug/tst-lfschk5 FAIL: debug/tst-lfschk6 ----- debug/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debug/Makefile b/debug/Makefile index c62b2154bc..3a60d7af7a 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -188,6 +188,17 @@ LOCALES := de_DE.UTF-8 include ../gen-locales.mk $(objpfx)tst-chk1.out: $(gen-locales) +$(objpfx)tst-chk2.out: $(gen-locales) +$(objpfx)tst-chk3.out: $(gen-locales) +$(objpfx)tst-chk4.out: $(gen-locales) +$(objpfx)tst-chk5.out: $(gen-locales) +$(objpfx)tst-chk6.out: $(gen-locales) +$(objpfx)tst-lfschk1.out: $(gen-locales) +$(objpfx)tst-lfschk2.out: $(gen-locales) +$(objpfx)tst-lfschk3.out: $(gen-locales) +$(objpfx)tst-lfschk4.out: $(gen-locales) +$(objpfx)tst-lfschk5.out: $(gen-locales) +$(objpfx)tst-lfschk6.out: $(gen-locales) endif sLIBdir := $(shell echo $(slibdir) | sed 's,lib\(\|64\)$$,\\\\$$LIB,')