From nobody@FreeBSD.org  Fri Nov  7 15:50:36 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F17921065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Nov 2008 15:50:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id E18728FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  7 Nov 2008 15:50:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mA7FoaOR068758
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 7 Nov 2008 15:50:36 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mA7FoaZi068757;
	Fri, 7 Nov 2008 15:50:36 GMT
	(envelope-from nobody)
Message-Id: <200811071550.mA7FoaZi068757@www.freebsd.org>
Date: Fri, 7 Nov 2008 15:50:36 GMT
From: Aragon Gouveia <aragon@phat.za.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/py-epsilon missing dependency
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128678
>Category:       ports
>Synopsis:       devel/py-epsilon missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 07 16:00:13 UTC 2008
>Closed-Date:    Tue Dec 02 01:25:11 UTC 2008
>Last-Modified:  Tue Dec 02 01:25:11 UTC 2008
>Originator:     Aragon Gouveia
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD igor.geek.sh 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #7: Sat Nov  1 07:15:18 SAST 2008     root@igor.geek.sh:/usr/obj/usr/src/sys/IGOR  amd64

>Description:
I just needed py-epsilon for a project of mine, but the port install misses a dependency that it needs:

  File "/usr/local/lib/python2.5/site-packages/axiom/store.py", line 30, in <module>
    from axiom import _schema, attributes, upgrade, _fincache, iaxiom, errors, batch
  File "/usr/local/lib/python2.5/site-packages/axiom/batch.py", line 25, in <module>
    from epsilon import extime, process, cooperator, modal, juice
  File "/usr/local/lib/python2.5/site-packages/epsilon/juice.py", line 17, in <module>
    from epsilon.sslverify import Certificate, problemsFromTransport, PeerVerifyError
  File "/usr/local/lib/python2.5/site-packages/epsilon/sslverify.py", line 5, in <module>
    from OpenSSL import SSL, crypto
exceptions.ImportError: No module named OpenSSL


>How-To-Repeat:

>Fix:
In py-epsilon's Makefile add:

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}openssl:${PORTSDIR}/security/py-openssl

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 7 16:00:30 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128678 
Responsible-Changed-From-To: pgollucci->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Wed Nov 12 14:23:52 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128678 
State-Changed-From-To: open->analyzed 
State-Changed-By: wxs 
State-Changed-When: Sun Nov 16 20:24:41 UTC 2008 
State-Changed-Why:  
Pending ports/128839. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128678 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128678: commit references a PR
Date: Tue,  2 Dec 2008 01:19:04 +0000 (UTC)

 wxs         2008-12-02 01:18:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-epsilon     Makefile 
   Log:
   - Add missing RUN_DEPENDS.
   
   PR:             ports/128678
   Submitted by:   Aragon Gouveia <aragon@phat.za.net>
   Approved by:    pgollucci (maintainer timeout)
   
   Revision  Changes    Path
   1.9       +3 -0      ports/devel/py-epsilon/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: wxs 
State-Changed-When: Tue Dec 2 01:25:10 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128678 
>Unformatted:
