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 1R14EK-0008PA-TW for garchives@archives.gentoo.org; Tue, 06 Sep 2011 22:34:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD2C21C1F2; Tue, 6 Sep 2011 22:34:22 +0000 (UTC) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 97E1921C1C5 for ; Tue, 6 Sep 2011 22:31:14 +0000 (UTC) Received: by vxh7 with SMTP id 7so291836vxh.40 for ; Tue, 06 Sep 2011 15:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=7Zh1gSUwV7tt+lzgi2upfpFaPqzCxN2g+iw16VVX0sQ=; b=AI+27MIlzjYjXjjhqeE7mMBtj2wq79yFvN4tIey5t8An3Fe8jWAWHb2OygAPNDdXK5 2fqs5WhvR9X74o0H5wIR1aLxHWa/Ru78sX9OehP6EZ4tizT4MM0qyOS0eJNBbcApLz/m i/xz9rARVFBniOeYUQIoCOZT41S4/f7GEYlH4= Received: by 10.52.107.72 with SMTP id ha8mr5158346vdb.455.1315348274093; Tue, 06 Sep 2011 15:31:14 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.220.107.209 with HTTP; Tue, 6 Sep 2011 15:30:54 -0700 (PDT) In-Reply-To: <4E669622.3040606@darkmetatron.de> References: <87ehzuiu1y.fsf@newton.gmurray.org.uk> <2675007.Wa5HbN8vYW@pc> <4E669622.3040606@darkmetatron.de> From: Paul Hartman Date: Tue, 6 Sep 2011 17:30:54 -0500 X-Google-Sender-Auth: DDn1_jdONklQ_1Vy0_4zE7vQIKc Message-ID: Subject: Re: [gentoo-user] Re: What is up with the libreoffice ebuild? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b863f4a9279f60ff63e869e1499dbaaf On Tue, Sep 6, 2011 at 4:52 PM, Sebastian Be=DFler wrote: > Am 06.09.2011 23:35, schrieb Michael Schreckenbauer: >> >> See firefox for example: >> >> ~ $ equery s firefox >> =A0* www-client/firefox-6.0 >> =A0 =A0 =A0 =A0 =A0Total files : 3801 >> =A0 =A0 =A0 =A0 =A0Total size =A0: 722.95 MiB >> > > Why is your firefox so big? > > metatron@Shao ~ $ equery s firefox > =A0* www-client/firefox-6.0 > =A0 =A0 =A0 =A0 Total files : 3779 > =A0 =A0 =A0 =A0 Total size =A0: 89.42 MiB > > Mysterious, nearly ten times bigger. Mine is bigger! ;) * www-client/firefox-6.0 Total files : 3517 Total size : 723.57 MiB libxul.so by itself is around 350MB. I have "nostrip" in my FEATURES. I guess that's the reason... Rebuilt without "nostrip". The results: * www-client/firefox-6.0 Total files : 3517 Total size : 88.97 MiB Mystery solved? :)