Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2008 01:10:38 GMT
From:      "Eugene M. Kim" <gene@nttmcl.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122434: Extraneous files/directories installed by math/py-numeric
Message-ID:  <200804040110.m341Ac52069339@www.freebsd.org>
Resent-Message-ID: <200804040120.m341K0l7058639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         122434
>Category:       ports
>Synopsis:       Extraneous files/directories installed by math/py-numeric
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 04 01:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Eugene M. Kim
>Release:        7.0
>Organization:
NTT Multimedia Communications Laboratories, Inc.
>Environment:
FreeBSD bbq.nttmcl.com 7.0-STABLE FreeBSD 7.0-STABLE #1: Sat Mar 15 14:45:21 PDT 2008     gene@bbq.nttmcl.com:/home/FreeBSD/build/RELENG_7/obj/home/FreeBSD/build/RELENG_7/src/sys/BBQ  i386

>Description:
The port installs the extraneous files into %%PYTHON_SITELIBDIR%%/Numeric:

# find lib/python2.5/site-packages/Numeric ! -type d -print0 | xargs -0 pkgdb -v | sed -n 's#: ?$##p'
lib/python2.5/site-packages/Numeric/Numeric_headers/Numeric/arrayobject.h
lib/python2.5/site-packages/Numeric/Numeric_headers/Numeric/f2c.h
lib/python2.5/site-packages/Numeric/Numeric_headers/Numeric/ranlib.h
lib/python2.5/site-packages/Numeric/Numeric_headers/Numeric/ufuncobject.h
lib/python2.5/site-packages/Numeric/Numeric-24.2-py2.5.egg-info/PKG-INFO
lib/python2.5/site-packages/Numeric/Numeric-24.2-py2.5.egg-info/not-zip-safe
lib/python2.5/site-packages/Numeric/Numeric-24.2-py2.5.egg-info/top_level.txt
lib/python2.5/site-packages/Numeric/Numeric-24.2-py2.5.egg-info/dependency_links.txt
lib/python2.5/site-packages/Numeric/Numeric-24.2-py2.5.egg-info/SOURCES.txt
# 

Note that the files/directories under "Numeric_headers" are a duplicate of %%PYTHON_INCLUDEDIR%%/Numeric.

Also note that "Numeric-24.2-py2.5.egg-info" should be a file but is a directory with the source files in it; this prevents clean pkg_delete.
>How-To-Repeat:
cd /usr/ports/math/py-numeric; make install deinstall
>Fix:
None known.

>Release-Note:
>Audit-Trail:
>Unformatted:



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