From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 06/10] gnu: mesa: Enable wayland support. Date: Thu, 21 Jul 2016 18:02:58 +0200 Message-ID: <87zipbkmh9.fsf@gnu.org> References: <20160709125011.24587-1-david@craven.ch> <20160718165552.1480-1-david@craven.ch> <20160718165552.1480-6-david@craven.ch> <87inw1e4oe.fsf@gnu.org> <878twvp4sp.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQGRI-00016d-9e for guix-devel@gnu.org; Thu, 21 Jul 2016 12:03:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQGRB-0001ll-G9 for guix-devel@gnu.org; Thu, 21 Jul 2016 12:03:07 -0400 In-Reply-To: (David Craven's message of "Thu, 21 Jul 2016 14:19:26 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel David Craven skribis: > When trying to run guix size on a custom built package I get a no > substitue information available message... Quoting the manual: When the package passed to =E2=80=98guix size=E2=80=99 is available in= the store, =E2=80=98guix size=E2=80=99 queries the daemon to determine its dependenc= ies, and measures its size in the store, similar to =E2=80=98du -ms --apparent-siz= e=E2=80=99 (*note (coreutils)du invocation::). When the given package is _not_ in the store, =E2=80=98guix size=E2=80= =99 reports information based on the available substitutes (*note Substitutes::). This makes it possible it to profile disk usage of store items that are not even on disk, only available remotely. Maybe the package in question was neither in your store, nor on the substitute server? HTH, Ludo=E2=80=99.