From owner-freebsd-python@FreeBSD.ORG Fri May 1 00:54:05 2015 Return-Path: Delivered-To: python@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 218C388D for ; Fri, 1 May 2015 00:54:05 +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 02D18154E for ; Fri, 1 May 2015 00:54:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t410s4xx047520 for ; Fri, 1 May 2015 00:54:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 199826] lang/python27 fails to build with libressl Date: Fri, 01 May 2015 00:54:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name 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-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 00:54:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199826 Bug ID: 199826 Summary: lang/python27 fails to build with libressl Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: rozhuk.im@gmail.com Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) I'm try to replace OpenSSL to LibreSSL and rebuild all affected ports. running install running build running build_ext building dbm using ndbm INFO: Can't locate Tcl/Tk libs and/or headers building '_ssl' extension clang -fPIC -fno-strict-aliasing -O2 -msse -msse2 -msse3 -funroll-loops -fno-tree-vectorize -pipe -fstack-protector -fno-strict-aliasing -DNDEBUG -I. -IInclude -I./Include -I/usr/local/include -I/tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Include -I/tmp/ports/usr/ports/lang/python27/work/Python-2.7.9 -c /tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Modules/_ssl.c -o build/temp.freebsd-10.1-STABLE-amd64-2.7/tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Modules/_ssl.o /tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Modules/_ssl.c:3313:13: warning: implicit declaration of function 'RAND_egd' is invalid in C99 [-Wimplicit-function-declaration] bytes = RAND_egd(PyString_AS_STRING(arg)); ^ 1 warning generated. clang -shared -lpthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector -lpthread -Wl,-rpath,/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -fstack-protector -O2 -msse -msse2 -msse3 -funroll-loops -fno-tree-vectorize -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include build/temp.freebsd-10.1-STABLE-amd64-2.7/tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Modules/_ssl.o -L/usr/local/lib -L. -lssl -lcrypto -lpython2.7 -o build/lib.freebsd-10.1-STABLE-amd64-2.7/_ssl.so *** WARNING: renaming "_ssl" since importing it failed: build/lib.freebsd-10.1-STABLE-amd64-2.7/_ssl.so: Undefined symbol "RAND_egd" Python build finished, but the necessary bits to build these modules were not found: _bsddb _tkinter dl imageop linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _ssl running build_scripts copying and adjusting /tmp/ports/usr/ports/lang/python27/work/Python-2.7.9/Tools/scripts/pydoc -> build/scripts-2.7 -- You are receiving this mail because: You are the assignee for the bug.