Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 07:45:20 -0500
From:      Kostas Oikonomou <k.oikonomou@att.net>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        freebsd-pkg@freebsd.org
Subject:   Re: how to remove a "bogus" package?
Message-ID:  <530F3360.4090902@att.net>
In-Reply-To: <20140227071913.GC30250@ithaqua.etoilebsd.net>
References:  <530E9247.8090207@att.net> <20140227071913.GC30250@ithaqua.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Yes, thanks for the clarification/reminder. 

Nevertheless, I forgot to mention in my original post that the problem
appears to be genuine:

[ko@wiley ~]$ pkg install -n py27-numpy
py27-numpy-1.7.0_2,1 already installed
[ko@wiley ~]$

                Kostas

On 02/27/2014 02:19, Baptiste Daroussin wrote:
> 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
>>
>> [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   
>>
>> ...
>>
>> However, some "parts" of pkg seem to think that there is also py27-numpy
>> installed:
>>
>> [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 ~]$
>>
>> How do I clean this up?  Thanks.
> pkg search == remote packages != installed.
>
> regards,
> Bapt




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?530F3360.4090902>