From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 27 20:47:42 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4960C1DA for ; Wed, 27 Aug 2014 20:47:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1768F3A7B for ; Wed, 27 Aug 2014 20:47:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RKlfFC036287 for ; Wed, 27 Aug 2014 20:47:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193080] New: Python bindings in unbound are broken Date: Wed, 27 Aug 2014 20:47:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: freebsd@dckd.nl X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 20:47:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193080 Bug ID: 193080 Summary: Python bindings in unbound are broken Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: freebsd@dckd.nl After enabling the Python bindings in the configuration of unbound 1.4.22_4, the installation procedure fails with the following error: ===> Installing for unbound-1.4.22_4 ===> unbound-1.4.22_4 depends on file: /usr/local/lib/libcrypto.so.8 - found ===> unbound-1.4.22_4 depends on file: /usr/local/bin/python2.7 - found ===> unbound-1.4.22_4 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so.6.0.0) ===> unbound-1.4.22_4 depends on shared library: libldns.so - found (/usr/local/lib/libldns.so.1.6.17) ===> Registering installation for unbound-1.4.22_4 pkg-static: lstat(/usr/ports/dns/unbound/work/stage/usr/local/lib/python2.7/site-packages/_unbound.so.4): No such file or directory *** Error code 74 The pkg-plist contains the line: %%PYTHON%%%%PYTHON_SITELIBDIR%%/_unbound.so.4 This file does not seem to exist after building: $ pwd /usr/ports/dns/unbound/work/stage/usr/local/lib/python2.7/site-packages $ ls -al total 308 drwxr-xr-x 2 root wheel 512 Aug 27 22:46 . drwxr-xr-x 3 root wheel 512 Aug 27 22:46 .. -rw-r--r-- 1 root wheel 108664 Aug 27 22:46 _unbound.a lrwxr-xr-x 1 root wheel 17 Aug 27 22:46 _unbound.so -> _unbound.so.2.2.1 lrwxr-xr-x 1 root wheel 17 Aug 27 22:46 _unbound.so.2 -> _unbound.so.2.2.1 -rwxr-xr-x 1 root wheel 87349 Aug 27 22:46 _unbound.so.2.2.1 -rw-r--r-- 1 root wheel 34891 Aug 27 22:46 unbound.py -rw-r--r-- 1 root wheel 66776 Aug 27 22:46 unboundmodule.py -- You are receiving this mail because: You are the assignee for the bug.