From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 24 15:40:07 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDBC5106564A for ; Tue, 24 Apr 2012 15:40:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BEDBA8FC1E for ; Tue, 24 Apr 2012 15:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q3OFe7GF077218 for ; Tue, 24 Apr 2012 15:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q3OFe7K8077217; Tue, 24 Apr 2012 15:40:07 GMT (envelope-from gnats) Resent-Date: Tue, 24 Apr 2012 15:40:07 GMT Resent-Message-Id: <201204241540.q3OFe7K8077217@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Loïc Tignon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 670B5106564A for ; Tue, 24 Apr 2012 15:33:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 528D18FC08 for ; Tue, 24 Apr 2012 15:33:42 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3OFXfjd041811 for ; Tue, 24 Apr 2012 15:33:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q3OFXfV0041727; Tue, 24 Apr 2012 15:33:41 GMT (envelope-from nobody) Message-Id: <201204241533.q3OFXfV0041727@red.freebsd.org> Date: Tue, 24 Apr 2012 15:33:41 GMT From: Jean-Loïc Tignon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167268: poudriere 1.1 port package bulk-building problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Apr 2012 15:40:08 -0000 >Number: 167268 >Category: ports >Synopsis: poudriere 1.1 port package bulk-building problem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 24 15:40:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jean-Loïc Tignon >Release: 9.0-RELEASE >Organization: VigiLan >Environment: FreeBSD devng.net.vigilan.net 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: First, thanks a lot to bapt for the good work. poudriere is a great tool for building packages. I'm having some trouble building 8.3-RELEASE amd64 packages on a 9.0-RELEASE amd64 platform with poudriere 1.1 port (not sure if it helps but in case it will). The bulk build seems ok but when I try to install a package (locally or not) on a 8.3-RELEASE amd64 machine with "pkg add", I get, for example, the following error : # pkg add zsh-4.3.17_1.txz Installing zsh-4.3.17_1...pkg: the package is not valid Failed to install the following 1 package(s): zsh-4.3.17_1.txz. Looking at the +MANIFEST and comparing with other builds made for 9.0-RELEASE, it seems that osversion and arch metas are uncorrect. In fact, osversion does'n't exist and arch is "freebsd:8:x86:64" as shown below : name: zsh version: 4.3.17_1 origin: shells/zsh comment: The Z shell ---------------------- arch: freebsd:8:x86:64 ---------------------- www: http://www.zsh.org/ maintainer: bapt@FreeBSD.org where for 9.0-RELEASE, it gives : name: zsh version: 4.3.17 origin: shells/zsh comment: The Z shell ---------------------- arch: amd64 osversion: 9.0-RELEASE ---------------------- www: http://www.zsh.org/ maintainer: bapt@FreeBSD.org Can't figure out if it's really the problem and, if it is, how to correct it. >How-To-Repeat: - Install poudriere 1.1 port on a 9.0-RELEASE amd64 - Create a poudriere jail and build packages for 8.3-RELEASE amd64 - On a 8.3-RELEASE amd64, try to install a package >Fix: >Release-Note: >Audit-Trail: >Unformatted: