From owner-freebsd-bugs@FreeBSD.ORG Sun Nov 23 21:43:56 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91252206 for ; Sun, 23 Nov 2014 21:43:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5FC65B1E for ; Sun, 23 Nov 2014 21:43:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sANLhu0G096960 for ; Sun, 23 Nov 2014 21:43:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195316] New: File "/usr/local/lib/python2.7/hashlib.py", line 139, Date: Sun, 23 Nov 2014 21:43:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: martin@marketbridge.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 21:43:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195316 Bug ID: 195316 Summary: File "/usr/local/lib/python2.7/hashlib.py", line 139, Product: Base System Version: 10.1-RELEASE Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: martin@marketbridge.com Hi there, Sorry to bother and I'd be willing to pay here... I'm having the most difficult time trying to install Postgis - ... it requires a dependency of gtk+ (which is does not install as a dependency) which requires the use of py-sphix. I've tried everything to try and get this installed. I am not a programmer by trade. hashlib.py seems to be having issues finding encryption modules. I've installed openssl. I've added paths to by ldconfig file: ldconfig_paths="/usr/lib/compat /usr/local/lib /usr/local/lib/compat/pkg /usr/lib /usr/local/pgsql/lib /usr/local/include" I tried setenv for the path. If you have time to respond, it'd be greatly appreciated. Else, I'm off to corporate support. :P My system is FreeBSD10.1 btw. root@database:/usr/local/lib/python2.7 # which openssl /usr/bin/openssl root@database:/usr/local/lib/python2.7 # pkg info | grep openssl openssl-1.0.1_16 SSL and crypto library root@database:/usr/local/lib/python2.7 # root@database:/usr/ports/textproc/py-sphinx # make ===> py27-sphinx-1.2.3 depends on package: py27-Jinja2>=2.3 - found ===> py27-sphinx-1.2.3 depends on package: py27-docutils>=0.7 - found ===> py27-sphinx-1.2.3 depends on package: py27-setuptools27>0 - found ===> py27-sphinx-1.2.3 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-sphinx-1.2.3 ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. -- You are receiving this mail because: You are the assignee for the bug.