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 1Q0aH8-0005d1-Vi for garchives@archives.gentoo.org; Fri, 18 Mar 2011 14:03:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 983F91C054 for ; Fri, 18 Mar 2011 14:03:34 +0000 (UTC) Received: from mail.hosting.lv (mail.hosting.lv [213.21.217.83]) by pigeon.gentoo.org (Postfix) with ESMTP id 1DCCE1C004 for ; Fri, 18 Mar 2011 13:53:44 +0000 (UTC) Received: from [194.19.227.132] (helo=localhost.localdomain) by mail.hosting.lv with esmtpsa (TLSv1:AES256-SHA:256) id 1Q0a74-0004S7-6M; Fri, 18 Mar 2011 15:53:10 +0200 Message-ID: <4D8363D1.80905@gmail.com> Date: Fri, 18 Mar 2011 15:53:21 +0200 From: Arkadi Shishlov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] Stripping down Perl install References: <4D834506.5000605@wildgooses.com> In-Reply-To: <4D834506.5000605@wildgooses.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: b12fbc1eebf476dacebe53ab64f1f886 On 03/18/11 13:41, Ed W wrote: > Any other ideas on shrinking the install further? (I'm a bit reluctant > to strip too many core modules at this stage until the final build is > decided - also most only consume a few KBs...) If the perl workload is fixed, then 'strace -efile' the scripts and package only necessary files. Worked for me some time ago.