From owner-freebsd-pkg@FreeBSD.ORG Thu Feb 27 07:19:19 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AA2023A for ; Thu, 27 Feb 2014 07:19:19 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B40C31141 for ; Thu, 27 Feb 2014 07:19:18 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so2503880wgh.26 for ; Wed, 26 Feb 2014 23:19:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KqDr5zGHJ7Pm6vQXyof5rqUSJHWL6mraygbu0EqwHPA=; b=P1PhGQD2/nN2ni0Rz3/Tx9Q7rzTDeXd4RdW1rZYHhCjWI2CLpJE1Bwoj//tQQK3tXX aIJS8vGOsp7uH3Jb8exIk5oCB5yo7f847iA/6iIbA/+ebu255TOWXgiaOIx92wFDxEO0 txGjHOLYt2ptFChpE0rKidK//jPxEaO+6oHRXwcbnMGkjtWTCuevVBgK8H2SGtY+PdSx ZkqZ0It9GYt+mvPQMmZKjTGvyU+G4n0EsgnI/SZPX1qQHv0XLoB6/7E2yltaSdx5hAPw 27hjXNBp0/Re1QT5FBPu1gPi7kPPAZAWij2y68NFWye3bDUqnMfz3oFf6CiSwbYN9i3e DjvA== X-Received: by 10.180.98.35 with SMTP id ef3mr8079444wib.39.1393485557175; Wed, 26 Feb 2014 23:19:17 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id h13sm8749425wjr.22.2014.02.26.23.19.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 26 Feb 2014 23:19:15 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 27 Feb 2014 08:19:13 +0100 From: Baptiste Daroussin To: Kostas Oikonomou Subject: Re: how to remove a "bogus" package? Message-ID: <20140227071913.GC30250@ithaqua.etoilebsd.net> References: <530E9247.8090207@att.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mvpLiMfbWzRoNl4x" Content-Disposition: inline In-Reply-To: <530E9247.8090207@att.net> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 07:19:19 -0000 --mvpLiMfbWzRoNl4x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 26, 2014 at 08:17:59PM -0500, Kostas Oikonomou wrote: > I built /usr/ports/math/py-numpy with Python 3.2 on FreeBSD 10.0. The > port was installed as package >=20 > [ko@wiley ~]$ pkg info py32-numpy > py32-numpy-1.8.0,1 > Name : py32-numpy > Version : 1.8.0,1 > Installed on : Wed Feb 26 19:37:09 EST 2014 > Origin : math/py-numpy > Architecture : freebsd:10:x86:64 > Prefix : /usr/local > Categories : python math > Licenses : BSD3CLAUSE > Maintainer : python@FreeBSD.org > WWW : http://www.numpy.org/ > Comment : The New Numeric Extension to Python > Options =20 >=20 > ... >=20 > However, some "parts" of pkg seem to think that there is also py27-numpy > installed: >=20 > [ko@wiley ~]$ pkg info py27-numpy > pkg: No package(s) matching py27-numpy > [ko@wiley ~]$ > [ko@wiley ~]$ pkg search py27-numpy > py27-numpy-1.7.0_2,1 > [ko@wiley ~]$ > [ko@wiley ~]$ sudo pkg delete py27-numpy > Package(s) not found! > [ko@wiley ~]$ >=20 > How do I clean this up? Thanks. pkg search =3D=3D remote packages !=3D installed. regards, Bapt --mvpLiMfbWzRoNl4x Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlMO5vEACgkQ8kTtMUmk6EwGtACguk6+OEubc4hKmNoxTiudRMrA d8QAoLUe4ZUmlJydDN3kDz3efIdk3/Cg =LTrd -----END PGP SIGNATURE----- --mvpLiMfbWzRoNl4x--