From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 16 22:30:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B38721065677 for ; Fri, 16 Jan 2009 22:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE6C8FC25 for ; Fri, 16 Jan 2009 22:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0GMU5Qi034215 for ; Fri, 16 Jan 2009 22:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0GMU5we034212; Fri, 16 Jan 2009 22:30:05 GMT (envelope-from gnats) Resent-Date: Fri, 16 Jan 2009 22:30:05 GMT Resent-Message-Id: <200901162230.n0GMU5we034212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sam Tannous Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F56910656D8 for ; Fri, 16 Jan 2009 22:21:25 +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 3F5FC8FC1E for ; Fri, 16 Jan 2009 22:21:25 +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 n0GMLPax001029 for ; Fri, 16 Jan 2009 22:21:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n0GMLPMH001028; Fri, 16 Jan 2009 22:21:25 GMT (envelope-from nobody) Message-Id: <200901162221.n0GMLPMH001028@www.freebsd.org> Date: Fri, 16 Jan 2009 22:21:25 GMT From: Sam Tannous To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/130635: in 7.1 port py-pow doesn't work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 22:30:06 -0000 >Number: 130635 >Category: ports >Synopsis: in 7.1 port py-pow doesn't work >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 16 22:30:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sam Tannous >Release: 7.1-STABLE >Organization: None >Environment: # uname -a FreeBSD xw4400.cisco.com 7.1-STABLE FreeBSD 7.1-STABLE #2: Wed Jan 14 06:14:54 EST 2009 stannous@xw4400.foo.com:/usr/obj/usr/src/sys/GENERIC i386 xw4400# >Description: After a successful install of py-pow, the module doesn't not work: ------------- stannous@xw4400 /usr/ports/security/py-pow/work/POW-0.7/test]$ python2.5 test.py Traceback (most recent call last): File "test.py", line 39, in import unittest, POW.pkix, POW._oids, base64, sys, os, socket, time, types, string, StringIO, pprint File "/usr/local/lib/python2.5/site-packages/POW/__init__.py", line 1, in from _POW import * ImportError: /usr/local/lib/python2.5/site-packages/POW/_POW.so: Undefined symbol "EVP_idea_ofb" [stannous@xw4400 /usr/ports/security/py-pow/work/POW-0.7/test]$ ------------------------- which is odd since this module should be picking up the standard openssl libs: --------- [stannous@xw4400 /usr/ports/security/py-pow/work/POW-0.7/test]$ ldd /usr/local/lib/python2.5/site-packages/POW/_POW.so /usr/local/lib/python2.5/site-packages/POW/_POW.so: libssl.so.5 => /usr/lib/libssl.so.5 (0x281ad000) libcrypto.so.5 => /lib/libcrypto.so.5 (0x28300000) libthr.so.3 => /lib/libthr.so.3 (0x28459000) libc.so.7 => /lib/libc.so.7 (0x28080000) [stannous@xw4400 /usr/ports/security/py-pow/work/POW-0.7/test]$ --------------------- If this requires a newer openssl package, it should install it as a required package first. Thanks, Sam >How-To-Repeat: Simply install py-pow on a stable 7.1 system and try to run the self test code that comes with py-pow. >Fix: Not sure. I think upgrading openssl may fix this. >Release-Note: >Audit-Trail: >Unformatted: