Date: Mon, 03 Dec 2012 15:49:48 +0000 From: Matthew Seaman <matthew@freebsd.org> To: Walter Hurry <walterhurry@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: pkg upgrade? Message-ID: <50BCCA1C.7010800@freebsd.org> In-Reply-To: <k9igqr$1ll$1@ger.gmane.org> References: <k9gigp$uqo$1@ger.gmane.org> <50BC4790.5010707@FreeBSD.org> <k9igqr$1ll$1@ger.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 03/12/2012 15:34, Walter Hurry wrote: > $ sudo pkg info -s -F gcc-4.6.4.20121102.txz > gcc-4.6.4.20121102 flat size is: 0 B > gcc-4.6.4.20121102 package size is: 0 B Ah. It turns out that querying any pkgng package directly for its installed size always returns 0 at the moment. You'ld need to use the repo catalogue to get some sort of reasonable answer. I can't remember off hand if pkgs are meant to know what their installed size is; will look into that tonight after work. Recommend to use pkg search for querying repo catalogues rather than using sqlite directly, but whatever. Seems there is clearly a bug in calculating the change in disk space usage -- looks like it's added the 500MB flatsize of both package versions together rather than subtracting. Cheers, Matthew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50BCCA1C.7010800>