From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC86D1396D0 for ; Thu, 28 Sep 2017 15:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5127E0829; Thu, 28 Sep 2017 15:43:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80D47E0809 for ; Thu, 28 Sep 2017 15:43:46 +0000 (UTC) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id EB6AB33C770 for ; Thu, 28 Sep 2017 15:43:44 +0000 (UTC) Received: by mail-wm0-f43.google.com with SMTP id m72so3190371wmc.1 for ; Thu, 28 Sep 2017 08:43:44 -0700 (PDT) X-Gm-Message-State: AHPjjUhydbl1FuVXEou2DDTeHyn55KxnUSHpgAZanVLmtgXCgTgWGGCy 0FHPp6CeUSiI/nPZw1bA3mxfSficEOjN0YL01uY= X-Google-Smtp-Source: AOwi7QCFUsPpQRTBS9Ved3gA/cty53myAzHFUHLWrlhK2Q3RaQ0y1sfccBcIgmV7aAXWCXfqRBhk9d2F8Ajv4Citjb8= X-Received: by 10.28.22.82 with SMTP id 79mr1705395wmw.70.1506613422177; Thu, 28 Sep 2017 08:43:42 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.196.8 with HTTP; Thu, 28 Sep 2017 08:43:21 -0700 (PDT) In-Reply-To: References: <20170921020139.kp4664tanr7cj77d@proprietary-killer.fossland> <54553bdf-8d51-2521-8bfc-90ac8aaf72dd@gentoo.org> From: Mike Gilbert Date: Thu, 28 Sep 2017 11:43:21 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] sys-libs/ncurses: erronious deletion of *.dll.a files; possibly other packages affected To: Gentoo Dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: aa65be50-3fce-4f77-ae9d-dc1d15b2ef4e X-Archives-Hash: 199b291fec96979fc534078ce404ff20 On Thu, Sep 28, 2017 at 10:43 AM, Ian Stakenvicius wrote: > On 28/09/17 10:23 AM, Thomas Deutschmann wrote: >> Hi, >> >> sounds like we should convert to prune_libtool_files usage from >> ltprune.eclass. >> >> However, the eclass says >> >>> # Discouraged. Whenever possible, please use much simpler: >>> # find "${D}" -name '*.la' -delete || die >> >> So this would need clarification. >> >> > > *.la shouldn't be matching *.dll.a , this seems like a globbing error > if that find command is what's being used. Maybe we've just been > erroneously not escaping the '.' in the find command?? *.la doesn't match *.dll.a. The ncurses ebuild has this dubious line of code: use static-libs || find "${ED}"/usr/ -name '*.a' -delete