Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2010 20:21:52 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sbrabez@gmail.com
Subject:   ports/144236: [PATCH] security/py-paramiko: installs as a single archive
Message-ID:  <20100223172152.B4CE2B829@hades.panopticon>
Resent-Message-ID: <201002231730.o1NHU104047459@freefall.freebsd.org>

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

>Number:         144236
>Category:       ports
>Synopsis:       [PATCH] security/py-paramiko: installs as a single archive
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 23 17:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Nov 24 22:31:59 MSK 2009
>Description:
The py-paramiko port expects in to install bunch of files under ${PYTHON_SITELIBDIR}/paramiko, however it does install a single .egg file:

% find /usr/local/lib/python2.6/site-packages -name '*paramiko*'
/usr/local/lib/python2.6/site-packages/paramiko-1.7.6-py2.6.egg

thus the plist is broken and dependent ports fail to detect installed paramiko.

Here's the build log:
http://people.freebsd.org/~amdmi3/paramiko.log

Other installed py26- ports doesn't have this problem.

Port maintainer (sbrabez@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

begin 644 py26-paramiko-1.7.6.patch
`
end

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



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