Date: Thu, 23 Jan 2014 09:29:46 -0800 (PST) From: Kimo Rosenbaum <kimor79@yahoo.com> To: "freebsd-pkg@freebsd.org" <freebsd-pkg@freebsd.org> Subject: "pkg: No packages matching" with www/mod_wsgi3 based on argument order Message-ID: <1390498186.4990.YahooMailNeo@web142804.mail.bf1.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hello, I posted this question yesterday to freebsd-ports@ but it seems as though this list might be a better place? Apologies if this is bad form. I just updated our ports tree and we are now running pkg v1.2.5. I've rebuilt all of our ports (via poudriere) and have done a `pkg upgrade -f` several times. I'm trying to install www/mod_wsgi3 but get different results based on the order of arguments on my command line: $ sudo pkg install -y www/mod_wsgi3 www/apache22 Updating repository catalogue pkg: No packages matching 'www/apache22' available in the repositories $ sudo pkg install -y www/apache22 www/mod_wsgi3 Updating repository catalogue apache22-2.2.26 already installed The following 1 packages will be installed: Installing ap22-mod_wsgi3: 3.4_1 Yes, I know that www/mod_wsgi3 depends on apache and doesn't need to be explicitly stated. However, our deployment system generates a list of packages to install from various sources which don't/can't inspect individual package dependencies and happens to pass them to pkg in same order as the bad example above. Has anyone else ran into this? Thanks Kimo From owner-freebsd-pkg@FreeBSD.ORG Thu Jan 23 17:34:22 2014 Return-Path: <owner-freebsd-pkg@FreeBSD.ORG> Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DEDC483 for <freebsd-pkg@freebsd.org>; Thu, 23 Jan 2014 17:34:22 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4C671694 for <freebsd-pkg@freebsd.org>; Thu, 23 Jan 2014 17:34:21 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id u57so1568218wes.1 for <freebsd-pkg@freebsd.org>; Thu, 23 Jan 2014 09:34:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s 120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=9XAuBAOaTQ/YdtsycUQqGPWZ6TuUya8lMCAVGXUeNq4=; b=tVUJzaZXLaiHUIfwpyljpa3gt8ZpNGPY6m/OmHxSI0If2zBd8YspmOMH5KobalDws2 rUmedpd5JuIys0wqxM3CsQgiZxYTOPFQ5yuto7Fkgj/Xs8bflDWnzUclSXrhVBGyOFDP uXJg3JMvVR7rwooxPsekPFp5Q7wKWq/C6ASbuEWENTtHBO8RnAdEH1SG3F/gx1Atk+Gf xawLowlQtFMJ4wwdb6+ndtFycLyVYBVnJxUaUTQZjVIMUEGKEA9C5xrv+HQU46xDz3Ng xHt3jAXEGtpuhlXOWyhx3LavLjQTKkrJxKfwxxvaVXlAuj5rZxC+rsC6pfwoTvZGa8qK MkbQ=X-Received: by 10.180.90.37 with SMTP id bt5mr70607wib.43.1390498460009; Thu, 23 Jan 2014 09:34:20 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id ff9sm461566wib.11.2014.01.23.09.34.18 for <multiple recipients> (version=TLSv1 cipher=RC4-SHA bits8/128); Thu, 23 Jan 2014 09:34:18 -0800 (PST) Sender: Baptiste Daroussin <baptiste.daroussin@gmail.com> Date: Thu, 23 Jan 2014 18:34:16 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: "Michael W. Lucas" <mwlucas@michaelwlucas.com> Subject: Re: using certain packages from my repo Message-ID: <20140123173415.GA37299@ithaqua.etoilebsd.net> References: <20140123172853.GA73401@bewilderbeast.blackhelicopters.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <20140123172853.GA73401@bewilderbeast.blackhelicopters.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Binary package management and package tools discussion <freebsd-pkg.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-pkg>, <mailto:freebsd-pkg-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-pkg/> List-Post: <mailto:freebsd-pkg@freebsd.org> List-Help: <mailto:freebsd-pkg-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-pkg>, <mailto:freebsd-pkg-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 23 Jan 2014 17:34:22 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 23, 2014 at 12:28:53PM -0500, Michael W. Lucas wrote: > Hi, > > I'm sure this is a "Lucas doesn't know which man page to read" > problem, but after a second day of looking I'm giving up and throwing > myself on the mercy of the developers. > > I'm setting up poundriere for the first time. Everything seems good, > except I can't figure out how to tell clients to use my repo only for > certain packages. > > For example, I need custom lang/php5 and www/apache22 ports. I want to > install these ports and their dependencies from my repo. Everything > else should come from the official repo. > > Can anyone point me at the answer? pkg-repository(5) but it is a bit hidden :) Look at the very last lines of that man page: ---- quote ---- then to make updates to that package ``sticky'' to the same reposi- tory, add an annotation to the package: pkg annotate -A example repository repo-a ---- quote ---- :) regards, Bapt --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLhUpcACgkQ8kTtMUmk6EwI6QCfVZ6S3caILZWE03YNPR6UcgVn ugQAoJkcv8YSBgCroyNsUTOC09+iBDVf =LTSZ -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1390498186.4990.YahooMailNeo>
