From owner-freebsd-questions@FreeBSD.ORG Mon Jun 3 13:45:42 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 65897D7B for ; Mon, 3 Jun 2013 13:45:42 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 295BB1E1C for ; Mon, 3 Jun 2013 13:45:41 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UjV4q-0002IR-Uu for freebsd-questions@freebsd.org; Mon, 03 Jun 2013 15:45:36 +0200 Received: from pool-173-79-84-117.washdc.fios.verizon.net ([173.79.84.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jun 2013 15:45:36 +0200 Received: from nightrecon by pool-173-79-84-117.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Jun 2013 15:45:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: Disable build new pkg format in poudriere Date: Mon, 03 Jun 2013 09:45:22 -0400 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-173-79-84-117.washdc.fios.verizon.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 13:45:42 -0000 C. L. Martinez wrote: > HI all, > > I need to build some packages without using new pkg format. I would > like to accomplish this using poudriere, but is this possible?? Or do > I need to use another package builder?? > > I have tried to build rsync, but when I try to install, this error is > returned: > > tar: +CONTENTS: Not found in archive > tar: Error exit delayed from previous errors. > pkg_add: tar extract of > /poudriere/data/packages/fbsd91_amd64_legacy-default/All/rsync-3.0.9_3.txz > failed! > pkg_add: unable to extract table of contents file from > '/poudriere/data/packages/fbsd91_amd64_legacy- default/All/rsync-3.0.9_3.txz' > - not a package? > > In make config file: > > WITH_PKGNG=no > WITHOUT_X11=yes Try WITHOUT_PKGNG=yes and see if it helps. -Mike