From owner-freebsd-questions Fri Nov 24 01:41:20 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA07722 for questions-outgoing; Fri, 24 Nov 1995 01:41:20 -0800 Received: from quasar.uvt.ro (ardelean@[193.226.13.67]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA07696 for ; Fri, 24 Nov 1995 01:40:20 -0800 Received: (from ardelean@localhost) by quasar.uvt.ro (8.6.11/8.6.9) id LAA21703; Fri, 24 Nov 1995 11:43:36 +0200 Date: Fri, 24 Nov 1995 11:43:34 +0200 (EET) From: Gheorghe Ardelean To: Marc van Kempen cc: Michael Smith , Scott Bullock , questions@freebsd.org Subject: Re: Not enough room for package In-Reply-To: <199511232247.XAA03520@bowtie.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Thu, 23 Nov 1995, Marc van Kempen wrote: > > Scott Bullock stands accused of saying: > > > > > > I'm having difficulty adding a package with pkg_manage. > > > It errors with: Projected size of 24276116 exceeds free space in (null). > > > Not extracting /cdrom/packages/editors/emacs-19.28.tgz, sorry! > > > > Use pkg_add, not pkg_manage. Which version of FreeBSD? > > > > Nonsense, > > pkg_manage calls pkg_add to add the package! > > Marc. > The way I HANDLE THIS is to extract files in a temp directory with tar -xzvf file.tgz then look at the +CONTENTS file and finaly move the files from temp directory to their normal location (as stated in +CONTENTS file). johny