From owner-freebsd-questions@FreeBSD.ORG Mon Jun 3 13:32: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 F111B970 for ; Mon, 3 Jun 2013 13:32:42 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) by mx1.freebsd.org (Postfix) with ESMTP id 91DD41D76 for ; Mon, 3 Jun 2013 13:32:42 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hn14so2663633wib.7 for ; Mon, 03 Jun 2013 06:32:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=PbxFeFjQzReDOp8WTTolmE0obBFqCDL+k7dBaVaLRXU=; b=xVyvcPbQGsgrc0Yh/tRgmYF7KP7YotLiFLQFU7f10mauj8oH76oSoTbel2N68YR3h3 0R1EVKJR1VCoe7fgxW7s8cgiPNcGOdsUKV6MHivGiAFphI3TTsAqAEEsWv5JA2xK3ZBF RguDAmHMTXAN+NOatR93DrucGw23JhUwVKPmODWUv9lGb2lgs9aE4DpZvKG9eiJizmDK 4hBI4Hwu4trYdYHTilrWYnNV6+qp7C2ifQacg9qBjwtAkCOoAQVJOQUQktctleGgqz/E PECX6TtqWYjXaqOUnnZdLleXc4lKUJVWJucp0HKXBUWsLyg+lh1QfBDTPReoe3qOMR31 k5lA== MIME-Version: 1.0 X-Received: by 10.180.9.7 with SMTP id v7mr12803782wia.61.1370266361838; Mon, 03 Jun 2013 06:32:41 -0700 (PDT) Received: by 10.194.76.178 with HTTP; Mon, 3 Jun 2013 06:32:41 -0700 (PDT) Date: Mon, 3 Jun 2013 13:32:41 +0000 Message-ID: Subject: Disable build new pkg format in poudriere From: "C. L. Martinez" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 13:32:43 -0000 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 Any idea??