From owner-freebsd-current@FreeBSD.ORG Thu Mar 18 15:30:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 088B416A4CE for ; Thu, 18 Mar 2004 15:30:35 -0800 (PST) Received: from smtp-out-02.utu.fi (smtp-out-02.utu.fi [130.232.202.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 490CB43D39 for ; Thu, 18 Mar 2004 15:30:34 -0800 (PST) (envelope-from yurtesen@ispro.net.tr) Received: from ispro.net.tr (perpetual.yok.utu.fi [130.232.138.155]) by smtp02.mess.utu.fi (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPS id <0HUS00B5XPAVXW@smtp02.mess.utu.fi> for freebsd-current@freebsd.org; Fri, 19 Mar 2004 01:30:32 +0200 (EET) Date: Fri, 19 Mar 2004 01:30:48 +0200 From: Evren Yurtesen In-reply-to: To: Zen Message-id: <405A3128.6010702@ispro.net.tr> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030808 References: cc: freebsd-current@freebsd.org Subject: Re: pkg_add X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 23:30:35 -0000 You cant just add a tgz file as a package. It must be a special tgz file prepared as a package. You can think about this like sending chocolate with mail, the chocolate is packaged but not in a way that your local post would accept, you should repackage the chocolate and write instructions(address) over it. Some people who creates these packages for FreeBSD makes some information for pkg_add program to understand ready inside the tgz/tbz files and you can use the pkg_add program to install these packages. Please read... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html I would suggest that you open the file with tar zxvf scan-devel-4.29.2.tgz and find installation instructions inside... There must be some README or INSTALL files...or perhaps on the web site of this application...there should be some documentation... You can get packages of many of the programs at http://www.freebsd.org/ports/ Evren Zen wrote: > Hi, > > I am on a big learning curve with FreeBSD but enjoying it every step of the > way. I have been sent a update which I am having trouble installing can > some one tell me the error of my ways or point to the correct manual page > for adding this package. I can not use the ports program as it has not been > added as a up date yet. > > Below is the error I get > > > pkg_add scan-devel-4.29.2.tgz > tar: +CONTENTS: Not found in archive > tar: Error exit delayed from previous errors > pkg_add: tar extract of /tmp/scan-devel-4.29.2.tgz failed! > pkg_add: unable to extract table of contents file from > '/tmp/scan-devel-4.29.2.tgz' - not a package? > > Thanks for any help or suggestions > > Zen > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"