From owner-freebsd-ports@FreeBSD.ORG Fri Feb 10 22:45:51 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0344106566C for ; Fri, 10 Feb 2012 22:45:51 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id A750E8FC15 for ; Fri, 10 Feb 2012 22:45:50 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=imac.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1RvzDv-000K7z-ER for freebsd-ports@freebsd.org; Fri, 10 Feb 2012 17:45:50 -0500 Received: from imac.entropy.prv (localhost [127.0.0.1]) by imac.entropy.prv (Postfix) with ESMTP id F37A3DE0109 for ; Fri, 10 Feb 2012 17:45:45 -0500 (EST) Message-ID: <4F359E19.1040509@FreeBSD.org> Date: Fri, 10 Feb 2012 17:45:45 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.26) Gecko/20120129 Lightning/1.0b2 Thunderbird/3.1.18 MIME-Version: 1.0 To: freebsd-ports X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Subject: Portmaster binary package upgrade question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 22:45:51 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, I'm in the midst of building a system to use Tinderbox and FreeBSD jails to keep them up to date as new port updates are committed to the tree. I created some meta-ports in /usr/ports/local/misc to record dependencies and be able to install one top-level port that pulls in all other required ports. I'm now testing the ability to run an upgrade with portmaster once a new package set is built, and I'm using this command: pkgtester# env INDEXDIR=/tmp MASTER_SITE_INDEX=http://pkgbuilder.shn.prv/tb/packages/8.2-FreeBSD-SHN-201202101009/Latest/ PACKAGESITE=http://pkgbuilder.shn.prv/tb/packages/8.2-FreeBSD-SHN-201202101009/Latest/ portmaster -PP -v --update-if-newer --index-only server-web\* ===>>> Currently installed version: server-web-0.201202071358 ===>>> Port directory: /usr/ports/local/misc/server-web ===>>> Gathering dependency list for local/misc/server-web from INDEX-8 ===>>> Starting dependency check ===>>> Checking dependency: www/apache22 ===>>> Update failed ===>>> Aborting update Terminated pkgtester# As you can see, there's not a lot to go on. My INDEX-8 file has my local ports included in it, so I think the dependency list is OK: pkgtester# grep ^server-web INDEX-8 | cut -f1 -d\| server-web-0.201202101009 If I change the package name above from server-web\* to apache\*, it works fine, so it seems to be an issue with my local meta-ports. Does anyone have an idea where to look to troubleshoot the problem? Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk81nhkACgkQ0sRouByUApAO4wCgx4CZ8pcuSlll8BBFLlyO5Lqq U30An221nkq0Ajdp0fqye9PcMuipw2OY =qY4M -----END PGP SIGNATURE-----