From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sjxlh-0003sr-Cb for garchives@archives.gentoo.org; Wed, 27 Jun 2012 19:19:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04F13E0815; Wed, 27 Jun 2012 19:18:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1BBB5E0814 for ; Wed, 27 Jun 2012 19:18:05 +0000 (UTC) Received: from [10.169.16.142] (212-226-75-193-nat.elisa-mobile.fi [212.226.75.193]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ssuominen) by smtp.gentoo.org (Postfix) with ESMTPSA id 0177E1B4019 for ; Wed, 27 Jun 2012 19:18:03 +0000 (UTC) Message-ID: <4FEB5B22.5050401@gentoo.org> Date: Wed, 27 Jun 2012 22:12:34 +0300 From: Samuli Suominen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120620 Thunderbird/13.0 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 To: gentoo-dev Subject: [gentoo-dev] prune_libtool_files is NOT a direct replacement for, example, find "${D}" -name '*.la' -delete Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3d661129-ebb1-4814-9891-32615f84b346 X-Archives-Hash: 931b73f7debbbd23204d2b7ab5c69d61 The logic in prune_libtool_files is not perfect[1]. If you are updating ebuild for whatever reason and see `find` command to punt .la files, and replace it with prune_libtool_files then you also need to build the package (with "every" possible USE flag combination) to see if --all argument is also needed. To clarify: Use `prune_libtool_files --all` instead of plain `prune_libtool_files` if you don't test the package with the USE flags. Not going to point anyone with a finger but the accident has already happened couple of times in tree :P [1] http://bugs.gentoo.org/421197