From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 14:01:06 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D466716A468 for ; Tue, 5 Jun 2007 14:01:06 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.freebsd.org (Postfix) with ESMTP id 7017D13C46C for ; Tue, 5 Jun 2007 14:01:06 +0000 (UTC) (envelope-from me@janh.de) Received: from [80.171.116.153] (helo=janh.freebsd) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1HvZOd0V3g-0002tM; Tue, 05 Jun 2007 15:48:27 +0200 Message-ID: <466569A8.2030108@janh.de> Date: Tue, 05 Jun 2007 15:48:24 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.0 (X11/20070513) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/IagIY4qpWGZKIi7KYlAAsyOqkQENTST4SRMk G3GSHNrSX51uzxb28MIjd84dRFpa5uTo704Ns/uJohmWbhtH/u HFQ4pfV9RBXpKbET3xmLg== Subject: 'pkg_create -b iwi-firmware-kmod-3.0_2' failed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 14:01:06 -0000 I produced packages of all installed ports with 'pkg_create -b' to transfer them to another machine. iwi-firmware-kmod failed: janh# pkg_create -b iwi-firmware-kmod-3.0_2 tar: Removing leading '/' from member names janh# pkg_delete iwi-firmware-kmod-3.0_2 janh# pkg_add iwi-firmware-kmod-3.0_2.tbz tar: /boot/modules/iwi_bss.ko: Cannot stat: No such file or directory tar: Error opening archive: Empty input file: Inappropriate file type or format pkg_add: extract_plist: can not invoke 77 byte tar pipeline: /usr/bin/tar cf - /boot/modules/iwi\_bss.ko|/usr/bin/tar --unlink -xpf - -C / I see that the port has: NO_PACKAGE= "this is a modified version of a restricted firmware" Anyhow, every other port that may not have a public package succeeded to pkg_create just fine. Should package creation work on NO_PACKAGE ports or not? Should I report to the maintainer? Thanks Jan Henrik